Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android 12 crash with TransactionTooLargeException and DeadObjectException #55

Closed
rugk opened this issue May 11, 2022 · 4 comments
Closed
Labels
duplicate This issue or pull request already exists

Comments

@rugk
Copy link

rugk commented May 11, 2022

STR

Scoop worked in the past, also on Android 12.
However, since the update from CalyxOS 3.4.0 to CalyxOS 3.5.0 (which included mostly security fixes, it crashes when

  • you try to view the details of a crash (which is really unfortunate, because then you cannot copy the exception from there, you can only cope it from the notification if you still have it)
  • later I alos discovered that it also crashes when opening the settings, see below

Logcat

As scoop can't catch itself, generated like this:

$ adb logcat | tee ~/Downloads/logcat.txt | grep -i -E "exception|scoop" --context=15

So it has some context around crashes of scoop.

05-11 22:47:05.251  4917  4941 I Gralloc4: Adding additional valid usage bits: 0x0
05-11 22:47:05.268  1749  1927 I ActivityTaskManager: Displayed taco.scoop/.ui.activity.MainActivity: +263ms
05-11 22:47:05.638  1749  2420 W InputManager-JNI: Input channel object '1861e2e Splash Screen taco.scoop (client)' was disposed without first being removed with the input manager!
05-11 22:47:06.144  1090  1228 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
05-11 22:47:06.145  1090  1228 D VSC     : @ 330565.435: [WO] Proposed rotation: 4, flat angle threshold: 65
05-11 22:47:06.145  1090  1228 D VSC     : @ 330565.435: [WO] orientation angle 358, orientation 4
05-11 22:47:06.145  1090  1228 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
05-11 22:47:06.145  1090  1228 D VSC     : @ 330565.435: [WO] Gyro angle integrated: 6.384993
05-11 22:47:06.145  1090  1228 D VSC     : @ 330565.435: [WO] Gyro angle integrated: 6.384993
05-11 22:47:06.498  1749  1930 W ActivityTaskManager: Request to remove task ignored for non-existent task 21023
05-11 22:47:06.504  1090  1090 I sensors-hal: [hal]batch_physical_sensor:319, android.sensor.accelerometer/11, period=200000000, max_latency=2000000000
05-11 22:47:06.504  1090  1090 I sensors-hal: [sensor]set_config:64, sample_period_ns is adjusted to 200000000 based on min/max delay_ns
05-11 22:47:06.504  1090  1090 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
05-11 22:47:06.504  1090  1090 I sensors-hal: [hal]batch_physical_sensor:328, android.sensor.accelerometer/11, period=200000000, max_latency=2000000000 request completed
05-11 22:47:06.505  1090  4859 I sensors-hal: [ssc_sensor]ssc_conn_resp_cb:685, resp_value = 0
05-11 22:47:06.505  1090  1228 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
05-11 22:47:06.505  1090  1228 W SEE     : @ 330565.797: adding req to Q sensor=1 req=0xb202a6b8 msg=513
05-11 22:47:06.565  1749 27681 I ActivityTaskManager: START u0 {cmp=taco.scoop/.ui.activity.DetailActivity (has extras)} from uid 10273
05-11 22:47:06.603  1749  2420 W ActivityTaskManager: Tried to set launchTime (0) < mLastActivityLaunchTime (269841816)
05-11 22:47:06.611  4917  4917 D CompatibilityChangeReporter: Compat change id reported: 171228096; UID 10273; state: ENABLED
05-11 22:47:06.681  1749  1927 I ActivityTaskManager: Displayed taco.scoop/.ui.activity.DetailActivity: +115ms
05-11 22:47:06.987  1389  1945 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
05-11 22:47:06.991  1389  1586 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
05-11 22:47:07.082  4917  4935 D OpenGLRenderer: endAllActiveAnimators on 0xb4000074f49a3d10 (RippleDrawable) with handle 0xb4000074049bd9c0
05-11 22:47:07.102  4917  4917 E JavaBinder: !!! FAILED BINDER TRANSACTION !!!  (parcel size = 3013488)
05-11 22:47:07.103  4917  4917 W ActivityStopInfo: Bundle stats:
05-11 22:47:07.108  4917  4917 W ActivityStopInfo:   mItems [size=3010148]
05-11 22:47:07.108  4917  4917 W ActivityStopInfo:   android:viewHierarchyState [size=1288]
05-11 22:47:07.108  4917  4917 W ActivityStopInfo:     android:views [size=1240]
05-11 22:47:07.109  4917  4917 W ActivityStopInfo:   androidx.lifecycle.BundlableSavedStateRegistry.key [size=1200]
05-11 22:47:07.109  4917  4917 W ActivityStopInfo: PersistableBundle stats:
05-11 22:47:07.109  4917  4917 W ActivityStopInfo:   [null]
05-11 22:47:07.110  4917  4917 D AndroidRuntime: Shutting down VM
05-11 22:47:07.111  4917  4917 E AndroidRuntime: FATAL EXCEPTION: main
05-11 22:47:07.111  4917  4917 E AndroidRuntime: Process: taco.scoop, PID: 4917
05-11 22:47:07.111  4917  4917 E AndroidRuntime: java.lang.RuntimeException: android.os.TransactionTooLargeException: data parcel size 3013488 bytes
05-11 22:47:07.111  4917  4917 E AndroidRuntime: 	at android.app.ActivityClient.activityStopped(ActivityClient.java:87)
05-11 22:47:07.111  4917  4917 E AndroidRuntime: 	at android.app.servertransaction.PendingTransactionActions$StopInfo.run(PendingTransactionActions.java:143)
05-11 22:47:07.111  4917  4917 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:938)
05-11 22:47:07.111  4917  4917 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
05-11 22:47:07.111  4917  4917 E AndroidRuntime: 	at android.os.Looper.loopOnce(Looper.java:201)
05-11 22:47:07.111  4917  4917 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:288)
05-11 22:47:07.111  4917  4917 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7870)
05-11 22:47:07.111  4917  4917 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
05-11 22:47:07.111  4917  4917 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
05-11 22:47:07.111  4917  4917 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003)
05-11 22:47:07.111  4917  4917 E AndroidRuntime: Caused by: android.os.TransactionTooLargeException: data parcel size 3013488 bytes
05-11 22:47:07.111  4917  4917 E AndroidRuntime: 	at android.os.BinderProxy.transactNative(Native Method)
05-11 22:47:07.111  4917  4917 E AndroidRuntime: 	at android.os.BinderProxy.transact(BinderProxy.java:571)
05-11 22:47:07.111  4917  4917 E AndroidRuntime: 	at android.app.IActivityClientController$Stub$Proxy.activityStopped(IActivityClientController.java:1315)
05-11 22:47:07.111  4917  4917 E AndroidRuntime: 	at android.app.ActivityClient.activityStopped(ActivityClient.java:84)
05-11 22:47:07.111  4917  4917 E AndroidRuntime: 	... 9 more
05-11 22:47:07.113  1749  4953 I DropBoxManagerService: add tag=data_app_crash isTagEnabled=true flags=0x2
05-11 22:47:07.113  1749  2420 W ActivityTaskManager:   Force finishing activity taco.scoop/.ui.activity.DetailActivity
05-11 22:47:07.150  1749  1928 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 1000; state: DISABLED
05-11 22:47:07.628  1749  1930 W ActivityTaskManager: Activity top resumed state loss timeout for ActivityRecord{f06e533 u0 taco.scoop/.ui.activity.DetailActivity t21021 f}}
05-11 22:47:07.629  1749  1930 W ActivityTaskManager: Activity pause timeout for ActivityRecord{f06e533 u0 taco.scoop/.ui.activity.DetailActivity t21021 f}}
05-11 22:47:08.239  1090  1228 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
05-11 22:47:08.239  1090  1228 D VSC     : @ 330567.529: [WO] Proposed rotation: 4, flat angle threshold: 65
05-11 22:47:08.239  1090  1228 D VSC     : @ 330567.529: [WO] orientation angle 359, orientation 4
05-11 22:47:08.239  1090  1228 D VSC     : @ 330567.529: [WO] Gyro angle integrated: 17.516420
05-11 22:47:08.239  1090  1228 D VSC     : @ 330567.529: [WO] Gyro angle integrated: 17.516420
05-11 22:47:08.575  1749  2420 W WindowManager:   Force finishing activity taco.scoop/.ui.activity.DetailActivity
05-11 22:47:08.576  1749  2420 W WindowManager:   Force finishing activity taco.scoop/.ui.activity.MainActivity
05-11 22:47:08.576  1749  8720 D OpenGLRenderer: endAllActiveAnimators on 0xb4000074f49d81f0 (RippleDrawable) with handle 0xb400007404acb900
05-11 22:47:08.584  1749  1928 W InputManager-JNI: Input channel object '8efc398 Application Error: taco.scoop (client)' was disposed without first being removed with the input manager!
05-11 22:47:08.591  1749  2420 I ActivityManager: Killing 4917:taco.scoop/u0a273 (adj 0): crash
05-11 22:47:08.597  1749  1930 V WindowManager: Unknown focus tokens, dropping reportFocusChanged
05-11 22:47:08.598  1749  1989 I libprocessgroup: Successfully killed process cgroup uid 10273 pid 4917 in 6ms
05-11 22:47:08.603  4708  4786 D SettingsActivity: No enabled state changed, skipping updateCategory call
05-11 22:47:08.612  4708  4708 I android_os_HwBinder: HwBinder: Starting thread pool for getting: [email protected]::IDumpstateDevice/default
05-11 22:47:08.614  4708  4708 I android_os_HwBinder: HwBinder: Starting thread pool for getting: [email protected]::IDumpstateDevice/default
05-11 22:47:08.616  4708  4708 W Settings: Setting bugreport_in_power_menu has moved from android.provider.Settings.Secure to android.provider.Settings.Global.
05-11 22:47:08.618  4708  4708 D AbstractBtDlgCtr: Unable to get current codec config. No active device.
05-11 22:47:08.618  4708  4708 D AbstractBtDlgCtr: Unable to get current config index. Current codec Config is null.
05-11 22:47:08.623  4708  4708 D AbstractBtDlgCtr: Unable to get current codec config. No active device.
05-11 22:47:08.623  4708  4708 D AbstractBtDlgCtr: Unable to get current config index. Current codec Config is null.
05-11 22:47:08.624  4708  4708 E BtHDAudioCtr: Active device is null. To disable HD audio button
05-11 22:47:08.628  4708  4708 D AbstractBtDlgCtr: Unable to get current codec config. No active device.
05-11 22:47:08.628  4708  4708 D AbstractBtDlgCtr: Unable to get current config index. Current codec Config is null.
05-11 22:47:08.632   688   688 D libnos_transport: Calling App 1 with params 0x0003
05-11 22:47:08.632   688   688 E libnos_datagram: can't send spi message: Try again
05-11 22:47:08.638   688   688 E libnos_datagram: can't send spi message: Try again
05-11 22:47:08.644   688   688 E libnos_datagram: can't send spi message: Try again
05-11 22:47:08.649   688   688 E libnos_datagram: can't send spi message: Try again
05-11 22:47:08.653  1749  2420 V ActivityManager: Got obituary of 4917:taco.scoop
05-11 22:47:08.653  1749 28133 I WindowManager: WIN DEATH: Window{9604b8e u0 taco.scoop/taco.scoop.ui.activity.MainActivity}
05-11 22:47:08.654  1749 28133 W InputManager-JNI: Input channel object '9604b8e taco.scoop/taco.scoop.ui.activity.MainActivity (client)' was disposed without first being removed with the input manager!
05-11 22:47:08.655  1055  1055 I Zygote  : Process 4917 exited due to signal 9 (Killed)
05-11 22:47:08.656   688   688 E libnos_datagram: can't send spi message: Try again
05-11 22:47:08.656  1749  6851 I WindowManager: WIN DEATH: Window{11ca8ee u0 taco.scoop/taco.scoop.ui.activity.DetailActivity}
05-11 22:47:08.656  1749  6851 W InputManager-JNI: Input channel object '11ca8ee taco.scoop/taco.scoop.ui.activity.DetailActivity (client)' was disposed without first being removed with the input manager!
05-11 22:47:08.661   688   688 E libnos_datagram: can't send spi message: Try again
05-11 22:47:08.663   730   730 E BpTransactionCompletedListener: Failed to transact (-32)
05-11 22:47:08.669   688   688 D libnos_transport: App 1 inspection status=0x00000000 reply_len=0 protocol=1 flags=0x0000
05-11 22:47:08.669   688   688 D libnos_transport: Send app 1 command data (0 bytes)
05-11 22:47:08.669   688   688 D libnos_transport: Send app 1 go command 0x00010003
05-11 22:47:08.669   688   688 D libnos_transport: Polling app 1
05-11 22:47:08.673   730   730 E ClientCache: failed to get buffer, invalid process token
05-11 22:47:08.702   688   688 D libnos_transport: App 1 poll=16 status=0x80000000 reply_len=0 flags=0x0000
05-11 22:47:08.702   688   688 D libnos_transport: App 1 polled=16 status=0x80000000 reply_len=0 flags=0x0000
05-11 22:47:08.703   688   688 D libnos_transport: App 1 returning 0x0
05-11 22:47:08.704   688   688 D libnos_transport: Calling App 1 with params 0x0003
05-11 22:47:08.706   688   688 D libnos_transport: App 1 inspection status=0x00000000 reply_len=0 protocol=1 flags=0x0000
05-11 22:47:08.706   688   688 D libnos_transport: Send app 1 command data (2 bytes)
05-11 22:47:08.706   688   688 D libnos_transport: Send app 1 go command 0x00010003
05-11 22:47:08.707   688   688 D libnos_transport: Polling app 1
--
05-11 22:47:08.744   688   688 D libnos_transport: App 1 polled=2 status=0x80000000 reply_len=0 flags=0x0000
05-11 22:47:08.745   688   688 D libnos_transport: App 1 returning 0x0
05-11 22:47:08.751  4708  4708 D AbstractBtDlgCtr: Unable to get current codec config. No active device.
05-11 22:47:08.751  4708  4708 D AbstractBtDlgCtr: Unable to get current config index. Current codec Config is null.
05-11 22:47:08.752  4708  4708 D AbstractBtDlgCtr: Unable to get current codec config. No active device.
05-11 22:47:08.754  4708  4708 D AbstractBtDlgCtr: Unable to get current codec config. No active device.
05-11 22:47:08.754  4708  4708 D AbstractBtDlgCtr: Unable to get current config index. Current codec Config is null.
05-11 22:47:08.761  1749 28133 W SparseMappingTable: Time val negative: -30076
05-11 22:47:08.761  1749 28133 W SparseMappingTable: Time val negative: -21244
05-11 22:47:08.761  1749 28133 W SparseMappingTable: Time val negative: -21244
05-11 22:47:08.761  1749 28133 W SparseMappingTable: Time val negative: -21244
05-11 22:47:08.775  4708  4786 W TileUtils: Found com.android.emergency.EmergencyInfoActivity for intent Intent { act=com.android.settings.action.IA_SETTINGS } is primary profile only, skip loading tile for uid 10
05-11 22:47:08.775  4708  4786 W TileUtils: Found org.lineageos.lineageparts.statusbar.StatusBarSettings for intent Intent { act=com.android.settings.action.IA_SETTINGS } is primary profile only, skip loading tile for uid 10
05-11 22:47:08.775  4708  4786 W TileUtils: Found org.lineageos.lineageparts.input.ButtonSettings for intent Intent { act=com.android.settings.action.IA_SETTINGS } is primary profile only, skip loading tile for uid 10
05-11 22:47:08.775  4708  4786 W TileUtils: Found org.protonaosp.elmyra.settings.SettingsActivity for intent Intent { act=com.android.settings.action.IA_SETTINGS } is primary profile only, skip loading tile for uid 10
05-11 22:47:08.786  1749  1932 W WindowManager: Failed to deliver inset state change to w=Window{11ca8ee u0 taco.scoop/taco.scoop.ui.activity.DetailActivity EXITING}
05-11 22:47:08.786  1749  1932 W WindowManager: android.os.DeadObjectException
05-11 22:47:08.786  1749  1932 W WindowManager: 	at android.os.BinderProxy.transactNative(Native Method)
05-11 22:47:08.786  1749  1932 W WindowManager: 	at android.os.BinderProxy.transact(BinderProxy.java:571)
05-11 22:47:08.786  1749  1932 W WindowManager: 	at android.view.IWindow$Stub$Proxy.insetsControlChanged(IWindow.java:687)
05-11 22:47:08.786  1749  1932 W WindowManager: 	at com.android.server.wm.WindowState.notifyInsetsControlChanged(WindowState.java:4037)
05-11 22:47:08.786  1749  1932 W WindowManager: 	at com.android.server.wm.InsetsStateController.lambda$notifyPendingInsetsControlChanged$6$InsetsStateController(InsetsStateController.java:552)
05-11 22:47:08.786  1749  1932 W WindowManager: 	at com.android.server.wm.InsetsStateController$$ExternalSyntheticLambda1.run(Unknown Source:2)
05-11 22:47:08.786  1749  1932 W WindowManager: 	at com.android.server.wm.WindowAnimator.executeAfterPrepareSurfacesRunnables(WindowAnimator.java:345)
05-11 22:47:08.786  1749  1932 W WindowManager: 	at com.android.server.wm.WindowAnimator.animate(WindowAnimator.java:226)
05-11 22:47:08.786  1749  1932 W WindowManager: 	at com.android.server.wm.WindowAnimator.lambda$new$1$WindowAnimator(WindowAnimator.java:106)
05-11 22:47:08.786  1749  1932 W WindowManager: 	at com.android.server.wm.WindowAnimator$$ExternalSyntheticLambda0.doFrame(Unknown Source:2)
05-11 22:47:08.786  1749  1932 W WindowManager: 	at android.view.Choreographer$CallbackRecord.run(Choreographer.java:1035)
05-11 22:47:08.786  1749  1932 W WindowManager: 	at android.view.Choreographer.doCallbacks(Choreographer.java:845)
05-11 22:47:08.786  1749  1932 W WindowManager: 	at android.view.Choreographer.doFrame(Choreographer.java:775)
05-11 22:47:08.786  1749  1932 W WindowManager: 	at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:1022)
05-11 22:47:08.786  1749  1932 W WindowManager: 	at android.os.Handler.handleCallback(Handler.java:938)
--
05-11 22:47:10.237  1090  1228 D VSC     : @ 330569.529: [WO] Proposed rotation: 0, flat angle threshold: 65
05-11 22:47:10.237  1090  1228 D VSC     : @ 330569.529: [WO] orientation angle 2, orientation 0
05-11 22:47:10.237  1090  1228 D VSC     : @ 330569.529: [WO] Gyro angle integrated: 77.878242
05-11 22:47:10.237  1090  1228 D VSC     : @ 330569.529: [WO] Gyro angle integrated: 77.878242
05-11 22:47:10.487  9507  9507 D InputMethodManager: showSoftInput() view=com.android.launcher3.allapps.search.AppsSearchContainerLayout{3424b3b VFED..CL. .F.P..ID 50,149-1030,289 #7f09020a app:id/search_container_all_apps aid=1073742891} flags=0 reason=SHOW_SOFT_INPUT
05-11 22:47:10.502  5408  5408 I LatinIME: Starting input. Cursor position = 0,0
05-11 22:47:10.543  9507  9507 D InsetsController: show(ime(), fromIme=true)
05-11 22:47:12.217  1090  1228 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
05-11 22:47:12.217  1090  1228 D VSC     : @ 330571.508: [WO] Proposed rotation: 4, flat angle threshold: 65
05-11 22:47:12.217  1090  1228 D VSC     : @ 330571.508: [WO] orientation angle 357, orientation 4
05-11 22:47:12.217  1090  1228 D VSC     : @ 330571.508: [WO] Gyro angle integrated: 14.698381
05-11 22:47:12.217  1090  1228 D VSC     : @ 330571.508: [WO] Gyro angle integrated: 14.698381
05-11 22:47:13.073  1389  1945 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
05-11 22:47:13.074  1389  1586 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
05-11 22:47:13.270  1749 12861 W ProcessStats: Tracking association SourceState{4717e14 system/1000 BTopFgs #361373} whose proc state 2 is better than process ProcessState{34f6bd org.kde.kdeconnect_tp/10263 pkg=org.kde.kdeconnect_tp} proc state 3 (53 skipped)
05-11 22:47:13.312  1749  2583 I ActivityTaskManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=taco.scoop/.ui.activity.MainActivity bnds=[37,306][238,644]} from uid 10171
05-11 22:47:13.313  1749  2583 W ActivityTaskManager: Can't find TaskDisplayArea to determine support for multi window. Task id=21024 attached=false
05-11 22:47:13.315  1749  2583 D CompatibilityChangeReporter: Compat change id reported: 174042980; UID 10273; state: DISABLED
05-11 22:47:13.316  1749  2583 D CompatibilityChangeReporter: Compat change id reported: 184838306; UID 10273; state: DISABLED
05-11 22:47:13.317  1749  2583 D CompatibilityChangeReporter: Compat change id reported: 185004937; UID 10273; state: DISABLED
05-11 22:47:13.317  1749  2583 D CompatibilityChangeReporter: Compat change id reported: 181136395; UID 10273; state: DISABLED
05-11 22:47:13.317  1749  2583 D CompatibilityChangeReporter: Compat change id reported: 174042936; UID 10273; state: DISABLED
05-11 22:47:13.319  1749  2583 D CompatibilityChangeReporter: Compat change id reported: 197654537; UID 10273; state: ENABLED
05-11 22:47:13.322  1749  2583 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10273; state: DISABLED
05-11 22:47:13.328  1749  1930 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10273; state: DISABLED
05-11 22:47:13.328  1749  1930 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10273; state: DISABLED
05-11 22:47:13.328  1749  1930 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10273; state: DISABLED
05-11 22:47:13.328  1749  1930 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10273; state: ENABLED
05-11 22:47:13.330  1749  1972 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10273; state: ENABLED
05-11 22:47:13.337  1055  1055 D Zygote  : Forked child process 4974
05-11 22:47:13.338  1749  1972 I ActivityManager: Start proc 4974:taco.scoop/u0a273 for pre-top-activity {taco.scoop/taco.scoop.ui.activity.MainActivity}
05-11 22:47:13.349  4974  4974 E taco.scoop: Not starting debugger since process cannot load the jdwp agent.
05-11 22:47:13.354  4974  4974 D ProcessState: Binder ioctl to enable oneway spam detection failed: Invalid argument
05-11 22:47:13.364  4974  4974 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10273; state: ENABLED
05-11 22:47:13.374  4974  4974 V GraphicsEnvironment: ANGLE Developer option for 'taco.scoop' set to: 'default'
05-11 22:47:13.375  4974  4974 V GraphicsEnvironment: ANGLE GameManagerService for taco.scoop: false
05-11 22:47:13.375  4974  4974 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported.
05-11 22:47:13.375  4974  4974 D NetworkSecurityConfig: No Network Security Config specified, using platform default
05-11 22:47:13.375  4974  4974 D NetworkSecurityConfig: No Network Security Config specified, using platform default
05-11 22:47:13.419  8925  9910 E FontsProvider: query: content://com.google.android.gms.fonts [_id, file_id, font_ttc_index, font_variation_settings, font_weight, font_italic, result_code] query = ? [name=Google Sans&weight=500]
05-11 22:47:13.420  8925  9910 D FontsProvider: openFile: content://com.google.android.gms.fonts/file/1337 mode: r
05-11 22:47:13.422  4974  4974 D Inquiry : Built instance main
05-11 22:47:13.423  8925  9910 E FontsProvider: query: content://com.google.android.gms.fonts [_id, file_id, font_ttc_index, font_variation_settings, font_weight, font_italic, result_code] query = ? [name=Google Sans]
05-11 22:47:13.424  4974  4996 D Inquiry : Scheme for taco.scoop.core.data.crash.Crash: description TEXT, _id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, packageName TEXT, stackTrace TEXT, time INTEGER
05-11 22:47:13.424  8925  9910 D FontsProvider: openFile: content://com.google.android.gms.fonts/file/1337 mode: r
05-11 22:47:13.448  4974  4991 I AdrenoGLES-0: QUALCOMM build                   : 85da404, I46ff5fc46f
05-11 22:47:13.448  4974  4991 I AdrenoGLES-0: Build Date                       : 11/30/20
05-11 22:47:13.448  4974  4991 I AdrenoGLES-0: OpenGL ES Shader Compiler Version: EV031.31.04.01
05-11 22:47:13.448  4974  4991 I AdrenoGLES-0: Local Branch                     : promo490_3_Google
05-11 22:47:13.448  4974  4991 I AdrenoGLES-0: Remote Branch                    : 
05-11 22:47:13.448  4974  4991 I AdrenoGLES-0: Remote Branch                    : 
05-11 22:47:13.448  4974  4991 I AdrenoGLES-0: Reconstruct Branch               : 
05-11 22:47:13.448  4974  4991 I AdrenoGLES-0: Build Config                     : S P 10.0.4 AArch64
05-11 22:47:13.448  4974  4991 I AdrenoGLES-0: Driver Path                      : /vendor/lib64/egl/libGLESv2_adreno.so
05-11 22:47:13.449  4974  4991 D hw-ProcessState: Binder ioctl to enable oneway spam detection failed: Invalid argument
05-11 22:47:13.455  4974  4991 I AdrenoGLES-0: PFP: 0x016ee190, ME: 0x00000000
05-11 22:47:13.457  4974  4991 W AdrenoUtils: <ReadGpuID_from_sysfs:197>: Failed to open /sys/class/kgsl/kgsl-3d0/gpu_model
05-11 22:47:13.457  4974  4991 W AdrenoUtils: <ReadGpuID:221>: Failed to read chip ID from gpu_model. Fallback to use the GSL path
05-11 22:47:13.461   732   756 I SDM     : HWCDisplay::GetColorModeCount: Supported color mode count = 3
05-11 22:47:13.462  4974  4991 D hw-ProcessState: Binder ioctl to enable oneway spam detection failed: Invalid argument
05-11 22:47:13.466  4974  4997 I Gralloc4: Adding additional valid usage bits: 0x0
05-11 22:47:13.493  1749  1927 I ActivityTaskManager: Displayed taco.scoop/.ui.activity.MainActivity: +177ms
05-11 22:47:13.873  1749 12861 W InputManager-JNI: Input channel object '77fbddf Splash Screen taco.scoop (client)' was disposed without first being removed with the input manager!
05-11 22:47:13.914   718  4836 I keystore2: keystore2::watchdog: Watchdog thread idle -> terminating. Have a great day.
05-11 22:47:14.205  1090  1228 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
05-11 22:47:14.205  1090  1228 D VSC     : @ 330573.495: [WO] Proposed rotation: 0, flat angle threshold: 65
05-11 22:47:14.205  1090  1228 D VSC     : @ 330573.496: [WO] orientation angle 0, orientation 0
05-11 22:47:14.205  1090  1228 D VSC     : @ 330573.496: [WO] Gyro angle integrated: 4.186740
05-11 22:47:14.205  1090  1228 D VSC     : @ 330573.496: [WO] Gyro angle integrated: 4.186740
05-11 22:47:14.566  1749 27681 I ActivityTaskManager: START u0 {cmp=taco.scoop/.ui.activity.DetailActivity (has extras)} from uid 10273
05-11 22:47:14.610  1749 27681 W ActivityTaskManager: Tried to set launchTime (0) < mLastActivityLaunchTime (269850106)
05-11 22:47:14.620  4974  4974 D CompatibilityChangeReporter: Compat change id reported: 171228096; UID 10273; state: ENABLED
05-11 22:47:14.707  1749  1927 I ActivityTaskManager: Displayed taco.scoop/.ui.activity.DetailActivity: +140ms
05-11 22:47:14.911  1109  1836 I QC2Comp : [avcD_91] Stats: Works: Q(23)/Done(23)| Work-Rate: Q(0.0/s Avg=0.0/s) Done(0.000/s Avg=0.016/s)| Stream: 16.67fps 578.8Kbps| Pending(0) i/p-done(0)
05-11 22:47:15.116  4974  4991 D OpenGLRenderer: endAllActiveAnimators on 0xb4000074f49a3d10 (RippleDrawable) with handle 0xb4000074049bd8a0
05-11 22:47:15.137  4974  4974 E JavaBinder: !!! FAILED BINDER TRANSACTION !!!  (parcel size = 3013488)
05-11 22:47:15.138  4974  4974 W ActivityStopInfo: Bundle stats:
05-11 22:47:15.143  4974  4974 W ActivityStopInfo:   mItems [size=3010148]
05-11 22:47:15.143  4974  4974 W ActivityStopInfo:   android:viewHierarchyState [size=1288]
05-11 22:47:15.144  4974  4974 W ActivityStopInfo:     android:views [size=1240]
05-11 22:47:15.144  4974  4974 W ActivityStopInfo:   androidx.lifecycle.BundlableSavedStateRegistry.key [size=1200]
05-11 22:47:15.144  4974  4974 W ActivityStopInfo: PersistableBundle stats:
05-11 22:47:15.144  4974  4974 W ActivityStopInfo:   [null]
05-11 22:47:15.144  4974  4974 D AndroidRuntime: Shutting down VM
05-11 22:47:15.144  4974  4974 E AndroidRuntime: FATAL EXCEPTION: main
05-11 22:47:15.144  4974  4974 E AndroidRuntime: Process: taco.scoop, PID: 4974
05-11 22:47:15.144  4974  4974 E AndroidRuntime: java.lang.RuntimeException: android.os.TransactionTooLargeException: data parcel size 3013488 bytes
05-11 22:47:15.144  4974  4974 E AndroidRuntime: 	at android.app.ActivityClient.activityStopped(ActivityClient.java:87)
05-11 22:47:15.144  4974  4974 E AndroidRuntime: 	at android.app.servertransaction.PendingTransactionActions$StopInfo.run(PendingTransactionActions.java:143)
05-11 22:47:15.144  4974  4974 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:938)
05-11 22:47:15.144  4974  4974 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
05-11 22:47:15.144  4974  4974 E AndroidRuntime: 	at android.os.Looper.loopOnce(Looper.java:201)
05-11 22:47:15.144  4974  4974 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:288)
05-11 22:47:15.144  4974  4974 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7870)
05-11 22:47:15.144  4974  4974 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
05-11 22:47:15.144  4974  4974 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
05-11 22:47:15.144  4974  4974 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003)
05-11 22:47:15.144  4974  4974 E AndroidRuntime: Caused by: android.os.TransactionTooLargeException: data parcel size 3013488 bytes
05-11 22:47:15.144  4974  4974 E AndroidRuntime: 	at android.os.BinderProxy.transactNative(Native Method)
05-11 22:47:15.144  4974  4974 E AndroidRuntime: 	at android.os.BinderProxy.transact(BinderProxy.java:571)
05-11 22:47:15.144  4974  4974 E AndroidRuntime: 	at android.app.IActivityClientController$Stub$Proxy.activityStopped(IActivityClientController.java:1315)
05-11 22:47:15.144  4974  4974 E AndroidRuntime: 	at android.app.ActivityClient.activityStopped(ActivityClient.java:84)
05-11 22:47:15.144  4974  4974 E AndroidRuntime: 	... 9 more
05-11 22:47:15.146  1749  5010 I DropBoxManagerService: add tag=data_app_crash isTagEnabled=true flags=0x2
05-11 22:47:15.146  1749 12861 W ActivityTaskManager:   Force finishing activity taco.scoop/.ui.activity.DetailActivity
05-11 22:47:15.166  4974  4974 I Process : Sending signal. PID: 4974 SIG: 9
05-11 22:47:15.184  1749 12861 I ActivityManager: Process taco.scoop (pid 4974) has died: fg  TOP 
05-11 22:47:15.185  1749  9975 I WindowManager: WIN DEATH: Window{4f9dccf u0 taco.scoop/taco.scoop.ui.activity.MainActivity}
05-11 22:47:15.185  1749  1989 I libprocessgroup: Successfully killed process cgroup uid 10273 pid 4974 in 0ms
05-11 22:47:15.185  1749  9975 W InputManager-JNI: Input channel object '4f9dccf taco.scoop/taco.scoop.ui.activity.MainActivity (client)' was disposed without first being removed with the input manager!
05-11 22:47:15.186  1055  1055 I Zygote  : Process 4974 exited due to signal 9 (Killed)
05-11 22:47:15.187   730   730 E ClientCache: failed to get buffer, invalid process token
05-11 22:47:15.189  1749 27681 I WindowManager: WIN DEATH: Window{8e5bdc1 u0 taco.scoop/taco.scoop.ui.activity.DetailActivity}
05-11 22:47:15.189  1749 27681 W InputManager-JNI: Input channel object '8e5bdc1 taco.scoop/taco.scoop.ui.activity.DetailActivity (client)' was disposed without first being removed with the input manager!
05-11 22:47:15.193  1749  1930 V WindowManager: Unknown focus tokens, dropping reportFocusChanged
05-11 22:47:15.195  1749 12861 W ActivityTaskManager: Force removing ActivityRecord{f45dc83 u0 taco.scoop/.ui.activity.MainActivity t21024}: app died, no saved state
05-11 22:47:15.198   730   730 E BpTransactionCompletedListener: Failed to transact (-32)
05-11 22:47:15.229  1749  1932 W WindowManager: Failed to deliver inset state change to w=Window{8e5bdc1 u0 taco.scoop/taco.scoop.ui.activity.DetailActivity EXITING}
05-11 22:47:15.229  1749  1932 W WindowManager: android.os.DeadObjectException
05-11 22:47:15.229  1749  1932 W WindowManager: 	at android.os.BinderProxy.transactNative(Native Method)
05-11 22:47:15.229  1749  1932 W WindowManager: 	at android.os.BinderProxy.transact(BinderProxy.java:571)
05-11 22:47:15.229  1749  1932 W WindowManager: 	at android.view.IWindow$Stub$Proxy.insetsControlChanged(IWindow.java:687)
05-11 22:47:15.229  1749  1932 W WindowManager: 	at com.android.server.wm.WindowState.notifyInsetsControlChanged(WindowState.java:4037)
05-11 22:47:15.229  1749  1932 W WindowManager: 	at com.android.server.wm.InsetsStateController.lambda$notifyPendingInsetsControlChanged$6$InsetsStateController(InsetsStateController.java:552)
05-11 22:47:15.229  1749  1932 W WindowManager: 	at com.android.server.wm.InsetsStateController$$ExternalSyntheticLambda1.run(Unknown Source:2)
05-11 22:47:15.229  1749  1932 W WindowManager: 	at com.android.server.wm.WindowAnimator.executeAfterPrepareSurfacesRunnables(WindowAnimator.java:345)
05-11 22:47:15.229  1749  1932 W WindowManager: 	at com.android.server.wm.WindowAnimator.animate(WindowAnimator.java:226)
05-11 22:47:15.229  1749  1932 W WindowManager: 	at com.android.server.wm.WindowAnimator.lambda$new$1$WindowAnimator(WindowAnimator.java:106)
05-11 22:47:15.229  1749  1932 W WindowManager: 	at com.android.server.wm.WindowAnimator$$ExternalSyntheticLambda0.doFrame(Unknown Source:2)
05-11 22:47:15.229  1749  1932 W WindowManager: 	at android.view.Choreographer$CallbackRecord.run(Choreographer.java:1035)
05-11 22:47:15.229  1749  1932 W WindowManager: 	at android.view.Choreographer.doCallbacks(Choreographer.java:845)
05-11 22:47:15.229  1749  1932 W WindowManager: 	at android.view.Choreographer.doFrame(Choreographer.java:775)
05-11 22:47:15.229  1749  1932 W WindowManager: 	at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:1022)
05-11 22:47:15.229  1749  1932 W WindowManager: 	at android.os.Handler.handleCallback(Handler.java:938)
--
05-11 22:47:15.458  1749  1769 W System  : A resource failed to call close. 
05-11 22:47:15.460  1749  1769 W System  : A resource failed to call close. 
05-11 22:47:15.461  1749  1769 W System  : A resource failed to call release. 
05-11 22:47:15.462  1749  1769 W MediaPlayer-JNI: MediaPlayer finalized without being released
05-11 22:47:15.463  1373  7243 D NuPlayerDriver: reset(0xefdc1410) at state 4
05-11 22:47:15.464  1373  4634 D NuPlayerDriver: notifyResetComplete(0xefdc1410)
05-11 22:47:15.465  1749  1769 V MediaPlayer: resetDrmState:  mDrmInfo=null mDrmProvisioningThread=null mPrepareDrmInProgress=false mActiveDrmScheme=false
05-11 22:47:15.465  1749  1769 V MediaPlayer: cleanDrmObj: mDrmObj=null mDrmSessionId=null
05-11 22:47:15.467  1749  1769 W System  : A resource failed to call close. 
05-11 22:47:15.467  1749  1769 W System  : A resource failed to call close. 
05-11 22:47:15.468  1749  1769 W System  : A resource failed to call release. 
05-11 22:47:15.469  1749  1769 W System  : A resource failed to call close. 
05-11 22:47:15.470  1749  1769 W System  : A resource failed to call close. 
05-11 22:47:15.472  1749  1769 W System  : A resource failed to call close. 
05-11 22:47:15.472  1749  1769 W System  : A resource failed to call close. 
05-11 22:47:15.663  1749  1930 W ActivityTaskManager: Activity top resumed state loss timeout for ActivityRecord{d716d9a u0 taco.scoop/.ui.activity.DetailActivity t-1 f}}
05-11 22:47:16.217  1090  1228 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
05-11 22:47:16.217  1090  1228 D VSC     : @ 330575.508: [WO] Proposed rotation: 4, flat angle threshold: 65
05-11 22:47:16.217  1090  1228 D VSC     : @ 330575.508: [WO] orientation angle 356, orientation 4
05-11 22:47:16.217  1090  1228 D VSC     : @ 330575.508: [WO] Gyro angle integrated: 196.858215
05-11 22:47:16.217  1090  1228 D VSC     : @ 330575.508: [WO] Gyro angle integrated: 196.858215
05-11 22:47:16.217  1090  1228 D VSC     : @ 330575.508: [WO] Rejected by swing_time. Last detected 0 ms ago.

