Crash on Android 9 (Pie)

Hi There,

I have an app released to both Android and ios. It worked great but keep getting crashes only on Android 9 (2% of all Android 9 users). I was however unable to reproduce. Any idea on what could be the culpit? Below is Google Play crash report.

Thank you very much!

Lin

Today, 3:32 PM on app version 47

Google Pixel 2 (walleye), Android 9

Report 1

java.lang.RuntimeException :

at android.app.ActivityThread.performResumeActivity (ActivityThread.java:3822)

at android.app.ActivityThread.handleResumeActivity (ActivityThread.java:3854)

at android.app.servertransaction.ResumeActivityItem.execute (ResumeActivityItem.java:51)

at android.app.servertransaction.TransactionExecutor.executeLifecycleState (TransactionExecutor.java:145)

at android.app.servertransaction.TransactionExecutor.execute (TransactionExecutor.java:70)

at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1816)

at android.os.Handler.dispatchMessage (Handler.java:106)

at android.os.Looper.loop (Looper.java:193)

at android.app.ActivityThread.main (ActivityThread.java:6718)

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:858)

Caused by: java.lang.IllegalStateException :

at android.app.ContextImpl.startServiceCommon (ContextImpl.java:1577)

at android.app.ContextImpl.startService (ContextImpl.java:1532)

at android.content.ContextWrapper.startService (ContextWrapper.java:664)

at host.exp.exponent.experience.a.j (BaseExperienceActivity.java:264)

at host.exp.exponent.experience.ExperienceActivity.onResume (ExperienceActivity.java:261)

at android.app.Instrumentation.callActivityOnResume (Instrumentation.java:1412)

at android.app.Activity.performResume (Activity.java:7300)

at android.app.ActivityThread.performResumeActivity (ActivityThread.java:3814)

Hey @gametimesapp,

Just for clarification, is your project a standard (Managed) Expo project or is it ejected? Also, what SDK version is it running?

Cheers,

Adam

1 Like

Thanks for the quick response!

It is a standard managed expo app, built via expo. It is running 31.0.0.

Lin

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