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

App suddenly crash when click install #2

Closed
outrowender opened this issue Feb 2, 2022 · 9 comments
Closed

App suddenly crash when click install #2

outrowender opened this issue Feb 2, 2022 · 9 comments

Comments

@outrowender
Copy link

The app stops working when I click on install button, no matter wich GSI Rom or compression I choose. No logs or error messages.

For this case, I'm trying to install Google GSI for Android 12.

My environment:

  • A Samsung Galaxy S20FE g970g/ds
  • Stock OneUi 4 (android 12)
  • Magisk 24.1
  • Device supports dynamic partitions
  • 96GB free on storage

I created a Roms folder in my internal memory and put permissions there. After that, I picked the rom on downloads folder and let everything else by default on app, and when I click on install, the app crashes.

I don't know how to provide more informations or logs, but let me know if there is something I can do.

@Zestski
Copy link

Zestski commented Feb 2, 2022

Try to get logs via adb logcat.

@outrowender
Copy link
Author

@Hakalle I think I got it in logs

02-02 10:13:34.136 32353 32353 D AndroidRuntime: Shutting down VM
02-02 10:13:34.136 32353 32353 E AndroidRuntime: FATAL EXCEPTION: main
02-02 10:13:34.136 32353 32353 E AndroidRuntime: Process: vegabobo.dsusideloader, PID: 32353
02-02 10:13:34.136 32353 32353 E AndroidRuntime: java.lang.StringIndexOutOfBoundsException: length=3; index=-1
02-02 10:13:34.136 32353 32353 E AndroidRuntime: 	at java.lang.String.substring(String.java:2023)
02-02 10:13:34.136 32353 32353 E AndroidRuntime: 	at m3.e.onClick(SourceFile:13)
02-02 10:13:34.136 32353 32353 E AndroidRuntime: 	at android.view.View.performClick(View.java:7792)
02-02 10:13:34.136 32353 32353 E AndroidRuntime: 	at android.widget.TextView.performClick(TextView.java:16045)
02-02 10:13:34.136 32353 32353 E AndroidRuntime: 	at com.google.android.material.button.MaterialButton.performClick(Unknown Source:3)
02-02 10:13:34.136 32353 32353 E AndroidRuntime: 	at android.view.View.performClickInternal(View.java:7769)
02-02 10:13:34.136 32353 32353 E AndroidRuntime: 	at android.view.View.access$3800(View.java:910)
02-02 10:13:34.136 32353 32353 E AndroidRuntime: 	at android.view.View$PerformClick.run(View.java:30184)
02-02 10:13:34.136 32353 32353 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:938)
02-02 10:13:34.136 32353 32353 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:99)
02-02 10:13:34.136 32353 32353 E AndroidRuntime: 	at android.os.Looper.loopOnce(Looper.java:226)
02-02 10:13:34.136 32353 32353 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:313)
02-02 10:13:34.136 32353 32353 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:8641)
02-02 10:13:34.136 32353 32353 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
02-02 10:13:34.136 32353 32353 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:567)
02-02 10:13:34.136 32353 32353 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1133)
02-02 10:13:34.139  1199  5799 D Debug   : low && ship && 3rdparty app crash, do not dump
02-02 10:13:34.139  1199  5799 W ActivityManager: crash : vegabobo.dsusideloader,10264
02-02 10:13:34.140  1199  5799 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1242 com.android.server.am.AppErrors.crashApplicationInner:723 com.android.server.am.AppErrors.crashApplication:584 com.android.server.am.ActivityManagerService.handleApplicationCrashInner:9684 com.android.server.am.ActivityManagerService.handleApplicationCrash:9563 
02-02 10:13:34.141  1199  5799 W ActivityTaskManager:   Force finishing activity vegabobo.dsusideloader/.MainActivity

@Zestski
Copy link

Zestski commented Feb 2, 2022

@VegaBobo here you go.

@VegaBobo
Copy link
Owner

VegaBobo commented Feb 2, 2022

Can u try this version? if it crashes again, send me logs.

app-debug.zip

@outrowender
Copy link
Author

Sorry. Same error as before, but now I can pass throug confirm modal.

