Skip to content

Instantly share code, notes, and snippets.

@chiragchamoli
Created March 18, 2019 17:49
Show Gist options
  • Save chiragchamoli/4c8aab040ce75d7f58f67506f2101dc5 to your computer and use it in GitHub Desktop.
Save chiragchamoli/4c8aab040ce75d7f58f67506f2101dc5 to your computer and use it in GitHub Desktop.
Today, 8:12 AM on app version 30
OnePlus OnePlus5 (OnePlus5), Android 9
Report 1
java.lang.RuntimeException:
at android.os.AsyncTask$3.done (AsyncTask.java:354)
at java.util.concurrent.FutureTask.finishCompletion (FutureTask.java:383)
at java.util.concurrent.FutureTask.setException (FutureTask.java:252)
at java.util.concurrent.FutureTask.run (FutureTask.java:271)
at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1167)
at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:641)
at java.lang.Thread.run (Thread.java:764)
Caused by: java.lang.IllegalArgumentException:
at android.app.NotificationManager.notifyAsUser (NotificationManager.java:393)
at android.app.NotificationManager.notify (NotificationManager.java:370)
at android.app.NotificationManager.notify (NotificationManager.java:346)
at in.bets.smartplug.gcm.FireBaseNotificationService.sendPaymentNotification (FireBaseNotificationService.java:1349)
at in.bets.smartplug.gcm.FireBaseNotificationService.performAction (FireBaseNotificationService.java:243)
at in.bets.smartplug.gcm.FireBaseNotificationService.onHandleWork (FireBaseNotificationService.java:85)
at android.support.v4.app.JobIntentService$CommandProcessor.doInBackground (JobIntentService.java:392)
at android.support.v4.app.JobIntentService$CommandProcessor.doInBackground (JobIntentService.java:383)
at android.os.AsyncTask$2.call (AsyncTask.java:333)
at java.util.concurrent.FutureTask.run (FutureTask.java:266)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment