RunTimeException

Please provide the following:

  1. SDK Version: 36
  2. Platforms(Android):
java.lang.RuntimeException: 
  at android.app.ActivityThread.performResumeActivity (ActivityThread.java:4557)
  at android.app.ActivityThread.handleResumeActivity (ActivityThread.java:4590)
  at android.app.servertransaction.ResumeActivityItem.execute (ResumeActivityItem.java:52)
  at android.app.servertransaction.TransactionExecutor.executeLifecycleState (TransactionExecutor.java:176)
  at android.app.servertransaction.TransactionExecutor.execute (TransactionExecutor.java:97)
  at android.app.ActivityThread$H.handleMessage (ActivityThread.java:2229)
  at android.os.Handler.dispatchMessage (Handler.java:107)
  at android.os.Looper.loop (Looper.java:237)
  at android.app.ActivityThread.main (ActivityThread.java:8034)
  at java.lang.reflect.Method.invoke (Native Method)
  at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:493)
  at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1076)
Caused by: java.lang.RuntimeException: 
  at host.exp.exponent.experience.a$2.run (BaseExperienceActivity.java:197)
  at android.app.Activity.runOnUiThread (Activity.java:6974)
  at host.exp.exponent.experience.a.g (BaseExperienceActivity.java:175)
  at host.exp.exponent.experience.a.onResume (BaseExperienceActivity.java:96)
  at host.exp.exponent.experience.ExperienceActivity.onResume (ExperienceActivity.java:249)
  at android.app.Instrumentation.callActivityOnResume (Instrumentation.java:1454)
  at android.app.Activity.performResume (Activity.java:8105)
  at android.app.ActivityThread.performResumeActivity (ActivityThread.java:4547)

Need more info

@Wodin I am seeing only this

You might get a reason just before the stack trace if you run adb logcat

Also, when does it crash?

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.