Created
August 2, 2018 14:28
-
-
Save wilsolutions/3833ae90a8f0c737638816c6a5d9c46c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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