Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resources$NotFoundException from systemMain on certain LG Android 8 devices #20

Open
Mygod opened this issue Jul 28, 2020 · 0 comments
Open

Comments

@Mygod
Copy link

Mygod commented Jul 28, 2020

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 added a commit to Mygod/VPNHotspot that referenced this issue Jul 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant