关于AndroidRuntime: FATAL EXCEPTION: GLThread 10 java.lang.IllegalArgumentException问题

本文介绍了一个从Cocos2dx Win32项目移植到安卓平台过程中遇到的问题及解决方案。在虚拟机上调试时出现问题,通过查找资料得知官方更新后的GLSurfaceView不再支持虚拟机调试,需使用真实设备进行调试。最终通过真机调试成功解决了问题。

最近弄了cocos2dx win32项目弄成安卓版,到最后在虚拟机运行一直出现这个问题,主要的问题如下

虚拟机上有了一个apk文件了


但当我点击的时候


就出现以上情况了,最后我查看了哪里报的错如下图


最后在网上努力的查找发现有种说法,不过认为是比较正确的就是官方更新的GLSurfaceView不能再在虚拟机上调试了,需要在真机上调试,后来,我去试了在eclipse上的真机调试,结果就成功了,所以遇到此种状况解决方法就真机调试吧,我也试了好久,虚拟机上一直都不行,请大家多多指教,相互学习哈!

Line 8535: 09-25 17:38:26.095 1419 1419 E AndroidRuntime: Original WTF: Line 8536: 09-25 17:38:26.095 1419 1419 E AndroidRuntime: android.util.Log$TerribleFailure: No service published for: user Line 8537: 09-25 17:38:26.095 1419 1419 E AndroidRuntime: at android.util.Log.wtf(Log.java:352) Line 8538: 09-25 17:38:26.095 1419 1419 E AndroidRuntime: at android.util.Log.wtf(Log.java:346) Line 8539: 09-25 17:38:26.095 1419 1419 E AndroidRuntime: at android.app.SystemServiceRegistry.onServiceNotFound(SystemServiceRegistry.java:2075) Line 8540: 09-25 17:38:26.095 1419 1419 E AndroidRuntime: at android.app.SystemServiceRegistry$CachedServiceFetcher.getService(SystemServiceRegistry.java:2003) Line 8541: 09-25 17:38:26.095 1419 1419 E AndroidRuntime: at android.app.SystemServiceRegistry.getSystemService(SystemServiceRegistry.java:1672) Line 8542: 09-25 17:38:26.095 1419 1419 E AndroidRuntime: at android.app.ContextImpl.getSystemService(ContextImpl.java:2212) Line 8543: 09-25 17:38:26.095 1419 1419 E AndroidRuntime: at android.content.Context.getSystemService(Context.java:4420) Line 8544: 09-25 17:38:26.095 1419 1419 E AndroidRuntime: at android.app.ContextImpl.getDisplayNoVerify(ContextImpl.java:3060) Line 8545: 09-25 17:38:26.095 1419 1419 E AndroidRuntime: at android.app.ContextImpl.getDisplayId(ContextImpl.java:3076) Line 8546: 09-25 17:38:26.095 1419 1419 E AndroidRuntime: at android.app.ContextImpl.createWindowContextResources(ContextImpl.java:2954) Line 8547: 09-25 17:38:26.095 1419 1419 E AndroidRuntime: at android.app.ContextImpl.createWindowContextBase(ContextImpl.java:2925) Line 8548: 09-25 17:38:26.095 1419 1419 E AndroidRuntime: at android.app.ContextImpl.createSystemUiContext(ContextImpl.java:3314) Line 8549: 09-25 17:38:26.095 1419 1419 E AndroidRuntime: at android.app.ActivityThread.getSystemUiContext(ActivityThread.java:2944) Line 8550: 09-25 17:38:26.095 1419 1419 E AndroidRuntime: at android.app.ActivityThread.getSystemUiContext(ActivityThread.java:2928) Line 8551: 09-25 17:38:26.095 1419 1419 E AndroidRuntime: at com.android.server.SystemServer.createSystemContext(SystemServer.java:1085) Line 8552: 09-25 17:38:26.095 1419 1419 E AndroidRuntime: at com.android.server.SystemServer.run(SystemServer.java:901) Line 8553: 09-25 17:38:26.095 1419 1419 E AndroidRuntime: at com.android.server.SystemServer.main(SystemServer.java:679) Line 8554: 09-25 17:38:26.095 1419 1419 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method) Line 8555: 09-25 17:38:26.095 1419 1419 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:573) Line 8556: 09-25 17:38:26.095 1419 1419 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1027) Line 8557: 09-25 17:38:26.095 1419 1419 E AndroidRuntime: Caused by: android.os.ServiceManager$ServiceNotFoundException: No service published for: user Line 8558: 09-25 17:38:26.095 1419 1419 E AndroidRuntime: at android.os.ServiceManager.getServiceOrThrow(ServiceManager.java:166) Line 8559: 09-25 17:38:26.095 1419 1419 E AndroidRuntime: at android.app.SystemServiceRegistry$60.createService(SystemServiceRegistry.java:816) Line 8560: 09-25 17:38:26.095 1419 1419 E AndroidRuntime: at android.app.SystemServiceRegistry$60.createService(SystemServiceRegistry.java:813) Line 8561: 09-25 17:38:26.095 1419 1419 E AndroidRuntime: at android.app.SystemServiceRegistry$CachedServiceFetcher.getService(SystemServiceRegistry.java:1999) Line 8562: 09-25 17:38:26.095 1419 1419 E AndroidRuntime: ... 16 more Line 8564: 09-25 17:38:26.096 1419 1419 E AndroidRuntime: Original WTF: Line 8565: 09-25 17:38:26.096 1419 1419 E AndroidRuntime: android.util.Log$TerribleFailure: Manager wrapper not available: user Line 8566: 09-25 17:38:26.096 1419 1419 E AndroidRuntime: at android.util.Log.wtf(Log.java:352) Line 8567: 09-25 17:38:26.096 1419 1419 E AndroidRuntime: at android.util.Slog.wtf(Slog.java:239) Line 8568: 09-25 17:38:26.096 1419 1419 E AndroidRuntime: at android.app.SystemServiceRegistry.getSystemService(SystemServiceRegistry.java:1685) Line 8569: 09-25 17:38:26.096 1419 1419 E AndroidRuntime: at android.app.ContextImpl.getSystemService(ContextImpl.java:2212) Line 8570: 09-25 17:38:26.096 1419 1419 E AndroidRuntime: at android.content.Context.getSystemService(Context.java:4420) Line 8571: 09-25 17:38:26.096 1419 1419 E AndroidRuntime: at android.app.ContextImpl.getDisplayNoVerify(ContextImpl.java:3060) Line 8572: 09-25 17:38:26.096 1419 1419 E AndroidRuntime: at android.app.ContextImpl.getDisplayId(ContextImpl.java:3076) Line 8573: 09-25 17:38:26.096 1419 1419 E AndroidRuntime: at android.app.ContextImpl.createWindowContextResources(ContextImpl.java:2954) Line 8574: 09-25 17:38:26.096 1419 1419 E AndroidRuntime: at android.app.ContextImpl.createWindowContextBase(ContextImpl.java:2925) Line 8575: 09-25 17:38:26.096 1419 1419 E AndroidRuntime: at android.app.ContextImpl.createSystemUiContext(ContextImpl.java:3314) Line 8576: 09-25 17:38:26.096 1419 1419 E AndroidRuntime: at android.app.ActivityThread.getSystemUiContext(ActivityThread.java:2944) Line 8577: 09-25 17:38:26.096 1419 1419 E AndroidRuntime: at android.app.ActivityThread.getSystemUiContext(ActivityThread.java:2928) Line 8578: 09-25 17:38:26.096 1419 1419 E AndroidRuntime: at com.android.server.SystemServer.createSystemContext(SystemServer.java:1085) Line 8579: 09-25 17:38:26.096 1419 1419 E AndroidRuntime: at com.android.server.SystemServer.run(SystemServer.java:901) Line 8580: 09-25 17:38:26.096 1419 1419 E AndroidRuntime: at com.android.server.SystemServer.main(SystemServer.java:679) Line 8581: 09-25 17:38:26.096 1419 1419 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method) Line 8582: 09-25 17:38:26.096 1419 1419 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:573) Line 8583: 09-25 17:38:26.096 1419 1419 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1027) Line 28758: 09-25 17:38:29.031 2254 2254 I AndroidRuntime: VM exiting with result code 0, cleanup skipped. Line 40132: 09-25 17:38:30.254 2467 2725 E AndroidRuntime: FATAL EXCEPTION: Thread-8 Line 40133: 09-25 17:38:30.254 2467 2725 E AndroidRuntime: Process: com.tinnove.nid, PID: 2467 Line 40134: 09-25 17:38:30.254 2467 2725 E AndroidRuntime: java.lang.IllegalArgumentException: Invalid path: /data/data/com.tinnove.nid/files/LaneData/ Line 40135: 09-25 17:38:30.254 2467 2725 E AndroidRuntime: at android.os.StatFs.doStat(StatFs.java:53) Line 40136: 09-25 17:38:30.254 2467 2725 E AndroidRuntime: at android.os.StatFs.<init>(StatFs.java:43) Line 40137: 09-25 17:38:30.254 2467 2725 E AndroidRuntime: at com.mxnavi.api.config.Utils.getFreeSize(Utils.java:149) Line 40138: 09-25 17:38:30.254 2467 2725 E AndroidRuntime: at com.mxnavi.api.config.MXConfigThread.isSpaceEnough(MXConfigThread.java:217) Line 40139: 09-25 17:38:30.254 2467 2725 E AndroidRuntime: at com.mxnavi.api.config.MXConfigThread.run(MXConfigThread.java:76) Line 40140: 09-25 17:38:30.254 2467 2725 E AndroidRuntime: Caused by: android.system.ErrnoException: statvfs failed: ENOENT (No such file or directory) Line 40141: 09-25 17:38:30.254 2467 2725 E AndroidRuntime: at libcore.io.Linux.statvfs(Native Method) Line 40142: 09-25 17:38:30.254 2467 2725 E AndroidRuntime: at libcore.io.ForwardingOs.statvfs(ForwardingOs.java:852) Line 40143: 09-25 17:38:30.254 2467 2725 E AndroidRuntime: at libcore.io.BlockGuardOs.statvfs(BlockGuardOs.java:428) Line 40144: 09-25 17:38:30.254 2467 2725 E AndroidRuntime: at libcore.io.ForwardingOs.statvfs(ForwardingOs.java:852) Line 40145: 09-25 17:38:30.254 2467 2725 E AndroidRuntime: at android.system.Os.statvfs(Os.java:909) Line 40146: 09-25 17:38:30.254 2467 2725 E AndroidRuntime: at android.os.StatFs.doStat(StatFs.java:51) Line 40147: 09-25 17:38:30.254 2467 2725 E AndroidRuntime: ... 4 more Line 45183: 09-25 17:38:30.760 2776 2844 E AndroidRuntime: FATAL EXCEPTION: Thread-7 Line 45184: 09-25 17:38:30.760 2776 2844 E AndroidRuntime: Process: com.tinnove.nid, PID: 2776 Line 45185: 09-25 17:38:30.760 2776 2844 E AndroidRuntime: java.lang.IllegalArgumentException: Invalid path: /data/data/com.tinnove.nid/files/LaneData/ Line 45186: 09-25 17:38:30.760 2776 2844 E AndroidRuntime: at android.os.StatFs.doStat(StatFs.java:53) Line 45187: 09-25 17:38:30.760 2776 2844 E AndroidRuntime: at android.os.StatFs.<init>(StatFs.java:43) Line 45188: 09-25 17:38:30.760 2776 2844 E AndroidRuntime: at com.mxnavi.api.config.Utils.getFreeSize(Utils.java:149) Line 45189: 09-25 17:38:30.760 2776 2844 E AndroidRuntime: at com.mxnavi.api.config.MXConfigThread.isSpaceEnough(MXConfigThread.java:217) Line 45190: 09-25 17:38:30.760 2776 2844 E AndroidRuntime: at com.mxnavi.api.config.MXConfigThread.run(MXConfigThread.java:76) Line 45191: 09-25 17:38:30.760 2776 2844 E AndroidRuntime: Caused by: android.system.ErrnoException: statvfs failed: ENOENT (No such file or directory) Line 45192: 09-25 17:38:30.760 2776 2844 E AndroidRuntime: at libcore.io.Linux.statvfs(Native Method) Line 45193: 09-25 17:38:30.760 2776 2844 E AndroidRuntime: at libcore.io.ForwardingOs.statvfs(ForwardingOs.java:852) Line 45194: 09-25 17:38:30.760 2776 2844 E AndroidRuntime: at libcore.io.BlockGuardOs.statvfs(BlockGuardOs.java:428) Line 45195: 09-25 17:38:30.760 2776 2844 E AndroidRuntime: at libcore.io.ForwardingOs.statvfs(ForwardingOs.java:852) Line 45196: 09-25 17:38:30.760 2776 2844 E AndroidRuntime: at android.system.Os.statvfs(Os.java:909) Line 45197: 09-25 17:38:30.760 2776 2844 E AndroidRuntime: at android.os.StatFs.doStat(StatFs.java:51) Line 45198: 09-25 17:38:30.760 2776 2844 E AndroidRuntime: ... 4 more Line 50334: 09-25 17:38:31.085 2869 2916 E AndroidRuntime: FATAL EXCEPTION: Thread-7 Line 50335: 09-25 17:38:31.085 2869 2916 E AndroidRuntime: Process: com.tinnove.nid, PID: 2869 Line 50336: 09-25 17:38:31.085 2869 2916 E AndroidRuntime: java.lang.IllegalArgumentException: Invalid path: /data/data/com.tinnove.nid/files/LaneData/ Line 50337: 09-25 17:38:31.085 2869 2916 E AndroidRuntime: at android.os.StatFs.doStat(StatFs.java:53) Line 50338: 09-25 17:38:31.085 2869 2916 E AndroidRuntime: at android.os.StatFs.<init>(StatFs.java:43) Line 50339: 09-25 17:38:31.085 2869 2916 E AndroidRuntime: at com.mxnavi.api.config.Utils.getFreeSize(Utils.java:149) Line 50340: 09-25 17:38:31.085 2869 2916 E AndroidRuntime: at com.mxnavi.api.config.MXConfigThread.isSpaceEnough(MXConfigThread.java:217) Line 50341: 09-25 17:38:31.085 2869 2916 E AndroidRuntime: at com.mxnavi.api.config.MXConfigThread.run(MXConfigThread.java:76) Line 50342: 09-25 17:38:31.085 2869 2916 E AndroidRuntime: Caused by: android.system.ErrnoException: statvfs failed: ENOENT (No such file or directory) Line 50343: 09-25 17:38:31.085 2869 2916 E AndroidRuntime: at libcore.io.Linux.statvfs(Native Method) Line 50344: 09-25 17:38:31.085 2869 2916 E AndroidRuntime: at libcore.io.ForwardingOs.statvfs(ForwardingOs.java:852) Line 50345: 09-25 17:38:31.085 2869 2916 E AndroidRuntime: at libcore.io.BlockGuardOs.statvfs(BlockGuardOs.java:428) Line 50346: 09-25 17:38:31.085 2869 2916 E AndroidRuntime: at libcore.io.ForwardingOs.statvfs(ForwardingOs.java:852) Line 50347: 09-25 17:38:31.085 2869 2916 E AndroidRuntime: at android.system.Os.statvfs(Os.java:909) Line 50348: 09-25 17:38:31.085 2869 2916 E AndroidRuntime: at android.os.StatFs.doStat(StatFs.java:51) Line 50349: 09-25 17:38:31.085 2869 2916 E AndroidRuntime: ... 4 more Line 57300: 09-25 17:38:31.398 2927 2961 E AndroidRuntime: FATAL EXCEPTION: Thread-7 Line 57301: 09-25 17:38:31.398 2927 2961 E AndroidRuntime: Process: com.tinnove.nid, PID: 2927 Line 57302: 09-25 17:38:31.398 2927 2961 E AndroidRuntime: java.lang.IllegalArgumentException: Invalid path: /data/data/com.tinnove.nid/files/LaneData/ Line 57303: 09-25 17:38:31.398 2927 2961 E AndroidRuntime: at android.os.StatFs.doStat(StatFs.java:53) Line 57304: 09-25 17:38:31.398 2927 2961 E AndroidRuntime: at android.os.StatFs.<init>(StatFs.java:43) Line 57305: 09-25 17:38:31.398 2927 2961 E AndroidRuntime: at com.mxnavi.api.config.Utils.getFreeSize(Utils.java:149) Line 57306: 09-25 17:38:31.398 2927 2961 E AndroidRuntime: at com.mxnavi.api.config.MXConfigThread.isSpaceEnough(MXConfigThread.java:217) Line 57307: 09-25 17:38:31.398 2927 2961 E AndroidRuntime: at com.mxnavi.api.config.MXConfigThread.run(MXConfigThread.java:76) Line 57308: 09-25 17:38:31.398 2927 2961 E AndroidRuntime: Caused by: android.system.ErrnoException: statvfs failed: ENOENT (No such file or directory) Line 57309: 09-25 17:38:31.398 2927 2961 E AndroidRuntime: at libcore.io.Linux.statvfs(Native Method) Line 57310: 09-25 17:38:31.398 2927 2961 E AndroidRuntime: at libcore.io.ForwardingOs.statvfs(ForwardingOs.java:852) Line 57311: 09-25 17:38:31.398 2927 2961 E AndroidRuntime: at libcore.io.BlockGuardOs.statvfs(BlockGuardOs.java:428) Line 57312: 09-25 17:38:31.398 2927 2961 E AndroidRuntime: at libcore.io.ForwardingOs.statvfs(ForwardingOs.java:852) Line 57313: 09-25 17:38:31.398 2927 2961 E AndroidRuntime: at android.system.Os.statvfs(Os.java:909) Line 57314: 09-25 17:38:31.398 2927 2961 E AndroidRuntime: at android.os.StatFs.doStat(StatFs.java:51) Line 57315: 09-25 17:38:31.398 2927 2961 E AndroidRuntime: ... 4 more Line 63524: 09-25 17:38:31.747 2967 3017 E AndroidRuntime: FATAL EXCEPTION: Thread-8 Line 63525: 09-25 17:38:31.747 2967 3017 E AndroidRuntime: Process: com.tinnove.nid, PID: 2967 Line 63526: 09-25 17:38:31.747 2967 3017 E AndroidRuntime: java.lang.IllegalArgumentException: Invalid path: /data/data/com.tinnove.nid/files/LaneData/ Line 63527: 09-25 17:38:31.747 2967 3017 E AndroidRuntime: at android.os.StatFs.doStat(StatFs.java:53) Line 63528: 09-25 17:38:31.747 2967 3017 E AndroidRuntime: at android.os.StatFs.<init>(StatFs.java:43) Line 63529: 09-25 17:38:31.747 2967 3017 E AndroidRuntime: at com.mxnavi.api.config.Utils.getFreeSize(Utils.java:149) Line 63530: 09-25 17:38:31.747 2967 3017 E AndroidRuntime: at com.mxnavi.api.config.MXConfigThread.isSpaceEnough(MXConfigThread.java:217) Line 63531: 09-25 17:38:31.747 2967 3017 E AndroidRuntime: at com.mxnavi.api.config.MXConfigThread.run(MXConfigThread.java:76) Line 63532: 09-25 17:38:31.747 2967 3017 E AndroidRuntime: Caused by: android.system.ErrnoException: statvfs failed: ENOENT (No such file or directory) Line 63533: 09-25 17:38:31.747 2967 3017 E AndroidRuntime: at libcore.io.Linux.statvfs(Native Method) Line 63534: 09-25 17:38:31.747 2967 3017 E AndroidRuntime: at libcore.io.ForwardingOs.statvfs(ForwardingOs.java:852) Line 63535: 09-25 17:38:31.747 2967 3017 E AndroidRuntime: at libcore.io.BlockGuardOs.statvfs(BlockGuardOs.java:428) Line 63536: 09-25 17:38:31.747 2967 3017 E AndroidRuntime: at libcore.io.ForwardingOs.statvfs(ForwardingOs.java:852) Line 63537: 09-25 17:38:31.747 2967 3017 E AndroidRuntime: at android.system.Os.statvfs(Os.java:909) Line 63538: 09-25 17:38:31.747 2967 3017 E AndroidRuntime: at android.os.StatFs.doStat(StatFs.java:51) Line 63539: 09-25 17:38:31.747 2967 3017 E AndroidRuntime: ... 4 more Line 65673: 09-25 17:38:31.976 3039 3075 E AndroidRuntime: FATAL EXCEPTION: Thread-8 Line 65674: 09-25 17:38:31.976 3039 3075 E AndroidRuntime: Process: com.tinnove.nid, PID: 3039 Line 65675: 09-25 17:38:31.976 3039 3075 E AndroidRuntime: java.lang.IllegalArgumentException: Invalid path: /data/data/com.tinnove.nid/files/LaneData/ Line 65676: 09-25 17:38:31.976 3039 3075 E AndroidRuntime: at android.os.StatFs.doStat(StatFs.java:53) Line 65677: 09-25 17:38:31.976 3039 3075 E AndroidRuntime: at android.os.StatFs.<init>(StatFs.java:43) Line 65678: 09-25 17:38:31.976 3039 3075 E AndroidRuntime: at com.mxnavi.api.config.Utils.getFreeSize(Utils.java:149) Line 65679: 09-25 17:38:31.976 3039 3075 E AndroidRuntime: at com.mxnavi.api.config.MXConfigThread.isSpaceEnough(MXConfigThread.java:217) Line 65680: 09-25 17:38:31.976 3039 3075 E AndroidRuntime: at com.mxnavi.api.config.MXConfigThread.run(MXConfigThread.java:76) Line 65681: 09-25 17:38:31.976 3039 3075 E AndroidRuntime: Caused by: android.system.ErrnoException: statvfs failed: ENOENT (No such file or directory) Line 65682: 09-25 17:38:31.976 3039 3075 E AndroidRuntime: at libcore.io.Linux.statvfs(Native Method) Line 65683: 09-25 17:38:31.976 3039 3075 E AndroidRuntime: at libcore.io.ForwardingOs.statvfs(ForwardingOs.java:852) Line 65684: 09-25 17:38:31.976 3039 3075 E AndroidRuntime: at libcore.io.BlockGuardOs.statvfs(BlockGuardOs.java:428) Line 65685: 09-25 17:38:31.976 3039 3075 E AndroidRuntime: at libcore.io.ForwardingOs.statvfs(ForwardingOs.java:852) Line 65686: 09-25 17:38:31.976 3039 3075 E AndroidRuntime: at android.system.Os.statvfs(Os.java:909) Line 65687: 09-25 17:38:31.976 3039 3075 E AndroidRuntime: at android.os.StatFs.doStat(StatFs.java:51) Line 65688: 09-25 17:38:31.976 3039 3075 E AndroidRuntime: ... 4 more Line 67851: 09-25 17:38:32.272 3093 3129 E AndroidRuntime: FATAL EXCEPTION: Thread-8 Line 67852: 09-25 17:38:32.272 3093 3129 E AndroidRuntime: Process: com.tinnove.nid, PID: 3093 Line 67853: 09-25 17:38:32.272 3093 3129 E AndroidRuntime: java.lang.IllegalArgumentException: Invalid path: /data/data/com.tinnove.nid/files/LaneData/ Line 67854: 09-25 17:38:32.272 3093 3129 E AndroidRuntime: at android.os.StatFs.doStat(StatFs.java:53) Line 67855: 09-25 17:38:32.272 3093 3129 E AndroidRuntime: at android.os.StatFs.<init>(StatFs.java:43) Line 67856: 09-25 17:38:32.272 3093 3129 E AndroidRuntime: at com.mxnavi.api.config.Utils.getFreeSize(Utils.java:149) Line 67857: 09-25 17:38:32.272 3093 3129 E AndroidRuntime: at com.mxnavi.api.config.MXConfigThread.isSpaceEnough(MXConfigThread.java:217) Line 67858: 09-25 17:38:32.272 3093 3129 E AndroidRuntime: at com.mxnavi.api.config.MXConfigThread.run(MXConfigThread.java:76) Line 67859: 09-25 17:38:32.272 3093 3129 E AndroidRuntime: Caused by: android.system.ErrnoException: statvfs failed: ENOENT (No such file or directory) Line 67860: 09-25 17:38:32.272 3093 3129 E AndroidRuntime: at libcore.io.Linux.statvfs(Native Method) Line 67861: 09-25 17:38:32.272 3093 3129 E AndroidRuntime: at libcore.io.ForwardingOs.statvfs(ForwardingOs.java:852) Line 67862: 09-25 17:38:32.272 3093 3129 E AndroidRuntime: at libcore.io.BlockGuardOs.statvfs(BlockGuardOs.java:428) Line 67863: 09-25 17:38:32.272 3093 3129 E AndroidRuntime: at libcore.io.ForwardingOs.statvfs(ForwardingOs.java:852) Line 67864: 09-25 17:38:32.272 3093 3129 E AndroidRuntime: at android.system.Os.statvfs(Os.java:909) Line 67865: 09-25 17:38:32.272 3093 3129 E AndroidRuntime: at android.os.StatFs.doStat(StatFs.java:51) Line 67866: 09-25 17:38:32.272 3093 3129 E AndroidRuntime: ... 4 more Line 71655: 09-25 17:38:32.586 3132 3173 E AndroidRuntime: FATAL EXCEPTION: Thread-8 Line 71656: 09-25 17:38:32.586 3132 3173 E AndroidRuntime: Process: com.tinnove.nid, PID: 3132 Line 71657: 09-25 17:38:32.586 3132 3173 E AndroidRuntime: java.lang.IllegalArgumentException: Invalid path: /data/data/com.tinnove.nid/files/LaneData/ Line 71658: 09-25 17:38:32.586 3132 3173 E AndroidRuntime: at android.os.StatFs.doStat(StatFs.java:53) Line 71659: 09-25 17:38:32.586 3132 3173 E AndroidRuntime: at android.os.StatFs.<init>(StatFs.java:43) Line 71660: 09-25 17:38:32.586 3132 3173 E AndroidRuntime: at com.mxnavi.api.config.Utils.getFreeSize(Utils.java:149) Line 71661: 09-25 17:38:32.586 3132 3173 E AndroidRuntime: at com.mxnavi.api.config.MXConfigThread.isSpaceEnough(MXConfigThread.java:217) Line 71662: 09-25 17:38:32.586 3132 3173 E AndroidRuntime: at com.mxnavi.api.config.MXConfigThread.run(MXConfigThread.java:76) Line 71663: 09-25 17:38:32.586 3132 3173 E AndroidRuntime: Caused by: android.system.ErrnoException: statvfs failed: ENOENT (No such file or directory) Line 71664: 09-25 17:38:32.586 3132 3173 E AndroidRuntime: at libcore.io.Linux.statvfs(Native Method) Line 71665: 09-25 17:38:32.586 3132 3173 E AndroidRuntime: at libcore.io.ForwardingOs.statvfs(ForwardingOs.java:852) Line 71666: 09-25 17:38:32.586 3132 3173 E AndroidRuntime: at libcore.io.BlockGuardOs.statvfs(BlockGuardOs.java:428) Line 71667: 09-25 17:38:32.586 3132 3173 E AndroidRuntime: at libcore.io.ForwardingOs.statvfs(ForwardingOs.java:852) Line 71668: 09-25 17:38:32.586 3132 3173 E AndroidRuntime: at android.system.Os.statvfs(Os.java:909) Line 71669: 09-25 17:38:32.586 3132 3173 E AndroidRuntime: at android.os.StatFs.doStat(StatFs.java:51) Line 71670: 09-25 17:38:32.586 3132 3173 E AndroidRuntime: ... 4 more Line 75792: 09-25 17:38:33.023 3185 3250 E AndroidRuntime: FATAL EXCEPTION: Thread-8 Line 75793: 09-25 17:38:33.023 3185 3250 E AndroidRuntime: Process: com.tinnove.nid, PID: 3185 Line 75794: 09-25 17:38:33.023 3185 3250 E AndroidRuntime: java.lang.IllegalArgumentException: Invalid path: /data/data/com.tinnove.nid/files/LaneData/ Line 75795: 09-25 17:38:33.023 3185 3250 E AndroidRuntime: at android.os.StatFs.doStat(StatFs.java:53) Line 75796: 09-25 17:38:33.023 3185 3250 E AndroidRuntime: at android.os.StatFs.<init>(StatFs.java:43) Line 75797: 09-25 17:38:33.023 3185 3250 E AndroidRuntime: at com.mxnavi.api.config.Utils.getFreeSize(Utils.java:149) Line 75798: 09-25 17:38:33.023 3185 3250 E AndroidRuntime: at com.mxnavi.api.config.MXConfigThread.isSpaceEnough(MXConfigThread.java:217) Line 75799: 09-25 17:38:33.023 3185 3250 E AndroidRuntime: at com.mxnavi.api.config.MXConfigThread.run(MXConfigThread.java:76) Line 75800: 09-25 17:38:33.023 3185 3250 E AndroidRuntime: Caused by: android.system.ErrnoException: statvfs failed: ENOENT (No such file or directory) Line 75801: 09-25 17:38:33.023 3185 3250 E AndroidRuntime: at libcore.io.Linux.statvfs(Native Method) Line 75802: 09-25 17:38:33.023 3185 3250 E AndroidRuntime: at libcore.io.ForwardingOs.statvfs(ForwardingOs.java:852) Line 75803: 09-25 17:38:33.023 3185 3250 E AndroidRuntime: at libcore.io.BlockGuardOs.statvfs(BlockGuardOs.java:428) Line 75804: 09-25 17:38:33.023 3185 3250 E AndroidRuntime: at libcore.io.ForwardingOs.statvfs(ForwardingOs.java:852) Line 75805: 09-25 17:38:33.023 3185 3250 E AndroidRuntime: at android.system.Os.statvfs(Os.java:909) Line 75806: 09-25 17:38:33.023 3185 3250 E AndroidRuntime: at android.os.StatFs.doStat(StatFs.java:51) Line 75807: 09-25 17:38:33.023 3185 3250 E AndroidRuntime: ... 4 more Line 79072: 09-25 17:38:33.297 3253 3288 E AndroidRuntime: FATAL EXCEPTION: Thread-8 Line 79073: 09-25 17:38:33.297 3253 3288 E AndroidRuntime: Process: com.tinnove.nid, PID: 3253 Line 79074: 09-25 17:38:33.297 3253 3288 E AndroidRuntime: java.lang.IllegalArgumentException: Invalid path: /data/data/com.tinnove.nid/files/LaneData/ Line 79075: 09-25 17:38:33.297 3253 3288 E AndroidRuntime: at android.os.StatFs.doStat(StatFs.java:53) Line 79076: 09-25 17:38:33.297 3253 3288 E AndroidRuntime: at android.os.StatFs.<init>(StatFs.java:43) Line 79077: 09-25 17:38:33.297 3253 3288 E AndroidRuntime: at com.mxnavi.api.config.Utils.getFreeSize(Utils.java:149) Line 79078: 09-25 17:38:33.297 3253 3288 E AndroidRuntime: at com.mxnavi.api.config.MXConfigThread.isSpaceEnough(MXConfigThread.java:217) Line 79079: 09-25 17:38:33.297 3253 3288 E AndroidRuntime: at com.mxnavi.api.config.MXConfigThread.run(MXConfigThread.java:76) Line 79080: 09-25 17:38:33.297 3253 3288 E AndroidRuntime: Caused by: android.system.ErrnoException: statvfs failed: ENOENT (No such file or directory) Line 79081: 09-25 17:38:33.297 3253 3288 E AndroidRuntime: at libcore.io.Linux.statvfs(Native Method) Line 79082: 09-25 17:38:33.297 3253 3288 E AndroidRuntime: at libcore.io.ForwardingOs.statvfs(ForwardingOs.java:852) Line 79083: 09-25 17:38:33.297 3253 3288 E AndroidRuntime: at libcore.io.BlockGuardOs.statvfs(BlockGuardOs.java:428) Line 79084: 09-25 17:38:33.297 3253 3288 E AndroidRuntime: at libcore.io.ForwardingOs.statvfs(ForwardingOs.java:852) Line 79085: 09-25 17:38:33.297 3253 3288 E AndroidRuntime: at android.system.Os.statvfs(Os.java:909) Line 79086: 09-25 17:38:33.297 3253 3288 E AndroidRuntime: at android.os.StatFs.doStat(StatFs.java:51) Line 79087: 09-25 17:38:33.297 3253 3288 E AndroidRuntime: ... 4 more Line 82211: 09-25 17:38:33.452 3295 3324 E AndroidRuntime: FATAL EXCEPTION: Thread-8 Line 82212: 09-25 17:38:33.452 3295 3324 E AndroidRuntime: Process: com.tinnove.nid, PID: 3295 Line 82213: 09-25 17:38:33.452 3295 3324 E AndroidRuntime: java.lang.IllegalArgumentException: Invalid path: /data/data/com.tinnove.nid/files/LaneData/ Line 82214: 09-25 17:38:33.452 3295 3324 E AndroidRuntime: at android.os.StatFs.doStat(StatFs.java:53) Line 82215: 09-25 17:38:33.452 3295 3324 E AndroidRuntime: at android.os.StatFs.<init>(StatFs.java:43) Line 82216: 09-25 17:38:33.452 3295 3324 E AndroidRuntime: at com.mxnavi.api.config.Utils.getFreeSize(Utils.java:149) Line 82217: 09-25 17:38:33.452 3295 3324 E AndroidRuntime: at com.mxnavi.api.config.MXConfigThread.isSpaceEnough(MXConfigThread.java:217) Line 82218: 09-25 17:38:33.452 3295 3324 E AndroidRuntime: at com.mxnavi.api.config.MXConfigThread.run(MXConfigThread.java:76) Line 82219: 09-25 17:38:33.452 3295 3324 E AndroidRuntime: Caused by: android.system.ErrnoException: statvfs failed: ENOENT (No such file or directory) Line 82220: 09-25 17:38:33.452 3295 3324 E AndroidRuntime: at libcore.io.Linux.statvfs(Native Method) Line 82221: 09-25 17:38:33.452 3295 3324 E AndroidRuntime: at libcore.io.ForwardingOs.statvfs(ForwardingOs.java:852) Line 82222: 09-25 17:38:33.452 3295 3324 E AndroidRuntime: at libcore.io.BlockGuardOs.statvfs(BlockGuardOs.java:428) Line 82223: 09-25 17:38:33.452 3295 3324 E AndroidRuntime: at libcore.io.ForwardingOs.statvfs(ForwardingOs.java:852) Line 82224: 09-25 17:38:33.452 3295 3324 E AndroidRuntime: at android.system.Os.statvfs(Os.java:909) Line 82225: 09-25 17:38:33.452 3295 3324 E AndroidRuntime: at android.os.StatFs.doStat(StatFs.java:51) Line 82226: 09-25 17:38:33.452 3295 3324 E AndroidRuntime: ... 4 more Line 84386: 09-25 17:38:33.613 3329 3380 E AndroidRuntime: FATAL EXCEPTION: Thread-8 Line 84387: 09-25 17:38:33.613 3329 3380 E AndroidRuntime: Process: com.tinnove.nid, PID: 3329 Line 84388: 09-25 17:38:33.613 3329 3380 E AndroidRuntime: java.lang.IllegalArgumentException: Invalid path: /data/data/com.tinnove.nid/files/LaneData/ Line 84389: 09-25 17:38:33.613 3329 3380 E AndroidRuntime: at android.os.StatFs.doStat(StatFs.java:53) Line 84390: 09-25 17:38:33.613 3329 3380 E AndroidRuntime: at android.os.StatFs.<init>(StatFs.java:43) Line 84391: 09-25 17:38:33.613 3329 3380 E AndroidRuntime: at com.mxnavi.api.config.Utils.getFreeSize(Utils.java:149) Line 84392: 09-25 17:38:33.613 3329 3380 E AndroidRuntime: at com.mxnavi.api.config.MXConfigThread.isSpaceEnough(MXConfigThread.java:217) Line 84393: 09-25 17:38:33.613 3329 3380 E AndroidRuntime: at com.mxnavi.api.config.MXConfigThread.run(MXConfigThread.java:76) Line 84394: 09-25 17:38:33.613 3329 3380 E AndroidRuntime: Caused by: android.system.ErrnoException: statvfs failed: ENOENT (No such file or directory) Line 84395: 09-25 17:38:33.613 3329 3380 E AndroidRuntime: at libcore.io.Linux.statvfs(Native Method) Line 84396: 09-25 17:38:33.613 3329 3380 E AndroidRuntime: at libcore.io.ForwardingOs.statvfs(ForwardingOs.java:852) Line 84397: 09-25 17:38:33.613 3329 3380 E AndroidRuntime: at libcore.io.BlockGuardOs.statvfs(BlockGuardOs.java:428) Line 84398: 09-25 17:38:33.613 3329 3380 E AndroidRuntime: at libcore.io.ForwardingOs.statvfs(ForwardingOs.java:852) Line 84399: 09-25 17:38:33.613 3329 3380 E AndroidRuntime: at android.system.Os.statvfs(Os.java:909) Line 84400: 09-25 17:38:33.613 3329 3380 E AndroidRuntime: at android.os.StatFs.doStat(StatFs.java:51) Line 84401: 09-25 17:38:33.613 3329 3380 E AndroidRuntime: ... 4 more Line 86010: 09-25 17:38:33.836 3383 3419 E AndroidRuntime: FATAL EXCEPTION: Thread-8 Line 86011: 09-25 17:38:33.836 3383 3419 E AndroidRuntime: Process: com.tinnove.nid, PID: 3383 Line 86012: 09-25 17:38:33.836 3383 3419 E AndroidRuntime: java.lang.IllegalArgumentException: Invalid path: /data/data/com.tinnove.nid/files/LaneData/ Line 86013: 09-25 17:38:33.836 3383 3419 E AndroidRuntime: at android.os.StatFs.doStat(StatFs.java:53) Line 86014: 09-25 17:38:33.836 3383 3419 E AndroidRuntime: at android.os.StatFs.<init>(StatFs.java:43) Line 86015: 09-25 17:38:33.836 3383 3419 E AndroidRuntime: at com.mxnavi.api.config.Utils.getFreeSize(Utils.java:149) Line 86016: 09-25 17:38:33.836 3383 3419 E AndroidRuntime: at com.mxnavi.api.config.MXConfigThread.isSpaceEnough(MXConfigThread.java:217) Line 86017: 09-25 17:38:33.836 3383 3419 E AndroidRuntime: at com.mxnavi.api.config.MXConfigThread.run(MXConfigThread.java:76) Line 86018: 09-25 17:38:33.836 3383 3419 E AndroidRuntime: Caused by: android.system.ErrnoException: statvfs failed: ENOENT (No such file or directory) Line 86019: 09-25 17:38:33.836 3383 3419 E AndroidRuntime: at libcore.io.Linux.statvfs(Native Method) Line 86020: 09-25 17:38:33.836 3383 3419 E AndroidRuntime: at libcore.io.ForwardingOs.statvfs(ForwardingOs.java:852) Line 86021: 09-25 17:38:33.836 3383 3419 E AndroidRuntime: at libcore.io.BlockGuardOs.statvfs(BlockGuardOs.java:428) Line 86022: 09-25 17:38:33.836 3383 3419 E AndroidRuntime: at libcore.io.ForwardingOs.statvfs(ForwardingOs.java:852) Line 86023: 09-25 17:38:33.836 3383 3419 E AndroidRuntime: at android.system.Os.statvfs(Os.java:909) Line 86024: 09-25 17:38:33.836 3383 3419 E AndroidRuntime: at android.os.StatFs.doStat(StatFs.java:51) Line 86025: 09-25 17:38:33.836 3383 3419 E AndroidRuntime: ... 4 more Line 87567: 09-25 17:38:33.985 3424 3453 E AndroidRuntime: FATAL EXCEPTION: Thread-8 Line 87568: 09-25 17:38:33.985 3424 3453 E AndroidRuntime: Process: com.tinnove.nid, PID: 3424 Line 87569: 09-25 17:38:33.985 3424 3453 E AndroidRuntime: java.lang.IllegalArgumentException: Invalid path: /data/data/com.tinnove.nid/files/LaneData/ Line 87570: 09-25 17:38:33.985 3424 3453 E AndroidRuntime: at android.os.StatFs.doStat(StatFs.java:53) Line 87571: 09-25 17:38:33.985 3424 3453 E AndroidRuntime: at android.os.StatFs.<init>(StatFs.java:43) Line 87572: 09-25 17:38:33.985 3424 3453 E AndroidRuntime: at com.mxnavi.api.config.Utils.getFreeSize(Utils.java:149) Line 87573: 09-25 17:38:33.985 3424 3453 E AndroidRuntime: at com.mxnavi.api.config.MXConfigThread.isSpaceEnough(MXConfigThread.java:217) Line 87574: 09-25 17:38:33.985 3424 3453 E AndroidRuntime: at com.mxnavi.api.config.MXConfigThread.run(MXConfigThread.java:76) Line 87575: 09-25 17:38:33.985 3424 3453 E AndroidRuntime: Caused by: android.system.ErrnoException: statvfs failed: ENOENT (No such file or directory) Line 87576: 09-25 17:38:33.985 3424 3453 E AndroidRuntime: at libcore.io.Linux.statvfs(Native Method) Line 87577: 09-25 17:38:33.985 3424 3453 E AndroidRuntime: at libcore.io.ForwardingOs.statvfs(ForwardingOs.java:852) Line 87578: 09-25 17:38:33.985 3424 3453 E AndroidRuntime: at libcore.io.BlockGuardOs.statvfs(BlockGuardOs.java:428) Line 87579: 09-25 17:38:33.985 3424 3453 E AndroidRuntime: at libcore.io.ForwardingOs.statvfs(ForwardingOs.java:852) Line 87580: 09-25 17:38:33.985 3424 3453 E AndroidRuntime: at android.system.Os.statvfs(Os.java:909) Line 87581: 09-25 17:38:33.985 3424 3453 E AndroidRuntime: at android.os.StatFs.doStat(StatFs.java:51) Line 87582: 09-25 17:38:33.985 3424 3453 E AndroidRuntime: ... 4 more Line 90115: 09-25 17:38:34.162 3461 3495 E AndroidRuntime: FATAL EXCEPTION: Thread-8 Line 90116: 09-25 17:38:34.162 3461 3495 E AndroidRuntime: Process: com.tinnove.nid, PID: 3461 Line 90117: 09-25 17:38:34.162 3461 3495 E AndroidRuntime: java.lang.IllegalArgumentException: Invalid path: /data/data/com.tinnove.nid/files/LaneData/ Line 90118: 09-25 17:38:34.162 3461 3495 E AndroidRuntime: at android.os.StatFs.doStat(StatFs.java:53) Line 90119: 09-25 17:38:34.162 3461 3495 E AndroidRuntime: at android.os.StatFs.<init>(StatFs.java:43) Line 90120: 09-25 17:38:34.162 3461 3495 E AndroidRuntime: at com.mxnavi.api.config.Utils.getFreeSize(Utils.java:149) Line 90121: 09-25 17:38:34.162 3461 3495 E AndroidRuntime: at com.mxnavi.api.config.MXConfigThread.isSpaceEnough(MXConfigThread.java:217) Line 90122: 09-25 17:38:34.162 3461 3495 E AndroidRuntime: at com.mxnavi.api.config.MXConfigThread.run(MXConfigThread.java:76) Line 90123: 09-25 17:38:34.162 3461 3495 E AndroidRuntime: Caused by: android.system.ErrnoException: statvfs failed: ENOENT (No such file or directory) Line 90124: 09-25 17:38:34.162 3461 3495 E AndroidRuntime: at libcore.io.Linux.statvfs(Native Method) Line 90125: 09-25 17:38:34.162 3461 3495 E AndroidRuntime: at libcore.io.ForwardingOs.statvfs(ForwardingOs.java:852) Line 90126: 09-25 17:38:34.162 3461 3495 E AndroidRuntime: at libcore.io.BlockGuardOs.statvfs(BlockGuardOs.java:428) Line 90127: 09-25 17:38:34.162 3461 3495 E AndroidRuntime: at libcore.io.ForwardingOs.statvfs(ForwardingOs.java:852) Line 90128: 09-25 17:38:34.162 3461 3495 E AndroidRuntime: at android.system.Os.statvfs(Os.java:909) Line 90129: 09-25 17:38:34.162 3461 3495 E AndroidRuntime: at android.os.StatFs.doStat(StatFs.java:51) Line 90130: 09-25 17:38:34.162 3461 3495 E AndroidRuntime: ... 4 more Line 92198: 09-25 17:38:34.408 3504 3535 E AndroidRuntime: FATAL EXCEPTION: Thread-8 Line 92199: 09-25 17:38:34.408 3504 3535 E AndroidRuntime: Process: com.tinnove.nid, PID: 3504 Line 92200: 09-25 17:38:34.408 3504 3535 E AndroidRuntime: java.lang.IllegalArgumentException: Invalid path: /data/data/com.tinnove.nid/files/LaneData/ Line 92201: 09-25 17:38:34.408 3504 3535 E AndroidRuntime: at android.os.StatFs.doStat(StatFs.java:53) Line 92202: 09-25 17:38:34.408 3504 3535 E AndroidRuntime: at android.os.StatFs.<init>(StatFs.java:43) Line 92203: 09-25 17:38:34.408 3504 3535 E AndroidRuntime: at com.mxnavi.api.config.Utils.getFreeSize(Utils.java:149) Line 92204: 09-25 17:38:34.408 3504 3535 E AndroidRuntime: at com.mxnavi.api.config.MXConfigThread.isSpaceEnough(MXConfigThread.java:217) Line 92205: 09-25 17:38:34.408 3504 3535 E AndroidRuntime: at com.mxnavi.api.config.MXConfigThread.run(MXConfigThread.java:76) Line 92206: 09-25 17:38:34.408 3504 3535 E AndroidRuntime: Caused by: android.system.ErrnoException: statvfs failed: ENOENT (No such file or directory) Line 92207: 09-25 17:38:34.408 3504 3535 E AndroidRuntime: at libcore.io.Linux.statvfs(Native Method) Line 92208: 09-25 17:38:34.408 3504 3535 E AndroidRuntime: at libcore.io.ForwardingOs.statvfs(ForwardingOs.java:852) Line 92209: 09-25 17:38:34.408 3504 3535 E AndroidRuntime: at libcore.io.BlockGuardOs.statvfs(BlockGuardOs.java:428) Line 92210: 09-25 17:38:34.408 3504 3535 E AndroidRuntime: at libcore.io.ForwardingOs.statvfs(ForwardingOs.java:852) Line 92211: 09-25 17:38:34.408 3504 3535 E AndroidRuntime: at android.system.Os.statvfs(Os.java:909) Line 92212: 09-25 17:38:34.408 3504 3535 E AndroidRuntime: at android.os.StatFs.doStat(StatFs.java:51) Line 92213: 09-25 17:38:34.408 3504 3535 E AndroidRuntime: ... 4 more Line 94114: 09-25 17:38:34.563 3546 3581 E AndroidRuntime: FATAL EXCEPTION: Thread-8 Line 94115: 09-25 17:38:34.563 3546 3581 E AndroidRuntime: Process: com.tinnove.nid, PID: 3546 Line 94116: 09-25 17:38:34.563 3546 3581 E AndroidRuntime: java.lang.IllegalArgumentException: Invalid path: /data/data/com.tinnove.nid/files/LaneData/ Line 94117: 09-25 17:38:34.563 3546 3581 E AndroidRuntime: at android.os.StatFs.doStat(StatFs.java:53) Line 94118: 09-25 17:38:34.563 3546 3581 E AndroidRuntime: at android.os.StatFs.<init>(StatFs.java:43) Line 94119: 09-25 17:38:34.563 3546 3581 E AndroidRuntime: at com.mxnavi.api.config.Utils.getFreeSize(Utils.java:149) Line 94120: 09-25 17:38:34.563 3546 3581 E AndroidRuntime: at com.mxnavi.api.config.MXConfigThread.isSpaceEnough(MXConfigThread.java:217) Line 94121: 09-25 17:38:34.563 3546 3581 E AndroidRuntime: at com.mxnavi.api.config.MXConfigThread.run(MXConfigThread.java:76) Line 94122: 09-25 17:38:34.563 3546 3581 E AndroidRuntime: Caused by: android.system.ErrnoException: statvfs failed: ENOENT (No such file or directory) Line 94123: 09-25 17:38:34.563 3546 3581 E AndroidRuntime: at libcore.io.Linux.statvfs(Native Method) Line 94124: 09-25 17:38:34.563 3546 3581 E AndroidRuntime: at libcore.io.ForwardingOs.statvfs(ForwardingOs.java:852) Line 94125: 09-25 17:38:34.563 3546 3581 E AndroidRuntime: at libcore.io.BlockGuardOs.statvfs(BlockGuardOs.java:428) Line 94126: 09-25 17:38:34.563 3546 3581 E AndroidRuntime: at libcore.io.ForwardingOs.statvfs(ForwardingOs.java:852) Line 94127: 09-25 17:38:34.563 3546 3581 E AndroidRuntime: at android.system.Os.statvfs(Os.java:909) Line 94128: 09-25 17:38:34.563 3546 3581 E AndroidRuntime: at android.os.StatFs.doStat(StatFs.java:51) Line 94129: 09-25 17:38:34.563 3546 3581 E AndroidRuntime: ... 4 more Line 95878: 09-25 17:38:34.740 3585 3632 E AndroidRuntime: FATAL EXCEPTION: Thread-8 Line 95879: 09-25 17:38:34.740 3585 3632 E AndroidRuntime: Process: com.tinnove.nid, PID: 3585 Line 95880: 09-25 17:38:34.740 3585 3632 E AndroidRuntime: java.lang.IllegalArgumentException: Invalid path: /data/data/com.tinnove.nid/files/LaneData/ Line 95881: 09-25 17:38:34.740 3585 3632 E AndroidRuntime: at android.os.StatFs.doStat(StatFs.java:53) Line 95882: 09-25 17:38:34.740 3585 3632 E AndroidRuntime: at android.os.StatFs.<init>(StatFs.java:43) Line 95883: 09-25 17:38:34.740 3585 3632 E AndroidRuntime: at com.mxnavi.api.config.Utils.getFreeSize(Utils.java:149) Line 95884: 09-25 17:38:34.740 3585 3632 E AndroidRuntime: at com.mxnavi.api.config.MXConfigThread.isSpaceEnough(MXConfigThread.java:217) Line 95885: 09-25 17:38:34.740 3585 3632 E AndroidRuntime: at com.mxnavi.api.config.MXConfigThread.run(MXConfigThread.java:76) Line 95886: 09-25 17:38:34.740 3585 3632 E AndroidRuntime: Caused by: android.system.ErrnoException: statvfs failed: ENOENT (No such file or directory) Line 95887: 09-25 17:38:34.740 3585 3632 E AndroidRuntime: at libcore.io.Linux.statvfs(Native Method) Line 95888: 09-25 17:38:34.740 3585 3632 E AndroidRuntime: at libcore.io.ForwardingOs.statvfs(ForwardingOs.java:852) Line 95889: 09-25 17:38:34.740 3585 3632 E AndroidRuntime: at libcore.io.BlockGuardOs.statvfs(BlockGuardOs.java:428) Line 95890: 09-25 17:38:34.740 3585 3632 E AndroidRuntime: at libcore.io.ForwardingOs.statvfs(ForwardingOs.java:852) Line 95891: 09-25 17:38:34.740 3585 3632 E AndroidRuntime: at android.system.Os.statvfs(Os.java:909) Line 95892: 09-25 17:38:34.740 3585 3632 E AndroidRuntime: at android.os.StatFs.doStat(StatFs.java:51) Line 95893: 09-25 17:38:34.740 3585 3632 E AndroidRuntime: ... 4 more Line 99458: 09-25 17:38:34.977 3642 3690 E AndroidRuntime: FATAL EXCEPTION: Thread-8 Line 99459: 09-25 17:38:34.977 3642 3690 E AndroidRuntime: Process: com.tinnove.nid, PID: 3642 Line 99460: 09-25 17:38:34.977 3642 3690 E AndroidRuntime: java.lang.IllegalArgumentException: Invalid path: /data/data/com.tinnove.nid/files/LaneData/ Line 99461: 09-25 17:38:34.977 3642 3690 E AndroidRuntime: at android.os.StatFs.doStat(StatFs.java:53) Line 99462: 09-25 17:38:34.977 3642 3690 E AndroidRuntime: at android.os.StatFs.<init>(StatFs.java:43) Line 99463: 09-25 17:38:34.977 3642 3690 E AndroidRuntime: at com.mxnavi.api.config.Utils.getFreeSize(Utils.java:149) Line 99464: 09-25 17:38:34.977 3642 3690 E AndroidRuntime: at com.mxnavi.api.config.MXConfigThread.isSpaceEnough(MXConfigThread.java:217) Line 99465: 09-25 17:38:34.977 3642 3690 E AndroidRuntime: at com.mxnavi.api.config.MXConfigThread.run(MXConfigThread.java:76) Line 99466: 09-25 17:38:34.977 3642 3690 E AndroidRuntime: Caused by: android.system.ErrnoException: statvfs failed: ENOENT (No such file or directory) Line 99467: 09-25 17:38:34.977 3642 3690 E AndroidRuntime: at libcore.io.Linux.statvfs(Native Method) Line 99468: 09-25 17:38:34.977 3642 3690 E AndroidRuntime: at libcore.io.ForwardingOs.statvfs(ForwardingOs.java:852) Line 99469: 09-25 17:38:34.977 3642 3690 E AndroidRuntime: at libcore.io.BlockGuardOs.statvfs(BlockGuardOs.java:428) Line 99470: 09-25 17:38:34.977 3642 3690 E AndroidRuntime: at libcore.io.ForwardingOs.statvfs(ForwardingOs.java:852) Line 99471: 09-25 17:38:34.977 3642 3690 E AndroidRuntime: at android.system.Os.statvfs(Os.java:909) Line 99472: 09-25 17:38:34.977 3642 3690 E AndroidRuntime: at android.os.StatFs.doStat(StatFs.java:51) Line 99473: 09-25 17:38:34.977 3642 3690 E AndroidRuntime: ... 4 more Line 101058: 09-25 17:38:35.059 2379 2379 I AndroidRuntime: VM exiting with result code 0, cleanup skipped. Line 102379: 09-25 17:38:35.130 3694 3731 E AndroidRuntime: FATAL EXCEPTION: Thread-8 Line 102380: 09-25 17:38:35.130 3694 3731 E AndroidRuntime: Process: com.tinnove.nid, PID: 3694 Line 102381: 09-25 17:38:35.130 3694 3731 E AndroidRuntime: java.lang.IllegalArgumentException: Invalid path: /data/data/com.tinnove.nid/files/LaneData/ Line 102382: 09-25 17:38:35.130 3694 3731 E AndroidRuntime: at android.os.StatFs.doStat(StatFs.java:53) Line 102383: 09-25 17:38:35.130 3694 3731 E AndroidRuntime: at android.os.StatFs.<init>(StatFs.java:43) Line 102384: 09-25 17:38:35.130 3694 3731 E AndroidRuntime: at com.mxnavi.api.config.Utils.getFreeSize(Utils.java:149) Line 102385: 09-25 17:38:35.130 3694 3731 E AndroidRuntime: at com.mxnavi.api.config.MXConfigThread.isSpaceEnough(MXConfigThread.java:217) Line 102386: 09-25 17:38:35.130 3694 3731 E AndroidRuntime: at com.mxnavi.api.config.MXConfigThread.run(MXConfigThread.java:76) Line 102387: 09-25 17:38:35.130 3694 3731 E AndroidRuntime: Caused by: android.system.ErrnoException: statvfs failed: ENOENT (No such file or directory) Line 102388: 09-25 17:38:35.130 3694 3731 E AndroidRuntime: at libcore.io.Linux.statvfs(Native Method) Line 102389: 09-25 17:38:35.130 3694 3731 E AndroidRuntime: at libcore.io.ForwardingOs.statvfs(ForwardingOs.java:852) Line 102390: 09-25 17:38:35.130 3694 3731 E AndroidRuntime: at libcore.io.BlockGuardOs.statvfs(BlockGuardOs.java:428) Line 102391: 09-25 17:38:35.130 3694 3731 E AndroidRuntime: at libcore.io.ForwardingOs.statvfs(ForwardingOs.java:852) Line 102392: 09-25 17:38:35.130 3694 3731 E AndroidRuntime: at android.system.Os.statvfs(Os.java:909) Line 102393: 09-25 17:38:35.130 3694 3731 E AndroidRuntime: at android.os.StatFs.doStat(StatFs.java:51) Line 102394: 09-25 17:38:35.130 3694 3731 E AndroidRuntime: ... 4 more Line 106306: 09-25 17:38:35.299 3735 3782 E AndroidRuntime: FATAL EXCEPTION: Thread-8 Line 106307: 09-25 17:38:35.299 3735 3782 E AndroidRuntime: Process: com.tinnove.nid, PID: 3735 Line 106308: 09-25 17:38:35.299 3735 3782 E AndroidRuntime: java.lang.IllegalArgumentException: Invalid path: /data/data/com.tinnove.nid/files/LaneData/ Line 106309: 09-25 17:38:35.299 3735 3782 E AndroidRuntime: at android.os.StatFs.doStat(StatFs.java:53) Line 106310: 09-25 17:38:35.299 3735 3782 E AndroidRuntime: at android.os.StatFs.<init>(StatFs.java:43) Line 106311: 09-25 17:38:35.299 3735 3782 E AndroidRuntime: at com.mxnavi.api.config.Utils.getFreeSize(Utils.java:149) Line 106312: 09-25 17:38:35.299 3735 3782 E AndroidRuntime: at com.mxnavi.api.config.MXConfigThread.isSpaceEnough(MXConfigThread.java:217) Line 106313: 09-25 17:38:35.299 3735 3782 E AndroidRuntime: at com.mxnavi.api.config.MXConfigThread.run(MXConfigThread.java:76) Line 106314: 09-25 17:38:35.299 3735 3782 E AndroidRuntime: Caused by: android.system.ErrnoException: statvfs failed: ENOENT (No such file or directory) Line 106315: 09-25 17:38:35.299 3735 3782 E AndroidRuntime: at libcore.io.Linux.statvfs(Native Method) Line 106316: 09-25 17:38:35.299 3735 3782 E AndroidRuntime: at libcore.io.ForwardingOs.statvfs(ForwardingOs.java:852) Line 106317: 09-25 17:38:35.299 3735 3782 E AndroidRuntime: at libcore.io.BlockGuardOs.statvfs(BlockGuardOs.java:428) Line 106318: 09-25 17:38:35.299 3735 3782 E AndroidRuntime: at libcore.io.ForwardingOs.statvfs(ForwardingOs.java:852) Line 106319: 09-25 17:38:35.299 3735 3782 E AndroidRuntime: at android.system.Os.statvfs(Os.java:909) Line 106320: 09-25 17:38:35.299 3735 3782 E AndroidRuntime: at android.os.StatFs.doStat(StatFs.java:51) Line 106321: 09-25 17:38:35.299 3735 3782 E AndroidRuntime: ... 4 more C:\Users\WTCL\1758.txt (54 hits) Line 124: 09-25 17:57:57.113 7982 7982 E AndroidRuntime: FATAL EXCEPTION: main Line 125: 09-25 17:57:57.113 7982 7982 E AndroidRuntime: Process: com.tinnove.aiassistant, PID: 7982 Line 126: 09-25 17:57:57.113 7982 7982 E AndroidRuntime: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.tinnove.aiassistant/com.tinnove.aiassistant.MainActivity}: java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this activity. Line 127: 09-25 17:57:57.113 7982 7982 E AndroidRuntime: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3866) Line 128: 09-25 17:57:57.113 7982 7982 E AndroidRuntime: at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:4007) Line 129: 09-25 17:57:57.113 7982 7982 E AndroidRuntime: at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103) Line 130: 09-25 17:57:57.113 7982 7982 E AndroidRuntime: at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:139) Line 131: 09-25 17:57:57.113 7982 7982 E AndroidRuntime: at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:96) Line 132: 09-25 17:57:57.113 7982 7982 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2512) Line 133: 09-25 17:57:57.113 7982 7982 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:106) Line 134: 09-25 17:57:57.113 7982 7982 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:218) Line 135: 09-25 17:57:57.113 7982 7982 E AndroidRuntime: at android.os.Looper.loop(Looper.java:307) Line 136: 09-25 17:57:57.113 7982 7982 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:8309) Line 137: 09-25 17:57:57.113 7982 7982 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method) Line 138: 09-25 17:57:57.113 7982 7982 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:573) Line 139: 09-25 17:57:57.113 7982 7982 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1049) Line 140: 09-25 17:57:57.113 7982 7982 E AndroidRuntime: Caused by: java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this activity. Line 141: 09-25 17:57:57.113 7982 7982 E AndroidRuntime: at androidx.appcompat.app.AppCompatDelegateImpl.createSubDecor(AppCompatDelegateImpl.java:852) Line 142: 09-25 17:57:57.113 7982 7982 E AndroidRuntime: at androidx.appcompat.app.AppCompatDelegateImpl.ensureSubDecor(AppCompatDelegateImpl.java:815) Line 143: 09-25 17:57:57.113 7982 7982 E AndroidRuntime: at androidx.appcompat.app.AppCompatDelegateImpl.setContentView(AppCompatDelegateImpl.java:703) Line 144: 09-25 17:57:57.113 7982 7982 E AndroidRuntime: at androidx.appcompat.app.AppCompatActivity.setContentView(AppCompatActivity.java:195) Line 145: 09-25 17:57:57.113 7982 7982 E AndroidRuntime: at com.tinnove.aiassistant.MainActivity.onCreate(MainActivity.kt:20) Line 146: 09-25 17:57:57.113 7982 7982 E AndroidRuntime: at android.app.Activity.performCreate(Activity.java:8621) Line 147: 09-25 17:57:57.113 7982 7982 E AndroidRuntime: at android.app.Activity.performCreate(Activity.java:8599) Line 148: 09-25 17:57:57.113 7982 7982 E AndroidRuntime: at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1458) Line 149: 09-25 17:57:57.113 7982 7982 E AndroidRuntime: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3848) Line 150: 09-25 17:57:57.113 7982 7982 E AndroidRuntime: ... 12 more Line 505: 09-25 17:57:59.132 8188 8188 E AndroidRuntime: FATAL EXCEPTION: main Line 506: 09-25 17:57:59.132 8188 8188 E AndroidRuntime: Process: com.tinnove.aiassistant, PID: 8188 Line 507: 09-25 17:57:59.132 8188 8188 E AndroidRuntime: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.tinnove.aiassistant/com.tinnove.aiassistant.MainActivity}: java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this activity. Line 508: 09-25 17:57:59.132 8188 8188 E AndroidRuntime: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3866) Line 509: 09-25 17:57:59.132 8188 8188 E AndroidRuntime: at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:4007) Line 510: 09-25 17:57:59.132 8188 8188 E AndroidRuntime: at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103) Line 511: 09-25 17:57:59.132 8188 8188 E AndroidRuntime: at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:139) Line 512: 09-25 17:57:59.132 8188 8188 E AndroidRuntime: at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:96) Line 513: 09-25 17:57:59.132 8188 8188 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2512) Line 514: 09-25 17:57:59.132 8188 8188 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:106) Line 515: 09-25 17:57:59.132 8188 8188 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:218) Line 516: 09-25 17:57:59.132 8188 8188 E AndroidRuntime: at android.os.Looper.loop(Looper.java:307) Line 517: 09-25 17:57:59.132 8188 8188 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:8309) Line 518: 09-25 17:57:59.132 8188 8188 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method) Line 519: 09-25 17:57:59.132 8188 8188 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:573) Line 520: 09-25 17:57:59.132 8188 8188 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1049) Line 521: 09-25 17:57:59.132 8188 8188 E AndroidRuntime: Caused by: java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this activity. Line 522: 09-25 17:57:59.132 8188 8188 E AndroidRuntime: at androidx.appcompat.app.AppCompatDelegateImpl.createSubDecor(AppCompatDelegateImpl.java:852) Line 523: 09-25 17:57:59.132 8188 8188 E AndroidRuntime: at androidx.appcompat.app.AppCompatDelegateImpl.ensureSubDecor(AppCompatDelegateImpl.java:815) Line 524: 09-25 17:57:59.132 8188 8188 E AndroidRuntime: at androidx.appcompat.app.AppCompatDelegateImpl.setContentView(AppCompatDelegateImpl.java:703) Line 525: 09-25 17:57:59.132 8188 8188 E AndroidRuntime: at androidx.appcompat.app.AppCompatActivity.setContentView(AppCompatActivity.java:195) Line 526: 09-25 17:57:59.132 8188 8188 E AndroidRuntime: at com.tinnove.aiassistant.MainActivity.onCreate(MainActivity.kt:20) Line 527: 09-25 17:57:59.132 8188 8188 E AndroidRuntime: at android.app.Activity.performCreate(Activity.java:8621) Line 528: 09-25 17:57:59.132 8188 8188 E AndroidRuntime: at android.app.Activity.performCreate(Activity.java:8599) Line 529: 09-25 17:57:59.132 8188 8188 E AndroidRuntime: at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1458) Line 530: 09-25 17:57:59.132 8188 8188 E AndroidRuntime: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3848) Line 531: 09-25 17:57:59.132 8188 8188 E AndroidRuntime: ... 12 more
09-26
03-16 12:33:00.942 18324 18324 E AndroidRuntime: FATAL EXCEPTION: main 03-16 12:33:00.942 18324 18324 E AndroidRuntime: Process: com.android.bluetooth, PID: 18324 03-16 12:33:00.942 18324 18324 E AndroidRuntime: java.lang.IllegalArgumentException: Receiver not registered: com.oplus.bluetooth.feature.dcs.OplusBluetoothRecorderFactory$1@f666353 03-16 12:33:00.942 18324 18324 E AndroidRuntime: at android.app.LoadedApk.forgetReceiverDispatcher(LoadedApk.java:1777) 03-16 12:33:00.942 18324 18324 E AndroidRuntime: at android.app.ContextImpl.unregisterReceiver(ContextImpl.java:1922) 03-16 12:33:00.942 18324 18324 E AndroidRuntime: at android.content.ContextWrapper.unregisterReceiver(ContextWrapper.java:832) 03-16 12:33:00.942 18324 18324 E AndroidRuntime: at com.oplus.bluetooth.feature.dcs.03-16 12:33:00.942 18324 18324 E AndroidRuntime: FATAL EXCEPTION: main 03-16 12:33:00.942 18324 18324 E AndroidRuntime: Process: com.android.bluetooth, PID: 18324 03-16 12:33:00.942 18324 18324 E AndroidRuntime: java.lang.IllegalArgumentException: Receiver not registered: com.oplus.bluetooth.feature.dcs.OplusBluetoothRecorderFactory$1@f666353 03-16 12:33:00.942 18324 18324 E AndroidRuntime: at android.app.LoadedApk.forgetReceiverDispatcher(LoadedApk.java:1777) 03-16 12:33:00.942 18324 18324 E AndroidRuntime: at android.app.ContextImpl.unregisterReceiver(ContextImpl.java:1922) 03-16 12:33:00.942 18324 18324 E AndroidRuntime: at android.content.ContextWrapper.unregisterReceiver(ContextWrapper.java:832) 03-16 12:33:00.942 18324 18324 E AndroidRuntime: at com.oplus.bluetooth.feature.dcs.OplusBluetoothRecorderFactory.cleanUp(OplusBluetoothRecorderFactory.java:312).cleanUp(OplusBluetoothRecorderFactory.java:312) 帮我看看报错是什么,是什么类型的报错,怎么导致的
03-21
rs/PERTZ$ adb logcat -d | grep -A 40 -B 10 'pid: 9813' 11-27 19:25:01.223 265 528 I chatty : uid=0(root) Binder:265_D expire 122 lines 11-27 19:25:08.545 265 474 I chatty : uid=0(root) Binder:265_8 expire 145 lines 11-27 19:25:31.276 514 721 I chatty : uid=1000(system) InputDispatcher expire 4 lines 11-27 19:25:31.284 514 592 I chatty : uid=1000(system) android.fg expire 4 lines 11-27 19:25:36.068 514 918 I chatty : uid=1000(system) Binder:514_6 expire 12 lines 11-27 19:25:42.112 514 5043 I chatty : uid=1000(system) Binder:514_11 expire 10 lines 11-27 19:25:44.924 9813 9813 F DEBUG : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** 11-27 19:25:44.924 9813 9813 F DEBUG : Build fingerprint: 'Android/jmev_gse/msm8996_gvmq:8.1.0/OPM1.171019.026/2366:user/test-keys' 11-27 19:25:44.924 9813 9813 F DEBUG : Revision: '0' 11-27 19:25:44.924 9813 9813 F DEBUG : ABI: 'arm' 11-27 19:25:44.924 9813 9813 F DEBUG : pid: 9813, tid: 9813, name: /system/bin/webview_zygote32 >>> main <<< 11-27 19:25:44.924 9813 9813 F DEBUG : signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr -------- 11-27 19:25:44.932 9813 9813 F DEBUG : Abort message: 'jni_internal.cc:593] JNI FatalError called: frameworks/base/core/jni/com_android_internal_os_Zygote.cpp:252: prctl(PR_CAPBSET_DROP) failed' 11-27 19:25:44.932 9813 9813 F DEBUG : r0 00000000 r1 00002655 r2 00000006 r3 00000008 11-27 19:25:44.932 9813 9813 F DEBUG : r4 00002655 r5 00002655 r6 ff91edc4 r7 0000010c 11-27 19:25:44.932 9813 9813 F DEBUG : r8 00000000 r9 000000fc sl ff91ee78 fp e6c312a0 11-27 19:25:44.932 9813 9813 F DEBUG : ip 00000002 sp ff91edb0 lr e90ff013 pc e90f89fc cpsr 200b0030 11-27 19:25:44.944 9813 9813 F DEBUG : 11-27 19:25:44.944 9813 9813 F DEBUG : backtrace: 11-27 19:25:44.944 9813 9813 F DEBUG : #00 pc 0001a9fc /system/lib/libc.so (abort+63) 11-27 19:25:44.944 9813 9813 F DEBUG : #01 pc 0035fdaf /system/lib/libart.so (art::Runtime::Abort(char const*)+262) 11-27 19:25:44.944 9813 9813 F DEBUG : #02 pc 0042045d /system/lib/libart.so (android::base::LogMessage::~LogMessage()+452) 11-27 19:25:44.944 9813 9813 F DEBUG : #03 pc 0027f4d1 /system/lib/libart.so (art::JNI::FatalError(_JNIEnv*, char const*)+120) 11-27 19:25:44.944 9813 9813 F DEBUG : #04 pc 000fc5d9 /system/lib/libandroid_runtime.so 11-27 19:25:44.944 9813 9813 F DEBUG : #05 pc 000fcb13 /system/lib/libandroid_runtime.so 11-27 19:25:44.944 9813 9813 F DEBUG : #06 pc 000fbe8b /system/lib/libandroid_runtime.so 11-27 19:25:44.944 9813 9813 F DEBUG : #07 pc 00d2a88b /system/framework/arm/boot-framework.oat (offset 0x5dc000) 11-27 19:25:44.973 514 591 I chatty : uid=1000(system) FileObserver expire 2 lines 11-27 19:25:45.141 514 741 I chatty : uid=1000(system) ConnectivitySer expire 78 lines 11-27 19:26:37.967 9866 9882 E ActivityThread: Failed to find provider info for com.google.android.gms.chimera 11-27 19:26:49.638 265 528 I chatty : uid=0(root) Binder:265_D expire 49 lines 11-27 19:26:52.480 9218 9242 E ActivityThread: Failed to find provider info for app.revanced.android.gms.chimera 11-27 19:26:52.490 514 8936 I chatty : uid=1000(system) Binder:514_1C expire 11 lines 11-27 19:26:53.442 9218 9218 E SchedPolicy: set_timerslack_ns write failed: Operation not permitted 11-27 19:26:53.465 9218 9218 I chatty : uid=10039(app.rex.android.youtube) identical 17 lines 11-27 19:26:53.465 9218 9218 E SchedPolicy: set_timerslack_ns write failed: Operation not permitted 11-27 19:27:00.002 265 265 I chatty : uid=0(root) vehicle@2.0-ser expire 3 lines 11-27 19:27:06.779 9218 9218 E SchedPolicy: set_timerslack_ns write failed: Operation not permitted 11-27 19:27:06.783 9218 9218 I chatty : uid=10039(app.rex.android.youtube) identical 18 lines 11-27 19:27:06.783 9218 9218 E SchedPolicy: set_timerslack_ns write failed: Operation not permitted 11-27 19:27:16.819 265 528 I chatty : uid=0(root) Binder:265_D expire 10 lines 11-27 19:27:19.997 514 5043 I chatty : uid=1000(system) Binder:514_11 expire 8 lines 11-27 19:27:21.356 9983 9983 F DEBUG : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** 11-27 19:27:21.356 9983 9983 F DEBUG : Build fingerprint: 'Android/jmev_gse/msm8996_gvmq:8.1.0/OPM1.171019.026/2366:user/test-keys' 11-27 19:27:21.356 9983 9983 F DEBUG : Revision: '0' 11-27 19:27:21.356 9983 9983 F DEBUG : ABI: 'arm' 11-27 19:27:21.358 9983 9983 F DEBUG : pid: 9983, tid: 9983, name: /system/bin/webview_zygote32 >>> main <<< 11-27 19:27:21.359 9983 9983 F DEBUG : signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr -------- 11-27 19:27:21.376 9983 9983 F DEBUG : Abort message: 'jni_internal.cc:593] JNI FatalError called: frameworks/base/core/jni/com_android_internal_os_Zygote.cpp:252: prctl(PR_CAPBSET_DROP) failed' 11-27 19:27:21.376 9983 9983 F DEBUG : r0 00000000 r1 000026ff r2 00000006 r3 00000008 11-27 19:27:21.376 9983 9983 F DEBUG : r4 000026ff r5 000026ff r6 ff91edc4 r7 0000010c itzhak@perez:/mnt/c/Users/PERTZ$ adb logcat | ndk-stack -sym 你项目的路径/xxxx/xxx/armeabi-v7a ndk-stack: command not found ^C itzhak@perez:/mnt/c/Users/PERTZ$ adb logcat | ndk-stack -sym D:/xxx/project/MediaPlayer/app/build/intermediates/cmake/debug/obj/armeabi-v7a ndk-stack: command not found ^C itzhak@perez:/mnt/c/Users/PERTZ$ adb logcat | grep "9813\|9983" 11-27 19:25:44.924 9813 9813 F DEBUG : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** 11-27 19:25:44.924 9813 9813 F DEBUG : Build fingerprint: 'Android/jmev_gse/msm8996_gvmq:8.1.0/OPM1.171019.026/2366:user/test-keys' 11-27 19:25:44.924 9813 9813 F DEBUG : Revision: '0' 11-27 19:25:44.924 9813 9813 F DEBUG : ABI: 'arm' 11-27 19:25:44.924 9813 9813 F DEBUG : pid: 9813, tid: 9813, name: /system/bin/webview_zygote32 >>> main <<< 11-27 19:25:44.924 9813 9813 F DEBUG : signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr -------- 11-27 19:25:44.932 9813 9813 F DEBUG : Abort message: 'jni_internal.cc:593] JNI FatalError called: frameworks/base/core/jni/com_android_internal_os_Zygote.cpp:252: prctl(PR_CAPBSET_DROP) failed' 11-27 19:25:44.932 9813 9813 F DEBUG : r0 00000000 r1 00002655 r2 00000006 r3 00000008 11-27 19:25:44.932 9813 9813 F DEBUG : r4 00002655 r5 00002655 r6 ff91edc4 r7 0000010c 11-27 19:25:44.932 9813 9813 F DEBUG : r8 00000000 r9 000000fc sl ff91ee78 fp e6c312a0 11-27 19:25:44.932 9813 9813 F DEBUG : ip 00000002 sp ff91edb0 lr e90ff013 pc e90f89fc cpsr 200b0030 11-27 19:25:44.944 9813 9813 F DEBUG : 11-27 19:25:44.944 9813 9813 F DEBUG : backtrace: 11-27 19:25:44.944 9813 9813 F DEBUG : #00 pc 0001a9fc /system/lib/libc.so (abort+63) 11-27 19:25:44.944 9813 9813 F DEBUG : #01 pc 0035fdaf /system/lib/libart.so (art::Runtime::Abort(char const*)+262) 11-27 19:25:44.944 9813 9813 F DEBUG : #02 pc 0042045d /system/lib/libart.so (android::base::LogMessage::~LogMessage()+452) 11-27 19:25:44.944 9813 9813 F DEBUG : #03 pc 0027f4d1 /system/lib/libart.so (art::JNI::FatalError(_JNIEnv*, char const*)+120) 11-27 19:25:44.944 9813 9813 F DEBUG : #04 pc 000fc5d9 /system/lib/libandroid_runtime.so 11-27 19:25:44.944 9813 9813 F DEBUG : #05 pc 000fcb13 /system/lib/libandroid_runtime.so 11-27 19:25:44.944 9813 9813 F DEBUG : #06 pc 000fbe8b /system/lib/libandroid_runtime.so 11-27 19:25:44.944 9813 9813 F DEBUG : #07 pc 00d2a88b /system/framework/arm/boot-framework.oat (offset 0x5dc000) 11-27 19:27:21.356 9983 9983 F DEBUG : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** 11-27 19:27:21.356 9983 9983 F DEBUG : Build fingerprint: 'Android/jmev_gse/msm8996_gvmq:8.1.0/OPM1.171019.026/2366:user/test-keys' 11-27 19:27:21.356 9983 9983 F DEBUG : Revision: '0' 11-27 19:27:21.356 9983 9983 F DEBUG : ABI: 'arm' 11-27 19:27:21.358 9983 9983 F DEBUG : pid: 9983, tid: 9983, name: /system/bin/webview_zygote32 >>> main <<< 11-27 19:27:21.359 9983 9983 F DEBUG : signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr -------- 11-27 19:27:21.376 9983 9983 F DEBUG : Abort message: 'jni_internal.cc:593] JNI FatalError called: frameworks/base/core/jni/com_android_internal_os_Zygote.cpp:252: prctl(PR_CAPBSET_DROP) failed' 11-27 19:27:21.376 9983 9983 F DEBUG : r0 00000000 r1 000026ff r2 00000006 r3 00000008 11-27 19:27:21.376 9983 9983 F DEBUG : r4 000026ff r5 000026ff r6 ff91edc4 r7 0000010c 11-27 19:27:21.376 9983 9983 F DEBUG : r8 00000000 r9 000000fc sl ff91ee78 fp e6c312a0 11-27 19:27:21.376 9983 9983 F DEBUG : ip 00000002 sp ff91edb0 lr e90ff013 pc e90f89fc cpsr 200b0030 11-27 19:27:21.388 9983 9983 F DEBUG : 11-27 19:27:21.388 9983 9983 F DEBUG : backtrace: 11-27 19:27:21.388 9983 9983 F DEBUG : #00 pc 0001a9fc /system/lib/libc.so (abort+63) 11-27 19:27:21.389 9983 9983 F DEBUG : #01 pc 0035fdaf /system/lib/libart.so (art::Runtime::Abort(char const*)+262) 11-27 19:27:21.389 9983 9983 F DEBUG : #02 pc 0042045d /system/lib/libart.so (android::base::LogMessage::~LogMessage()+452) 11-27 19:27:21.389 9983 9983 F DEBUG : #03 pc 0027f4d1 /system/lib/libart.so (art::JNI::FatalError(_JNIEnv*, char const*)+120) 11-27 19:27:21.389 9983 9983 F DEBUG : #04 pc 000fc5d9 /system/lib/libandroid_runtime.so 11-27 19:27:21.389 9983 9983 F DEBUG : #05 pc 000fcb13 /system/lib/libandroid_runtime.sok@perez:/mnt/c/Users/PERTZ$ adb logcat -d | grep -i -A 30 'FATAL EXCEPTION' 11-27 16:43:37.180 923 923 E AndroidRuntime: FATAL EXCEPTION: main 11-27 16:43:37.180 923 923 E AndroidRuntime: Process: com.android.settings, PID: 923 11-27 16:43:37.180 923 923 E AndroidRuntime: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.settings/com.android.settings.FallbackHome}: java.lang.IllegalArgumentException: Unknown component: com.chinatsp.wizard/com.chinatsp.wizard.activity.view.MainActivity 11-27 16:43:37.180 923 923 E AndroidRuntime: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2795) 11-27 16:43:37.180 923 923 E AndroidRuntime: at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2873) 11-27 16:43:37.180 923 923 E AndroidRuntime: at android.app.ActivityThread.-wrap11(Unknown Source:0) 11-27 16:43:37.180 923 923 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1603) 11-27 16:43:37.180 923 923 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:106) 11-27 16:43:37.180 923 923 E AndroidRuntime: at android.os.Looper.loop(Looper.java:164) 11-27 16:43:37.180 923 923 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:6553) 11-27 16:43:37.180 923 923 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method) 11-27 16:43:37.180 923 923 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:438) 11-27 16:43:37.180 923 923 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:807) 11-27 16:43:37.180 923 923 E AndroidRuntime: Caused by: java.lang.IllegalArgumentException: Unknown component: com.chinatsp.wizard/com.chinatsp.wizard.activity.view.MainActivity 11-27 16:43:37.180 923 923 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:2017) 11-27 16:43:37.180 923 923 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:1959) 11-27 16:43:37.180 923 923 E AndroidRuntime: at android.content.pm.IPackageManager$Stub$Proxy.setComponentEnabledSetting(IPackageManager.java:4722) 11-27 16:43:37.180 923 923 E AndroidRuntime: at android.app.ApplicationPackageManager.setComponentEnabledSetting(ApplicationPackageManager.java:2276) 11-27 16:43:37.180 923 923 E AndroidRuntime: at com.android.settings.FallbackHome.onCreate(FallbackHome.java:87) 11-27 16:43:37.180 923 923 E AndroidRuntime: at android.app.Activity.performCreate(Activity.java:7023) 11-27 16:43:37.180 923 923 E AndroidRuntime: at android.app.Activity.performCreate(Activity.java:7014) 11-27 16:43:37.180 923 923 E AndroidRuntime: at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1215) 11-27 16:43:37.180 923 923 E AndroidRuntime: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2748) 11-27 16:43:37.180 923 923 E AndroidRuntime: ... 9 more 11-27 16:43:37.454 1003 1003 E AndroidRuntime: FATAL EXCEPTION: main 11-27 16:43:37.454 1003 1003 E AndroidRuntime: Process: com.android.settings, PID: 1003 11-27 16:43:37.454 1003 1003 E AndroidRuntime: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.settings/com.android.settings.FallbackHome}: java.lang.IllegalArgumentException: Unknown component: com.chinatsp.wizard/com.chinatsp.wizard.activity.view.MainActivity 11-27 16:43:37.454 1003 1003 E AndroidRuntime: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2795) 11-27 16:43:37.454 1003 1003 E AndroidRuntime: at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2873) 11-27 16:43:37.454 1003 1003 E AndroidRuntime: at android.app.ActivityThread.-wrap11(Unknown Source:0) 11-27 16:43:37.454 1003 1003 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1603) 11-27 16:43:37.454 1003 1003 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:106) 11-27 16:43:37.454 1003 1003 E AndroidRuntime: at android.os.Looper.loop(Looper.java:164) 11-27 16:43:37.454 1003 1003 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:6553) 11-27 16:43:37.454 1003 1003 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method) 11-27 16:43:37.454 1003 1003 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:438) 11-27 16:43:37.454 1003 1003 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:807) 11-27 16:43:37.454 1003 1003 E AndroidRuntime: Caused by: java.lang.IllegalArgumentException: Unknown component: com.chinatsp.wizard/com.chinatsp.wizard.activity.view.MainActivity 11-27 16:43:37.454 1003 1003 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:2017) 11-27 16:43:37.454 1003 1003 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:1959) 11-27 16:43:37.454 1003 1003 E AndroidRuntime: at android.content.pm.IPackageManager$Stub$Proxy.setComponentEnabledSetting(IPackageManager.java:4722) 11-27 16:43:37.454 1003 1003 E AndroidRuntime: at android.app.ApplicationPackageManager.setComponentEnabledSetting(ApplicationPackageManager.java:2276) 11-27 16:43:37.454 1003 1003 E AndroidRuntime: at com.android.settings.FallbackHome.onCreate(FallbackHome.java:87) 11-27 16:43:37.454 1003 1003 E AndroidRuntime: at android.app.Activity.performCreate(Activity.java:7023) 11-27 16:43:37.454 1003 1003 E AndroidRuntime: at android.app.Activity.performCreate(Activity.java:7014) 11-27 16:43:37.454 1003 1003 E AndroidRuntime: at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1215) 11-27 16:43:37.454 1003 1003 E AndroidRuntime: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2748) 11-27 16:43:37.454 1003 1003 E AndroidRuntime: ... 9 more 11-27 16:43:37.690 1035 1035 E AndroidRuntime: FATAL EXCEPTION: main 11-27 16:43:37.690 1035 1035 E AndroidRuntime: Process: com.android.settings, PID: 1035 11-27 16:43:37.690 1035 1035 E AndroidRuntime: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.settings/com.android.settings.FallbackHome}: java.lang.IllegalArgumentException: Unknown component: com.chinatsp.wizard/com.chinatsp.wizard.activity.view.MainActivity 11-27 16:43:37.690 1035 1035 E AndroidRuntime: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2795) 11-27 16:43:37.690 1035 1035 E AndroidRuntime: at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2873) 11-27 16:43:37.690 1035 1035 E AndroidRuntime: at android.app.ActivityThread.-wrap11(Unknown Source:0) 11-27 16:43:37.690 1035 1035 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1603) 11-27 16:43:37.690 1035 1035 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:106) 11-27 16:43:37.690 1035 1035 E AndroidRuntime: at android.os.Looper.loop(Looper.java:164) 11-27 16:43:37.690 1035 1035 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:6553) 11-27 16:43:37.690 1035 1035 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method) 11-27 16:43:37.690 1035 1035 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:438) 11-27 16:43:37.690 1035 1035 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:807) 11-27 16:43:37.690 1035 1035 E AndroidRuntime: Caused by: java.lang.IllegalArgumentException: Unknown component: com.chinatsp.wizard/com.chinatsp.wizard.activity.view.MainActivity 11-27 16:43:37.690 1035 1035 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:2017) 11-27 16:43:37.690 1035 1035 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:1959) 11-27 16:43:37.690 1035 1035 E AndroidRuntime: at android.content.pm.IPackageManager$Stub$Proxy.setComponentEnabledSetting(IPackageManager.java:4722) 11-27 16:43:37.690 1035 1035 E AndroidRuntime: at android.app.ApplicationPackageManager.setComponentEnabledSetting(ApplicationPackageManager.java:2276) 11-27 16:43:37.690 1035 1035 E AndroidRuntime: at com.android.settings.FallbackHome.onCreate(FallbackHome.java:87) 11-27 16:43:37.690 1035 1035 E AndroidRuntime: at android.app.Activity.performCreate(Activity.java:7023) 11-27 16:43:37.690 1035 1035 E AndroidRuntime: at android.app.Activity.performCreate(Activity.java:7014) 11-27 16:43:37.690 1035 1035 E AndroidRuntime: at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1215) 11-27 16:43:37.690 1035 1035 E AndroidRuntime: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2748) 11-27 16:43:37.690 1035 1035 E AndroidRuntime: ... 9 more 11-27 16:43:37.911 1064 1064 E AndroidRuntime: FATAL EXCEPTION: main 11-27 16:43:37.911 1064 1064 E AndroidRuntime: Process: com.android.settings, PID: 1064 11-27 16:43:37.911 1064 1064 E AndroidRuntime: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.settings/com.android.settings.FallbackHome}: java.lang.IllegalArgumentException: Unknown component: com.chinatsp.wizard/com.chinatsp.wizard.activity.view.MainActivity 11-27 16:43:37.911 1064 1064 E AndroidRuntime: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2795) 11-27 16:43:37.911 1064 1064 E AndroidRuntime: at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2873) 11-27 16:43:37.911 1064 1064 E AndroidRuntime: at android.app.ActivityThread.-wrap11(Unknown Source:0) 11-27 16:43:37.911 1064 1064 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1603) 11-27 16:43:37.911 1064 1064 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:106) 11-27 16:43:37.911 1064 1064 E AndroidRuntime: at android.os.Looper.loop(Looper.java:164) 11-27 16:43:37.911 1064 1064 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:6553) 11-27 16:43:37.911 1064 1064 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method) 11-27 16:43:37.911 1064 1064 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:438) 11-27 16:43:37.911 1064 1064 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:807) 11-27 16:43:37.911 1064 1064 E AndroidRuntime: Caused by: java.lang.IllegalArgumentException: Unknown component: com.chinatsp.wizard/com.chinatsp.wizard.activity.view.MainActivity 11-27 16:43:37.911 1064 1064 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:2017) 11-27 16:43:37.911 1064 1064 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:1959) 11-27 16:43:37.911 1064 1064 E AndroidRuntime: at android.content.pm.IPackageManager$Stub$Proxy.setComponentEnabledSetting(IPackageManager.java:4722) 11-27 16:43:37.911 1064 1064 E AndroidRuntime: at android.app.ApplicationPackageManager.setComponentEnabledSetting(ApplicationPackageManager.java:2276) 11-27 16:43:37.911 1064 1064 E AndroidRuntime: at com.android.settings.FallbackHome.onCreate(FallbackHome.java:87) 11-27 16:43:37.911 1064 1064 E AndroidRuntime: at android.app.Activity.performCreate(Activity.java:7023) 11-27 16:43:37.911 1064 1064 E AndroidRuntime: at android.app.Activity.performCreate(Activity.java:7014) 11-27 16:43:37.911 1064 1064 E AndroidRuntime: at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1215) 11-27 16:43:37.911 1064 1064 E AndroidRuntime: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2748) 11-27 16:43:37.911 1064 1064 E AndroidRuntime: ... 9 more 11-27 16:43:38.099 1087 1087 E AndroidRuntime: FATAL EXCEPTION: main 11-27 16:43:38.099 1087 1087 E AndroidRuntime: Process: com.android.settings, PID: 1087 11-27 16:43:38.099 1087 1087 E AndroidRuntime: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.settings/com.android.settings.FallbackHome}: java.lang.IllegalArgumentException: Unknown component: com.chinatsp.wizard/com.chinatsp.wizard.activity.view.MainActivity 11-27 16:43:38.099 1087 1087 E AndroidRuntime: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2795) 11-27 16:43:38.099 1087 1087 E AndroidRuntime: at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2873) 11-27 16:43:38.099 1087 1087 E AndroidRuntime: at android.app.ActivityThread.-wrap11(Unknown Source:0) 11-27 16:43:38.099 1087 1087 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1603) 11-27 16:43:38.099 1087 1087 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:106) 11-27 16:43:38.099 1087 1087 E AndroidRuntime: at android.os.Looper.loop(Looper.java:164) 11-27 16:43:38.099 1087 1087 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:6553) 11-27 16:43:38.099 1087 1087 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method) 11-27 16:43:38.099 1087 1087 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:438) 11-27 16:43:38.099 1087 1087 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:807) 11-27 16:43:38.099 1087 1087 E AndroidRuntime: Caused by: java.lang.IllegalArgumentException: Unknown component: com.chinatsp.wizard/com.chinatsp.wizard.activity.view.MainActivity 11-27 16:43:38.099 1087 1087 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:2017) 11-27 16:43:38.099 1087 1087 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:1959) 11-27 16:43:38.099 1087 1087 E AndroidRuntime: at android.content.pm.IPackageManager$Stub$Proxy.setComponentEnabledSetting(IPackageManager.java:4722) 11-27 16:43:38.099 1087 1087 E AndroidRuntime: at android.app.ApplicationPackageManager.setComponentEnabledSetting(ApplicationPackageManager.java:2276) 11-27 16:43:38.099 1087 1087 E AndroidRuntime: at com.android.settings.FallbackHome.onCreate(FallbackHome.java:87) 11-27 16:43:38.099 1087 1087 E AndroidRuntime: at android.app.Activity.performCreate(Activity.java:7023) 11-27 16:43:38.099 1087 1087 E AndroidRuntime: at android.app.Activity.performCreate(Activity.java:7014) 11-27 16:43:38.099 1087 1087 E AndroidRuntime: at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1215) 11-27 16:43:38.099 1087 1087 E AndroidRuntime: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2748) 11-27 16:43:38.099 1087 1087 E AndroidRuntime: ... 9 more 11-27 16:43:38.277 1107 1107 E AndroidRuntime: FATAL EXCEPTION: main 11-27 16:43:38.277 1107 1107 E AndroidRuntime: Process: com.android.settings, PID: 1107 11-27 16:43:38.277 1107 1107 E AndroidRuntime: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.settings/com.android.settings.FallbackHome}: java.lang.IllegalArgumentException: Unknown component: com.chinatsp.wizard/com.chinatsp.wizard.activity.view.MainActivity 11-27 16:43:38.277 1107 1107 E AndroidRuntime: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2795) 11-27 16:43:38.277 1107 1107 E AndroidRuntime: at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2873) 11-27 16:43:38.277 1107 1107 E AndroidRuntime: at android.app.ActivityThread.-wrap11(Unknown Source:0) 11-27 16:43:38.277 1107 1107 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1603) 11-27 16:43:38.277 1107 1107 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:106) 11-27 16:43:38.277 1107 1107 E AndroidRuntime: at android.os.Looper.loop(Looper.java:164) 11-27 16:43:38.277 1107 1107 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:6553) 11-27 16:43:38.277 1107 1107 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method) 11-27 16:43:38.277 1107 1107 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:438) 11-27 16:43:38.277 1107 1107 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:807) 11-27 16:43:38.277 1107 1107 E AndroidRuntime: Caused by: java.lang.IllegalArgumentException: Unknown component: com.chinatsp.wizard/com.chinatsp.wizard.activity.view.MainActivity 11-27 16:43:38.277 1107 1107 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:2017) 11-27 16:43:38.277 1107 1107 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:1959) 11-27 16:43:38.277 1107 1107 E AndroidRuntime: at android.content.pm.IPackageManager$Stub$Proxy.setComponentEnabledSetting(IPackageManager.java:4722) 11-27 16:43:38.277 1107 1107 E AndroidRuntime: at android.app.ApplicationPackageManager.setComponentEnabledSetting(ApplicationPackageManager.java:2276) 11-27 16:43:38.277 1107 1107 E AndroidRuntime: at com.android.settings.FallbackHome.onCreate(FallbackHome.java:87) 11-27 16:43:38.277 1107 1107 E AndroidRuntime: at android.app.Activity.performCreate(Activity.java:7023) 11-27 16:43:38.277 1107 1107 E AndroidRuntime: at android.app.Activity.performCreate(Activity.java:7014) 11-27 16:43:38.277 1107 1107 E AndroidRuntime: at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1215) 11-27 16:43:38.277 1107 1107 E AndroidRuntime: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2748) 11-27 16:43:38.277 1107 1107 E AndroidRuntime: ... 9 more 11-27 16:43:38.797 1130 1130 E AndroidRuntime: FATAL EXCEPTION: main 11-27 16:43:38.797 1130 1130 E AndroidRuntime: Process: com.android.settings, PID: 1130 11-27 16:43:38.797 1130 1130 E AndroidRuntime: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.settings/com.android.settings.FallbackHome}: java.lang.IllegalArgumentException: Unknown component: com.chinatsp.wizard/com.chinatsp.wizard.activity.view.MainActivity 11-27 16:43:38.797 1130 1130 E AndroidRuntime: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2795) 11-27 16:43:38.797 1130 1130 E AndroidRuntime: at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2873) 11-27 16:43:38.797 1130 1130 E AndroidRuntime: at android.app.ActivityThread.-wrap11(Unknown Source:0) 11-27 16:43:38.797 1130 1130 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1603) 11-27 16:43:38.797 1130 1130 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:106) 11-27 16:43:38.797 1130 1130 E AndroidRuntime: at android.os.Looper.loop(Looper.java:164) 11-27 16:43:38.797 1130 1130 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:6553) 11-27 16:43:38.797 1130 1130 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method) 11-27 16:43:38.797 1130 1130 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:438) 11-27 16:43:38.797 1130 1130 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:807) 11-27 16:43:38.797 1130 1130 E AndroidRuntime: Caused by: java.lang.IllegalArgumentException: Unknown component: com.chinatsp.wizard/com.chinatsp.wizard.activity.view.MainActivity 11-27 16:43:38.797 1130 1130 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:2017) 11-27 16:43:38.797 1130 1130 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:1959) 11-27 16:43:38.797 1130 1130 E AndroidRuntime: at android.content.pm.IPackageManager$Stub$Proxy.setComponentEnabledSetting(IPackageManager.java:4722) 11-27 16:43:38.797 1130 1130 E AndroidRuntime: at android.app.ApplicationPackageManager.setComponentEnabledSetting(ApplicationPackageManager.java:2276) 11-27 16:43:38.797 1130 1130 E AndroidRuntime: at com.android.settings.FallbackHome.onCreate(FallbackHome.java:87) 11-27 16:43:38.797 1130 1130 E AndroidRuntime: at android.app.Activity.performCreate(Activity.java:7023) 11-27 16:43:38.797 1130 1130 E AndroidRuntime: at android.app.Activity.performCreate(Activity.java:7014) 11-27 16:43:38.797 1130 1130 E AndroidRuntime: at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1215) 11-27 16:43:38.797 1130 1130 E AndroidRuntime: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2748) 11-27 16:43:38.797 1130 1130 E AndroidRuntime: ... 9 more --------- beginning of system 11-27 18:37:13.021 5904 5924 E ActivityThread: Failed to find provider info for app.revanced.android.gms.chimera 11-27 18:37:27.615 514 905 I chatty : uid=1000(system) Binder:514_4 expire 20 lines 11-27 18:37:28.039 265 528 I chatty : uid=0(root) Binder:265_D expire 28 lines 11-27 18:38:00.003 265 265 I chatty : uid=0(root) vehicle@2.0-ser expire 10 lines 11-27 18:38:13.027 514 514 I chatty : uid=1000 system_server expire 10 lines 11-27 18:38:13.113 514 5903 I chatty : uid=1000(system) Binder:514_16 expire 19 lines -- 11-27 19:45:18.022 10607 10607 E AndroidRuntime: FATAL EXCEPTION: main 11-27 19:45:18.022 10607 10607 E AndroidRuntime: Process: com.android.settings, PID: 10607 11-27 19:45:18.022 10607 10607 E AndroidRuntime: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.settings/com.android.settings.FallbackHome}: java.lang.IllegalArgumentException: Unknown component: com.chinatsp.wizard/com.chinatsp.wizard.activity.view.MainActivity 11-27 19:45:18.022 10607 10607 E AndroidRuntime: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2795) 11-27 19:45:18.022 10607 10607 E AndroidRuntime: at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2873) 11-27 19:45:18.022 10607 10607 E AndroidRuntime: at android.app.ActivityThread.-wrap11(Unknown Source:0) 11-27 19:45:18.022 10607 10607 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1603) 11-27 19:45:18.022 10607 10607 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:106) 11-27 19:45:18.022 10607 10607 E AndroidRuntime: at android.os.Looper.loop(Looper.java:164) 11-27 19:45:18.022 10607 10607 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:6553) 11-27 19:45:18.022 10607 10607 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method) 11-27 19:45:18.022 10607 10607 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:438) 11-27 19:45:18.022 10607 10607 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:807) 11-27 19:45:18.022 10607 10607 E AndroidRuntime: Caused by: java.lang.IllegalArgumentException: Unknown component: com.chinatsp.wizard/com.chinatsp.wizard.activity.view.MainActivity 11-27 19:45:18.022 10607 10607 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:2017) 11-27 19:45:18.022 10607 10607 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:1959) 11-27 19:45:18.022 10607 10607 E AndroidRuntime: at android.content.pm.IPackageManager$Stub$Proxy.setComponentEnabledSetting(IPackageManager.java:4722) 11-27 19:45:18.022 10607 10607 E AndroidRuntime: at android.app.ApplicationPackageManager.setComponentEnabledSetting(ApplicationPackageManager.java:2276) 11-27 19:45:18.022 10607 10607 E AndroidRuntime: at com.android.settings.FallbackHome.onCreate(FallbackHome.java:87) 11-27 19:45:18.022 10607 10607 E AndroidRuntime: at android.app.Activity.performCreate(Activity.java:7023) 11-27 19:45:18.022 10607 10607 E AndroidRuntime: at android.app.Activity.performCreate(Activity.java:7014) 11-27 19:45:18.022 10607 10607 E AndroidRuntime: at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1215) 11-27 19:45:18.022 10607 10607 E AndroidRuntime: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2748) 11-27 19:45:18.022 10607 10607 E AndroidRuntime: ... 9 more 11-27 19:45:18.040 514 6339 I chatty : uid=1000(system) Binder:514_18 expire 1 line 11-27 19:45:18.044 514 1325 I chatty : uid=1000(system) Binder:514_C expire 1 line 11-27 19:45:18.092 514 10658 I chatty : uid=1000(system) Binder:514_1D expire 1 line 11-27 19:45:18.111 514 594 I chatty : uid=1000(system) android.display expire 2 lines 11-27 19:45:18.141 514 6777 I chatty : uid=1000(system) Binder:514_19 expire 1 line 11-27 19:45:18.142 514 1062 I chatty : uid=1000(system) Binder:514_B expire 1 line 11-27 19:45:18.143 514 5617 I chatty : uid=1000(system) Binder:514_15 expire 1 line -- 11-27 19:53:53.381 14709 14709 E AndroidRuntime: FATAL EXCEPTION: main 11-27 19:53:53.381 14709 14709 E AndroidRuntime: Process: com.android.settings, PID: 14709 11-27 19:53:53.381 14709 14709 E AndroidRuntime: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.settings/com.android.settings.FallbackHome}: java.lang.IllegalArgumentException: Unknown component: com.chinatsp.wizard/com.chinatsp.wizard.activity.view.MainActivity 11-27 19:53:53.381 14709 14709 E AndroidRuntime: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2795) 11-27 19:53:53.381 14709 14709 E AndroidRuntime: at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2873) 11-27 19:53:53.381 14709 14709 E AndroidRuntime: at android.app.ActivityThread.-wrap11(Unknown Source:0) 11-27 19:53:53.381 14709 14709 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1603) 11-27 19:53:53.381 14709 14709 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:106) 11-27 19:53:53.381 14709 14709 E AndroidRuntime: at android.os.Looper.loop(Looper.java:164) 11-27 19:53:53.381 14709 14709 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:6553) 11-27 19:53:53.381 14709 14709 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method) 11-27 19:53:53.381 14709 14709 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:438) 11-27 19:53:53.381 14709 14709 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:807) 11-27 19:53:53.381 14709 14709 E AndroidRuntime: Caused by: java.lang.IllegalArgumentException: Unknown component: com.chinatsp.wizard/com.chinatsp.wizard.activity.view.MainActivity 11-27 19:53:53.381 14709 14709 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:2017) 11-27 19:53:53.381 14709 14709 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:1959) 11-27 19:53:53.381 14709 14709 E AndroidRuntime: at android.content.pm.IPackageManager$Stub$Proxy.setComponentEnabledSetting(IPackageManager.java:4722) 11-27 19:53:53.381 14709 14709 E AndroidRuntime: at android.app.ApplicationPackageManager.setComponentEnabledSetting(ApplicationPackageManager.java:2276) 11-27 19:53:53.381 14709 14709 E AndroidRuntime: at com.android.settings.FallbackHome.onCreate(FallbackHome.java:87) 11-27 19:53:53.381 14709 14709 E AndroidRuntime: at android.app.Activity.performCreate(Activity.java:7023) 11-27 19:53:53.381 14709 14709 E AndroidRuntime: at android.app.Activity.performCreate(Activity.java:7014) 11-27 19:53:53.381 14709 14709 E AndroidRuntime: at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1215) 11-27 19:53:53.381 14709 14709 E AndroidRuntime: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2748) 11-27 19:53:53.381 14709 14709 E AndroidRuntime: ... 9 more 11-27 19:53:53.459 514 5184 I chatty : uid=1000(system) Binder:514_12 expire 1 line 11-27 19:53:53.495 514 1326 I chatty : uid=1000(system) Binder:514_D expire 3 lines 11-27 19:53:53.665 514 1756 I chatty : uid=1000(system) AsyncQueryWorke expire 1 line 11-27 19:53:53.686 514 4970 I chatty : uid=1000(system) Binder:514_10 expire 3 lines 11-27 19:53:53.832 514 5322 I chatty : uid=1000(system) Binder:514_13 expire 2 lines 11-27 19:53:53.973 514 604 I chatty : uid=1000(system) PackageManager expire 2 lines 11-27 19:53:54.178 205 223 D vold : Linking /storage/emulated/11 to /mnt/user/11/primary itzhak@perez:/mnt/c/Users/PERTZ$ 11-27 19:27:21.389 9983 9983 F DEBUG : #06 pc 000fbe8b /system/lib/libandroid_runtime.so 11-27 19:27:21.389 9983 9983 F DEBUG : #07 pc 00d2a88b /system/framework/arm/boot-framework.oat (offset 0x
11-29
评论 1
成就一亿技术人!
拼手气红包6.0元
还能输入1000个字符
 
红包 添加红包
表情包 插入表情
 条评论被折叠 查看
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值