librootjava icon indicating copy to clipboard operation
librootjava copied to clipboard

Resources$NotFoundException from systemMain on certain LG Android 8 devices

Open Mygod opened this issue 5 years ago • 0 comments

java.lang.reflect.InvocationTargetException
	at java.lang.reflect.Method.invoke(Native Method)
        ...
Caused by: java.lang.RuntimeException: Unable to instantiate Application():android.content.res.Resources$NotFoundException: Resource ID #0x600a8
	at android.app.ActivityThread.attach(ActivityThread.java:6598)
	at android.app.ActivityThread.systemMain(ActivityThread.java:6638)
	... 14 more
Caused by: android.content.res.Resources$NotFoundException: Resource ID #0x600a8
	at android.content.res.ResourcesImpl.getValue(ResourcesImpl.java:231)
	at android.content.res.Resources.getBoolean(Resources.java:1066)
	at com.lge.systemservice.core.PerfTrackerManager.init(PerfTrackerManager.java:62)
	at android.app.Application.onCreate(Application.java:102)
	at android.app.ActivityThread.attach(ActivityThread.java:6596)
	... 15 more

Mygod avatar Jul 28 '20 05:07 Mygod