Giter Site home page Giter Site logo

Comments (4)

TacoTheDank avatar TacoTheDank commented on July 26, 2024 1

Yeah this looks to be a duplicate of #45.

from scoop.

rugk avatar rugk commented on July 26, 2024

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

from scoop.

rugk avatar rugk commented on July 26, 2024

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

from scoop.

rugk avatar rugk commented on July 26, 2024

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.)

from scoop.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.