Device: Pixel 4 (flame)
OS: Android 12, CalyxOS 3.5.0
source: F-Droid
version: v. 2.4.1
Build-ID: SP2A.220505.002.22305000

@rugk rugk changed the title Android 12 crash Android 12 crash with TransactionTooLargeException and DeadObjectException May 11, 2022
@rugk
Copy link
Author

rugk commented May 11, 2022

Here is the same crash when trying to open the settings view (note one can see it in a background for ~1 sec before it actually crashes):

05-11 22:56:34.456  1749 28133 I ActivityTaskManager: START u0 {cmp=taco.scoop/.ui.activity.SettingsActivity} from uid 10273
05-11 22:56:34.458  1749 28133 D CompatibilityChangeReporter: Compat change id reported: 174042980; UID 10273; state: DISABLED
05-11 22:56:34.461  1749 28133 D CompatibilityChangeReporter: Compat change id reported: 184838306; UID 10273; state: DISABLED
05-11 22:56:34.461  1749 28133 D CompatibilityChangeReporter: Compat change id reported: 185004937; UID 10273; state: DISABLED
05-11 22:56:34.477  1749 28133 W ActivityTaskManager: Tried to set launchTime (0) < mLastActivityLaunchTime (270397610)
05-11 22:56:34.581  1749  1927 I ActivityTaskManager: Displayed taco.scoop/.ui.activity.SettingsActivity: +124ms
05-11 22:56:34.783  5469  5490 D OpenGLRenderer: endAllActiveAnimators on 0xb4000074f49c8d50 (MenuPopupWindow$MenuDropDownListView) with handle 0xb4000074049a5f90
05-11 22:56:34.784  1749  2146 W InputManager-JNI: Input channel object 'c57a9a3 PopupWindow:b171544 (client)' was disposed without first being removed with the input manager!
05-11 22:56:34.990  1109  1836 I QC2Comp : [avcD_91] Stats: Works: Q(23)/Done(23)| Work-Rate: Q(0.0/s Avg=0.0/s) Done(0.000/s Avg=0.011/s)| Stream: 16.67fps 578.8Kbps| Pending(0) i/p-done(0)
05-11 22:56:35.007  5469  5469 E JavaBinder: !!! FAILED BINDER TRANSACTION !!!  (parcel size = 3013592)
05-11 22:56:35.008  5469  5469 W ActivityStopInfo: Bundle stats:
05-11 22:56:35.013  5469  5469 W ActivityStopInfo:   mItems [size=3010148]
05-11 22:56:35.013  5469  5469 W ActivityStopInfo:   android:viewHierarchyState [size=1392]
05-11 22:56:35.013  5469  5469 W ActivityStopInfo:     android:views [size=1344]
05-11 22:56:35.013  5469  5469 W ActivityStopInfo:   androidx.lifecycle.BundlableSavedStateRegistry.key [size=1200]
05-11 22:56:35.013  5469  5469 W ActivityStopInfo: PersistableBundle stats:
05-11 22:56:35.013  5469  5469 W ActivityStopInfo:   [null]
05-11 22:56:35.013  5469  5469 D AndroidRuntime: Shutting down VM
05-11 22:56:35.014  5469  5469 E AndroidRuntime: FATAL EXCEPTION: main
05-11 22:56:35.014  5469  5469 E AndroidRuntime: Process: taco.scoop, PID: 5469
05-11 22:56:35.014  5469  5469 E AndroidRuntime: java.lang.RuntimeException: android.os.TransactionTooLargeException: data parcel size 3013592 bytes
05-11 22:56:35.014  5469  5469 E AndroidRuntime: 	at android.app.ActivityClient.activityStopped(ActivityClient.java:87)
05-11 22:56:35.014  5469  5469 E AndroidRuntime: 	at android.app.servertransaction.PendingTransactionActions$StopInfo.run(PendingTransactionActions.java:143)
05-11 22:56:35.014  5469  5469 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:938)
05-11 22:56:35.014  5469  5469 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
05-11 22:56:35.014  5469  5469 E AndroidRuntime: 	at android.os.Looper.loopOnce(Looper.java:201)
05-11 22:56:35.014  5469  5469 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:288)
05-11 22:56:35.014  5469  5469 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7870)
05-11 22:56:35.014  5469  5469 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
05-11 22:56:35.014  5469  5469 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
05-11 22:56:35.014  5469  5469 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003)
05-11 22:56:35.014  5469  5469 E AndroidRuntime: Caused by: android.os.TransactionTooLargeException: data parcel size 3013592 bytes
05-11 22:56:35.014  5469  5469 E AndroidRuntime: 	at android.os.BinderProxy.transactNative(Native Method)
05-11 22:56:35.014  5469  5469 E AndroidRuntime: 	at android.os.BinderProxy.transact(BinderProxy.java:571)
05-11 22:56:35.014  5469  5469 E AndroidRuntime: 	at android.app.IActivityClientController$Stub$Proxy.activityStopped(IActivityClientController.java:1315)
05-11 22:56:35.014  5469  5469 E AndroidRuntime: 	at android.app.ActivityClient.activityStopped(ActivityClient.java:84)
05-11 22:56:35.014  5469  5469 E AndroidRuntime: 	... 9 more
05-11 22:56:35.016  1749  5519 I DropBoxManagerService: add tag=data_app_crash isTagEnabled=true flags=0x2
05-11 22:56:35.016  1749  2146 W ActivityTaskManager:   Force finishing activity taco.scoop/.ui.activity.SettingsActivity
05-11 22:56:35.037  5469  5469 I Process : Sending signal. PID: 5469 SIG: 9
05-11 22:56:35.062  1749  5058 I WindowManager: WIN DEATH: Window{577d06b u0 taco.scoop/taco.scoop.ui.activity.MainActivity}
05-11 22:56:35.062  1749  5058 W InputManager-JNI: Input channel object '577d06b taco.scoop/taco.scoop.ui.activity.MainActivity (client)' was disposed without first being removed with the input manager!
05-11 22:56:35.062  1055  1055 I Zygote  : Process 5469 exited due to signal 9 (Killed)
05-11 22:56:35.064  1749  2146 I ActivityManager: Process taco.scoop (pid 5469) has died: fg  TOP 
05-11 22:56:35.065  1749  1989 I libprocessgroup: Successfully killed process cgroup uid 10273 pid 5469 in 0ms
05-11 22:56:35.065  1749  2842 I WindowManager: WIN DEATH: Window{d7dbdcd u0 taco.scoop/taco.scoop.ui.activity.SettingsActivity}
05-11 22:56:35.065  1749  2842 W InputManager-JNI: Input channel object 'd7dbdcd taco.scoop/taco.scoop.ui.activity.SettingsActivity (client)' was disposed without first being removed with the input manager!
05-11 22:56:35.067   730   730 E BpTransactionCompletedListener: Failed to transact (-32)
05-11 22:56:35.070  1749  2146 W ActivityTaskManager: Force removing ActivityRecord{c261a75 u0 taco.scoop/.ui.activity.MainActivity t21024}: app died, no saved state
05-11 22:56:35.078   730   730 E ClientCache: failed to get buffer, invalid process token
05-11 22:56:35.107  1749  1932 W WindowManager: Failed to deliver inset state change to w=Window{d7dbdcd u0 taco.scoop/taco.scoop.ui.activity.SettingsActivity EXITING}
05-11 22:56:35.107  1749  1932 W WindowManager: android.os.DeadObjectException
05-11 22:56:35.107  1749  1932 W WindowManager: 	at android.os.BinderProxy.transactNative(Native Method)
05-11 22:56:35.107  1749  1932 W WindowManager: 	at android.os.BinderProxy.transact(BinderProxy.java:571)
05-11 22:56:35.107  1749  1932 W WindowManager: 	at android.view.IWindow$Stub$Proxy.insetsControlChanged(IWindow.java:687)
05-11 22:56:35.107  1749  1932 W WindowManager: 	at com.android.server.wm.WindowState.notifyInsetsControlChanged(WindowState.java:4037)
05-11 22:56:35.107  1749  1932 W WindowManager: 	at com.android.server.wm.InsetsStateController.lambda$notifyPendingInsetsControlChanged$6$InsetsStateController(InsetsStateController.java:552)
05-11 22:56:35.107  1749  1932 W WindowManager: 	at com.android.server.wm.InsetsStateController$$ExternalSyntheticLambda1.run(Unknown Source:2)
05-11 22:56:35.107  1749  1932 W WindowManager: 	at com.android.server.wm.WindowAnimator.executeAfterPrepareSurfacesRunnables(WindowAnimator.java:345)
05-11 22:56:35.107  1749  1932 W WindowManager: 	at com.android.server.wm.WindowAnimator.animate(WindowAnimator.java:226)
05-11 22:56:35.107  1749  1932 W WindowManager: 	at com.android.server.wm.WindowAnimator.lambda$new$1$WindowAnimator(WindowAnimator.java:106)
05-11 22:56:35.107  1749  1932 W WindowManager: 	at com.android.server.wm.WindowAnimator$$ExternalSyntheticLambda0.doFrame(Unknown Source:2)
05-11 22:56:35.107  1749  1932 W WindowManager: 	at android.view.Choreographer$CallbackRecord.run(Choreographer.java:1035)
05-11 22:56:35.107  1749  1932 W WindowManager: 	at android.view.Choreographer.doCallbacks(Choreographer.java:845)
05-11 22:56:35.107  1749  1932 W WindowManager: 	at android.view.Choreographer.doFrame(Choreographer.java:775)
05-11 22:56:35.107  1749  1932 W WindowManager: 	at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:1022)
05-11 22:56:35.107  1749  1932 W WindowManager: 	at android.os.Handler.handleCallback(Handler.java:938)
05-11 22:56:35.107  1749  1932 W WindowManager: 	at android.os.Handler.dispatchMessage(Handler.java:99)
05-11 22:56:35.107  1749  1932 W WindowManager: 	at android.os.Looper.loopOnce(Looper.java:201)
05-11 22:56:35.107  1749  1932 W WindowManager: 	at android.os.Looper.loop(Looper.java:288)
05-11 22:56:35.107  1749  1932 W WindowManager: 	at android.os.HandlerThread.run(HandlerThread.java:67)
05-11 22:56:35.107  1749  1932 W WindowManager: 	at com.android.server.ServiceThread.run(ServiceThread.java:44)
05-11 22:56:35.123  1749  1930 W ActivityManager: setHasOverlayUi called on unknown pid: 5469
05-11 22:56:35.125   730   730 E BpTransactionCompletedListener: Failed to transact (-32)
05-11 22:56:35.127  1749  1932 W ActivityTaskManager: Can't find TaskDisplayArea to determine support for multi window. Task id=21024 attached=false
05-11 22:56:35.127  1749  1932 W ActivityTaskManager: Can't find TaskDisplayArea to determine support for multi window. Task id=21024 attached=false
05-11 22:56:35.315  1749  5058 D ConnectivityService: requestNetwork for uid/pid:10258/17749 activeRequest: null callbackRequest: 15242 [NetworkRequest [ REQUEST id=15243, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10258 RequestorUid: 10258 RequestorPkg: im.vector.app] ]] callback flags: 0 priority: 2147483647
05-11 22:56:35.317  1749  2409 D ConnectivityService: NetReassign [15243 : null → 176]
05-11 22:56:35.319  1749  2402 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=15243, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10258 RequestorUid: 10258 RequestorPkg: im.vector.app] ]
05-11 22:56:35.319  1749  2402 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=15243, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10258 RequestorUid: 10258 RequestorPkg: im.vector.app] ]
05-11 22:56:35.319  1749  2402 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=15243, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10258 RequestorUid: 10258 RequestorPkg: im.vector.app] ]
05-11 22:56:35.529  1749  1930 W ActivityTaskManager: Activity top resumed state loss timeout for ActivityRecord{8228c2a u0 taco.scoop/.ui.activity.SettingsActivity t-1 f}}
05-11 22:56:36.093  9507  9507 D b/195430732: currentRunningTaskViewId: -1 requestedTaskViewId: -1
05-11 22:56:36.520  1090  1228 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
05-11 22:56:36.520  1090  1228 D VSC     : @ 331135.810: [WO] Proposed rotation: 4, flat angle threshold: 65
05-11 22:56:36.520  1090  1228 D VSC     : @ 331135.810: [WO] orientation angle 357, orientation 4
05-11 22:56:36.520  1090  1228 D VSC     : @ 331135.810: [WO] Gyro angle integrated: 38.945949
05-11 22:56:36.520  1090  1228 D VSC     : @ 331135.810: [WO] Gyro angle integrated: 38.945949
05-11 22:56:37.950  2708  3315 D QCNEJ/WlanStaInfoRelay: Received action: android.net.wifi.RSSI_CHANGED
05-11 22:56:37.966  1749  2409 D ConnectivityService: NetReassign [no changes]
05-11 22:56:38.064  1090  1228 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
05-11 22:56:38.065  1090  1228 D VSC     : @ 331137.355: [WO] Gyro finds rotation while in swing_time check
05-11 22:56:38.065  1090  1228 D VSC     : @ 331137.355: [WO] Gyro finds rotation while in swing_time check
05-11 22:56:38.065  1090  1228 D VSC     : @ 331137.355: [WO] Gyro finds rotation while in swing_time check
05-11 22:56:38.150  1090  1228 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
05-11 22:56:38.150  1090  1228 D VSC     : @ 331137.441: [WO] Gyro finds rotation while in swing_time check
05-11 22:56:39.990  1109  1836 I QC2Comp : [avcD_91] Stats: Works: Q(23)/Done(23)| Work-Rate: Q(0.0/s Avg=0.0/s) Done(0.000/s Avg=0.011/s)| Stream: 16.67fps 578.8Kbps| Pending(0) i/p-done(0)
--
05-11 22:56:44.587  1389  1945 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
05-11 22:56:44.589  1389  1586 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
05-11 22:56:44.991  1109  1836 I QC2Comp : [avcD_91] Stats: Works: Q(23)/Done(23)| Work-Rate: Q(0.0/s Avg=0.0/s) Done(0.000/s Avg=0.011/s)| Stream: 16.67fps 578.8Kbps| Pending(0) i/p-done(0)
05-11 22:56:45.032  1749  1930 W ActivityTaskManager: Launch timeout has expired, giving up wake lock!
05-11 22:56:45.290  9507  9507 D InputMethodManager: showSoftInput() view=com.android.launcher3.allapps.search.AppsSearchContainerLayout{3424b3b VFED..CL. .F.P..ID 50,149-1030,289 #7f09020a app:id/search_container_all_apps aid=1073742891} flags=0 reason=SHOW_SOFT_INPUT
05-11 22:56:45.294  1749  2842 W ProcessStats: Tracking association SourceState{4717e14 system/1000 BTopFgs #362224} whose proc state 2 is better than process ProcessState{34f6bd org.kde.kdeconnect_tp/10263 pkg=org.kde.kdeconnect_tp} proc state 3 (10 skipped)
05-11 22:56:45.303  5408  5408 I LatinIME: Starting input. Cursor position = 0,0
05-11 22:56:45.353  9507  9507 D InsetsController: show(ime(), fromIme=true)
05-11 22:56:46.577  1090  1228 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
05-11 22:56:46.577  1090  1228 D VSC     : @ 331145.867: [WO] Proposed rotation: 4, flat angle threshold: 65
05-11 22:56:46.578  1090  1228 D VSC     : @ 331145.867: [WO] orientation angle 356, orientation 4
05-11 22:56:46.578  1090  1228 D VSC     : @ 331145.867: [WO] Gyro angle integrated: 93.613174
05-11 22:56:46.578  1090  1228 D VSC     : @ 331145.867: [WO] Gyro angle integrated: 93.613174
05-11 22:56:46.851  1095  1115 D rlsservice: MonitorDisplayStatus client num 1, display status 1, sensor status 1
05-11 22:56:47.650   735   735 D qdlights: set_speaker_light_locked mode=0, colorRGB=00000000, onMS=0, offMS=0, rc=-2
05-11 22:56:47.969  1749  2146 I ActivityTaskManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=taco.scoop/.ui.activity.MainActivity bnds=[37,306][238,644]} from uid 10171
05-11 22:56:47.970  1749  2146 W ActivityTaskManager: Can't find TaskDisplayArea to determine support for multi window. Task id=21025 attached=false
05-11 22:56:47.987  1749  1930 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10273; state: DISABLED
05-11 22:56:47.987  1749  1930 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10273; state: DISABLED
05-11 22:56:47.987  1749  1930 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10273; state: DISABLED
05-11 22:56:47.987  1749  1930 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10273; state: ENABLED
05-11 22:56:47.987  1749  1972 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10273; state: ENABLED
05-11 22:56:47.993  1055  1055 D Zygote  : Forked child process 5542
05-11 22:56:47.993  1749  1972 I ActivityManager: Start proc 5542:taco.scoop/u0a273 for pre-top-activity {taco.scoop/taco.scoop.ui.activity.MainActivity}
05-11 22:56:48.037  5542  5542 E taco.scoop: Not starting debugger since process cannot load the jdwp agent.
05-11 22:56:48.043  5542  5542 D ProcessState: Binder ioctl to enable oneway spam detection failed: Invalid argument
05-11 22:56:48.052  5542  5542 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10273; state: ENABLED
05-11 22:56:48.080  5542  5542 V GraphicsEnvironment: ANGLE Developer option for 'taco.scoop' set to: 'default'
05-11 22:56:48.081  5542  5542 V GraphicsEnvironment: ANGLE GameManagerService for taco.scoop: false
05-11 22:56:48.081  5542  5542 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported.
05-11 22:56:48.082  5542  5542 D NetworkSecurityConfig: No Network Security Config specified, using platform default
05-11 22:56:48.082  5542  5542 D NetworkSecurityConfig: No Network Security Config specified, using platform default
05-11 22:56:48.135  8925  9939 E FontsProvider: query: content://com.google.android.gms.fonts [_id, file_id, font_ttc_index, font_variation_settings, font_weight, font_italic, result_code] query = ? [name=Google Sans&weight=500]
05-11 22:56:48.137  8925  8939 D FontsProvider: openFile: content://com.google.android.gms.fonts/file/1337 mode: r
05-11 22:56:48.137  5542  5542 D Inquiry : Built instance main
05-11 22:56:48.139  5542  5564 D Inquiry : Scheme for taco.scoop.core.data.crash.Crash: description TEXT, _id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, packageName TEXT, stackTrace TEXT, time INTEGER
05-11 22:56:48.147  8925  8939 E FontsProvider: query: content://com.google.android.gms.fonts [_id, file_id, font_ttc_index, font_variation_settings, font_weight, font_italic, result_code] query = ? [name=Google Sans]
05-11 22:56:48.148  8925  8939 D FontsProvider: openFile: content://com.google.android.gms.fonts/file/1337 mode: r
05-11 22:56:48.171  5542  5559 I AdrenoGLES-0: QUALCOMM build                   : 85da404, I46ff5fc46f
05-11 22:56:48.171  5542  5559 I AdrenoGLES-0: Build Date                       : 11/30/20
05-11 22:56:48.171  5542  5559 I AdrenoGLES-0: OpenGL ES Shader Compiler Version: EV031.31.04.01
05-11 22:56:48.171  5542  5559 I AdrenoGLES-0: Local Branch                     : promo490_3_Google
05-11 22:56:48.171  5542  5559 I AdrenoGLES-0: Remote Branch                    : 
05-11 22:56:48.171  5542  5559 I AdrenoGLES-0: Remote Branch                    : 
05-11 22:56:48.171  5542  5559 I AdrenoGLES-0: Reconstruct Branch               : 
05-11 22:56:48.171  5542  5559 I AdrenoGLES-0: Build Config                     : S P 10.0.4 AArch64
05-11 22:56:48.171  5542  5559 I AdrenoGLES-0: Driver Path                      : /vendor/lib64/egl/libGLESv2_adreno.so
05-11 22:56:48.173  5542  5559 D hw-ProcessState: Binder ioctl to enable oneway spam detection failed: Invalid argument
05-11 22:56:48.191  5542  5559 I AdrenoGLES-0: PFP: 0x016ee190, ME: 0x00000000
05-11 22:56:48.201  5542  5559 W AdrenoUtils: <ReadGpuID_from_sysfs:197>: Failed to open /sys/class/kgsl/kgsl-3d0/gpu_model
05-11 22:56:48.201  5542  5559 W AdrenoUtils: <ReadGpuID:221>: Failed to read chip ID from gpu_model. Fallback to use the GSL path
05-11 22:56:48.209   732   756 I SDM     : HWCDisplay::GetColorModeCount: Supported color mode count = 3
05-11 22:56:48.211  5542  5559 D hw-ProcessState: Binder ioctl to enable oneway spam detection failed: Invalid argument
05-11 22:56:48.216  5542  5565 I Gralloc4: Adding additional valid usage bits: 0x0
05-11 22:56:48.248  1749  1927 I ActivityTaskManager: Displayed taco.scoop/.ui.activity.MainActivity: +276ms
05-11 22:56:48.558  1090  1228 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
05-11 22:56:48.558  1090  1228 D VSC     : @ 331147.847: [WO] Proposed rotation: 4, flat angle threshold: 65
05-11 22:56:48.558  1090  1228 D VSC     : @ 331147.847: [WO] orientation angle 357, orientation 4
05-11 22:56:48.558  1090  1228 D VSC     : @ 331147.847: [WO] Gyro angle integrated: 62.018325
05-11 22:56:48.558  1090  1228 D VSC     : @ 331147.847: [WO] Gyro angle integrated: 62.018325
05-11 22:56:48.558  1090  1228 D VSC     : @ 331147.847: [WO] Rejected by swing_time. Last detected 193 ms ago.
05-11 22:56:48.621  1749  2633 W InputManager-JNI: Input channel object 'fa86a9a Splash Screen taco.scoop (client)' was disposed without first being removed with the input manager!
05-11 22:56:49.081  1389  1945 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
05-11 22:56:49.109  1389  1586 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
05-11 22:56:49.458  1749  2318 D ActivityManager: freezing 4604 android.process.media
05-11 22:56:49.463  1749  2318 D ActivityManager: froze 4604 android.process.media
05-11 22:56:49.762   730  2679 I BpBinder: onLastStrongRef automatically unlinking death recipients: <uncached descriptor>
05-11 22:56:49.799  5542  5542 D CompatibilityChangeReporter: Compat change id reported: 171228096; UID 10273; state: ENABLED
05-11 22:56:49.866   735   735 D qdlights: set_speaker_light_locked mode=0, colorRGB=FFFFFF00, onMS=0, offMS=0, rc=-2
05-11 22:56:49.999  1109  1836 I QC2Comp : [avcD_91] Stats: Works: Q(23)/Done(23)| Work-Rate: Q(0.0/s Avg=0.0/s) Done(0.000/s Avg=0.011/s)| Stream: 16.67fps 578.8Kbps| Pending(0) i/p-done(0)
05-11 22:56:50.630  1090  1228 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
05-11 22:56:50.630  1090  1228 D VSC     : @ 331149.921: [WO] Proposed rotation: 4, flat angle threshold: 65
05-11 22:56:50.630  1090  1228 D VSC     : @ 331149.921: [WO] orientation angle 357, orientation 4
05-11 22:56:50.630  1090  1228 D VSC     : @ 331149.921: [WO] Gyro angle integrated: 13.394117
05-11 22:56:50.630  1090  1228 D VSC     : @ 331149.921: [WO] Gyro angle integrated: 13.394117
05-11 22:56:50.797  1749  2633 I ActivityTaskManager: START u0 {cmp=taco.scoop/.ui.activity.SettingsActivity} from uid 10273
05-11 22:56:50.815  1749  2633 W ActivityTaskManager: Tried to set launchTime (0) < mLastActivityLaunchTime (270424794)
05-11 22:56:50.986  1749  1927 I ActivityTaskManager: Displayed taco.scoop/.ui.activity.SettingsActivity: +188ms
05-11 22:56:51.047  1749  2318 D ActivityManager: freezing 4739 com.android.permissioncontroller
05-11 22:56:51.048  1749  2318 D ActivityManager: froze 4739 com.android.permissioncontroller
05-11 22:56:51.128  5542  5559 D OpenGLRenderer: endAllActiveAnimators on 0xb4000074f49bcc30 (MenuPopupWindow$MenuDropDownListView) with handle 0xb4000074049c0630
05-11 22:56:51.128  1749 28133 W InputManager-JNI: Input channel object '7cdd8e4 PopupWindow:5080ca9 (client)' was disposed without first being removed with the input manager!
05-11 22:56:51.419  5542  5542 E JavaBinder: !!! FAILED BINDER TRANSACTION !!!  (parcel size = 3013488)
05-11 22:56:51.421  5542  5542 W ActivityStopInfo: Bundle stats:
05-11 22:56:51.425  5542  5542 W ActivityStopInfo:   mItems [size=3010148]
05-11 22:56:51.425  5542  5542 W ActivityStopInfo:   android:viewHierarchyState [size=1288]
05-11 22:56:51.425  5542  5542 W ActivityStopInfo:     android:views [size=1240]
05-11 22:56:51.425  5542  5542 W ActivityStopInfo:   androidx.lifecycle.BundlableSavedStateRegistry.key [size=1200]
05-11 22:56:51.426  5542  5542 W ActivityStopInfo: PersistableBundle stats:
05-11 22:56:51.426  5542  5542 W ActivityStopInfo:   [null]
05-11 22:56:51.427  5542  5542 D AndroidRuntime: Shutting down VM
05-11 22:56:51.427  5542  5542 E AndroidRuntime: FATAL EXCEPTION: main
05-11 22:56:51.427  5542  5542 E AndroidRuntime: Process: taco.scoop, PID: 5542
05-11 22:56:51.427  5542  5542 E AndroidRuntime: java.lang.RuntimeException: android.os.TransactionTooLargeException: data parcel size 3013488 bytes
05-11 22:56:51.427  5542  5542 E AndroidRuntime: 	at android.app.ActivityClient.activityStopped(ActivityClient.java:87)
05-11 22:56:51.427  5542  5542 E AndroidRuntime: 	at android.app.servertransaction.PendingTransactionActions$StopInfo.run(PendingTransactionActions.java:143)
05-11 22:56:51.427  5542  5542 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:938)
05-11 22:56:51.427  5542  5542 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
05-11 22:56:51.427  5542  5542 E AndroidRuntime: 	at android.os.Looper.loopOnce(Looper.java:201)
05-11 22:56:51.427  5542  5542 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:288)
05-11 22:56:51.427  5542  5542 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7870)
05-11 22:56:51.427  5542  5542 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
05-11 22:56:51.427  5542  5542 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
05-11 22:56:51.427  5542  5542 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003)
05-11 22:56:51.427  5542  5542 E AndroidRuntime: Caused by: android.os.TransactionTooLargeException: data parcel size 3013488 bytes
05-11 22:56:51.427  5542  5542 E AndroidRuntime: 	at android.os.BinderProxy.transactNative(Native Method)
05-11 22:56:51.427  5542  5542 E AndroidRuntime: 	at android.os.BinderProxy.transact(BinderProxy.java:571)
05-11 22:56:51.427  5542  5542 E AndroidRuntime: 	at android.app.IActivityClientController$Stub$Proxy.activityStopped(IActivityClientController.java:1315)
05-11 22:56:51.427  5542  5542 E AndroidRuntime: 	at android.app.ActivityClient.activityStopped(ActivityClient.java:84)
05-11 22:56:51.427  5542  5542 E AndroidRuntime: 	... 9 more
05-11 22:56:51.430  1749  5576 I DropBoxManagerService: add tag=data_app_crash isTagEnabled=true flags=0x2
05-11 22:56:51.430  1749  2633 W ActivityTaskManager:   Force finishing activity taco.scoop/.ui.activity.SettingsActivity
05-11 22:56:51.948  1749  1930 W ActivityTaskManager: Activity top resumed state loss timeout for ActivityRecord{769607c u0 taco.scoop/.ui.activity.SettingsActivity t21025 f}}
05-11 22:56:51.949  1749  1930 W ActivityTaskManager: Activity pause timeout for ActivityRecord{769607c u0 taco.scoop/.ui.activity.SettingsActivity t21025 f}}
05-11 22:56:52.635  1090  1228 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
05-11 22:56:52.635  1090  1228 D VSC     : @ 331151.925: [WO] Proposed rotation: 0, flat angle threshold: 65
05-11 22:56:52.635  1090  1228 D VSC     : @ 331151.925: [WO] orientation angle 1, orientation 0
05-11 22:56:52.635  1090  1228 D VSC     : @ 331151.925: [WO] Gyro angle integrated: 44.786144
05-11 22:56:52.635  1090  1228 D VSC     : @ 331151.925: [WO] Gyro angle integrated: 44.786144
05-11 22:56:52.922  1749  2633 W WindowManager:   Force finishing activity taco.scoop/.ui.activity.SettingsActivity
05-11 22:56:52.923  1749  2633 W WindowManager:   Force finishing activity taco.scoop/.ui.activity.MainActivity
05-11 22:56:52.924  1749  8720 D OpenGLRenderer: endAllActiveAnimators on 0xb4000074f49a29c0 (RippleDrawable) with handle 0xb4000074049d26c0
05-11 22:56:52.931  1749  1928 W InputManager-JNI: Input channel object '7b8c6c5 Application Error: taco.scoop (client)' was disposed without first being removed with the input manager!
05-11 22:56:52.940  1749  1930 V WindowManager: Unknown focus tokens, dropping reportFocusChanged
05-11 22:56:52.941  1749  2633 I ActivityManager: Killing 5542:taco.scoop/u0a273 (adj 0): crash
05-11 22:56:52.943  1749  1989 I libprocessgroup: Successfully killed process cgroup uid 10273 pid 5542 in 0ms
05-11 22:56:52.971  1749  1932 W InputManager-JNI: Input channel object 'bb07967 taco.scoop/taco.scoop.ui.activity.SettingsActivity (client)' was disposed without first being removed with the input manager!
05-11 22:56:52.975  1749  1932 W InputManager-JNI: Input channel object '660f1bb taco.scoop/taco.scoop.ui.activity.MainActivity (client)' was disposed without first being removed with the input manager!
05-11 22:56:52.979  1749  1932 W ActivityTaskManager: Can't find TaskDisplayArea to determine support for multi window. Task id=21025 attached=false
05-11 22:56:52.979  1749  1932 W ActivityTaskManager: Can't find TaskDisplayArea to determine support for multi window. Task id=21025 attached=false
05-11 22:56:52.979  1055  1055 I Zygote  : Process 5542 exited due to signal 9 (Killed)
05-11 22:56:52.982  1749  2633 W InputMethodManagerService: Got RemoteException sending setActive(false) notification to pid 5542 uid 10273
05-11 22:56:52.984   730   730 E BpTransactionCompletedListener: Failed to transact (-32)
05-11 22:56:53.000  1749  2633 V ActivityManager: Got obituary of 5542:taco.scoop
05-11 22:56:53.000  1749  1930 W ActivityManager: setHasOverlayUi called on unknown pid: 5542
05-11 22:56:53.004  1749  1930 I ActivityManager: PendingStartActivityUids startActivity to updateOomAdj delay:1053ms, uid:10273
05-11 22:56:53.011   730   730 E BpTransactionCompletedListener: Failed to transact (-32)
05-11 22:56:53.608  1749  1749 D WindowManager: powerPress: eventTime=270430243 interactive=true count=0 beganFromNonInteractive=false mShortPressOnPowerBehavior=1
05-11 22:56:53.610  1749  1749 I PowerManagerService: Powering off display group due to power_button (groupId= 0, uid= 1000)...
05-11 22:56:53.610  1749  1749 I PowerManagerService: Going to sleep due to power_button (uid 1000)...
05-11 22:56:53.619   732   756 I SDM     : HWCDisplay::GetColorModeCount: Supported color mode count = 3
05-11 22:56:54.092  1749  2022 I DisplayPowerController[0]: Blocking screen off
05-11 22:56:54.092  1749  2022 I DisplayPowerController[0]: Unblocked screen off after 0 ms
05-11 22:56:54.122  1749  2022 D ActivityTaskManager: Top Process State changed to PROCESS_STATE_TOP_SLEEPING
05-11 22:56:54.128  2496  2496 D StatusBar: updateQsExpansionEnabled - QS Expand enabled: true
05-11 22:56:54.136  1090  1090 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
05-11 22:56:54.140  1090  1228 E QMI_FW  : qmi_cci_get_ref: ref count increased 2
05-11 22:56:54.140  1090  1228 D VSC     : @ 331153.430: [Device Orientation] Stop accel
05-11 22:56:54.142  1090  1228 E QMI_FW  : qmi_cci_get_ref: ref count increased 2

