0% found this document useful (0 votes)
7 views1 page

Last Crash Log

The document describes an error encountered in an Android application, specifically a Resources$NotFoundException indicating that a resource with ID #0x1110007 could not be found. This error occurs during the retrieval of a boolean resource, leading to a failure in obtaining the necessary system service. The stack trace outlines the sequence of method calls that led to this exception, highlighting the involvement of various Android framework components.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views1 page

Last Crash Log

The document describes an error encountered in an Android application, specifically a Resources$NotFoundException indicating that a resource with ID #0x1110007 could not be found. This error occurs during the retrieval of a boolean resource, leading to a failure in obtaining the necessary system service. The stack trace outlines the sequence of method calls that led to this exception, highlighting the involvement of various Android framework components.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

android.content.res.

Resources$NotFoundException: Resource ID #0x1110007


at android.content.res.ResourcesImpl.getValue(ResourcesImpl.java:403)
at android.content.res.Resources.getBoolean(Resources.java:1506)
at
android.view.inputmethod.InputMethodManager.forContext(InputMethodManager.java:1737
)
at
android.app.SystemServiceRegistry$30.getService(SystemServiceRegistry.java:598)
at
android.app.SystemServiceRegistry$30.getService(SystemServiceRegistry.java:595)
at
android.app.SystemServiceRegistry.getSystemService(SystemServiceRegistry.java:1891)
at android.app.ContextImpl.getSystemService(ContextImpl.java:2377)
at o.m71.getSystemService(:5)
at
android.view.ContextThemeWrapper.getSystemService(ContextThemeWrapper.java:188)
at android.app.Activity.getSystemService(Activity.java:8178)
at com.snaptube.premium.activity.NoSwipeBackBaseActivity.getSystemService(:2)
at com.snaptube.premium.activity.ExploreActivity.getSystemService(:4)
at
com.android.internal.policy.DecorContext.getSystemService(DecorContext.java:87)
at android.content.Context.getSystemService(Context.java:4504)
at android.view.ImeFocusController.getImmDelegate(ImeFocusController.java:59)
at
android.view.ImeFocusController.onWindowDismissed(ImeFocusController.java:152)
at
android.view.WindowManagerGlobal.removeViewLocked(WindowManagerGlobal.java:649)
at android.view.WindowManagerGlobal.addView(WindowManagerGlobal.java:528)
at android.view.WindowManagerImpl.addView(WindowManagerImpl.java:178)
at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:6455)
at
android.app.servertransaction.ResumeActivityItem.execute(ResumeActivityItem.java:57
)
at
android.app.servertransaction.ActivityTransactionItem.execute(ActivityTransactionIt
em.java:60)
at
android.app.servertransaction.TransactionExecutor.executeLifecycleItem(TransactionE
xecutor.java:240)
at
android.app.servertransaction.TransactionExecutor.executeTransactionItems(Transacti
onExecutor.java:122)
at
android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:
90)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:3336)
at android.os.Handler.dispatchMessage(Handler.java:118)
at android.os.Looper.loopOnce(Looper.java:237)
at android.os.Looper.loop(Looper.java:325)
at android.app.ActivityThread.main(ActivityThread.java:10361)
at java.lang.reflect.Method.invoke(Native Method)
at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:635)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:961)

You might also like