Jasonette / Jasonette/JASONETTE-Android
crash - stack included
- Dominant language
- Java
- Stars
- 1.6k
- Forks
- 266
- PR merge metrics
- No merged PRs in 30d
Description
it happens frequently but not with much predictability unfortunately
But reporting in case there's something here of use. Android 7.0
```
java.lang.RuntimeException: android.os.TransactionTooLargeException: data parcel size 832932 bytes
at android.app.ActivityThread$StopInfo.run(ActivityThread.java:3812)
at android.os.Handler.handleCallback(Handler.java:754)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:163)
at android.app.ActivityThread.main(ActivityThread.java:6237)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:877)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:767)
Caused by: android.os.TransactionTooLargeException: data parcel size 832932 bytes
at android.os.BinderProxy.transactNative(Native Method)
at android.os.BinderProxy.transact(Binder.java:618)
at android.app.ActivityManagerProxy.activityStopped(ActivityManagerNative.java:3664)
at android.app.ActivityThread$StopInfo.run(ActivityThread.java:3804)
... 7 more
```
Contributor guide
Research direction
Start with the supplied Android 7.0 stack trace and investigate activity-stop state handling around TransactionTooLargeException. Confirm what application state is being placed in the parcel and whether the crash can be reproduced; the issue is complete only when the oversized transaction is prevented or handled, with a reproducible verification path.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, java
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100