-
Notifications
You must be signed in to change notification settings - Fork 174
Description
Generated by AppErrorsTracking
Project Url: https://github.com/KitsunePie/AppErrorsTracking
[Stack Trace]:
java.lang.RuntimeException: android.os.TransactionTooLargeException: data parcel size 2090028 bytes
at android.app.NotificationManager.notifyAsUser(NotificationManager.java:681)
at android.app.NotificationManager.notify(NotificationManager.java:628)
at android.app.NotificationManager.notify(NotificationManager.java:604)
at t0.b.run(SourceFile:664)
Caused by: android.os.TransactionTooLargeException: data parcel size 2090028 bytes
at android.os.BinderProxy.transactNative(Native Method)
at android.os.BinderProxy.transact(BinderProxy.java:672)
at android.app.INotificationManager$Stub$Proxy.enqueueNotificationWithTag(INotificationManager.java:3031)
at android.app.NotificationManager.notifyAsUser(NotificationManager.java:678)
... 3 more