@rugk
Copy link
Author

rugk commented May 11, 2022

Also I was about to joke that Scoop likely can't catch crashes of Scoop, but actually it got the last one (settings):

FATAL EXCEPTION: main
Process: taco.scoop, PID: 5709
java.lang.RuntimeException: android.os.TransactionTooLargeException: data parcel size 3013488 bytes
	at android.app.ActivityClient.activityStopped(ActivityClient.java:87)
	at android.app.servertransaction.PendingTransactionActions$StopInfo.run(PendingTransactionActions.java:143)
	at android.os.Handler.handleCallback(Handler.java:938)
	at android.os.Handler.dispatchMessage(Handler.java:99)
	at android.os.Looper.loopOnce(Looper.java:201)
	at android.os.Looper.loop(Looper.java:288)
	at android.app.ActivityThread.main(ActivityThread.java:7870)
	at java.lang.reflect.Method.invoke(Native Method)
	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003)
Caused by: android.os.TransactionTooLargeException: data parcel size 3013488 bytes
	at android.os.BinderProxy.transactNative(Native Method)
	at android.os.BinderProxy.transact(BinderProxy.java:571)
	at android.app.IActivityClientController$Stub$Proxy.activityStopped(IActivityClientController.java:1315)
	at android.app.ActivityClient.activityStopped(ActivityClient.java:84)
	... 9 more

@rugk
Copy link
Author

rugk commented May 11, 2022

Seems related to this: #45

Note: Opening the detail view from the notification (for the crash Scoop captured of Scoop) just worked.

Indeed I can confirm there are a lot of crashes in there, mostly some are form apsp I've muted, so…
I can confirm that when I clear all crashes/collected Stacktraces, this fixes the crash.

(That I thought it is related to my system update may alos be a fluke/coincidence.)

@TacoTheDank
Copy link
Owner

Yeah this looks to be a duplicate of #45.

@TacoTheDank TacoTheDank added the duplicate This issue or pull request already exists label May 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants