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