Advertisement
Guest User

devRant notification crash stacktrace

a guest
Feb 12th, 2017
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. java.lang.RuntimeException: Package manager has died
  2. at android.app.ApplicationPackageManager.queryIntentActivitiesAsUser(ApplicationPackageManager.java)
  3. at android.app.ApplicationPackageManager.queryIntentActivities(ApplicationPackageManager.java)
  4. at ti.goosh.BadgeUtils.getLauncherClassName(BadgeUtils.java:79)
  5. at ti.goosh.BadgeUtils.setBadgeSony(BadgeUtils.java:41)
  6. at ti.goosh.BadgeUtils.setBadge(BadgeUtils.java:17)
  7. at ti.goosh.IntentService.parseNotification(IntentService.java:213)
  8. at ti.goosh.IntentService.onMessageReceived(IntentService.java:54)
  9. at com.google.android.gms.gcm.GcmListenerService.zzq(Unknown Source)
  10. at com.google.android.gms.gcm.GcmListenerService.zzp(Unknown Source)
  11. at com.google.android.gms.gcm.GcmListenerService.zzo(Unknown Source)
  12. at com.google.android.gms.gcm.GcmListenerService.zza(Unknown Source)
  13. at com.google.android.gms.gcm.GcmListenerService$1.run(Unknown Source)
  14. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1113)
  15. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:588)
  16. at java.lang.Thread.run(Thread.java:818)
  17. Caused by: android.os.DeadObjectException: Transaction failed on small parcel; remote process probably died
  18. at android.os.BinderProxy.transactNative(Native Method)
  19. at android.os.BinderProxy.transact(Binder.java)
  20. at android.content.pm.IPackageManager$Stub$Proxy.queryIntentActivities(IPackageManager.java)
  21. ... 15 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement