Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

java.io.FileNotFoundException: /data/logswitch/switch.

xml: open failed: EACCES


(Permission denied)
at libcore.io.IoBridge.open(IoBridge.java:496)
at java.io.FileInputStream.<init>(FileInputStream.java:159)
at java.io.FileReader.<init>(FileReader.java:72)
at com.oppo.debug.InputLog.readString(InputLog.java:394)
at com.oppo.debug.InputLog.getCurrentLogSwitchValue(InputLog.java:420)
at com.oppo.debug.InputLog.startWatching(InputLog.java:126)
at com.oppo.debug.InputLog.<clinit>(InputLog.java:77)
at android.view.ViewRootImpl.enqueueInputEvent(ViewRootImpl.java:8172)
at
android.view.ViewRootImpl$WindowInputEventReceiver.onInputEvent(ViewRootImpl.java:8
371)
at
android.view.InputEventReceiver.dispatchInputEvent(InputEventReceiver.java:189)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:341)
at android.os.Looper.loop(Looper.java:184)
at android.app.ActivityThread.main(ActivityThread.java:7829)
at java.lang.reflect.Method.invoke(Native Method)
at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:512)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:986)
Caused by: android.system.ErrnoException: open failed: EACCES (Permission denied)
at libcore.io.Linux.open(Native Method)
at libcore.io.ForwardingOs.open(ForwardingOs.java:167)
at libcore.io.BlockGuardOs.open(BlockGuardOs.java:252)
at libcore.io.ForwardingOs.open(ForwardingOs.java:167)
at android.app.ActivityThread$AndroidOs.open(ActivityThread.java:7721)
at libcore.io.IoBridge.open(IoBridge.java:482)
... 16 more

You might also like