Here is the logs
02-02 18:22:34.184  1199  5799 W InputManager-JNI: Input channel object 'a404d79 vegabobo.dsusideloader/vegabobo.dsusideloader.MainActivity (client)' was disposed without first being removed with the input manager!
02-02 18:22:34.184  1199  5799 D InputTransport: Input channel destroyed: 'a404d79', fd=963
02-02 18:22:34.184  1199  5799 I WindowManager: Reparenting to leash, surface=Surface(name=a404d79 vegabobo.dsusideloader/vegabobo.dsusideloader.MainActivity)/@0x9f25b17, leashParent=Surface(name=ActivityRecord{355b55e u0 vegabobo.dsusideloader/.MainActivity t260})/@0x2f0fbc4
02-02 18:22:34.185 26020 26758 E AndroidRuntime: FATAL EXCEPTION: Thread-4
02-02 18:22:34.185 26020 26758 E AndroidRuntime: Process: vegabobo.dsusideloader, PID: 26020
02-02 18:22:34.185 26020 26758 E AndroidRuntime: java.lang.StringIndexOutOfBoundsException: length=3; index=-1
02-02 18:22:34.185 26020 26758 E AndroidRuntime: 	at java.lang.String.substring(String.java:2023)
02-02 18:22:34.185 26020 26758 E AndroidRuntime: 	at vegabobo.dsusideloader.dsuhelper.PrepareDsu.run(PrepareDsu.kt:46)
02-02 18:22:34.185 26020 26758 E AndroidRuntime: 	at java.lang.Thread.run(Thread.java:920)
02-02 18:22:34.185  1110  1156 I SurfaceFlinger: id=15752 createSurf (0x0),-1 flag=24000, Surface(name=a404d79 vegabobo.dsusideloader/vegabobo.dsusideloader.MainActivity)/@0x9f25b17 - animation-leash of window_animation#0
02-02 18:22:34.186  1199  5799 D WindowManager: makeSurface duration=2 leash=Surface(name=Surface(name=a404d79 vegabobo.dsusideloader/vegabobo.dsusideloader.MainActivity)/@0x9f25b17 - animation-leash of window_animation)/@0xe87b83d
02-02 18:22:34.186  1199  5799 V WindowManager: removeIfPossible 2, Window{a404d79 u0 vegabobo.dsusideloader/vegabobo.dsusideloader.MainActivity}: mAnimatingExit=true caller=com.android.server.wm.WindowState.removeIfPossible:2943 com.android.server.wm.WindowManagerService.removeWindow:2239 com.android.server.wm.Session.remove:225 android.view.IWindowSession$Stub.onTransact:746 com.android.server.wm.Session.onTransact:176 
02-02 18:22:34.187  1199  5799 V WindowManager: Changing focus from Window{a404d79 u0 vegabobo.dsusideloader/vegabobo.dsusideloader.MainActivity EXITING} to Window{fe8e40b u0 vegabobo.dsusideloader/vegabobo.dsusideloader.MainActivity} displayId=0 Callers=com.android.server.wm.RootWindowContainer.updateFocusedWindowLocked:582 com.android.server.wm.WindowManagerService.updateFocusedWindowLocked:6419 com.android.server.wm.WindowState.setupWindowForRemoveOnExit:3134 com.android.server.wm.WindowState.removeIfPossible:3102 
02-02 18:22:34.187  1199  5799 I WindowManager: Cancelling animation restarting=true, leash=Surface(name=Surface(name=da6a4b StatusBar)/@0x4008ec5 - animation-leash of insets_animation)/@0x374ca6c
02-02 18:22:34.187  1199  5799 I WindowManager: Reparenting to original parent: Surface(name=WindowToken{c696f1a android.os.BinderProxy@632e83c})/@0x11b001a, destroy=false, surface=Surface(name=da6a4b StatusBar)/@0x4008ec5
02-02 18:22:34.187  1199  5799 I WindowManager: Reparenting to leash, surface=Surface(name=da6a4b StatusBar)/@0x4008ec5, leashParent=Surface(name=WindowToken{c696f1a android.os.BinderProxy@632e83c})/@0x11b001a
02-02 18:22:34.187  1110  3977 I SurfaceFlinger: id=15753 createSurf (0x0),-1 flag=24000, Surface(name=da6a4b StatusBar)/@0x4008ec5 - animation-leash of insets_animation#1
02-02 18:22:34.189  1199  5799 D WindowManager: makeSurface duration=2 leash=Surface(name=Surface(name=da6a4b StatusBar)/@0x4008ec5 - animation-leash of insets_animation)/@0xef55983
02-02 18:22:34.189  1199  5799 I WindowManager: Cancelling animation restarting=true, leash=Surface(name=Surface(name=3826653 NavigationBar0)/@0xa72c528 - animation-leash of insets_animation)/@0xe014ca
02-02 18:22:34.189  1199  5799 I WindowManager: Reparenting to original parent: Surface(name=WindowToken{ed33642 android.os.BinderProxy@7a70124})/@0xfe05241, destroy=false, surface=Surface(name=3826653 NavigationBar0)/@0xa72c528
02-02 18:22:34.189  1199  5799 I WindowManager: Reparenting to leash, surface=Surface(name=3826653 NavigationBar0)/@0xa72c528, leashParent=Surface(name=WindowToken{ed33642 android.os.BinderProxy@7a70124})/@0xfe05241
02-02 18:22:34.189  1110  1156 I SurfaceFlinger: id=15754 createSurf (0x0),-1 flag=24000, Surface(name=3826653 NavigationBar0)/@0xa72c528 - animation-leash of insets_animation#0
02-02 18:22:34.190  1199  5799 D WindowManager: makeSurface duration=1 leash=Surface(name=Surface(name=3826653 NavigationBar0)/@0xa72c528 - animation-leash of insets_animation)/@0x93c9b39
02-02 18:22:34.190  1199  5799 D StatusBarManagerService: notifyRequestedSystemKey recent=false home=false
02-02 18:22:34.190  1199  5799 I WindowManager: Reparenting to leash, surface=Surface(name=Dim Layer for - Task=260)/@0x59d48ed, leashParent=Surface(name=Task=260)/@0x33fb00d
02-02 18:22:34.191  1110  1156 I SurfaceFlinger: id=15755 createSurf (0x0),-1 flag=24000, Surface(name=Dim Layer for - Task=260)/@0x59d48ed - animation-leash of dimmer#0
02-02 18:22:34.191  1199  5799 D WindowManager: makeSurface duration=0 leash=Surface(name=Surface(name=Dim Layer for - Task=260)/@0x59d48ed - animation-leash of dimmer)/@0xd2fa57e
02-02 18:22:34.193  1110  1110 I SurfaceFlinger: [a404d79 vegabobo.dsusideloader/vegabobo.dsusideloader.MainActivity#0] FrameRatePriority: -1
02-02 18:22:34.193  1110  1110 I Layer   : id=15744 removedFromDrawingState Surface(name=da6a4b StatusBar)/@0x4008ec5 - animation-leash of insets_animation#0 (194)
02-02 18:22:34.193  1110  1110 I Layer   : id=15745 removedFromDrawingState Surface(name=3826653 NavigationBar0)/@0xa72c528 - animation-leash of insets_animation#1 (194)
02-02 18:22:34.193  1110  1110 I SurfaceFlinger: [fe8e40b vegabobo.dsusideloader/vegabobo.dsusideloader.MainActivity#0] FrameRatePriority: 1
02-02 18:22:34.193 26020 26020 D InputTransport: Input channel destroyed: 'a404d79', fd=115
02-02 18:22:34.194  1110  3977 I SurfaceFlinger: id=15745 Removed Surface(name=3826653 NavigationBar0)/@0xa72c528 - animation-leash of insets_animation#1 (194)
02-02 18:22:34.194  1110  3977 I SurfaceFlinger: id=15744 Removed Surface(name=da6a4b StatusBar)/@0x4008ec5 - animation-leash of insets_animation#0 (194)
02-02 18:22:34.194 26020 26020 I Dialog  : mIsDeviceDefault = false, mIsSamsungBasicInteraction = false, isMetaDataInActivity = false
02-02 18:22:34.195  1199  4940 D InputDispatcher: Focus left window (0): a404d79 vegabobo.dsusideloader/vegabobo.dsusideloader.MainActivity
02-02 18:22:34.197 26020 26020 I DecorView: [INFO] isPopOver=false, config=false
02-02 18:22:34.197 26020 26020 I DecorView: updateCaptionType >> DecorView@468779a[], isFloating=true, isApplication=true, hasWindowControllerCallback=false, hasWindowDecorCaption=false
02-02 18:22:34.197 26020 26020 D DecorView: setCaptionType = 0, this = DecorView@468779a[]
02-02 18:22:34.197  1199 26759 I DropBoxManagerService: add tag=data_app_crash isTagEnabled=true flags=0x2
02-02 18:22:34.198  1199  4948 D Debug   : low && ship && 3rdparty app crash, do not dump
02-02 18:22:34.198  1199  4948 W ActivityManager: crash : vegabobo.dsusideloader,10317
02-02 18:22:34.199  1199  4948 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1242 com.android.server.am.AppErrors.crashApplicationInner:723 com.android.server.am.AppErrors.crashApplication:584 com.android.server.am.ActivityManagerService.handleApplicationCrashInner:9684 com.android.server.am.ActivityManagerService.handleApplicationCrash:9563 
02-02 18:22:34.199  1199  4948 W ActivityTaskManager:   Force finishing activity vegabobo.dsusideloader/.MainActivity
02-02 18:22:34.199  1199  4948 W WindowManager: Prepare app transition: mNextAppTransitionRequests=[TRANSIT_CLOSE], mNextAppTransitionFlags=TRANSIT_FLAG_APP_CRASHED, displayId: 0 Callers=com.android.server.wm.DisplayContent.prepareAppTransition:6193 com.android.server.wm.Task.finishTopCrashedActivityLocked:8741 com.android.server.wm.RootWindowContainer.lambda$finishTopCrashedActivities$19:2755 com.android.server.wm.RootWindowContainer$$ExternalSyntheticLambda30.accept:10 com.android.server.wm.Task.forAllTasks:5109 
02-02 18:22:34.200  1199  4948 W WindowManager: Prepare app transition: mNextAppTransitionRequests=[TRANSIT_CLOSE, TRANSIT_CLOSE], mNextAppTransitionFlags=TRANSIT_FLAG_APP_CRASHED, displayId: 0 Callers=com.android.server.wm.DisplayContent.prepareAppTransition:6193 com.android.server.wm.DisplayContent.requestTransitionAndLegacyPrepare:6208 com.android.server.wm.Task.finishTopCrashedActivityLocked:8742 com.android.server.wm.RootWindowContainer.lambda$finishTopCrashedActivities$19:2755 com.android.server.wm.RootWindowContainer$$ExternalSyntheticLambda30.accept:10 
02-02 18:22:34.200  1199  4948 D InputDispatcher: Focused application set to (0): 259fb4f
02-02 18:22:34.201  1199  4948 V WindowManager: Changing focus from Window{fe8e40b u0 vegabobo.dsusideloader/vegabobo.dsusideloader.MainActivity} to null displayId=0 Callers=com.android.server.wm.RootWindowContainer.updateFocusedWindowLocked:582 com.android.server.wm.WindowManagerService.updateFocusedWindowLocked:6419 com.android.server.wm.ActivityTaskManagerService.setResumedActivityUncheckLocked:5449 com.android.server.wm.ActivityRecord.moveFocusableActivityToTop:3290 
02-02 18:22:34.201  1199  4948 D StatusBarManagerService: notifyRequestedSystemKey recent=false home=false
02-02 18:22:34.201  1199  4948 D SGM:GameManager: TaskStackListener.onTaskFocusChanged(), taskId=260, focused=false
02-02 18:22:34.201  1199  4948 D SGM:GameManager: TaskStackListener.onTaskFocusChanged(), taskId=178, focused=true
02-02 18:22:34.201  1110  1110 I Layer   : id=15744 Destroyed Surface(name=da6a4b StatusBar)/@0x4008ec5 - animation-leash of insets_animation#0
02-02 18:22:34.201  1110  1110 I Layer   : id=15745 Destroyed Surface(name=3826653 NavigationBar0)/@0xa72c528 - animation-leash of insets_animation#1
02-02 18:22:34.202  1199  4940 D InputDispatcher: Focus entered window (0): fe8e40b vegabobo.dsusideloader/vegabobo.dsusideloader.MainActivity
02-02 18:22:34.202  1199  4948 D SGM:GameManager:   sendRunningComponentFocus(), pkgName: com.sec.android.app.launcher, userId: 0
02-02 18:22:34.202  1199  2217 D SGM:GameManager: onLooperPrepared(), msg: MSG_TASK_FOCUSED, pkgName: com.sec.android.app.launcher, userId: 0
02-02 18:22:34.202  1199  2217 D SGM:GameManager: handleTaskFocused().
02-02 18:22:34.202  1199  2217 D SGM:GameManager: sendFocusOutConditionally() - mPrevNotiPkg: com.sec.android.app.samsungapps, userId: 0
02-02 18:22:34.202  1199  2217 D SGM:GameManager:   handleTaskFocused(), pkgName: com.sec.android.app.launcher, userID:0 mResumedPkgMap does not containsKey.
02-02 18:22:34.203  1199  4948 W WindowManager: Prepare app transition: mNextAppTransitionRequests=[TRANSIT_CLOSE, TRANSIT_CLOSE, TRANSIT_CLOSE], mNextAppTransitionFlags=TRANSIT_FLAG_APP_CRASHED, displayId: 0 Callers=com.android.server.wm.DisplayContent.prepareAppTransition:6193 com.android.server.wm.DisplayContent.prepareAppTransition:6188 com.android.server.wm.ActivityRecord.finishIfPossible:3571 com.android.server.wm.ActivityRecord.finishIfPossible:3382 com.android.server.wm.Task.finishTopCrashedActivityLocked:8743 
02-02 18:22:34.203  1199  4948 D RestrictionPolicy: isScreenCaptureEnabled : ret=true userId=0
02-02 18:22:34.203  1199  4948 D RestrictionPolicy: isScreenCaptureEnabled : ret=true userId=0
02-02 18:22:34.203  1199  4948 D RestrictionPolicy: isScreenCaptureEnabled : ret=true userId=0
02-02 18:22:34.212   908   908 I SAMSUNGPAY: [AbstractProvAuthTypeFragment] checkHasTuiPinCompletely
02-02 18:22:34.212   908   908 I SAMSUNGPAY: [TuiController] startTuiThread() called 
02-02 18:22:34.212   908   908 I SAMSUNGPAY: [TuiController] startTuiThread - busy
02-02 18:22:34.212   908   908 I SAMSUNGPAY: [AbstractProvAuthTypeFragment] checkHasTuiPinCompletely - Try again
02-02 18:22:34.216 26020 26020 D ScrollView: initGoToTop
02-02 18:22:34.217  1110  1110 I Layer   : id=15756 Destroyed Screenshot Parent
02-02 18:22:34.226  1110  1110 I SurfaceFlinger: [fe8e40b vegabobo.dsusideloader/vegabobo.dsusideloader.MainActivity#0] FrameRatePriority: -1
02-02 18:22:34.227  1199  4930 D InputDispatcher: Focus left window (0): fe8e40b vegabobo.dsusideloader/vegabobo.dsusideloader.MainActivity
02-02 18:22:34.230  1199  1364 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver
02-02 18:22:34.234  2412  3012 E TaskStackListenerAbstract: onTaskSnapshotChanged called by Binder.getCallingPid() 0 android.app.ITaskStackListener$Stub.onTransact:585 android.os.Binder.execTransactInternal:1220 android.os.Binder.execTransact:1179 <bottom of call stack> 
02-02 18:22:34.235  4740 24330 E TaskStackListenerAbstract: onTaskSnapshotChanged called by Binder.getCallingPid() 0 android.app.ITaskStackListener$Stub.onTransact:585 android.os.Binder.execTransactInternal:1220 android.os.Binder.execTransact:1179 <bottom of call stack> 
02-02 18:22:34.236  1199  1364 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver
02-02 18:22:34.238  2412  2720 E TaskStackListenerAbstract: onTaskSnapshotChanged called by Binder.getCallingPid() 0 android.app.ITaskStackListener$Stub.onTransact:585 android.os.Binder.execTransactInternal:1220 android.os.Binder.execTransact:1179 <bottom of call stack> 
02-02 18:22:34.239  1199  1273 D IAFDDiagnosis: parseExpType start
02-02 18:22:34.240  1199  1273 D ActivityManager: step1: IAFD parse pass, will call showIAFDCrashDialogs
02-02 18:22:34.240  1199  1273 D IAFDDiagnosis: getExpType() expType=2
02-02 18:22:34.240  1199  2216 V ActivityManager: Changed top to ProcessRecord{69dc341 3005:com.sec.android.app.launcher/u0a126}
02-02 18:22:34.241  1199  4948 W WindowManager:   Force finishing activity vegabobo.dsusideloader/.MainActivity
02-02 18:22:34.241  4716  4716 I DMASA[D]: [DropBoxReceiverManager]blockList : com.samsung.context.sdk.sampleapp2
02-02 18:22:34.241  1199  4948 W WindowManager: Prepare app transition: mNextAppTransitionRequests=[TRANSIT_CLOSE, TRANSIT_CLOSE, TRANSIT_CLOSE, TRANSIT_CLOSE], mNextAppTransitionFlags=TRANSIT_FLAG_APP_CRASHED, displayId: 0 Callers=com.android.server.wm.DisplayContent.prepareAppTransition:6193 com.android.server.wm.RootWindowContainer.handleAppCrash:3341 com.android.server.wm.RootWindowContainer.$r8$lambda$p59QcVpCDJNtvMsRJBNKaYgnBHw:0 com.android.server.wm.RootWindowContainer$$ExternalSyntheticLambda9.accept:4 com.android.internal.util.function.pooled.PooledLambdaImpl.doInvoke:281 
02-02 18:22:34.241  1199  4948 W WindowManager: Prepare app transition: mNextAppTransitionRequests=[TRANSIT_CLOSE, TRANSIT_CLOSE, TRANSIT_CLOSE, TRANSIT_CLOSE, TRANSIT_CLOSE], mNextAppTransitionFlags=TRANSIT_FLAG_APP_CRASHED, displayId: 0 Callers=com.android.server.wm.DisplayContent.prepareAppTransition:6193 com.android.server.wm.DisplayContent.requestTransitionAndLegacyPrepare:6208 com.android.server.wm.RootWindowContainer.handleAppCrash:3342 com.android.server.wm.RootWindowContainer.$r8$lambda$p59QcVpCDJNtvMsRJBNKaYgnBHw:0 com.android.server.wm.RootWindowContainer$$ExternalSyntheticLambda9.accept:4 
02-02 18:22:34.242  4716  4716 I DMASA[D]: [DropBoxReceiverManager]allowList : com.whatsapp
02-02 18:22:34.242 26020 26041 I o.dsusideloade: Compiler allocated 4162KB to compile void android.widget.TextView.<init>(android.content.Context, android.util.AttributeSet, int, int)
02-02 18:22:34.242  1199  4948 I ActivityTaskManager: Removing activity ActivityRecord{355b55e u0 vegabobo.dsusideloader/.MainActivity t260 f}}(finish-imm:handleAppCrashed hadNoApp)  from stack callers=com.android.server.wm.ActivityRecord.destroyImmediately:3936 com.android.server.wm.ActivityRecord.destroyIfPossible:3821 com.android.server.wm.RootWindowContainer.handleAppCrash:3344 com.android.server.wm.RootWindowContainer.$r8$lambda$p59QcVpCDJNtvMsRJBNKaYgnBHw:0 com.android.server.wm.RootWindowContainer$$ExternalSyntheticLambda9.accept:4 
02-02 18:22:34.242  4716  4716 I DMASA[D]: [DropBoxReceiverManager]allowList : com.samsung.context.sdk.sampleapp*
02-02 18:22:34.243  1199  4948 V WindowManager: Setting visibility of Window{a404d79 u0 vegabobo.dsusideloader/vegabobo.dsusideloader.MainActivity EXITING}: false, caller=com.android.server.wm.WindowContainer.sendAppVisibilityToClients:1100 com.android.server.wm.WindowToken.setClientVisible:448 com.android.server.wm.ActivityRecord.setClientVisible:6900 com.android.server.wm.ActivityRecord.postApplyAnimation:5523 com.android.server.wm.ActivityRecord.commitVisibility:5486 
02-02 18:22:34.243  1199  4948 V WindowManager: Setting visibility of Window{fe8e40b u0 vegabobo.dsusideloader/vegabobo.dsusideloader.MainActivity}: false, caller=com.android.server.wm.WindowContainer.sendAppVisibilityToClients:1100 com.android.server.wm.WindowToken.setClientVisible:448 com.android.server.wm.ActivityRecord.setClientVisible:6900 com.android.server.wm.ActivityRecord.postApplyAnimation:5523 com.android.server.wm.ActivityRecord.commitVisibility:5486 
02-02 18:22:34.244  4716  4716 I DMASA[D]: [DropBoxReceiverManager]allowList : com.kakao.talk
02-02 18:22:34.244  1199  4948 D InputTransport: Input channel destroyed: 'fe8e40b', fd=995
02-02 18:22:34.245  4716  4716 I DMASA[D]: [DropBoxReceiverManager]allowList : com.facebook.katana
02-02 18:22:34.245  1199  4948 W InputManager-JNI: Input channel object 'fe8e40b vegabobo.dsusideloader/vegabobo.dsusideloader.MainActivity (client)' was disposed without first being removed with the input manager!
02-02 18:22:34.245  1199  4948 D InputTransport: Input channel destroyed: 'fe8e40b', fd=996
02-02 18:22:34.245  1199  4948 D RestrictionPolicy: isScreenCaptureEnabled : ret=true userId=0
02-02 18:22:34.245  4716  4716 I DMASA[D]: [DropBoxReceiverManager]allowList : com.instagram.android
02-02 18:22:34.245  1199  4948 I WindowManager: Cancelling animation restarting=true, leash=Surface(name=Surface(name=b23fc0 InputMethod)/@0xed1bc3e - animation-leash of insets_animation)/@0xcb48f20
02-02 18:22:34.245  1199  4948 I WindowManager: Reparenting to original parent: Surface(name=WindowToken{d69d1e7 android.os.Binder@cd583a6})/@0xc9c3a9f, destroy=false, surface=Surface(name=b23fc0 InputMethod)/@0xed1bc3e
02-02 18:22:34.245  1199  4948 I WindowManager: Reparenting to leash, surface=Surface(name=b23fc0 InputMethod)/@0xed1bc3e, leashParent=Surface(name=WindowToken{d69d1e7 android.os.Binder@cd583a6})/@0xc9c3a9f
02-02 18:22:34.245  4716  4716 I DMASA[D]: [DropBoxReceiverManager]allowList : com.facebook.orca
02-02 18:22:34.245  1110  1156 I SurfaceFlinger: id=15757 createSurf (0x0),-1 flag=24004, Surface(name=b23fc0 InputMethod)/@0xed1bc3e - animation-leash of insets_animation#0
02-02 18:22:34.246  4716  4716 W DMASA[D]: [DropBoxReceiverManager]This app does not allow 3rd-party FC detection: vegabobo.dsusideloader
02-02 18:22:34.247  1199  4948 D WindowManager: makeSurface duration=2 leash=Surface(name=Surface(name=b23fc0 InputMethod)/@0xed1bc3e - animation-leash of insets_animation)/@0x9e64bc4
02-02 18:22:34.247  1199  4948 I WindowManager: Destroying surface Surface(name=vegabobo.dsusideloader/vegabobo.dsusideloader.MainActivity$_26020)/@0xfbc2aad called by com.android.server.wm.WindowStateAnimator.destroySurface:987 com.android.server.wm.WindowStateAnimator.destroySurfaceLocked:518 com.android.server.wm.WindowState.removeImmediately:2919 com.android.server.wm.WindowState.removeIfPossible:3110 com.android.server.wm.WindowState.removeIfPossible:2943 com.android.server.wm.WindowToken.removeAllWindowsIfPossible:241 com.android.server.wm.ActivityRecord.removeIfPossible:4221 com.android.server.wm.ActivityRecord.onRemovedFromDisplay:4309 
02-02 18:22:34.248  1110  1110 D SurfaceFlinger: Display 4630947232161729153 HWC layers:
02-02 18:22:34.248  1110  1110 D SurfaceFlinger:      DEVICE | 0xb400007bc7fd20f0 | 0100 | RGBA_8888    |    0.0    0.0 1080.0  114.0 |    0    0 1080  114 | StatusBar$_2412#0
02-02 18:22:34.248  1110  1110 D SurfaceFlinger:      DEVICE | 0xb400007be1420960 | 0100 | RGBA_8888    |    0.0    0.0 1080.0  144.0 |    0 2256 1080 2400 | NavigationBar0$_2412#0
02-02 18:22:34.248  1110  1110 D SurfaceFlinger:      DEVICE | 0xb400007be141f7e0 | 0140 | RGBA_8888    |    0.0    0.0 1080.0  194.0 |    0    0 1080  194 | ScreenDecorOverlay$_2412#0
02-02 18:22:34.248  1110  1110 D SurfaceFlinger:      DEVICE | 0xb400007be141fd90 | 0140 | RGBA_8888    |    0.0    0.0 1080.0  177.0 |    0 2223 1080 2400 | ScreenDecorOverlayBottom$_2412#0
02-02 18:22:34.248  1110  1110 D SurfaceFlinger: 
02-02 18:22:34.248  1199  1273 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1885 com.android.server.am.iafd.IAFDDiagnosis.showIAFDCrashDialogs:299 com.android.server.am.AppErrors.handleShowAppErrorUi:1186 com.android.server.am.ActivityManagerService$UiHandler.handleMessage:1836 android.os.Handler.dispatchMessage:106 
02-02 18:22:34.251  4740  4740 I SDHMS:BarTender:Gatherer:AppError: update AppError : uid=10317, pkg=vegabobo.dsusideloader, errorType=crash
02-02 18:22:34.251  1110  1110 I Layer   : id=15728 removedFromDrawingState vegabobo.dsusideloader/vegabobo.dsusideloader.MainActivity$_26020#0 (193)
02-02 18:22:34.253  1199  4948 I WindowManager: Destroying surface Surface(name=vegabobo.dsusideloader/vegabobo.dsusideloader.MainActivity$_26020)/@0x6ed11e2 called by com.android.server.wm.WindowStateAnimator.destroySurface:987 com.android.server.wm.WindowStateAnimator.destroySurfaceLocked:518 com.android.server.wm.WindowState.removeImmediately:2919 com.android.server.wm.WindowContainer.removeImmediately:719 com.android.server.wm.WindowToken.removeImmediately:377 com.android.server.wm.ActivityRecord.removeImmediately:4215 com.android.server.wm.ActivityRecord.removeIfPossible:4222 com.android.server.wm.ActivityRecord.onRemovedFromDisplay:4309 
02-02 18:22:34.256  1110  1228 I SurfaceFlinger: id=15758 createSurf (0x0),-1 flag=24004, Task=260#1
02-02 18:22:34.256  4740  4740 I SDHMS:BarTender:Analyzer:AppError: analyze app error : uid=10317, pkg=vegabobo.dsusideloader, appErrorCount=3
02-02 18:22:34.256  4628  4628 I MSHandlerLifeCycle: isMultiSplitHandlerRequested: ignored. pkg=com.google.android.inputmethod.latin isActivity=false callers=com.android.internal.policy.DecorView.setVisibility:4224 android.app.Dialog.hide:702 android.inputmethodservice.InputMethodService.removeImeSurface:1144 android.inputmethodservice.InputMethodService.scheduleImeSurfaceRemoval:1137 android.inputmethodservice.InputMethodService.access$1500:354 
02-02 18:22:34.257  4628  4628 I MSHandlerLifeCycle: removeMultiSplitHandler: no exist. decor=DecorView@3bf2ba4[InputMethod]
02-02 18:22:34.260  1110  1110 I Layer   : id=15692 removedFromDrawingState fe8e40b vegabobo.dsusideloader/vegabobo.dsusideloader.MainActivity#0 (194)
02-02 18:22:34.260  1110  1110 I Layer   : id=15735 removedFromDrawingState Surface(name=b23fc0 InputMethod)/@0xed1bc3e - animation-leash of insets_animation#1 (194)
02-02 18:22:34.260  1110  1110 I Layer   : id=15748 removedFromDrawingState vegabobo.dsusideloader/vegabobo.dsusideloader.MainActivity$_26020#2 (194)
02-02 18:22:34.260  1110  1110 I Layer   : id=15743 removedFromDrawingState a404d79 vegabobo.dsusideloader/vegabobo.dsusideloader.MainActivity#0 (194)
02-02 18:22:34.260  1110  1110 I SurfaceFlinger: id=15743 Removed a404d79 vegabobo.dsusideloader/vegabobo.dsusideloader.MainActivity#0 (194)
02-02 18:22:34.260  1110  1110 I SurfaceFlinger: id=15748 Removed vegabobo.dsusideloader/vegabobo.dsusideloader.MainActivity$_26020#2 (194)
02-02 18:22:34.260  1110  1110 I SurfaceFlinger: id=15692 Removed fe8e40b vegabobo.dsusideloader/vegabobo.dsusideloader.MainActivity#0 (194)
02-02 18:22:34.260  1110  1110 I Layer   : id=15743 Destroyed a404d79 vegabobo.dsusideloader/vegabobo.dsusideloader.MainActivity#0
02-02 18:22:34.260  1199  2317 I SemWifiEleStateTracker: Ele Parameters BD : 10 9 9 9 10 9 MD : -118 -118 -86 -86 -85 -85 WD : -71 -71 -71 -71 -69 -71 GC : false false false false false false SC : false false false false false false SH : false false false false false false TB : false false false false false false
02-02 18:22:34.260  1110  1110 I Layer   : id=15748 Destroyed vegabobo.dsusideloader/vegabobo.dsusideloader.MainActivity$_26020#2
02-02 18:22:34.260  1110  1110 I Layer   : id=15692 Destroyed fe8e40b vegabobo.dsusideloader/vegabobo.dsusideloader.MainActivity#0
02-02 18:22:34.261  1199  4948 D MARsPolicyManager: onPackageResumedFG pkgName = com.sec.android.app.launcher, userId = 0
02-02 18:22:34.261  1199  4948 V MARsPolicyManager: Current Home Package com.sec.android.app.launcher Resumed
02-02 18:22:34.261  1199  4948 I SemDvfsHyPerManager: acquire hyper - AMS_APP_HOME/1199@29, type = -999
02-02 18:22:34.262  1008  1034 I HYPER-HAL: [RequestManager.cpp]acquire(): Acquired ID : 754635  [1199 / 29]    HINT : AMS_APP_HOME    list : 
02-02 18:22:34.263  1199  4948 D ActivityManagerPerformance: AMP_acquire() HOME
02-02 18:22:34.263  1199  4948 W WindowManager: Prepare app transition: mNextAppTransitionRequests=[TRANSIT_CLOSE, TRANSIT_CLOSE, TRANSIT_CLOSE, TRANSIT_CLOSE, TRANSIT_CLOSE, TRANSIT_OPEN], mNextAppTransitionFlags=TRANSIT_FLAG_APP_CRASHED, displayId: 0 Callers=com.android.server.wm.DisplayContent.prepareAppTransition:6193 com.android.server.wm.DisplayContent.prepareAppTransition:6188 com.android.server.wm.Task.resumeTopActivityInnerLocked:8292 com.android.server.wm.Task.resumeTopActivityInnerLocked:8018 com.android.server.wm.Task.resumeTopActivityUncheckedLocked:7928 
02-02 18:22:34.263  4740  4740 I SemDvfsHyPerManager: acquire hyper - APP_START_SHORT/4740@14, type = -999
02-02 18:22:34.264  1199  4948 V WindowManager: Setting visibility of Window{ad14a8d u0 com.samsung.android.app.galaxyfinder}: true, caller=com.android.server.wm.WindowContainer.sendAppVisibilityToClients:1100 com.android.server.wm.WindowState.sendAppVisibilityToClients:4070 com.android.server.wm.WindowContainer.sendAppVisibilityToClients:1100 com.android.server.wm.WindowToken.setClientVisible:448 com.android.server.wm.ActivityRecord.setClientVisible:6900 
02-02 18:22:34.264 19136 19136 I ViewRootImpl@aabf7a5[]: handleAppVisibility mAppVisible=false visible=true
02-02 18:22:34.264  1199  4948 V WindowManager: Setting visibility of Window{3bed73 u0 com.sec.android.app.launcher/com.sec.android.app.launcher.activities.LauncherActivity}: true, caller=com.android.server.wm.WindowContainer.sendAppVisibilityToClients:1100 com.android.server.wm.WindowToken.setClientVisible:448 com.android.server.wm.ActivityRecord.setClientVisible:6900 com.android.server.wm.ActivityRecord.setVisibility:5357 com.android.server.wm.ActivityRecord.setVisibility:5252 
02-02 18:22:34.264  3005  3005 I ViewRootImpl@63444e5[LauncherActivity]: handleAppVisibility mAppVisible=false visible=true
02-02 18:22:34.265  1199  4948 V WindowManager: rotationForOrientation(orient=SCREEN_ORIENTATION_NOSENSOR (5), last=ROTATION_0 (0)); user=ROTATION_0 (0) USER_ROTATION_LOCKED
02-02 18:22:34.265  1199  4948 D WindowManager: rotationForOrientation, orientationSource=ActivityRecord{259fb4f u0 com.sec.android.app.launcher/.activities.LauncherActivity t178}
02-02 18:22:34.265  1199  4948 V WindowManager: Computed rotation=ROTATION_0 (0) for display id=0 based on lastOrientation=SCREEN_ORIENTATION_NOSENSOR (5) and oldRotation=ROTATION_0 (0), caller=com.android.server.wm.DisplayRotation.updateOrientation:407 com.android.server.wm.DisplayContent.updateOrientation:1879 com.android.server.wm.DisplayContent.updateOrientation:1817 com.android.server.wm.RootWindowContainer.ensureVisibilityAndConfig:2206 com.android.server.wm.Task.resumeTopActivityInnerLocked:8360 com.android.server.wm.Task.resumeTopActivityInnerLocked:8018 
02-02 18:22:34.265  1199  4948 D TspStateManager: updateCustomValue customSetting=
02-02 18:22:34.265  1008  1034 I HYPER-HAL: [ResourceManager.cpp]updateResource(): [CPUMinFreq] UpdateResource Request ID : 754635    Value : 2841600
02-02 18:22:34.265  1199  4948 D TspStateManager: updateCustomValue customSetting=
02-02 18:22:34.266  1008  1034 I HYPER-HAL: [RequestManager.cpp]acquire(): Acquired ID : 11302649  [4740 / 14]    HINT : APP_START    list : [TIMEOUT / 1500] 
02-02 18:22:34.266  1008  1034 I HYPER-HAL: [ResourceManager.cpp]updateResource(): [CPUMaxFreq] UpdateResource Request ID : 11302649    Value : 2841600
02-02 18:22:34.269  1199  4948 W WindowManager: Execute app transition: mNextAppTransitionRequests=[TRANSIT_CLOSE, TRANSIT_CLOSE, TRANSIT_CLOSE, TRANSIT_CLOSE, TRANSIT_CLOSE, TRANSIT_OPEN], mNextAppTransitionFlags=TRANSIT_FLAG_APP_CRASHED, displayId: 0 Callers=com.android.server.wm.RootWindowContainer.executeAppTransitionForAllDisplay:2682 com.android.server.wm.ActivityTaskSupervisor.reportResumedActivityLocked:2243 com.android.server.wm.ActivityRecord.completeResumeLocked:6247 com.android.server.wm.Task.resumeTopActivityInnerLocked:8450 com.android.server.wm.Task.resumeTopActivityInnerLocked:8018 
02-02 18:22:34.273  1199  4936 V WindowManager: Relayout Window{ad14a8d u0 com.samsung.android.app.galaxyfinder}: viewVisibility=8 req=0x2241 d0
02-02 18:22:34.275  1199  2315 D SemWifiSwitchForIndividualAppsService: isPackageException - result:1, com.sec.android.app.launcher
02-02 18:22:34.276  1199  4936 W ActivityTaskManager: Can't find TaskDisplayArea to determine support for multi window. Task id=260 attached=false
02-02 18:22:34.276  1110  1110 I Layer   : id=15679 removedFromDrawingState ActivityRecord{355b55e u0 vegabobo.dsusideloader/.MainActivity t260}#0 (191)
02-02 18:22:34.276  1110  1110 I Layer   : id=15752 removedFromDrawingState Surface(name=a404d79 vegabobo.dsusideloader/vegabobo.dsusideloader.MainActivity)/@0x9f25b17 - animation-leash of window_animation#0 (191)
02-02 18:22:34.277  1110  1110 I Layer   : id=15668 removedFromDrawingState Task=260#0 (191)
02-02 18:22:34.277  1110  1110 I Layer   : id=15755 removedFromDrawingState Surface(name=Dim Layer for - Task=260)/@0x59d48ed - animation-leash of dimmer#0 (191)
02-02 18:22:34.277  1110  1110 I Layer   : id=15750 removedFromDrawingState Dim Layer for - Task=260#1 (191)
02-02 18:22:34.277  1199  4936 W ActivityTaskManager: Can't find TaskDisplayArea to determine support for multi window. Task id=260 attached=false
02-02 18:22:34.277  1110  1110 I Layer   : id=15758 removedFromDrawingState Task=260#1 (191)
02-02 18:22:34.277  1199  4936 W ActivityTaskManager: Can't find TaskDisplayArea to determine support for multi window. Task id=260 attached=false
02-02 18:22:34.277  1110  1228 I SurfaceFlinger: id=15679 Removed ActivityRecord{355b55e u0 vegabobo.dsusideloader/.MainActivity t260}#0 (191)
02-02 18:22:34.277  1110  1228 I SurfaceFlinger: id=15758 Removed Task=260#1 (191)
02-02 18:22:34.278  1199  5799 V WindowManager: Relayout Window{3bed73 u0 com.sec.android.app.launcher/com.sec.android.app.launcher.activities.LauncherActivity}: viewVisibility=4 req=1080x2400 d0
02-02 18:22:34.279  1199  4936 V WindowManager: Relayout hash=ad14a8d, pid=19136: mAttrs={(0,0)(0xfill) sim={adjust=pan} ty=APPLICATION_PANEL fmt=RGBA_8888
02-02 18:22:34.279  1199  4936 V WindowManager:   fl=1000018
02-02 18:22:34.279  1199  4936 V WindowManager:   pfl=42000040
02-02 18:22:34.279  1199  4936 V WindowManager:   bhv=DEFAULT
02-02 18:22:34.279  1199  4936 V WindowManager:   fitTypes=STATUS_BARS NAVIGATION_BARS CAPTION_BAR naviIconColor=0}
02-02 18:22:34.282  1199  5799 V WindowManager: Relayout hash=3bed73, pid=3005: mAttrs={(0,0)(fillxfill) sim={adjust=nothing forwardNavigation} layoutInDisplayCutoutMode=shortEdges ty=BASE_APPLICATION fmt=TRANSPARENT wanim=0x10302f2
02-02 18:22:34.282  1199  5799 V WindowManager:   fl=81910100
02-02 18:22:34.282  1199  5799 V WindowManager:   pfl=1e020040
02-02 18:22:34.282  1199  5799 V WindowManager:   vsysui=1700
02-02 18:22:34.282  1199  5799 V WindowManager:   bhv=SHOW_TRANSIENT_BARS_BY_SWIPE
02-02 18:22:34.282  1199  5799 V WindowManager:   fitSides= naviIconColor=0}
02-02 18:22:34.282 19136 19136 I ViewRootImpl@aabf7a5[]: Relayout returned: old=(0,114,1080,2355) new=(0,114,1080,2355) req=(0,2241)8 dur=13 res=0x1 s={false 0} ch=false fn=-1
02-02 18:22:34.283  3005  3005 I ViewRootImpl@63444e5[LauncherActivity]: Relayout returned: old=(0,0,1080,2400) new=(0,0,1080,2400) req=(1080,2400)4 dur=11 res=0x1 s={false 0} ch=false fn=-1
02-02 18:22:34.283  3005  3005 I ViewRootImpl@63444e5[LauncherActivity]: stopped(false) old=true
02-02 18:22:34.283  3005  3005 I BaseActivity: addActivityFlags, flags : 1
02-02 18:22:34.283  3005  3005 W LauncherAppWidgetHost: setShouldListenFlag, mFlags:10 flag:start on:true isFront:false
02-02 18:22:34.284  3005  3024 W System  : A resource failed to call release. 
02-02 18:22:34.285  1110  1110 I Layer   : id=15679 Destroyed ActivityRecord{355b55e u0 vegabobo.dsusideloader/.MainActivity t260}#0
02-02 18:22:34.285  1110  1110 I Layer   : id=15758 Destroyed Task=260#1
02-02 18:22:34.285  1110  1155 I SurfaceFlinger: id=15605 Removed Surface(name=WindowToken{ed33642 android.os.BinderProxy@7a70124})/@0xfe05241 - animation-leash of window_animation#0 (189)
02-02 18:22:34.286  1199  4941 I AppWidgetServiceImpl: startListening callbacks : com.android.internal.appwidget.IAppWidgetHost$Stub$Proxy@f4e6a2e
02-02 18:22:34.286  3005  3005 W LauncherAppWidgetHost: startListening, mFlags:15 isFront:false
02-02 18:22:34.286  3005  3005 W Launcher: onStart isListening : true isLoading false
02-02 18:22:34.289  1199  1273 I ActivityManager: Changes in 10126 5 to 2, 8 to 15
02-02 18:22:34.289  1199  1273 I AppOps  : updateUidProcState uid: 10126 procState: 2 capability:15
02-02 18:22:34.289  1199  1273 I AppOps  : commitUidPendingStateLocked() :: UID - 10126, 500 > 200, 8 > 15
02-02 18:22:34.290  1199  1273 I IAFDDiagnosis: Show3rdAppErrorUiExt() startService SM to show
02-02 18:22:34.291  1199  1273 D SSRM:LoadDetectMonitor: PID = 3005, UID = 10126
02-02 18:22:34.292   908  3242 I SAMSUNGPAY: [Hint_ProcessStatusChange] fg Change, pid : 3005 , isNotify : false , isForeground : true , fg list : [26020, 3005]
02-02 18:22:34.293  1110  1110 I Layer   : id=15605 Destroyed Surface(name=WindowToken{ed33642 android.os.BinderProxy@7a70124})/@0xfe05241 - animation-leash of window_animation#0
02-02 18:22:34.293  1199  1364 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 1000; state: DISABLED
02-02 18:22:34.293  1199  1273 D Native_CFMS: CFMS Add Task Tid(3005)
02-02 18:22:34.293  1199  1364 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 1000; state: DISABLED
02-02 18:22:34.294  1199  1364 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 1000; state: DISABLED
02-02 18:22:34.294  1199  1364 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 1000; state: ENABLED
02-02 18:22:34.294  1199  1273 D Native_CFMS: CFMS Add Task Tid(5123)
02-02 18:22:34.295 26239 26239 I ThirdAppErrorDialogService: onStartCommand : com.samsung.android.sm.ACTION_START_THIRD_APP_ERROR_DIALOG
02-02 18:22:34.295 26239 26239 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startActivity:1105 android.content.ContextWrapper.startActivity:420 com.samsung.android.sm.battery.service.ThirdAppErrorDialogService.onStartCommand:11 android.app.ActivityThread.handleServiceArgs:5094 android.app.ActivityThread.access$2200:310 
02-02 18:22:34.295 26239 26239 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startActivity:1117 android.app.ContextImpl.startActivity:1106 android.content.ContextWrapper.startActivity:420 com.samsung.android.sm.battery.service.ThirdAppErrorDialogService.onStartCommand:11 android.app.ActivityThread.handleServiceArgs:5094 
02-02 18:22:34.295  1199  4930 D ActivityTaskManager: startActivityAsUser: callingPid=26239, callingUid=1000, caller=com.android.server.wm.ActivityTaskManagerService.startActivityAsUser:1742 com.android.server.wm.ActivityTaskManagerService.startActivity:1695 android.app.IActivityTaskManager$Stub.onTransact:1132 com.android.server.wm.ActivityTaskManagerService.onTransact:6172 android.os.Binder.execTransactInternal:1215 android.os.Binder.execTransact:1179 <bottom of call stack> 
02-02 18:22:34.300  1199  1273 D NetworkPolicy: onUidStateChanged() uid: 10126, isForeground(true, 2)
02-02 18:22:34.300  1199  4930 I ActivityTaskManager: START u0 {act=com.samsung.android.sm.ACTION_START_APP_ERROR_DIALOG flg=0x10000000 cmp=com.samsung.android.lool/com.samsung.android.sm.battery.ui.apphealthchecker.ThirdAppErrorDialogActivity (has extras)} from uid 1000
02-02 18:22:34.302 26020 26056 D NativeCustomFrequencyManager: [NativeCFMS] BpCustomFrequencyManager::BpCustomFrequencyManager()
02-02 18:22:34.302   901   901 D Zygote  : Forked child process 26764
02-02 18:22:34.305  1199  4930 D ActivityTaskManager: TaskLaunchParamsModifier:task=null activity=ActivityRecord{6d9106 u0 com.samsung.android.lool/com.samsung.android.sm.battery.ui.apphealthchecker.ThirdAppErrorDialogActivity display-id=0 display-windowing-mode=1 suggested-display-area=DefaultTaskDisplayArea@225489665
02-02 18:22:34.305  1199  4930 D [secipm]: mSecIpmManager Preload com.samsung.android.lool dex files
02-02 18:22:34.306  1199  4930 D ActivityTaskManager: TaskLaunchParamsModifier:task=null activity=ActivityRecord{6d9106 u0 com.samsung.android.lool/com.samsung.android.sm.battery.ui.apphealthchecker.ThirdAppErrorDialogActivity t-1} display-id=0 display-windowing-mode=1 suggested-display-area=DefaultTaskDisplayArea@225489665 non-freeform-display display-area=DefaultTaskDisplayArea@225489665 maximized-bounds
02-02 18:22:34.306  1199  3069 I SemDvfsHyPerManager: acquire hyper - AMS_APP_SWITCH/1199@28, type = -999
02-02 18:22:34.306  1008  1034 I HYPER-HAL: [RequestManager.cpp]acquire(): Acquired ID : 753406  [1199 / 28]    HINT : AMS_APP_SWITCH    list : 
02-02 18:22:34.307  4740  4740 I SemDvfsHyPerManager: acquire hyper - APP_START_SHORT/4740@14, type = -999
02-02 18:22:34.307  1008  1034 I HYPER-HAL: [ResourceManager.cpp]updateResource(): [CPULittleMinFreq] UpdateResource Request ID : 753406    Value : 1804800
02-02 18:22:34.307  1199  3069 D ActivityManagerPerformance: AMP_acquire() APP_SWITCH
02-02 18:22:34.308  1199  4930 W ActivityTaskManager: Can't find TaskDisplayArea to determine support for multi window. Task id=262 attached=false
02-02 18:22:34.311  1110  1156 I SurfaceFlinger: id=15759 createSurf (0x0),-1 flag=24004, Task=262#0
02-02 18:22:34.311  1008  1034 I HYPER-HAL: [ResourceManager.cpp]updateResource(): [CPUMinFreq] UpdateResource Request ID : 753406    Value : 2841600
02-02 18:22:34.312  1008  1034 I HYPER-HAL: [RequestManager.cpp]acquire(): Acquired ID : 11302649  [4740 / 14]    HINT : APP_START    list : [TIMEOUT / 1500] 
02-02 18:22:34.312  1008  1034 I HYPER-HAL: [ResourceManager.cpp]updateResource(): [CPUMaxFreq] UpdateResource Request ID : 11302649    Value : 2841600
02-02 18:22:34.312   908   908 I SAMSUNGPAY: [AbstractProvAuthTypeFragment] checkHasTuiPinCompletely
02-02 18:22:34.313   908   908 I SAMSUNGPAY: [TuiController] startTuiThread() called 
02-02 18:22:34.313  1199  4930 D ActivityTaskManager: TaskLaunchParamsModifier:task=Task{bd62df4 #262 type=standard A=1000:com.samsung.android.sm.app_error U=0 visible=false mode=fullscreen translucent=true sz=0} activity=ActivityRecord{6d9106 u0 com.samsung.android.lool/com.samsung.android.sm.battery.ui.apphealthchecker.ThirdAppErrorDialogActivity t-1} display-from-task=0 display-id=0 display-windowing-mode=1 suggested-display-area=DefaultTaskDisplayArea@225489665 non-freeform-display display-area=DefaultTaskDisplayArea@225489665 maximized-bounds
02-02 18:22:34.313   908   908 I SAMSUNGPAY: [TuiController] startTuiThread - busy
02-02 18:22:34.313   908   908 I SAMSUNGPAY: [AbstractProvAuthTypeFragment] checkHasTuiPinCompletely - Try again
02-02 18:22:34.314  1110  1156 I SurfaceFlinger: id=15760 createSurf (0x0),-1 flag=80004, ActivityRecord{6d9106 u0 com.samsung.android.lool/com.samsung.android.sm.battery.ui.apphealthchecker.ThirdAppErrorDialogActivity t262}#0
02-02 18:22:34.316  1199  4930 W WindowManager: Prepare app transition: mNextAppTransitionRequests=[TRANSIT_CLOSE, TRANSIT_CLOSE, TRANSIT_CLOSE, TRANSIT_CLOSE, TRANSIT_CLOSE, TRANSIT_OPEN, TRANSIT_OPEN], mNextAppTransitionFlags=TRANSIT_FLAG_APP_CRASHED, displayId: 0 Callers=com.android.server.wm.DisplayContent.prepareAppTransition:6193 com.android.server.wm.DisplayContent.prepareAppTransition:6188 com.android.server.wm.Task.startActivityLocked:8600 com.android.server.wm.ActivityStarter.startActivityInner:2842 com.android.server.wm.ActivityStarter.startActivityUnchecked:2300 
02-02 18:22:34.318  1199  4930 I SemDvfsHyPerManager: acquire hyper - AMS_APP_LAUNCH/1199@14, type = -999
02-02 18:22:34.318  1008  1034 I HYPER-HAL: [RequestManager.cpp]acquire(): Acquired ID : 736305  [1199 / 14]    HINT : AMS_APP_LAUNCH    list : 
02-02 18:22:34.319  1008  1034 I HYPER-HAL: [ResourceManager.cpp]updateResource(): [CPULittleMinFreq] UpdateResource Request ID : 736305    Value : 1804800
02-02 18:22:34.319  4740  4740 I SemDvfsHyPerManager: acquire hyper - APP_START/4740@15, type = -999
02-02 18:22:34.320 24687 24857 I Rubin   : [75] LoggingEventHelper.notifyUpdatedWithValue(LoggingEventHelper.java:58) : Notify AppUsageLogger's database is updated.
02-02 18:22:34.320  1199  3089 W WindowManager: Attempted to add application window with unknown token Token{fb37e99 ActivityRecord{355b55e u0 vegabobo.dsusideloader/.MainActivity t-1 f}}}.  Aborting.
02-02 18:22:34.321 26020 26020 D AndroidRuntime: Shutting down VM
02-02 18:22:34.321 26020 26020 I Process : Sending signal. PID: 26020 SIG: 9
02-02 18:22:34.321  1008  1034 I HYPER-HAL: [ResourceManager.cpp]updateResource(): [CPUMinFreq] UpdateResource Request ID : 736305    Value : 2841600
02-02 18:22:34.322  1008  1034 I HYPER-HAL: [RequestManager.cpp]acquire(): Acquired ID : 11307405  [4740 / 15]    HINT : APP_START    list : 
02-02 18:22:34.322  1199  3089 D SGM:GameManager: identifyForegroundApp. com.sec.android.app.launcher, mCurrentUserId: 0, callerUserId: 0
02-02 18:22:34.322  1199  3089 D SGM:PkgDataHelper: getGamePkgData(). com.sec.android.app.launcher
02-02 18:22:34.323  1008  1034 I HYPER-HAL: [ResourceManager.cpp]updateResource(): [CPUMaxFreq] UpdateResource Request ID : 11307405    Value : 2841600
02-02 18:22:34.324  1199  4948 I ActivityManager: Killing 26020:vegabobo.dsusideloader/u0a317 (adj 0): crash
02-02 18:22:34.324 26764 26764 E android.dqagen: Not starting debugger since process cannot load the jdwp agent.
02-02 18:22:34.325  1199  4948 D ActivityManager: proc ProcessRecord{138a195 26020:vegabobo.dsusideloader/u0a317} already removed. so we skip next process.
02-02 18:22:34.325 26764 26764 E USNET   : USNET: appName: com.samsung.android.dqagent
02-02 18:22:34.325 26764 26764 D ProcessState: Binder ioctl to enable oneway spam detection failed: Invalid argument
02-02 18:22:34.326  1199  1273 D Native_CFMS: CFMS Delete Task Tid(26020)
02-02 18:22:34.326   908  3242 I SAMSUNGPAY: [Hint_ProcessStatusChange] invoke foreground activities changed - onProcessDied pid:26020 uid : 10317
02-02 18:22:34.326   908  1553 I SAMSUNGPAY: [ServiceTypeTable] isSupportOperator : ZTO, BR
02-02 18:22:34.326  1199  3525 D PkgPredictorService-IpmNapPreloadController: app:0_&_vegabobo.dsusideloader die, remove from <launchTime:2022-02-02 18:22:05 hour:18 day:4 previous:[vegabobo.dsusideloader, vegabobo.dsusideloader, vegabobo.dsusideloader] running:vegabobo.dsusideloader/unknown apkVersion:1.0 userId:0 screenOrientation:1 wifi:3 bt:10 predictTime:2 launching Time:0 predicted:true prediction:[0_&_com.topjohnwu.magisk, 0_&_vegabobo.dsusideloader, 0_&_com.android.settings] preloaded:true preloading:[0_&_com.topjohnwu.magisk, 0_&_vegabobo.dsusideloader, 0_&_com.android.settings]>
02-02 18:22:34.326   908  1553 I SAMSUNGPAY: [ServiceTypeTable] Upgrade - ServiceTypeTable - entryFromCountryIso - index is : 12, iso : BR
02-02 18:22:34.327   908  1553 I SAMSUNGPAY: [ResetData] getSAResetDialogFlag : false
02-02 18:22:34.328  1199  4941 V ActivityManager: Changed top to null
02-02 18:22:34.330  1199  4941 I AppOps  : updateUidProcState uid: 10231 procState: 3 capability:15
02-02 18:22:34.330  3005  3005 I FinderOverlayMover: updateActivityLifecycleState : 1
02-02 18:22:34.330  3005  3005 I LiveIconViewUpdater: onUpdateLiveIcon 34
02-02 18:22:34.330  3005  3005 E libprocessgroup: set_timerslack_ns write failed: Operation not permitted
02-02 18:22:34.331  3005  3005 I LiveIconViewUpdater: onUpdateLiveIcon 19
02-02 18:22:34.331  1199  4948 D SGM:GameManager: identifyGamePackage. com.samsung.android.lool, mCurrentUserId: 0, callerUserId: 0, callingMethodInfo: com.samsung.android.game.IGameManagerService$Stub.onTransact(IGameManagerService.java:241)
02-02 18:22:34.331  1199  4948 D SGM:PkgDataHelper: getGamePkgData(). com.samsung.android.lool
02-02 18:22:34.331  1199  2590 D SamsungAlarmManager: setInexact (T:3/F:0/AC:false) 20320131T182234 now=57804947 - CU:10230/CP:3426/OP:PendingIntent{d65478c: PendingIntentRecord{2344ed5 com.google.android.gms/ startService}}
02-02 18:22:34.332  1199  2590 V SamsungAlarmManager: setLocked to kernel - W:57927426 / NW:57820712, now=57804948
02-02 18:22:34.332   908  1553 I SAMSUNGPAY: [Hint_tp0] isHomePackageRunning topPkgName = com.samsung.android.lool, topClsName = com.samsung.android.sm.battery.ui.apphealthchecker.ThirdAppErrorDialogActivity, return false , se : false
02-02 18:22:34.333  3005  3005 I WallpapersButton: updateVisibility - mWallpaperType : 0
02-02 18:22:34.333  1199  1392 I ActivityManager: Start proc 26764:com.samsung.android.dqagent/1000 for broadcast {com.samsung.android.dqagent/com.samsung.android.dqagent.receiver.DQADataReceiver}
02-02 18:22:34.333   908   908 I SAMSUNGPAY: [ServiceTypeTable] isSupportOperator : ZTO, BR
02-02 18:22:34.333   908   908 I SAMSUNGPAY: [ServiceTypeTable] Upgrade - ServiceTypeTable - entryFromCountryIso - index is : 12, iso : BR
02-02 18:22:34.333  3005  3005 I ThemesButton: updateVisibility - sThemeStoreType : 1
02-02 18:22:34.333   908   908 I SAMSUNGPAY: [Hint_IntroHintService] Hint Status - already invisible, skip hide : [4000000] - Home Package Not Running
02-02 18:22:34.333  3005  3005 I MSHandlerLifeCycle: isMultiSplitHandlerRequested: windowingMode=1 isFullscreen=true isPopOver=false isHidden=false skipActivityType=true isHandlerType=true this: DecorView@3bab4d0[LauncherActivity]
02-02 18:22:34.333  1199  1275 I GameSDK@LifeCycle: noteResumeComponent(): package name  : com.sec.android.app.launcher
02-02 18:22:34.333  1199  1275 D SGM:GameManager: noteResumeComponent(), received pkgName: com.sec.android.app.launcher, userId: 0
02-02 18:22:34.333  3005  3005 I MSHandlerLifeCycle: isMultiSplitHandlerRequested: ignored. pkg=com.sec.android.app.launcher callers=com.android.internal.policy.DecorView.setVisibility:4224 android.app.Activity.makeVisible:6485 android.app.ActivityThread.updateVisibility:5730 android.app.ActivityThread.handleStartActivity:4098 android.app.servertransaction.TransactionExecutor.performLifecycleSequence:221 
02-02 18:22:34.333  3005  3005 I MSHandlerLifeCycle: removeMultiSplitHandler: no exist. decor=DecorView@3bab4d0[LauncherActivity]
02-02 18:22:34.333 24687 24857 I Rubin   : [75] ExercisingWithCmhMonitor.isSatisfiedByCmh(ExercisingWithCmhMonitor.java:120) : isSatisfiedByCmh is false
02-02 18:22:34.333  3005  3005 I ViewRootImpl@63444e5[LauncherActivity]: stopped(false) old=false
02-02 18:22:34.333  3005  3005 I Launcher: !@Boot_DEBUG: Launcher.onResume()
02-02 18:22:34.333  1199  2217 D SGM:GameManager: onLooperPrepared(), msg: MSG_APP_RESUME, pkgName: com.sec.android.app.launcher, userid: 0
02-02 18:22:34.333  1199  2217 D SGM:GameManager: handleResume().
02-02 18:22:34.333  3005  3005 I Launcher: !@Boot_EBS_D: Launcher.onResume()
02-02 18:22:34.333  3005  3005 I BaseActivity: addActivityFlags, flags : 18
02-02 18:22:34.333  1199  2217 D SGM:GameManager: sendFocusOutConditionally() - mPrevNotiPkg: com.sec.android.app.samsungapps, userId: 0
02-02 18:22:34.333  1199  2217 D SGM:GameManager:   handleResume(). pkgName: com.sec.android.app.launcher, userId: 0, isTunableApp: null
02-02 18:22:34.333  1199  2217 D SGM:GameManager: notifyFocusInOut(). of pkg: com.sec.android.app.launcher, type: 4, isMinimized: false, isTunableApp: false, userId: 0
02-02 18:22:34.333  3005  3005 I BaseActivity: removeActivityFlags, flags : 32
02-02 18:22:34.333  1199  2217 D SGM:GameManager:   notifyFocusInOut(). do nothing. mKillNotiCount: 1
02-02 18:22:34.333  1199  2217 D SGM:NetworkLimit: callRelease
02-02 18:22:34.333  1199  2217 D SGM:SystemHelper: callReleaseBlock needReleaseBlock:false
02-02 18:22:34.333  3005  3100 I IMM_LC  : hsifw() - flag : 0
02-02 18:22:34.333  3005  3100 I IMM_LC  : hideSoftInputFromWindow - mService.hideSoftInput
02-02 18:22:34.334  3005  3005 W PageOverlayMover: isMoving : false
02-02 18:22:34.334  1199  5799 D InputMethodManagerService: hideSoftInput
02-02 18:22:34.334  1199  5799 W InputMethodManagerService: Ignoring hideSoftInput of uid 10126: com.android.internal.view.IInputMethodClient$Stub$Proxy@54247b6
02-02 18:22:34.334  3005  7786 I Launcher: DisplayMetrics from Resources : DisplayMetrics{density=3.0, width=1080, height=2267, scaledDensity=3.0, xdpi=409.432, ydpi=406.4}
02-02 18:22:34.334  2412  2412 D PipMotionHelper: animateToOffset: originalBounds=Rect(456, 1724 - 1032, 2048) offset=0 callers=
02-02 18:22:34.334  2412  2412 D PipMotionHelper:     com.android.wm.shell.pip.phone.PipTouchHandler.onMovementBoundsChanged:482
02-02 18:22:34.334  2412  2412 D PipMotionHelper:     com.android.wm.shell.pip.phone.PipController.updateMovementBounds:671
02-02 18:22:34.334  2412  2412 D PipMotionHelper:     com.android.wm.shell.pip.phone.PipController.lambda$init$3:333
02-02 18:22:34.334  2412  2412 D PipMotionHelper:     com.android.wm.shell.pip.phone.PipController.$r8$lambda$u15Oj_b57njSWegfZTV6TpliGaw:0
02-02 18:22:34.334  2412  2412 D PipMotionHelper:     com.android.wm.shell.pip.phone.PipController$$ExternalSyntheticLambda0.accept:8
02-02 18:22:34.334  3005  7786 I Launcher: realMetrics from Wm : DisplayMetrics{density=3.0, width=1080, height=2400, scaledDensity=3.0, xdpi=409.432, ydpi=406.4}
02-02 18:22:34.334  3005  7786 I Launcher: DeviceProfile, isLand : false, isMultiWin :false, availableWidthPx : 1080, availableHeightPx : 2355
02-02 18:22:34.334  1199  1275 D SGM:GameManager: identifyGamePackage. com.samsung.android.lool, mCurrentUserId: 0, callerUserId: 0, callingMethodInfo: com.samsung.android.game.SemGameManager.isGamePackage(SemGameManager.java:104)
02-02 18:22:34.334  1199  1275 D SGM:PkgDataHelper: getGamePkgData(). com.samsung.android.lool
02-02 18:22:34.334  1199  1275 D SGM:SemGameManager: isGamePackage(), pkgName=com.samsung.android.lool, ret=false
02-02 18:22:34.335  1199  1199 I CocktailBarManagerServiceContainer: handleMessage: entry what = 5
02-02 18:22:34.335  1199  1199 I CocktailBarManagerServiceImpl: noteResumeComponent : no active host
02-02 18:22:34.336  3005  3005 I Launcher: setWallpaperOffsets
02-02 18:22:34.337  1199  1275 D SGM:GameManager: identifyGamePackage. com.sec.android.app.launcher, mCurrentUserId: 0, callerUserId: 0, callingMethodInfo: com.android.server.ssrm.fgapps.GameAppUtils.isGame(GameAppUtils.java:84)
02-02 18:22:34.337  1199  1275 D SGM:PkgDataHelper: getGamePkgData(). com.sec.android.app.launcher
02-02 18:22:34.337  3005  3005 I FinderOverlayMover: updateActivityLifecycleState : 2
02-02 18:22:34.337  3005  3005 I MSHandlerLifeCycle: isMultiSplitHandlerRequested: windowingMode=1 isFullscreen=true isPopOver=false isHidden=false skipActivityType=true isHandlerType=true this: DecorView@3bab4d0[LauncherActivity]
02-02 18:22:34.337  3005  3005 I MSHandlerLifeCycle: isMultiSplitHandlerRequested: ignored. pkg=com.sec.android.app.launcher callers=com.android.internal.policy.DecorView.setVisibility:4224 android.app.Activity.makeVisible:6485 android.app.ActivityThread.handleResumeActivity:5365 android.app.servertransaction.ResumeActivityItem.execute:54 android.app.servertransaction.ActivityTransactionItem.execute:45 
02-02 18:22:34.338  1199  1199 I Pageboost: package null
02-02 18:22:34.338 26764 26764 D ActivityThread: setConscryptValidator
02-02 18:22:34.338 26764 26764 D ActivityThread: setConscryptValidator - put
02-02 18:22:34.337  3005  3005 I MSHandlerLifeCycle: removeMultiSplitHandler: no exist. decor=DecorView@3bab4d0[LauncherActivity]
02-02 18:22:34.339  3005  3100 I SPayUpdater: updateSpayHandler, show = true, defaultPage = false
02-02 18:22:34.339  3005  3100 I LiveIconUpdateEventHandler: LiveIcon Init
02-02 18:22:34.339  3005  3100 I LiveIconUpdateEventHandler: registerDateChangedReceiver
02-02 18:22:34.339  3597  3597 E pageboostd: Received HALT command code 2
02-02 18:22:34.342   908   908 I SAMSUNGPAY: [Hint_IntroHintService] onReceive() action=com.sec.android.app.launcher.intent.action.UPDATE_SPAY_HANDLER
02-02 18:22:34.342   908   908 I SAMSUNGPAY: [Hint_IntroHintService] home change, s home : true , default : false , gesture : true , s result : false , prev : false
02-02 18:22:34.344  1199  1276 I WindowManager: Reparenting to original parent: null, destroy=true, surface=Surface(name=Dim Layer for - Task=260)/@0x59d48ed
02-02 18:22:34.343  3005  3005 W NavigableAppWidgetHostView: setResizeScaleResult() 498/ 362 scaleToResize = 1.0(widget id = 5) dbed9b8 504,0-1002,362
02-02 18:22:34.344  3005  3005 W NavigableAppWidgetHostView: setResizeScaleResult() 498/ 362 scaleToResize = 1.0(widget id = 8) ce8f391 0,1107-498,1469
02-02 18:22:34.346  1199  3545 D MARs:DefaultAppFilter: filter : com.samsung.android.messaging(0)(SMS)
02-02 18:22:34.349  1199  4940 I ActivityManager: DSS OFF for com.samsung.android.dqagent
02-02 18:22:34.351  1199  4940 D ActivityManager: attachApplicationLocked() app=ProcessRecord{4014f5c 26764:com.samsung.android.dqagent/1000} app.isolatedEntryPoint=null instr2=null
02-02 18:22:34.355 26764 26764 D ActivityThread: handleBindApplication()++ app=com.samsung.android.dqagent
02-02 18:22:34.356 26764 26764 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 1000; state: ENABLED
02-02 18:22:34.356  3005  3100 I LiveIconUpdateEventHandler: cancelDateChangeAlarm
02-02 18:22:34.357  1199  4948 D SamsungAlarmManager: Cancel Alarm calling from uid:10126 pid :3005 / OP:PendingIntent{2f5c84: PendingIntentRecord{472cc6d com.sec.android.app.launcher broadcastIntent}}
02-02 18:22:34.358  1199  4940 V WindowManager: Relayout Window{3bed73 u0 com.sec.android.app.launcher/com.sec.android.app.launcher.activities.LauncherActivity}: viewVisibility=0 req=1080x2400 d0
02-02 18:22:34.358  1110  1228 I SurfaceFlinger: id=15761 createSurf (1080x2400),-3 flag=40004, com.sec.android.app.launcher/com.sec.android.app.launcher.activities.LauncherActivity$_3005#0
02-02 18:22:34.359  1199  4940 D WindowManager: makeSurface duration=1 name=com.sec.android.app.launcher/com.sec.android.app.launcher.activities.LauncherActivity$_3005
02-02 18:22:34.360  1110  1110 I Layer   : id=15752 removedFromDrawingState Surface(name=a404d79 vegabobo.dsusideloader/vegabobo.dsusideloader.MainActivity)/@0x9f25b17 - animation-leash of window_animation#0 (191)
02-02 18:22:34.360  1110  1110 I SurfaceFlinger: id=15752 Removed Surface(name=a404d79 vegabobo.dsusideloader/vegabobo.dsusideloader.MainActivity)/@0x9f25b17 - animation-leash of window_animation#0 (191)
02-02 18:22:34.360  1110  1110 I Layer   : id=15752 Destroyed Surface(name=a404d79 vegabobo.dsusideloader/vegabobo.dsusideloader.MainActivity)/@0x9f25b17 - animation-leash of window_animation#0
02-02 18:22:34.362  1199  4940 V WindowManager: Changing focus from null to Window{3bed73 u0 com.sec.android.app.launcher/com.sec.android.app.launcher.activities.LauncherActivity} displayId=0 Callers=com.android.server.wm.RootWindowContainer.updateFocusedWindowLocked:582 com.android.server.wm.WindowManagerService.updateFocusedWindowLocked:6419 com.android.server.wm.WindowManagerService.relayoutWindow:2740 com.android.server.wm.Session.relayout:242 
02-02 18:22:34.363  1199  3545 D MARs:DefaultAppFilter: filter : com.google.android.inputmethod.latin(0)(IME)
02-02 18:22:34.363  1199  4940 I WindowManager: Cancelling animation restarting=true, leash=Surface(name=Surface(name=da6a4b StatusBar)/@0x4008ec5 - animation-leash of insets_animation)/@0xef55983
02-02 18:22:34.363  1199  4940 I WindowManager: Reparenting to original parent: Surface(name=WindowToken{c696f1a android.os.BinderProxy@632e83c})/@0x11b001a, destroy=false, surface=Surface(name=da6a4b StatusBar)/@0x4008ec5
02-02 18:22:34.363  1199  4940 I WindowManager: Reparenting to leash, surface=Surface(name=da6a4b StatusBar)/@0x4008ec5, leashParent=Surface(name=WindowToken{c696f1a android.os.BinderProxy@632e83c})/@0x11b001a
02-02 18:22:34.363   901   901 I Zygote  : Process 26020 exited due to signal 9 (Killed)
02-02 18:22:34.363  1110  1156 I SurfaceFlinger: id=15762 createSurf (0x0),-1 flag=24000, Surface(name=da6a4b StatusBar)/@0x4008ec5 - animation-leash of insets_animation#0
02-02 18:22:34.363  1199  1412 I libprocessgroup: Successfully killed process cgroup uid 10317 pid 26020 in 38ms
02-02 18:22:34.363  1199  4908 D InputMethodManagerService: removeClient
02-02 18:22:34.363  1110  1228 I SurfaceFlinger: id=15735 Removed Surface(name=b23fc0 InputMethod)/@0xed1bc3e - animation-leash of insets_animation#1 (191)
02-02 18:22:34.364  1199  1412 I ActivityManager: Process PhantomProcessRecord {2623a08 26059:26020:su/u0a317} died
02-02 18:22:34.364  1199  8105 D AutofillSession: handling death of Token{fb37e99 ActivityRecord{355b55e u0 vegabobo.dsusideloader/.MainActivity t-1 f}}} when saving=false
02-02 18:22:34.364  1199  4940 D WindowManager: makeSurface duration=2 leash=Surface(name=Surface(name=da6a4b StatusBar)/@0x4008ec5 - animation-leash of insets_animation)/@0xbb155a1
02-02 18:22:34.364  1199  4908 D InputTransport: Input channel destroyed: 'ClientS', fd=998
02-02 18:22:34.365  1199  4940 I WindowManager: Cancelling animation restarting=true, leash=Surface(name=Surface(name=3826653 NavigationBar0)/@0xa72c528 - animation-leash of insets_animation)/@0x93c9b39
02-02 18:22:34.365  1199  4940 I WindowManager: Reparenting to original parent: Surface(name=WindowToken{ed33642 android.os.BinderProxy@7a70124})/@0xfe05241, destroy=false, surface=Surface(name=3826653 NavigationBar0)/@0xa72c528
02-02 18:22:34.365  1110  1155 I SurfaceFlinger: id=15728 Removed vegabobo.dsusideloader/vegabobo.dsusideloader.MainActivity$_26020#0 (191)
02-02 18:22:34.365  1199  4908 V InputMethodManagerService: hideCurrentInputLocked : shouldHideSoftInput is false
02-02 18:22:34.365  1199  4940 I WindowManager: Reparenting to leash, surface=Surface(name=3826653 NavigationBar0)/@0xa72c528, leashParent=Surface(name=WindowToken{ed33642 android.os.BinderProxy@7a70124})/@0xfe05241
02-02 18:22:34.365  1110  1155 I SurfaceFlinger: id=15763 createSurf (0x0),-1 flag=24000, Surface(name=3826653 NavigationBar0)/@0xa72c528 - animation-leash of insets_animation#1
02-02 18:22:34.365  4628  4628 D InputTransport: Input channel destroyed: 'ClientS', fd=125
02-02 18:22:34.366  1199  4940 D WindowManager: makeSurface duration=1 leash=Surface(name=Surface(name=3826653 NavigationBar0)/@0xa72c528 - animation-leash of insets_animation)/@0xefd0f87
02-02 18:22:34.366  1199  4940 D StatusBarManagerService: notifyRequestedSystemKey recent=false home=false
02-02 18:22:34.366  1199  4940 V WindowManager: Relayout hash=3bed73, pid=3005: mAttrs={(0,0)(fillxfill) sim={adjust=nothing forwardNavigation} layoutInDisplayCutoutMode=shortEdges ty=BASE_APPLICATION fmt=TRANSPARENT wanim=0x10302f2
02-02 18:22:34.366  1199  4940 V WindowManager:   fl=81910100
02-02 18:22:34.366  1199  4940 V WindowManager:   pfl=1e020040
02-02 18:22:34.366  1199  4940 V WindowManager:   vsysui=1700
02-02 18:22:34.366  1199  4940 V WindowManager:   bhv=SHOW_TRANSIENT_BARS_BY_SWIPE
02-02 18:22:34.366  1199  4940 V WindowManager:   fitSides= naviIconColor=0}
02-02 18:22:34.367   873   875 D Magisk  : su: return code=[0]
02-02 18:22:34.368  3005 11438 I TouchInteractionService: onSystemUiStateChanged, stateFlags : 0
02-02 18:22:34.368  1110  1110 I Layer   : id=15753 removedFromDrawingState Surface(name=da6a4b StatusBar)/@0x4008ec5 - animation-leash of insets_animation#1 (192)
02-02 18:22:34.368  1110  1110 I Layer   : id=15754 removedFromDrawingState Surface(name=3826653 NavigationBar0)/@0xa72c528 - animation-leash of insets_animation#0 (192)
02-02 18:22:34.368  1110  1110 I SurfaceFlinger: [3bed73 com.sec.android.app.launcher/com.sec.android.app.launcher.activities.LauncherActivity#0] FrameRatePriority: 1
02-02 18:22:34.368  1110  1110 I SurfaceFlinger: id=15753 Removed Surface(name=da6a4b StatusBar)/@0x4008ec5 - animation-leash of insets_animation#1 (192)
02-02 18:22:34.368  1110  1110 I SurfaceFlinger: id=15754 Removed Surface(name=3826653 NavigationBar0)/@0xa72c528 - animation-leash of insets_animation#0 (192)
02-02 18:22:34.368  1110  1110 E BpTransactionCompletedListener: Failed to transact (-32)
02-02 18:22:34.368  1110  1110 I Layer   : id=15728 Destroyed vegabobo.dsusideloader/vegabobo.dsusideloader.MainActivity$_26020#0
02-02 18:22:34.368  1110  1110 I Layer   : id=15735 Destroyed Surface(name=b23fc0 InputMethod)/@0xed1bc3e - animation-leash of insets_animation#1
02-02 18:22:34.369  1110  1110 I Layer   : id=15753 Destroyed Surface(name=da6a4b StatusBar)/@0x4008ec5 - animation-leash of insets_animation#1
02-02 18:22:34.369  1110  1110 I Layer   : id=15754 Destroyed Surface(name=3826653 NavigationBar0)/@0xa72c528 - animation-leash of insets_animation#0
02-02 18:22:34.369  3005  3005 I ViewRootImpl@63444e5[LauncherActivity]: Relayout returned: old=(0,0,1080,2400) new=(0,0,1080,2400) req=(1080,2400)0 dur=9 res=0x7 s={true -5476376640506384384} ch=true fn=-1
02-02 18:22:34.369  3005  3005 I ViewRootImpl@63444e5[LauncherActivity]: [DP] dp(1) 1 android.view.ViewRootImpl.reportNextDraw:11240 android.view.ViewRootImpl.performTraversals:4087 android.view.ViewRootImpl.doTraversal:2831 
02-02 18:22:34.370  1110  3977 I SurfaceFlinger: id=15764 createSurf (0x0),-1 flag=24000, OneUiHome-BlurLayer#0
02-02 18:22:34.372  3005  3100 I LiveIconUpdateEventHandler: setDateChangeAlarm
02-02 18:22:34.373  1199  4948 D SamsungAlarmManager: setInexact (T:0/F:0/AC:false) 20220203T000000 now=57804989 - CU:10126/CP:3005/OP:PendingIntent{5e4eeb4: PendingIntentRecord{472cc6d com.sec.android.app.launcher broadcastIntent}}
02-02 18:22:34.373  1199  4948 V SamsungAlarmManager: setLocked to kernel - W:57927426 / NW:57820712, now=57804989
02-02 18:22:34.373  1199  4930 V ActivityManager: Got obituary of 26020:vegabobo.dsusideloader
02-02 18:22:34.373  3005  3100 I LiveIconUpdateEventHandler: updateLiveIcon type:0
02-02 18:22:34.373  3005  3100 I LiveIconViewUpdater: onUpdateLiveIcon 19
02-02 18:22:34.373  3005  3100 I LiveIconUpdateEventHandler: cancelMinuteChangeAlarm
02-02 18:22:34.373  1199  4948 D SamsungAlarmManager: Cancel Alarm calling from uid:10126 pid :3005 / OP:PendingIntent{66caadd: PendingIntentRecord{c424652 com.sec.android.app.launcher broadcastIntent}}
02-02 18:22:34.374  3005  3100 I LiveIconUpdateEventHandler: setMinuteChangeAlarm
02-02 18:22:34.374  1199  1275 W ActivityManager: setHasOverlayUi called on unknown pid: 26020
02-02 18:22:34.377  1199  4948 D InputDispatcher: Focus request (0): 3bed73 com.sec.android.app.launcher/com.sec.android.app.launcher.activities.LauncherActivity but waiting because NOT_VISIBLE
02-02 18:22:34.379  3005  5123 I BufferQueueProducer: [ViewRootImpl@63444e5[LauncherActivity]#246(BLAST Consumer)246](id:bbd00000112,api:1,p:3005,c:3005) queueBuffer: queued for the first time.
02-02 18:22:34.380  1199  5799 D SamsungAlarmManager: setInexact (T:1/F:0/AC:false) 20220202T182300 now=57804996 - CU:10126/CP:3005/OP:PendingIntent{f111d23: PendingIntentRecord{c424652 com.sec.android.app.launcher broadcastIntent}}
02-02 18:22:34.380  1199  5799 V SamsungAlarmManager: setLocked to kernel - W:57927426 / NW:57820712, now=57804996
02-02 18:22:34.380  3005  3100 I LiveIconUpdateEventHandler: Initialized
02-02 18:22:34.381  3005  3005 I ViewRootImpl@63444e5[LauncherActivity]: [DP] pdf(0) 1 android.view.ViewRootImpl.lambda$createFrameCompleteCallback$3$ViewRootImpl:4845 android.view.ViewRootImpl$$ExternalSyntheticLambda15.run:6 android.os.Handler.handleCallback:938 
02-02 18:22:34.381  3005  3005 I ViewRootImpl@63444e5[LauncherActivity]: [DP] rdf()
02-02 18:22:34.381  3005  3005 I RecentsView: onTaskRemoved() taskId : 260
02-02 18:22:34.381  3005  3005 I RecentsView: onTaskRemoved() taskId : 260
02-02 18:22:34.381  3005  3005 I BaseActivity: removeActivityFlags, flags : 16
02-02 18:22:34.381  1199  2449 D WindowManager: finishDrawingWindow: Window{3bed73 u0 com.sec.android.app.launcher/com.sec.android.app.launcher.activities.LauncherActivity} mDrawState=DRAW_PENDING
02-02 18:22:34.381  3005  3005 I BaseActivity: removeActivityFlags, flags : 6
02-02 18:22:34.381  3005  3005 I DragController: endDrag
02-02 18:22:34.381  3005  3005 W LauncherAppWidgetHost: setShouldListenFlag, mFlags:15 flag:resume on:false isFront:false
02-02 18:22:34.381  3005  3005 I SPayUpdater: updateSpayHandler launcher activity is paused false
02-02 18:22:34.381  3005  3005 I FinderOverlayMover: updateActivityLifecycleState : 3
02-02 18:22:34.381  1199  3544 W NetlinkSocket: maximum read
02-02 18:22:34.382  1199  1276 V WindowManager: Setting visibility of Window{26ba8ee u0 com.android.systemui.ImageWallpaper}: true, caller=com.android.server.wm.WindowContainer.sendAppVisibilityToClients:1100 com.android.server.wm.WindowToken.setClientVisible:448 com.android.server.wm.WallpaperWindowToken.setVisible:162 com.android.server.wm.WallpaperWindowToken.commitVisibility:202 com.android.server.wm.WallpaperWindowToken.setVisibility:187 
02-02 18:22:34.382  2412  2412 D PipMotionHelper: animateToOffset: originalBounds=Rect(456, 1983 - 1032, 2307) offset=0 callers=
02-02 18:22:34.382  2412  2412 D PipMotionHelper:     com.android.wm.shell.pip.phone.PipTouchHandler.onMovementBoundsChanged:482
02-02 18:22:34.382  2412  2412 D PipMotionHelper:     com.android.wm.shell.pip.phone.PipController.updateMovementBounds:671
02-02 18:22:34.382  2412  2412 D PipMotionHelper:     com.android.wm.shell.pip.phone.PipController.lambda$init$3:333
02-02 18:22:34.382  2412  2412 D PipMotionHelper:     com.android.wm.shell.pip.phone.PipController.$r8$lambda$u15Oj_b57njSWegfZTV6TpliGaw:0
02-02 18:22:34.382  2412  2412 D PipMotionHelper:     com.android.wm.shell.pip.phone.PipController$$ExternalSyntheticLambda0.accept:8
02-02 18:22:34.382  2412  2603 D WallpaperService: dispatchAppVisibility onVisibilityChanged(): true
02-02 18:22:34.383  2412  2412 D WallpaperService: updateSurface forceRelayout=true forceReport=false redrawNeeded=false myWidth=1798 myHeight=2400 fixedSize=true x = 0 y = 0 mWidth=1798 mHeight=2400 mIsSleepMode=false
02-02 18:22:34.383  2412  2412 D WallpaperService: mDeviceHeight : 2400, mDeviceWidth : 1080,mDeviceRotation  : 0
02-02 18:22:34.383  1199  1276 D WindowManager: performShow logReadyForDisplay  mToken.waitingToShow:true isTransitionSet:true
02-02 18:22:34.384  1199  5799 D MARsPolicyManager: onPackageResumedFG pkgName = com.samsung.android.lool, userId = 0
02-02 18:22:34.384  1199  5799 W WindowManager: Prepare app transition: mNextAppTransitionRequests=[TRANSIT_CLOSE, TRANSIT_CLOSE, TRANSIT_CLOSE, TRANSIT_CLOSE, TRANSIT_CLOSE, TRANSIT_OPEN, TRANSIT_OPEN, TRANSIT_OPEN], mNextAppTransitionFlags=TRANSIT_FLAG_APP_CRASHED, displayId: 0 Callers=com.android.server.wm.DisplayContent.prepareAppTransition:6193 com.android.server.wm.Task.resumeTopActivityInnerLocked:8282 com.android.server.wm.Task.resumeTopActivityInnerLocked:8018 com.android.server.wm.Task.resumeTopActivityUncheckedLocked:7928 com.android.server.wm.RootWindowContainer.resumeFocusedTasksTopActivities:2783 
02-02 18:22:34.385  1199  5799 V WindowManager: rotationForOrientation(orient=SCREEN_ORIENTATION_NOSENSOR (5), last=ROTATION_0 (0)); user=ROTATION_0 (0) USER_ROTATION_LOCKED
02-02 18:22:34.385  1199  5799 D WindowManager: rotationForOrientation, orientationSource=ActivityRecord{259fb4f u0 com.sec.android.app.launcher/.activities.LauncherActivity t178}
02-02 18:22:34.385  1199  5799 V WindowManager: Computed rotation=ROTATION_0 (0) for display id=0 based on lastOrientation=SCREEN_ORIENTATION_NOSENSOR (5) and oldRotation=ROTATION_0 (0), caller=com.android.server.wm.DisplayRotation.updateOrientation:407 com.android.server.wm.DisplayContent.updateOrientation:1879 com.android.server.wm.DisplayContent.updateOrientation:1817 com.android.server.wm.RootWindowContainer.ensureVisibilityAndConfig:2206 com.android.server.wm.ActivityTaskSupervisor.realStartActivityLocked:939 com.android.server.wm.ActivityTaskSupervisor.startSpecificActivity:1254 
02-02 18:22:34.386  1199  5799 D TspStateManager: updateCustomValue customSetting=
02-02 18:22:34.386  1199  5799 D TspStateManager: updateCustomValue customSetting=
02-02 18:22:34.386  1199  5799 D SGM:PkgDataHelper: notifyAppCreate(), pkgName: com.samsung.android.lool, userId: 0, sendRet: true
02-02 18:22:34.386  1199  2217 D SGM:GameManager: onLooperPrepared(), msg: MSG_APP_CREATE, pkgName: com.samsung.android.lool, userId: 0
02-02 18:22:34.386  1199  5799 D InputDispatcher: Focused application set to (0): 6d9106 
02-02 18:22:34.387  1199  5799 V WindowManager: Changing focus from Window{3bed73 u0 com.sec.android.app.launcher/com.sec.android.app.launcher.activities.LauncherActivity} to null displayId=0 Callers=com.android.server.wm.RootWindowContainer.updateFocusedWindowLocked:582 com.android.server.wm.WindowManagerService.updateFocusedWindowLocked:6419 com.android.server.wm.ActivityTaskManagerService.setResumedActivityUncheckLocked:5449 com.android.server.wm.Task.onActivityStateChanged:2870 
02-02 18:22:34.387  1199  5799 D StatusBarManagerService: notifyRequestedSystemKey recent=false home=false
02-02 18:22:34.387  1199  5799 D SGM:GameManager: TaskStackListener.onTaskFocusChanged(), taskId=178, focused=false
02-02 18:22:34.387  1199  5799 D SGM:GameManager: TaskStackListener.onTaskFocusChanged(), taskId=262, focused=true
02-02 18:22:34.387  1199  5799 D SGM:GameManager:   sendRunningComponentFocus(), pkgName: com.samsung.android.lool, userId: 0
02-02 18:22:34.387  1199  2217 D SGM:GameManager: onLooperPrepared(), msg: MSG_TASK_FOCUSED, pkgName: com.samsung.android.lool, userId: 0
02-02 18:22:34.387  1199  2217 D SGM:GameManager: handleTaskFocused().
02-02 18:22:34.387  1199  2217 D SGM:GameManager: sendFocusOutConditionally() - mPrevNotiPkg: com.sec.android.app.samsungapps, userId: 0
02-02 18:22:34.387  1199  2217 D SGM:GameManager:   handleTaskFocused(), pkgName: com.samsung.android.lool, userID:0
02-02 18:22:34.387  1199  2217 D SGM:GameManager: handleResume().
02-02 18:22:34.387  1199  2217 D SGM:GameManager: sendFocusOutConditionally() - mPrevNotiPkg: com.sec.android.app.samsungapps, userId: 0
02-02 18:22:34.387  1199  2217 D SGM:GameManager:   handleResume(). pkgName: com.samsung.android.lool, userId: 0, isTunableApp: null
02-02 18:22:34.387  1199  2217 D SGM:GameManager: notifyFocusInOut(). of pkg: com.samsung.android.lool, type: 4, isMinimized: false, isTunableApp: false, userId: 0
02-02 18:22:34.387  1199  2217 D SGM:GameManager:   notifyFocusInOut(). do nothing. mKillNotiCount: 1
02-02 18:22:34.387  1199  2217 D SGM:NetworkLimit: callRelease
02-02 18:22:34.387  1199  2217 D SGM:SystemHelper: callReleaseBlock needReleaseBlock:false
02-02 18:22:34.388  1199  3544 W NetlinkSocket: maximum read
02-02 18:22:34.388  1199  5799 D CompatibilityChangeReporter: Compat change id reported: 181136395; UID 1000; state: DISABLED
02-02 18:22:34.388  1199  5799 D CompatibilityChangeReporter: Compat change id reported: 174042936; UID 1000; state: DISABLED
02-02 18:22:34.389  1199  5799 W WindowManager: Execute app transition: mNextAppTransitionRequests=[TRANSIT_CLOSE, TRANSIT_CLOSE, TRANSIT_CLOSE, TRANSIT_CLOSE, TRANSIT_CLOSE, TRANSIT_OPEN, TRANSIT_OPEN, TRANSIT_OPEN], mNextAppTransitionFlags=TRANSIT_FLAG_APP_CRASHED, displayId: 0 Callers=com.android.server.wm.RootWindowContainer.executeAppTransitionForAllDisplay:2682 com.android.server.wm.ActivityTaskSupervisor.reportResumedActivityLocked:2243 com.android.server.wm.ActivityRecord.completeResumeLocked:6247 com.android.server.wm.Task.minimalResumeActivityLocked:7377 com.android.server.wm.ActivityTaskSupervisor.realStartActivityLocked:1163 
02-02 18:22:34.389  1110  1110 D SurfaceFlinger: Display 4630947232161729153 HWC layers:
02-02 18:22:34.389  1110  1110 D SurfaceFlinger:      DEVICE | 0xb400007bc7fd28d0 | 0100 | RGBx_8888    |  359.0    0.0 1439.0 2400.0 |    0    0 1080 2400 | Wallpaper BBQ wrapper#0
02-02 18:22:34.389  1110  1110 D SurfaceFlinger:      DEVICE | 0xb400007bc7fd20f0 | 0100 | RGBA_8888    |    0.0    0.0 1080.0  114.0 |    0    0 1080  114 | StatusBar$_2412#0
02-02 18:22:34.389  1110  1110 D SurfaceFlinger:      DEVICE | 0xb400007be1420960 | 0100 | RGBA_8888    |    0.0    0.0 1080.0  144.0 |    0 2256 1080 2400 | NavigationBar0$_2412#0
02-02 18:22:34.389  1110  1110 D SurfaceFlinger:      DEVICE | 0xb400007be141f7e0 | 0140 | RGBA_8888    |    0.0    0.0 1080.0  194.0 |    0    0 1080  194 | ScreenDecorOverlay$_2412#0
02-02 18:22:34.389  1110  1110 D SurfaceFlinger:      DEVICE | 0xb400007be141fd90 | 0140 | RGBA_8888    |    0.0    0.0 1080.0  177.0 |    0 2223 1080 2400 | ScreenDecorOverlayBottom$_2412#0
02-02 18:22:34.389  1110  1110 D SurfaceFlinger: 
02-02 18:22:34.390  1199  5799 D WindowManager: performShow logReadyForDisplay  mToken.waitingToShow:true isTransitionSet:true
02-02 18:22:34.391  1199  2449 V WindowManager: Relayout Window{26ba8ee u0 com.android.systemui.ImageWallpaper}: viewVisibility=0 req=1798x2400 d0
02-02 18:22:34.391  1199  2449 D WindowManager: performShow logReadyForDisplay  mToken.waitingToShow:true isTransitionSet:true
02-02 18:22:34.392  3005  3005 E libprocessgroup: set_timerslack_ns write failed: Operation not permitted
02-02 18:22:34.392  1199  2449 V WindowManager: Relayout hash=26ba8ee, pid=2412: mAttrs={(0,0)(1798x2400) gr=TOP START CENTER layoutInDisplayCutoutMode=always ty=WALLPAPER fmt=RGBX_8888 wanim=0x1030314
02-02 18:22:34.392  1199  2449 V WindowManager:   fl=14318
02-02 18:22:34.392  1199  2449 V WindowManager:   pfl=2000004
02-02 18:22:34.392  1199  2449 V WindowManager:   bhv=DEFAULT naviIconColor=0
02-02 18:22:34.392  1199  2449 V WindowManager:   sfl=8}
02-02 18:22:34.392  1199  1276 D WindowManager: performShow logReadyForDisplay  mToken.waitingToShow:true isTransitionSet:true
02-02 18:22:34.393  2412  2412 D WallpaperService: updateSurface redrawNeeded=false didSurface=false , mDestroyed = false
02-02 18:22:34.393  1110  1110 I SurfaceFlinger: [3bed73 com.sec.android.app.launcher/com.sec.android.app.launcher.activities.LauncherActivity#0] FrameRatePriority: -1
02-02 18:22:34.393  2412  2678 I ImageWallpaper:  onVisibilityChanged true , 0
02-02 18:22:34.393  2412  2412 D WallpaperService: reportVisibility onVisibilityChanged visible: true
02-02 18:22:34.393  3005  3005 I TouchInteractionService: onSystemUiFlagsChanged, userUnlocked
02-02 18:22:34.393  2412  2412 W Looper  : Slow dispatch took 10ms main h=com.android.internal.os.HandlerCaller$MyHandler c=null m=10010
02-02 18:22:34.393  3005  3005 E libprocessgroup: set_timerslack_ns write failed: Operation not permitted
02-02 18:22:34.393  1199  2449 D WALLPAPER_SVC:WallpaperManagerService: getWallpaperSafeLocked, userId = 0, which = 1, caller = com.android.server.wallpaper.WallpaperManagerService.semGetWallpaperType:5994 
02-02 18:22:34.394  1199  2449 D WallpaperManagerService: which : 1, return type : 0 (called by userId= 0)
02-02 18:22:34.394  2412  2678 I ImageWallpaperRenderer: updateWallpaperOffset 0 lastCropOffset 0 wp Type , 0 , rotation == 0 Do not change Display offset 0
02-02 18:22:34.394  3005  3005 I BadgeRenderer: Invalid count : 0
02-02 18:22:34.396  1199  1276 D WindowManager: performShow logReadyForDisplay  mToken.waitingToShow:true isTransitionSet:true
02-02 18:22:34.397  1199  1276 D WindowManager: performShow logReadyForDisplay  mToken.waitingToShow:true isTransitionSet:true
02-02 18:22:34.397  3005  3101 I AppIconSolution: has_icon_container is maintained so ignore icon processing, pkg = com.sec.android.app.clockpackage
02-02 18:22:34.397  3005  3101 I LiveIconUtil: getLiveIcon was called in ClockPackage
02-02 18:22:34.398  3005  3101 I LiveIconUtil: getLiveIcon res = com.sec.android.app.clockpackage
02-02 18:22:34.398  1199  2216 V ActivityManager: Changed top to ProcessRecord{62cb46 26239:com.samsung.android.lool/1000}
02-02 18:22:34.398  1199  4948 D SamsungAlarmManager: setInexact (T:3/F:0/AC:false) 20320131T182234 now=57805014 - CU:10230/CP:26018/OP:PendingIntent{d3c4220: PendingIntentRecord{38e17d9 com.google.android.gms/ startService}}
02-02 18:22:34.398  1199  4948 V SamsungAlarmManager: setLocked to kernel - W:57927426 / NW:57820712, now=57805014
02-02 18:22:34.399  1199  1273 D SSRM:LoadDetectMonitor: PID = 26239, UID = 1000
02-02 18:22:34.399  1199  3544 W NetlinkSocket: maximum read
02-02 18:22:34.400  1199  1275 D SGM:GameManager: notePauseComponent(), received pkgName: com.sec.android.app.launcher, userId: 0
02-02 18:22:34.401  1199  1199 I CocktailBarManagerServiceContainer: handleMessage: entry what = 6
02-02 18:22:34.401  1199  1199 I CocktailBarManagerServiceImpl: notePauseComponent : no active host
02-02 18:22:34.401  1199  3544 W NetlinkSocket: maximum read
02-02 18:22:34.401  1199  1275 I GameSDK@LifeCycle: noteResumeComponent(): package name  : com.samsung.android.lool
02-02 18:22:34.401  1199  1275 D SGM:GameManager: noteResumeComponent(), received pkgName: com.samsung.android.lool, userId: 0
02-02 18:22:34.402  1199  1276 D WindowManager: performShow logReadyForDisplay  mToken.waitingToShow:true isTransitionSet:true
02-02 18:22:34.402  1199  2217 D SGM:GameManager: onLooperPrepared(), msg: MSG_APP_RESUME, pkgName: com.samsung.android.lool, userid: 0
02-02 18:22:34.402  1199  2217 D SGM:GameManager: handleResume().
02-02 18:22:34.402  1199  2217 D SGM:GameManager: sendFocusOutConditionally() - mPrevNotiPkg: com.sec.android.app.samsungapps, userId: 0
02-02 18:22:34.398  3005  3101 I LiveIconUtil: stdIconSize : 144 , targetIconSize : 174
02-02 18:22:34.402  1199  2217 D SGM:GameManager:   handleResume(). pkgName: com.samsung.android.lool, userId: 0, isTunableApp: null
02-02 18:22:34.402  1199  2217 D SGM:GameManager: notifyFocusInOut(). of pkg: com.samsung.android.lool, type: 4, isMinimized: false, isTunableApp: false, userId: 0
02-02 18:22:34.402  3005  3101 I LiveIconUtil: mIconDpi : 640 , mTargetIconDpi : 480
02-02 18:22:34.402  1199  2217 D SGM:GameManager:   notifyFocusInOut(). do nothing. mKillNotiCount: 1
02-02 18:22:34.402  1199  2217 D SGM:NetworkLimit: callRelease
02-02 18:22:34.402  1199  2217 D SGM:SystemHelper: callReleaseBlock needReleaseBlock:false
02-02 18:22:34.403  1199  1199 I CocktailBarManagerServiceContainer: handleMessage: entry what = 5
02-02 18:22:34.403  1199  1199 I CocktailBarManagerServiceImpl: noteResumeComponent : no active host
02-02 18:22:34.404  1199  1275 D SGM:GameManager: identifyGamePackage. com.samsung.android.lool, mCurrentUserId: 0, callerUserId: 0, callingMethodInfo: com.android.server.ssrm.fgapps.GameAppUtils.isGame(GameAppUtils.java:84)
02-02 18:22:34.404  1199  1275 D SGM:PkgDataHelper: getGamePkgData(). com.samsung.android.lool
02-02 18:22:34.404  1199  1275 D SGM:GameManager: identifyGamePackage. com.samsung.android.lool, mCurrentUserId: 0, callerUserId: 0, callingMethodInfo: com.android.server.ssrm.SortingMachine.isGame(SortingMachine.java:162)
02-02 18:22:34.404  1199  1275 D SGM:PkgDataHelper: getGamePkgData(). com.samsung.android.lool
02-02 18:22:34.404  1199  3544 W NetlinkSocket: maximum read
02-02 18:22:34.409  1199  1275 I ActivityManager: Killing 24858:com.samsung.android.game.gos/u0a60 (adj 999): empty #31
02-02 18:22:34.409  1199  3544 W NetlinkSocket: maximum read
02-02 18:22:34.409 26239 26789 I AdrenoGLES-0: QUALCOMM build                   : 193b2ee, I593c16c433
02-02 18:22:34.409 26239 26789 I AdrenoGLES-0: Build Date                       : 10/07/21
02-02 18:22:34.409 26239 26789 I AdrenoGLES-0: OpenGL ES Shader Compiler Version: EV031.32.02.10
02-02 18:22:34.409 26239 26789 I AdrenoGLES-0: Local Branch                     : Test-lib-SR05432264
02-02 18:22:34.409 26239 26789 I AdrenoGLES-0: Remote Branch                    : 
02-02 18:22:34.409 26239 26789 I AdrenoGLES-0: Remote Branch                    : 
02-02 18:22:34.409 26239 26789 I AdrenoGLES-0: Reconstruct Branch               : 
02-02 18:22:34.409 26239 26789 I AdrenoGLES-0: Build Config                     : S P 10.0.5 AArch64
02-02 18:22:34.409 26239 26789 I AdrenoGLES-0: Driver Path                      : /vendor/lib64/egl/libGLESv2_adreno.so
02-02 18:22:34.409  1199  1275 I ActivityManager: Changes in 10053 3 to 19, 8 to 0
02-02 18:22:34.410  1199  1273 D NetworkPolicy: onUidStateChanged() uid: 10053, isForeground(false, 19)
02-02 18:22:34.416 26239 26789 I AdrenoGLES-0: PFP: 0x016dd093, ME: 0x00000000
02-02 18:22:34.417  1199  4948 I GenerationRegistry: mBackingStore.isClosed() : false
02-02 18:22:34.422  1199  1412 I libprocessgroup: Successfully killed process cgroup uid 10060 pid 24858 in 12ms
02-02 18:22:34.423  3005  3101 I AppIconSolution: load= live icon for com.sec.android.app.clockpackage, from overlay = false
02-02 18:22:34.425  3005  3101 I LauncherActivityInfo: Load live icon for com.sec.android.app.clockpackage
02-02 18:22:34.425  3005  3101 I LauncherActivityInfo: packageName: com.sec.android.app.clockpackage, useThemeIcon: false, height: 288, width: 288, density: 640
02-02 18:22:34.426 26239 26239 I ThirdAppErrorDialogActivity: show App error dialog, pkgName : vegabobo.dsusideloader, userId : 0, errorType : 2, repeat : true
02-02 18:22:34.427  1199  4742 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 1000; state: DISABLED
02-02 18:22:34.427  1199  4742 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 1000; state: DISABLED
02-02 18:22:34.427  1199  4742 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 1000; state: DISABLED
02-02 18:22:34.427  1199  4742 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 1000; state: ENABLED
02-02 18:22:34.432  3005  3005 E libprocessgroup: set_timerslack_ns write failed: Operation not permitted
02-02 18:22:34.435   901   901 D Zygote  : Forked child process 26796
02-02 18:22:34.436  1199  1392 I ActivityManager: Start proc 26796:com.samsung.android.sm.provider/1000 for content provider {com.samsung.android.lool/com.samsung.android.sm.database.SmProvider}
02-02 18:22:34.439 26764 26764 I DIAGMON_SDK[605043]: DiagMonAgent type: 2
02-02 18:22:34.440 26764 26764 I DIAGMON_SDK[605043][999-399-549750] : generated SR object
02-02 18:22:34.447  4716  5035 I DMASA[D][999-399-549750]: [DiagmonProvider]Received msg based on provider : true / anr_logging
02-02 18:22:34.448  4716  5035 I DMASA[D][999-399-549750]: [DiagmonProvider]Signature Check Success
02-02 18:22:34.451 26764 26797 I DIAGMON_SDK[605043][999-399-549750] : Results : Success
02-02 18:22:34.451 26796 26796 E oid.sm.provide: Not starting debugger since process cannot load the jdwp agent.
02-02 18:22:34.452 26796 26796 E USNET   : USNET: appName: com.samsung.android.sm.provider
02-02 18:22:34.452 26796 26796 D ProcessState: Binder ioctl to enable oneway spam detection failed: Invalid argument
02-02 18:22:34.453 26796 26796 D ActivityThread: setConscryptValidator
02-02 18:22:34.453 26796 26796 D ActivityThread: setConscryptValidator - put
02-02 18:22:34.456  1199  2449 I ActivityManager: DSS OFF for com.samsung.android.lool
02-02 18:22:34.457  1199  2449 D DexController: init process display: set packageProcessId, displayId=0, same_package_proc=ProcessRecord{62cb46 26239:com.samsung.android.lool/1000}, app=ProcessRecord{a139513 26796:com.samsung.android.sm.provider/1000}
02-02 18:22:34.457  1199  2449 D ActivityManager: attachApplicationLocked() app=ProcessRecord{a139513 26796:com.samsung.android.sm.provider/1000} app.isolatedEntryPoint=null instr2=null
02-02 18:22:34.459 26796 26796 D ActivityThread: handleBindApplication()++ app=com.samsung.android.sm.provider
02-02 18:22:34.460 26796 26796 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 1000; state: DISABLED
02-02 18:22:34.471  1199  3544 W NetlinkSocket: maximum read
02-02 18:22:34.471   901   901 I Zygote  : Process 24858 exited due to signal 9 (Killed)
02-02 18:22:34.486   702   702 W keymaster_tee: [WRN]begin req PARAMS: A32 B2 P64 
02-02 18:22:34.489  1199  4948 I GenerationRegistry: mBackingStore.isClosed() : false
02-02 18:22:34.490   702   702 D keymaster_swd: keymaster_swd [ERR] (tz_check_oem:74) Device is compromized: fuse loc=5,status=0,sw_fuse_blown=1
02-02 18:22:34.490   702   702 D keymaster_swd: keymaster_swd [WRN] (swd_run_cb:251) swd_begin() returns 0
02-02 18:22:34.490   699 18239 I keystore2: keystore2::security_level: In create_operation. Success to create IKeystoreOperation. 1000
02-02 18:22:34.491  3005 11438 I RecentModel: onTaskStackChangedBackground
02-02 18:22:34.492  4740  5203 I SemDvfsHyPerManager: acquire hyper - BaseTABoost/4740@17, type = 1090523139
02-02 18:22:34.493   702   702 D keymaster_swd: keymaster_swd [WRN] (swd_run_cb:251) swd_update() returns 0
02-02 18:22:34.493  1008  1034 I HYPER-HAL: [RequestManager.cpp]acquire(): Acquired ID : 11316920  [4740 / 17]    HINT :      list : [TABoost / 1] 
02-02 18:22:34.494   702   702 D keymaster_swd: keymaster_swd [WRN] (swd_run_cb:251) swd_finish() returns 0
02-02 18:22:34.495  1004 24997 I sensors-hal: handle_sns_std_sensor_event:276, [SSC_LIGHT] P: 8(8),m:0,a:32,b:5,c:0,d:4,ag:0,dg:60,it:1824,br:24
02-02 18:22:34.495  1004 24990 I sensors-hal: handle_sns_client_event:541, [0][510] accel_sample [ 0.061, -0.008,  9.963] 57804958029332
02-02 18:22:34.499  1199  4930 I GenerationRegistry: mBackingStore.isClosed() : false
02-02 18:22:34.502 26239 26239 I ThirdAppErrorDaoImpl: count 3
02-02 18:22:34.505 26796 26796 I DMT-StubUpdateUtils: current : 1300027010, market : 0
02-02 18:22:34.505 26796 26796 I DMT-StubUpdateUtils: current : 711800110, market : 0
02-02 18:22:34.509 26796 26796 I DIAGMON_SDK[605043]: DiagMonAgent type: 2
02-02 18:22:34.509  1199  4742 I GenerationRegistry: mBackingStore.isClosed() : false
02-02 18:22:34.509 26796 26796 I DIAGMON_SDK[605043][dc60qlc6ri] : generated SR object
02-02 18:22:34.524 26239 26239 I Dialog  : mIsDeviceDefault = true, mIsSamsungBasicInteraction = true, isMetaDataInActivity = false
02-02 18:22:34.525 26239 26239 I DecorView: [INFO] isPopOver=false, config=false
02-02 18:22:34.525 26239 26239 I DecorView: updateCaptionType >> DecorView@390c54a[], isFloating=true, isApplication=true, hasWindowControllerCallback=false, hasWindowDecorCaption=false
02-02 18:22:34.529  1199  2490 D MdnieScenarioControlService:  packageName : com.samsung.android.lool    className : com.samsung.android.sm.battery.ui.apphealthchecker.ThirdAppErrorDialogActivity
02-02 18:22:34.529  1199  2490 V MdnieScenarioControlService: setUIMode from UI function(3)
02-02 18:22:34.536 26239 26239 I DecorView: [INFO] isPopOver=false, config=true
02-02 18:22:34.536 26239 26239 I DecorView: updateCaptionType >> DecorView@4236e50[], isFloating=true, isApplication=true, hasWindowControllerCallback=true, hasWindowDecorCaption=false
02-02 18:22:34.540  1199  4742 D InputTransport: Input channel constructed: 'e572d44', fd=955
02-02 18:22:34.540  1199  4742 D InputTransport: Input channel constructed: 'e572d44', fd=956
02-02 18:22:34.540  1199  4742 D InputTransport: Input channel constructed: 'e572d44', fd=966
02-02 18:22:34.540 26764 26764 I DQA     : [DQADatabaseOpenHelper]db open success
02-02 18:22:34.541  1110  2951 I SurfaceFlinger: id=15765 createSurf (0x0),-1 flag=80004, e572d44 com.samsung.android.lool/com.samsung.android.sm.battery.ui.apphealthchecker.ThirdAppErrorDialogActivity#0
02-02 18:22:34.542  1199  4742 V WindowManager: Changing focus from null to Window{e572d44 u0 com.samsung.android.lool/com.samsung.android.sm.battery.ui.apphealthchecker.ThirdAppErrorDialogActivity} displayId=0 Callers=com.android.server.wm.RootWindowContainer.updateFocusedWindowLocked:582 com.android.server.wm.WindowManagerService.updateFocusedWindowLocked:6419 com.android.server.wm.WindowManagerService.addWindow:2023 com.android.server.wm.Session.addToDisplayAsUser:211 
02-02 18:22:34.542  1199  4742 I WindowManager: Cancelling animation restarting=true, leash=Surface(name=Surface(name=da6a4b StatusBar)/@0x4008ec5 - animation-leash of insets_animation)/@0xbb155a1
02-02 18:22:34.542  1199  4742 I WindowManager: Reparenting to original parent: Surface(name=WindowToken{c696f1a android.os.BinderProxy@632e83c})/@0x11b001a, destroy=false, surface=Surface(name=da6a4b StatusBar)/@0x4008ec5
02-02 18:22:34.542  1199  4742 I WindowManager: Reparenting to leash, surface=Surface(name=da6a4b StatusBar)/@0x4008ec5, leashParent=Surface(name=WindowToken{c696f1a android.os.BinderProxy@632e83c})/@0x11b001a
02-02 18:22:34.542  1110  2951 I SurfaceFlinger: id=15766 createSurf (0x0),-1 flag=24000, Surface(name=da6a4b StatusBar)/@0x4008ec5 - animation-leash of insets_animation#1
02-02 18:22:34.543  1199  4742 D WindowManager: makeSurface duration=1 leash=Surface(name=Surface(name=da6a4b StatusBar)/@0x4008ec5 - animation-leash of insets_animation)/@0xa1918f3
02-02 18:22:34.543  1199  4742 I WindowManager: Cancelling animation restarting=true, leash=Surface(name=Surface(name=3826653 NavigationBar0)/@0xa72c528 - animation-leash of insets_animation)/@0xefd0f87
02-02 18:22:34.543  1199  4742 I WindowManager: Reparenting to original parent: Surface(name=WindowToken{ed33642 android.os.BinderProxy@7a70124})/@0xfe05241, destroy=false, surface=Surface(name=3826653 NavigationBar0)/@0xa72c528
02-02 18:22:34.543  1199  4742 I WindowManager: Reparenting to leash, surface=Surface(name=3826653 NavigationBar0)/@0xa72c528, leashParent=Surface(name=WindowToken{ed33642 android.os.BinderProxy@7a70124})/@0xfe05241
02-02 18:22:34.543  1110  2951 I SurfaceFlinger: id=15767 createSurf (0x0),-1 flag=24000, Surface(name=3826653 NavigationBar0)/@0xa72c528 - animation-leash of insets_animation#0
02-02 18:22:34.543  1199  4742 D WindowManager: makeSurface duration=0 leash=Surface(name=Surface(name=3826653 NavigationBar0)/@0xa72c528 - animation-leash of insets_animation)/@0xef8029
02-02 18:22:34.543  1199  4742 D StatusBarManagerService: notifyRequestedSystemKey recent=false home=false
02-02 18:22:34.543  1199  4742 D InputTransport: Input channel destroyed: 'e572d44', fd=966
02-02 18:22:34.544  1199  1276 D WindowManager: performShow logReadyForDisplay  mToken.waitingToShow:true isTransitionSet:true
02-02 18:22:34.544 26239 26239 I ViewRootImpl@6591f7c[ThirdAppErrorDialogActivity]: setView = com.android.internal.policy.DecorView@390c54a TM=true
02-02 18:22:34.544  3005 11438 I TouchInteractionService: onSystemUiStateChanged, stateFlags : 131072
02-02 18:22:34.545  3005  3005 I TouchInteractionService: onSystemUiFlagsChanged, userUnlocked
02-02 18:22:34.548 26239 26239 I ViewRootImpl@6591f7c[ThirdAppErrorDialogActivity]: stopped(false) old=false
02-02 18:22:34.549 26239 26239 I MSHandlerLifeCycle: isMultiSplitHandlerRequested: ignored. pkg=com.samsung.android.lool parent=null callers=com.android.internal.policy.DecorView.setVisibility:4224 android.app.ActivityThread.handleResumeActivity:5300 android.app.servertransaction.ResumeActivityItem.execute:54 android.app.servertransaction.ActivityTransactionItem.execute:45 android.app.servertransaction.TransactionExecutor.executeLifecycleState:176 
02-02 18:22:34.549 26239 26239 I MSHandlerLifeCycle: removeMultiSplitHandler: no exist. decor=DecorView@4236e50[]
02-02 18:22:34.551  1199  2590 D InputTransport: Input channel constructed: '522514f', fd=966
02-02 18:22:34.551  1199  2590 D InputTransport: Input channel constructed: '522514f', fd=995
02-02 18:22:34.551  1199  2590 D InputTransport: Input channel constructed: '522514f', fd=996
02-02 18:22:34.551  1110  1155 I SurfaceFlinger: id=15768 createSurf (0x0),-1 flag=80004, 522514f com.samsung.android.lool/com.samsung.android.sm.battery.ui.apphealthchecker.ThirdAppErrorDialogActivity#0
02-02 18:22:34.552  1110  1110 I SurfaceFlinger: [e572d44 com.samsung.android.lool/com.samsung.android.sm.battery.ui.apphealthchecker.ThirdAppErrorDialogActivity#0] FrameRatePriority: 1
02-02 18:22:34.552  1110  1110 I Layer   : id=15762 removedFromDrawingState Surface(name=da6a4b StatusBar)/@0x4008ec5 - animation-leash of insets_animation#0 (193)
02-02 18:22:34.552  1110  1110 I Layer   : id=15763 removedFromDrawingState Surface(name=3826653 NavigationBar0)/@0xa72c528 - animation-leash of insets_animation#1 (193)
02-02 18:22:34.552  1199  2590 D InputTransport: Input channel destroyed: '522514f', fd=996
02-02 18:22:34.552  1199  1276 D WindowManager: performShow logReadyForDisplay  mToken.waitingToShow:true isTransitionSet:true
02-02 18:22:34.552 26239 26239 I ViewRootImpl@1ddb003[ThirdAppErrorDialogActivity]: setView = com.android.internal.policy.DecorView@4236e50 TM=true
02-02 18:22:34.553 26239 26239 I MSHandlerLifeCycle: isMultiSplitHandlerRequested: windowingMode=1 isFullscreen=false isPopOver=false isHidden=false skipActivityType=false isHandlerType=true this: DecorView@4236e50[ThirdAppErrorDialogActivity]
02-02 18:22:34.553 26239 26239 I MSHandlerLifeCycle: isMultiSplitHandlerRequested: ignored. pkg=com.samsung.android.lool callers=com.android.internal.policy.DecorView.setVisibility:4224 android.app.Activity.makeVisible:6485 android.app.ActivityThread.handleResumeActivity:5365 android.app.servertransaction.ResumeActivityItem.execute:54 android.app.servertransaction.ActivityTransactionItem.execute:45 
02-02 18:22:34.553 26239 26239 I MSHandlerLifeCycle: removeMultiSplitHandler: no exist. decor=DecorView@4236e50[ThirdAppErrorDialogActivity]
02-02 18:22:34.560  1199  1276 D WindowManager: performShow logReadyForDisplay  mToken.waitingToShow:true isTransitionSet:true
02-02 18:22:34.567  1199  4948 I ActivityManager: Killing 24925:com.sec.android.app.shealth:remote/u0a273 (adj 999): empty #31
02-02 18:22:34.567  1199  3544 W NetlinkSocket: maximum read
02-02 18:22:34.568  1199  3545 D FreecessController: apply [LRs:false] to uid[10273]
02-02 18:22:34.568  1199  3545 W LocationManagerService: onFreezeStateChanged, uid[10273]=false
02-02 18:22:34.568  1199  3545 V AlarmManager: unblockMARsRestrictedAlarmsForUidPackage: uid = 10273, packageName = null
02-02 18:22:34.568  1199  3545 D FreecessController: send pending alarm to packageName:null, uid:10273
02-02 18:22:34.568  1199  3544 D FreecessController: UFZ : com.sec.android.app.shealth(0), reason: Signal
02-02 18:22:34.568  2410  3377 W BtGatt.GattService: unfreezeScan() - No AppScanStats found with uid: 10273
02-02 18:22:34.568   900   942 E TrafficController: FREECESS
02-02 18:22:34.569  1199  3544 D FreecessController: com.sec.android.app.shealth(state: Initial -> Freezeable, Reason: Signal)
02-02 18:22:34.569  1199  3545 I PowerManagerService: [PWL] SetWakeLockEnableDisable uid = 10273 , disable= false
02-02 18:22:34.569  1199  3545 I PowerManagerService: [PWL] can not change uid =  10273
02-02 18:22:34.572  1199  1412 I libprocessgroup: Successfully killed process cgroup uid 10273 pid 24925 in 5ms
02-02 18:22:34.574  1199  4948 V WindowManager: Relayout Window{e572d44 u0 com.samsung.android.lool/com.samsung.android.sm.battery.ui.apphealthchecker.ThirdAppErrorDialogActivity}: viewVisibility=0 req=1080x789 d0
02-02 18:22:34.574  1110  1155 I SurfaceFlinger: id=15769 createSurf (13x13),-3 flag=40004, com.samsung.android.lool/com.samsung.android.sm.battery.ui.apphealthchecker.ThirdAppErrorDialogActivity$_26239#0
02-02 18:22:34.575  1199  4948 D WindowManager: makeSurface duration=1 name=com.samsung.android.lool/com.samsung.android.sm.battery.ui.apphealthchecker.ThirdAppErrorDialogActivity$_26239
02-02 18:22:34.576  1199  4948 D WindowManager: performShow logReadyForDisplay  mToken.waitingToShow:true isTransitionSet:true
02-02 18:22:34.577  1199  4948 V WindowManager: Relayout hash=e572d44, pid=26239: mAttrs={(0,0)(wrapxwrap) gr=BOTTOM CENTER_VERTICAL sim={adjust=pan forwardNavigation} ty=APPLICATION fmt=TRANSLUCENT wanim=0x10302f5 surfaceInsets=Rect(6, 6 - 6, 6)
02-02 18:22:34.577  1199  4948 V WindowManager:   fl=1820002
02-02 18:22:34.577  1199  4948 V WindowManager:   pfl=42000000
02-02 18:22:34.577  1199  4948 V WindowManager:   bhv=DEFAULT
02-02 18:22:34.577  1199  4948 V WindowManager:   fitTypes=STATUS_BARS NAVIGATION_BARS CAPTION_BAR dimAmount=0.65 dimDuration=150 naviIconColor=0}
02-02 18:22:34.577  1199  1276 D CompatibilityChangeReporter: Compat change id reported: 158002302; UID 1000; state: ENABLED
02-02 18:22:34.578 26239 26239 I ViewRootImpl@6591f7c[ThirdAppErrorDialogActivity]: Relayout returned: old=(0,114,1080,2355) new=(0,1566,1080,2355) req=(1080,789)0 dur=3 res=0x7 s={true -5476376638717968384} ch=true fn=-1
02-02 18:22:34.579  1027  1027 I SDM     : HWCDisplay::GetColorModeCount: Supported color mode count = 3
02-02 18:22:34.579  1027  1027 I SDM     : HWCDisplay::GetColorModes: Color mode = 0 is supported
02-02 18:22:34.579  1027  1027 I SDM     : HWCDisplay::GetColorModes: Color mode = 7 is supported
02-02 18:22:34.579  1027  1027 I SDM     : HWCDisplay::GetColorModes: Color mode = 9 is supported
02-02 18:22:34.584 26239 26239 I ViewRootImpl@6591f7c[ThirdAppErrorDialogActivity]: [DP] dp(1) 1 android.view.ViewRootImpl.reportNextDraw:11240 android.view.ViewRootImpl.performTraversals:4087 android.view.ViewRootImpl.doTraversal:2831 
02-02 18:22:34.585  1199  1276 D WindowManager: performShow logReadyForDisplay  mToken.waitingToShow:true isTransitionSet:true
02-02 18:22:34.589 26239 26789 I BufferQueueProducer: [ViewRootImpl@6591f7c[ThirdAppErrorDialogActivity]#0(BLAST Consumer)0](id:667f00000000,api:1,p:26239,c:26239) queueBuffer: queued for the first time.
02-02 18:22:34.590  1199  2590 D Native_CFMS: CFMS Add Task Tid(26239)
02-02 18:22:34.590  1199  2590 D Native_CFMS: CFMS Add Task Tid(26789)
02-02 18:22:34.593  1199  2590 V WindowManager: Relayout Window{522514f u0 com.samsung.android.lool/com.samsung.android.sm.battery.ui.apphealthchecker.ThirdAppErrorDialogActivity}: viewVisibility=0 req=0x0 d0
02-02 18:22:34.593  1110  2951 I SurfaceFlinger: id=15770 createSurf (13x13),-3 flag=40004, com.samsung.android.lool/com.samsung.android.sm.battery.ui.apphealthchecker.ThirdAppErrorDialogActivity$_26239#1
02-02 18:22:34.593  1199  2590 D WindowManager: makeSurface duration=1 name=com.samsung.android.lool/com.samsung.android.sm.battery.ui.apphealthchecker.ThirdAppErrorDialogActivity$_26239
02-02 18:22:34.594  1199  4948 D InputDispatcher: Focus request (0): e572d44 com.samsung.android.lool/com.samsung.android.sm.battery.ui.apphealthchecker.ThirdAppErrorDialogActivity but waiting because NOT_VISIBLE
02-02 18:22:34.594  1199  2590 D WindowManager: performShow logReadyForDisplay  mToken.waitingToShow:true isTransitionSet:true
02-02 18:22:34.595  1199  2590 V WindowManager: Relayout hash=522514f, pid=26239: mAttrs={(0,0)(wrapxwrap) sim={adjust=pan forwardNavigation} ty=BASE_APPLICATION fmt=TRANSPARENT wanim=0x7f130003 surfaceInsets=Rect(6, 6 - 6, 6)
02-02 18:22:34.595  1199  2590 V WindowManager:   fl=1800002
02-02 18:22:34.595  1199  2590 V WindowManager:   pfl=42000000
02-02 18:22:34.595  1199  2590 V WindowManager:   bhv=DEFAULT
02-02 18:22:34.595  1199  2590 V WindowManager:   fitTypes=STATUS_BARS NAVIGATION_BARS CAPTION_BAR dimAmount=0.65 naviIconColor=0}
02-02 18:22:34.596 26239 26239 I ViewRootImpl@1ddb003[ThirdAppErrorDialogActivity]: Relayout returned: old=(0,114,1080,2355) new=(540,1234,540,1234) req=(0,0)0 dur=3 res=0x7 s={true -5476376638857818112} ch=true fn=-1
02-02 18:22:34.596 26239 26239 I ViewRootImpl@1ddb003[ThirdAppErrorDialogActivity]: [DP] dp(1) 1 android.view.ViewRootImpl.reportNextDraw:11240 android.view.ViewRootImpl.performTraversals:4087 android.view.ViewRootImpl.doTraversal:2831 
02-02 18:22:34.597 26239 26239 I ViewRootImpl@1ddb003[ThirdAppErrorDialogActivity]: [DP] pdf(0) 1 android.view.ViewRootImpl.performDraw:5072 android.view.ViewRootImpl.performTraversals:4106 android.view.ViewRootImpl.doTraversal:2831 
02-02 18:22:34.597 26239 26239 I ViewRootImpl@1ddb003[ThirdAppErrorDialogActivity]: [DP] rdf()
02-02 18:22:34.597 26239 26239 I ViewRootImpl@6591f7c[ThirdAppErrorDialogActivity]: [DP] pdf(0) 1 android.view.ViewRootImpl.lambda$createFrameCompleteCallback$3$ViewRootImpl:4845 android.view.ViewRootImpl$$ExternalSyntheticLambda15.run:6 android.os.Handler.handleCallback:938 
02-02 18:22:34.597 26239 26239 I ViewRootImpl@6591f7c[ThirdAppErrorDialogActivity]: [DP] rdf()
02-02 18:22:34.597  1199  4742 D WindowManager: finishDrawingWindow: Window{522514f u0 com.samsung.android.lool/com.samsung.android.sm.battery.ui.apphealthchecker.ThirdAppErrorDialogActivity} mDrawState=DRAW_PENDING
02-02 18:22:34.598  1199  1276 D WindowManager: performShow logReadyForDisplay  mToken.waitingToShow:true isTransitionSet:true
02-02 18:22:34.599  1199  4948 I SemDvfsHyPerManager: acquire hyper - AMS_RESUME_TAIL/1199@15, type = -999
02-02 18:22:34.599  1199  4948 I SemDvfsHyPerManager: acquire hyper - AMS_ACT_LAZY/1199@16, type = -999
02-02 18:22:34.599  1199  4948 D ActivityManagerPerformance: AMP_acquire() TAIL
02-02 18:22:34.599  1199  4948 D ActivityManagerPerformance: AMP_release() APP_SWITCH
02-02 18:22:34.599  1008  1034 I HYPER-HAL: [RequestManager.cpp]acquire(): Acquired ID : 737520  [1199 / 15]    HINT : AMS_RESUME_TAIL    list : 
02-02 18:22:34.600  1199  2590 D WindowManager: finishDrawingWindow: Window{e572d44 u0 com.samsung.android.lool/com.samsung.android.sm.battery.ui.apphealthchecker.ThirdAppErrorDialogActivity} mDrawState=DRAW_PENDING
02-02 18:22:34.601  1199  1276 D WindowManager: performShow logReadyForDisplay  mToken.waitingToShow:true isTransitionSet:true
02-02 18:22:34.602  1199  1276 D WindowManager: Loading animation for app transition. transit=TRANSIT_OLD_CRASHING_ACTIVITY_CLOSE enter=true frame=Rect(0, 0 - 1080, 2267) insets=Rect(0, 0 - 0, 0) surfaceInsets=Rect(0, 0 - 0, 0)
02-02 18:22:34.602  1199  1276 D WindowManager: Show task surface directly in handleOpeningApps.
02-02 18:22:34.602   901   901 I Zygote  : Process 24925 exited due to signal 9 (Killed)
02-02 18:22:34.603  1199  1276 I WindowManager: Reparenting to leash, surface=Surface(name=e572d44 com.samsung.android.lool/com.samsung.android.sm.battery.ui.apphealthchecker.ThirdAppErrorDialogActivity)/@0xca8390c, leashParent=Surface(name=ActivityRecord{6d9106 u0 com.samsung.android.lool/com.samsung.android.sm.battery.ui.apphealthchecker.ThirdAppErrorDialogActivity t262})/@0x4a2255
02-02 18:22:34.603  1110  3977 I SurfaceFlinger: id=15771 createSurf (0x0),-1 flag=24004, Surface(name=e572d44 com.samsung.android.lool/com.samsung.android.sm.battery.ui.apphealthchecker.ThirdAppErrorDialogActivity)/@0xca8390c - animation-leash of window_animation#0
02-02 18:22:34.603  1008  1034 I HYPER-HAL: [ResourceManager.cpp]updateResource(): [CPUMinFreq] UpdateResource Request ID : 737520    Value : 1747200
02-02 18:22:34.603  1008  1034 I HYPER-HAL: [RequestManager.cpp]acquire(): Acquired ID : 738736  [1199 / 16]    HINT : AMS_ACT_LAZY    list : 
02-02 18:22:34.604  1199  1276 D WindowManager: makeSurface duration=1 leash=Surface(name=Surface(name=e572d44 com.samsung.android.lool/com.samsung.android.sm.battery.ui.apphealthchecker.ThirdAppErrorDialogActivity)/@0xca8390c - animation-leash of window_animation)/@0x771ad36
02-02 18:22:34.604  1008  1034 I HYPER-HAL: [ResourceManager.cpp]removeResource(): [CPULittleMinFreq] RemoveResource Request ID : 753406
02-02 18:22:34.605  3005  3005 W Launcher: onEnterAnimationComplete
02-02 18:22:34.605  3005  3005 W Launcher: onEnterAnimationComplete
02-02 18:22:34.606  1110  3977 I SurfaceFlinger: id=15772 createSurf (0x0),-1 flag=20004, Dim Layer for - WindowedMagnification:0:31#0
02-02 18:22:34.607  1008  1034 I HYPER-HAL: [ResourceManager.cpp]removeResource(): [CPUMinFreq] RemoveResource Request ID : 753406
02-02 18:22:34.607  1199  1276 I WindowManager: Reparenting to leash, surface=Surface(name=Dim Layer for - WindowedMagnification:0:31)/@0x631fd3c, leashParent=Surface(name=WindowedMagnification:0:31)/@0xc9b7cf2
02-02 18:22:34.607  1008  1034 I HYPER-HAL: [RequestManager.cpp]releaseLocked(): Released ID : 753406
02-02 18:22:34.607  1110  3977 I SurfaceFlinger: id=15773 createSurf (0x0),-1 flag=24000, Surface(name=Dim Layer for - WindowedMagnification:0:31)/@0x631fd3c - animation-leash of dimmer#0
02-02 18:22:34.607  1199  1272 D [secipm]: mSecIpmManager report to nap
02-02 18:22:34.607  1199  1272 I PkgPredictorService-SecIpmManagerServiceImpl: reportToNAP uid:1000 com.samsung.android.lool/com.samsung.android.sm.battery.ui.apphealthchecker.ThirdAppErrorDialogActivity thisTime:301
02-02 18:22:34.608  1199  1276 D WindowManager: makeSurface duration=1 leash=Surface(name=Surface(name=Dim Layer for - WindowedMagnification:0:31)/@0x631fd3c - animation-leash of dimmer)/@0x3bfb128
02-02 18:22:34.608  1199  1276 D TaskOrganizerController: Task appeared taskId=262
02-02 18:22:34.609   908   908 I SAMSUNGPAY: [AbstractProvAuthTypeFragment] checkHasTuiPinCompletely
02-02 18:22:34.609   908  3242 I SAMSUNGPAY: [Hint_ProcessStatusChange] fg Change, pid : 26239 , isNotify : true , isForeground : true , fg list : [3005, 26239]
02-02 18:22:34.609   908   908 I SAMSUNGPAY: [TuiController] startTuiThread() called 
02-02 18:22:34.609   908   908 I SAMSUNGPAY: [TuiController] startTuiThread - busy
02-02 18:22:34.609   908   908 I SAMSUNGPAY: [AbstractProvAuthTypeFragment] checkHasTuiPinCompletely - Try again
02-02 18:22:34.609   908  1553 I SAMSUNGPAY: [ServiceTypeTable] isSupportOperator : ZTO, BR
02-02 18:22:34.609   908  1553 I SAMSUNGPAY: [ServiceTypeTable] Upgrade - ServiceTypeTable - entryFromCountryIso - index is : 12, iso : BR
02-02 18:22:34.609   908  1553 I SAMSUNGPAY: [ResetData] getSAResetDialogFlag : false
02-02 18:22:34.611  1199  2449 D InputDispatcher: Focus entered window (0): e572d44 com.samsung.android.lool/com.samsung.android.sm.battery.ui.apphealthchecker.ThirdAppErrorDialogActivity
02-02 18:22:34.611 26239 26239 I ViewRootImpl@6591f7c[ThirdAppErrorDialogActivity]: MSG_WINDOW_FOCUS_CHANGED 1 1
02-02 18:22:34.611  2412  2412 D FullscreenTaskListener: Fullscreen Task Appeared: #262, caller=com.android.wm.shell.ShellTaskOrganizer.onTaskAppeared:379 com.android.wm.shell.ShellTaskOrganizer.onTaskAppeared:368 android.window.TaskOrganizer$1.lambda$onTaskAppeared$4$TaskOrganizer$1:290 
02-02 18:22:34.613  1199  3545 D FreecessController: com.samsung.android.spay(state: Initial -> Freezeable, Reason: uidIdle)
02-02 18:22:34.613  1199  3545 D FreecessController: com.google.android.apps.docs(state: Initial -> Freezeable, Reason: uidIdle)
02-02 18:22:34.613  1199  3545 D FreecessController: com.topjohnwu.magisk(state: Initial -> Freezeable, Reason: uidIdle)
02-02 18:22:34.613   908  1553 I SAMSUNGPAY: [Hint_tp0] isHomePackageRunning topPkgName = com.samsung.android.lool, topClsName = com.samsung.android.sm.battery.ui.apphealthchecker.ThirdAppErrorDialogActivity, return false , se : false
02-02 18:22:34.614   908   908 I SAMSUNGPAY: [ServiceTypeTable] isSupportOperator : ZTO, BR
02-02 18:22:34.614   908   908 I SAMSUNGPAY: [ServiceTypeTable] Upgrade - ServiceTypeTable - entryFromCountryIso - index is : 12, iso : BR
02-02 18:22:34.614  1110  1110 D SurfaceFlinger: Display 4630947232161729153 HWC layers:
02-02 18:22:34.614  1110  1110 D SurfaceFlinger:      DEVICE | 0xb400007bc7fd28d0 | 0100 | RGBx_8888    |  359.0    0.0 1439.0 2400.0 |    0    0 1080 2400 | Wallpaper BBQ wrapper#0
02-02 18:22:34.614  1110  1110 D SurfaceFlinger:      DEVICE | 0xb400007be1420c70 | 0100 | RGBA_8888    |    0.0    0.0 1080.0 2400.0 |    0    0 1080 2400 | com.sec.android.app.launcher/com.sec[...].activities.LauncherActivity$_3005#0
02-02 18:22:34.614  1110  1110 D SurfaceFlinger:      DEVICE | 0xb400007bc7fd20f0 | 0100 | RGBA_8888    |    0.0    0.0 1080.0  114.0 |    0    0 1080  114 | StatusBar$_2412#0
02-02 18:22:34.614  1110  1110 D SurfaceFlinger:      DEVICE | 0xb400007be1420960 | 0100 | RGBA_8888    |    0.0    0.0 1080.0  144.0 |    0 2256 1080 2400 | NavigationBar0$_2412#0
02-02 18:22:34.614  1110  1110 D SurfaceFlinger:      DEVICE | 0xb400007be141f7e0 | 0140 | RGBA_8888    |    0.0    0.0 1080.0  194.0 |    0    0 1080  194 | ScreenDecorOverlay$_2412#0
02-02 18:22:34.614  1110  1110 D SurfaceFlinger:      DEVICE | 0xb400007be141fd90 | 0140 | RGBA_8888    |    0.0    0.0 1080.0  177.0 |    0 2223 1080 2400 | ScreenDecorOverlayBottom$_2412#0
02-02 18:22:34.614  1110  1110 D SurfaceFlinger: 
02-02 18:22:34.614   908   908 I SAMSUNGPAY: [Hint_IntroHintService] Hint Status - already invisible, skip hide : [4000000] - Home Package Not Running
02-02 18:22:34.618  1199  1272 I ActivityTaskManager: Displayed com.samsung.android.lool/com.samsung.android.sm.battery.ui.apphealthchecker.ThirdAppErrorDialogActivity: +301ms
02-02 18:22:34.618  1199  1272 I Pageboost: Launch time gathered : pid 26239 com.samsung.android.lool 301
02-02 18:22:34.618  3597  3597 E pageboostd: Received HALT command code 2
02-02 18:22:34.630  1110  1110 D SurfaceFlinger: Display 4630947232161729153 HWC layers:
02-02 18:22:34.630  1110  1110 D SurfaceFlinger:      DEVICE | 0xb400007bc7fd28d0 | 0100 | RGBx_8888    |  359.0    0.0 1439.0 2400.0 |    0    0 1080 2400 | Wallpaper BBQ wrapper#0
02-02 18:22:34.630  1110  1110 D SurfaceFlinger:      DEVICE | 0xb400007be1420c70 | 0100 | RGBA_8888    |    0.0    0.0 1080.0 2400.0 |    0    0 1080 2400 | com.sec.android.app.launcher/com.sec[...].activities.LauncherActivity$_3005#0
02-02 18:22:34.630  1110  1110 D SurfaceFlinger:  SOLID_COLOR |              | 0000 |  Unknown  |    0.0    0.0    0.0    0.0 |    0    0 1080 2400 | Dim Layer for - WindowedMagnification:0:31#0
02-02 18:22:34.630  1110  1110 D SurfaceFlinger:      DEVICE | 0xb400007be141f2a0 | 0100 | RGBA_8888    |    6.0    0.0 1086.0  743.0 |    0 1657 1080 2400 | com.samsung.android.lool/com.samsung[...]ThirdAppErrorDialogActivity$_26239#0
02-02 18:22:34.630  1110  1110 D SurfaceFlinger:      DEVICE | 0xb400007bc7fd20f0 | 0100 | RGBA_8888    |    0.0    0.0 1080.0  114.0 |    0    0 1080  114 | StatusBar$_2412#0
02-02 18:22:34.630  1110  1110 D SurfaceFlinger:      DEVICE | 0xb400007be1420960 | 0100 | RGBA_8888    |    0.0    0.0 1080.0  144.0 |    0 2256 1080 2400 | NavigationBar0$_2412#0
02-02 18:22:34.630  1110  1110 D SurfaceFlinger:      DEVICE | 0xb400007be141f7e0 | 0140 | RGBA_8888    |    0.0    0.0 
02-02 18:22:34.630  1110  1110 D SurfaceFlinger: 1080.0  194.0 |    0    0 1080  194 | ScreenDecorOverlay$_2412#0
02-02 18:22:34.630  1110  1110 D SurfaceFlinger:      DEVICE | 0xb400007be141fd90 | 0140 | RGBA_8888    |    0.0    0.0 1080.0  177.0 |    0 2223 1080 2400 | ScreenDecorOverlayBottom$_2412#0
02-02 18:22:34.630  1110  1110 D SurfaceFlinger: 
02-02 18:22:34.630  1199  2490 V MdnieScenarioControlService: mAclOffEnabled : false mAclPreviewState : false mAclCompensationState : false
02-02 18:22:34.700  1199  1275 W ActivityTaskManager: Activity top resumed state loss timeout for ActivityRecord{355b55e u0 vegabobo.dsusideloader/.MainActivity t-1 f}}

@VegaBobo
Copy link
Owner

VegaBobo commented Feb 2, 2022

Thanks, check if this one fixes

app-debug.zip

@outrowender
Copy link
Author

I think it working now! I'm doing a installation to double check and later I'll do some report here. Thanks!

@outrowender
Copy link
Author

Working now!

@VegaBobo
Copy link
Owner

VegaBobo commented Feb 3, 2022

Pushed changes to repo, i highly recommend you to update:
https://github.com/VegaBobo/DSU-Sideloader/releases/tag/1.01

Have a nice day.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants