Skip to content

Instantly share code, notes, and snippets.

@wilsolutions
Created August 2, 2018 14:28
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save wilsolutions/3833ae90a8f0c737638816c6a5d9c46c to your computer and use it in GitHub Desktop.
Fatal error
java.lang.RuntimeException
First seen version
20420002
File
ActivityThread.java
Exception message
java.lang.RuntimeException: Unable to resume activity {com.wsample.wsample/com.wsample.wsample.MainActivity}:
java.lang.NullPointerException: Attempt to invoke virtual method 'boolean com.urbanairship.push.PushManager.isOptIn()'
on a null object reference at android.app.ActivityThread.performResumeActivity(ActivityThread.java:3790)
------
Fatal error
java.lang.RuntimeException
First seen version
20420004
File
ActivityThread.java
Exception message
java.lang.RuntimeException: Unable to start receiver com.urbanairship.push.GcmPushReceiver:
java.lang.IllegalStateException: Not allowed to start service Intent
{ act=RUN_JOB cmp=com.wsample.wsample/com.urbanairship.AirshipService (has extras) }: app is in background uid
UidRecord{ca4a26 u0a85 RCVR idle procs:1 seq(0,0,0)} at android.app.ActivityThread.handleReceiver(ActivityThread.java:3259)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment