Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. Today, 8:12 AM on app version 30
  2. OnePlus OnePlus5 (OnePlus5), Android 9
  3. Report 1
  4.  
  5. java.lang.RuntimeException:
  6. at android.os.AsyncTask$3.done (AsyncTask.java:354)
  7. at java.util.concurrent.FutureTask.finishCompletion (FutureTask.java:383)
  8. at java.util.concurrent.FutureTask.setException (FutureTask.java:252)
  9. at java.util.concurrent.FutureTask.run (FutureTask.java:271)
  10. at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1167)
  11. at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:641)
  12. at java.lang.Thread.run (Thread.java:764)
  13. Caused by: java.lang.IllegalArgumentException:
  14. at android.app.NotificationManager.notifyAsUser (NotificationManager.java:393)
  15. at android.app.NotificationManager.notify (NotificationManager.java:370)
  16. at android.app.NotificationManager.notify (NotificationManager.java:346)
  17. at in.bets.smartplug.gcm.FireBaseNotificationService.sendPaymentNotification (FireBaseNotificationService.java:1349)
  18. at in.bets.smartplug.gcm.FireBaseNotificationService.performAction (FireBaseNotificationService.java:243)
  19. at in.bets.smartplug.gcm.FireBaseNotificationService.onHandleWork (FireBaseNotificationService.java:85)
  20. at android.support.v4.app.JobIntentService$CommandProcessor.doInBackground (JobIntentService.java:392)
  21. at android.support.v4.app.JobIntentService$CommandProcessor.doInBackground (JobIntentService.java:383)
  22. at android.os.AsyncTask$2.call (AsyncTask.java:333)
  23. at java.util.concurrent.FutureTask.run (FutureTask.java:266)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement