Created
February 28, 2019 03:46
-
-
Save solohsu/221664f34c619fe959edc549858481e3 to your computer and use it in GitHub Desktop.
EdXposed IllegalAccessError
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9400-9400/? E/AndroidRuntime: *** FATAL EXCEPTION IN SYSTEM PROCESS: main | |
java.lang.IllegalAccessError: Illegal class access: 'EdHooker89' attempting to access 'com.android.server.usage.AppStandbyController$Injector' (declaration of 'EdHooker89' appears in Anonymous-DexFile@0x7bfad7f000-0x7bfad7f8ac) | |
at EdHooker89.hook(Unknown Source:116) | |
at com.android.server.usage.AppStandbyController.<init>(AppStandbyController.java:312) | |
at com.android.server.usage.UsageStatsService.onStart(UsageStatsService.java:165) | |
at com.android.server.SystemServiceManager.startService(SystemServiceManager.java:126) | |
at com.android.server.SystemServiceManager.startService(SystemServiceManager.java:113) | |
at com.android.server.SystemServer.startCoreServices(SystemServer.java:736) | |
at com.android.server.SystemServer.run(SystemServer.java:456) | |
at com.android.server.SystemServer.main(SystemServer.java:302) | |
at java.lang.reflect.Method.invoke(Native Method) | |
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493) | |
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:838) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment