You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reported on Google Play Crashes and ANRs. Don't know how to reproduce it but seems that it is because of delayed execution. (handler.post, which is used to overcome ABS problem JakeWharton/ActionBarSherlock#887). Will add some checks to the place.
java.lang.NullPointerException
at android.support.v4.app.Fragment.setUserVisibleHint(Fragment.java:801)
at com.trovebox.android.app.ui.adapter.FragmentPagerAdapter$3.run(FragmentPagerAdapter.java:144)
at android.os.Handler.handleCallback(Handler.java:615)
at android.os.Handler.dispatchMessage(Handler.java:92)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:4867)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1007)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:774)
at dalvik.system.NativeStart.main(Native Method)
The text was updated successfully, but these errors were encountered:
httpdispatch
added a commit
to httpdispatch/mobile-android
that referenced
this issue
May 22, 2013
- FragmentPagerAdapter: added handling of exception to preven app crash
in the setPrimaryItem method
- FragmentPagerAdapter: added tracking of additional parameters when the
exception occurs to determine the error cause
Reported on Google Play Crashes and ANRs. Don't know how to reproduce it but seems that it is because of delayed execution. (handler.post, which is used to overcome ABS problem JakeWharton/ActionBarSherlock#887). Will add some checks to the place.
The text was updated successfully, but these errors were encountered: