Hi,
Because of the Google play store requirement, I start to build my app in aab.
My app is more than 150 mb and I use addressable localy with AssetReference.
I build an aab more than 150mb and Google Play store accepted it with this configuration.
I start internal test on Google Play Store and download my app on my device.
But my app shows only a black screen even the Splash Image system from Unity doesn’t appear.
On another device, the app crashes.
I precise that I don’t have issue with apk + obb.
I use Unity 2021.1.19f1
I build for armv7 and arm64
Any idea about this issue ?
Logcat black screen
2021/10/15 14:01:46.504 17428 17428 Error Zygote isWhitelistProcess - Process is Whitelisted
2021/10/15 14:01:46.505 17428 17428 Error Zygote accessInfo : 1
2021/10/15 14:01:46.534 17428 17428 Error m.iko.viewerex Not starting debugger since process cannot load the jdwp agent.
2021/10/15 14:01:46.542 17428 17428 Debug ActivityThread setConscryptValidator
2021/10/15 14:01:46.542 17428 17428 Debug ActivityThread setConscryptValidator - put
2021/10/15 14:01:46.568 17428 17428 Warn m.iko.viewerex JIT profile information will not be recorded: profile file does not exits.
2021/10/15 14:01:46.568 17428 17428 Warn m.iko.viewerex JIT profile information will not be recorded: profile file does not exits.
2021/10/15 14:01:46.589 17428 17428 Info FirebaseApp Device unlocked: initializing all Firebase APIs for app [DEFAULT]
2021/10/15 14:01:46.601 17428 17428 Info FirebaseInitProvider FirebaseApp initialization successful
2021/10/15 14:01:46.620 17428 19973 Info DynamiteModule Considering local module com.google.android.gms.measurement.dynamite:51 and remote module com.google.android.gms.measurement.dynamite:52
2021/10/15 14:01:46.620 17428 19973 Info DynamiteModule Selected remote version of com.google.android.gms.measurement.dynamite, version >= 52
2021/10/15 14:01:46.620 17428 19973 Verbose DynamiteModule Dynamite loader version >= 2, using loadModule2NoCrashUtils
2021/10/15 14:01:46.638 17428 19973 Warn System ClassLoader referenced unknown path:
2021/10/15 14:01:46.661 17428 17428 Info IL2CPP JNI_OnLoad
2021/10/15 14:01:46.665 17428 19973 Warn m.iko.viewerex ClassLoaderContext type mismatch. expected=PCL, found=DLC (PCL[ ] | DLC[ ];PCL[/data/app/com.iko.viewerexp-ppRAKuUTyRvpvuEochVtPQ==/base.apk*2731215880])
2021/10/15 14:01:46.666 17428 19973 Warn m.iko.viewerex Found duplicate classes, falling back to extracting from APK : /data/user_de/0/com.google.android.gms/app_chimera/m/0000003b/MeasurementDynamite.apk
2021/10/15 14:01:46.666 17428 19973 Warn m.iko.viewerex NOTE: This wastes RAM and hurts startup performance.
2021/10/15 14:01:46.666 17428 19973 Warn m.iko.viewerex Found duplicated class when checking oat files: ‘Landroid/support/v4/app/RemoteActionCompatParcelizer;’ in /data/app/com.iko.viewerexp-ppRAKuUTyRvpvuEochVtPQ==/base.apk and /data/user_de/0/com.google.android.gms/app_chimera/m/0000003b/MeasurementDynamite.apk
2021/10/15 14:01:46.666 17428 19973 Warn m.iko.viewerex
2021/10/15 14:01:46.671 17428 17428 Debug PhoneWindow forceLight changed to true [ ] from com.android.internal.policy.PhoneWindow.updateForceLightNavigationBar:4268 com.android.internal.policy.DecorView.updateColorViews:1513 com.android.internal.policy.PhoneWindow.dispatchWindowAttributesChanged:3246 android.view.Window.setFlags:1148 com.android.internal.policy.PhoneWindow.generateLayout:2474
2021/10/15 14:01:46.672 17428 17428 Info MultiWindowDecorSupport updateCaptionType >> DecorView@8a7ab67[ ], isFloating: false, isApplication: true, hasWindowDecorCaption: false, hasWindowControllerCallback: true
2021/10/15 14:01:46.672 17428 17428 Debug MultiWindowDecorSupport setCaptionType = 0, DecorView = DecorView@8a7ab67[ ]
2021/10/15 14:01:46.688 17428 17428 Debug ViewRootImpl@fd920fe[UnityPlayerActivity] setView = com.android.internal.policy.DecorView@8a7ab67 TM=true MM=false
2021/10/15 14:01:46.690 17428 17428 Verbose InputMethodManager Not IME target window, ignoring
2021/10/15 14:01:46.690 17428 17428 Debug SurfaceView onWindowVisibilityChanged(0) true android.view.SurfaceView{9f4a05f VFE… .F…I. 0,0-0,0 #7f050060 app:id/unitySurfaceView} of ViewRootImpl@fd920fe[UnityPlayerActivity]
2021/10/15 14:01:46.700 17428 17428 Debug ViewRootImpl@fd920fe[UnityPlayerActivity] Relayout returned: old=(0,0,1600,2560) new=(0,0,1600,2560) req=(1600,2560)0 dur=9 res=0x7 s={true 482823163904} ch=true
2021/10/15 14:01:46.706 17428 17428 Debug SurfaceView surfaceCreated 1 #8 android.view.SurfaceView{9f4a05f VFE… .F…ID 0,0-1600,2452 #7f050060 app:id/unitySurfaceView}
2021/10/15 14:01:46.706 17428 17428 Debug SurfaceView surfaceChanged (1600,2452) 1 #8 android.view.SurfaceView{9f4a05f VFE… .F…ID 0,0-1600,2452 #7f050060 app:id/unitySurfaceView}
2021/10/15 14:01:46.722 17428 17428 Warn Gralloc3 mapper 3.x is not supported
2021/10/15 14:01:46.748 17428 19997 Info FA App measurement initialized, version: 43029
2021/10/15 14:01:46.748 17428 19997 Info FA To enable debug logging run: adb shell setprop log.tag.FA VERBOSE
2021/10/15 14:01:46.748 17428 19997 Info FA To enable faster debug mode event logging run:
2021/10/15 14:01:46.748 17428 19997 Info FA adb shell setprop debug.firebase.analytics.app com.iko.viewerexp
2021/10/15 14:01:46.751 17428 17428 Debug ViewRootImpl@fd920fe[UnityPlayerActivity] Relayout returned: old=(0,0,1600,2560) new=(0,0,1600,2560) req=(1600,2560)0 dur=7 res=0x1 s={true 482823163904} ch=false
2021/10/15 14:01:46.751 17428 17428 Debug ViewRootImpl@fd920fe[UnityPlayerActivity] MSG_WINDOW_FOCUS_CHANGED 1 1
2021/10/15 14:01:46.751 17428 17428 Debug InputMethodManager prepareNavigationBarInfo() DecorView@8a7ab67[UnityPlayerActivity]
2021/10/15 14:01:46.751 17428 17428 Debug InputMethodManager getNavigationBarColor() -855310
2021/10/15 14:01:46.766 17428 17428 Debug InputMethodManager prepareNavigationBarInfo() DecorView@8a7ab67[UnityPlayerActivity]
2021/10/15 14:01:46.766 17428 17428 Debug InputMethodManager getNavigationBarColor() -855310
2021/10/15 14:01:46.766 17428 17428 Verbose InputMethodManager Starting input: tba=com.iko.viewerexp ic=null mNaviBarColor -855310 mIsGetNaviBarColorSuccess true , NavVisible : true , NavTrans : false
2021/10/15 14:01:46.766 17428 17428 Debug InputMethodManager startInputInner - Id : 0
2021/10/15 14:01:46.766 17428 17428 Info InputMethodManager startInputInner - mService.startInputOrWindowGainedFocus
2021/10/15 14:01:46.771 17428 17428 Debug ViewRootImpl@fd920fe[UnityPlayerActivity] MSG_RESIZED: frame=(0,0,1600,2560) ci=(0,0,0,108) vi=(0,54,0,108) or=1
2021/10/15 14:01:46.774 17428 17428 Debug InputMethodManager prepareNavigationBarInfo() DecorView@8a7ab67[UnityPlayerActivity]
2021/10/15 14:01:46.774 17428 17428 Debug InputMethodManager getNavigationBarColor() -855310
2021/10/15 14:01:46.774 17428 17428 Verbose InputMethodManager Starting input: tba=com.iko.viewerexp ic=null mNaviBarColor -855310 mIsGetNaviBarColorSuccess true , NavVisible : true , NavTrans : false
2021/10/15 14:01:46.774 17428 17428 Debug InputMethodManager startInputInner - Id : 0
2021/10/15 14:01:46.779 17428 19986 Info Unity MemoryManager: Using ‘Dynamic Heap’ Allocator.
2021/10/15 14:01:46.791 17428 20001 Debug NetworkSecurityConfig No Network Security Config specified, using platform default
2021/10/15 14:01:46.795 17428 20001 Info System.out (HTTPLog)-Static: isSBSettingEnabled false
2021/10/15 14:01:46.796 17428 20001 Info System.out (HTTPLog)-Static: isSBSettingEnabled false
2021/10/15 14:01:46.816 17428 19986 Info PlayCore UID: [10257] PID: [17428] AssetPackServiceListenerRegistry : registerListener
2021/10/15 14:01:46.820 17428 19986 Info PlayCore UID: [10257] PID: [17428] AssetPackServiceImpl : getPackStates([UnityDataAssetPack])
2021/10/15 14:01:46.821 17428 20009 Info PlayCore UID: [10257] PID: [17428] AssetPackServiceImpl : syncPacks
2021/10/15 14:01:46.824 17428 19986 Info PlayCore UID: [10257] PID: [17428] AssetPackServiceImpl : getPackStates([UnityStreamingAssetsPack])
2021/10/15 14:01:46.826 17428 20011 Info PlayCore UID: [10257] PID: [17428] AssetPackServiceImpl : Initiate binding to the service.
2021/10/15 14:01:46.834 17428 19986 Info Unity SystemInfo CPU = ARM64 FP ASIMD AES, Cores = 8, Memory = 3589mb
2021/10/15 14:01:46.834 17428 19986 Info Unity SystemInfo ARM big.LITTLE configuration: 4 big (mask: 0xf0), 4 little (mask: 0xf)
2021/10/15 14:01:46.834 17428 19986 Info Unity ApplicationInfo com.iko.viewerexp version 0.9 build bb304254-3bb1-4491-a631-1e80c66eabf4
2021/10/15 14:01:46.835 17428 19986 Info Unity Built from ‘2021.1/draft/staging’ branch, Version ‘2021.1.19f1 (095bd6487e19)’, Build type ‘Release’, Scripting Backend ‘il2cpp’, CPU ‘arm64-v8a’, Stripping ‘Enabled’
2021/10/15 14:01:46.837 17428 20011 Info PlayCore UID: [10257] PID: [17428] AssetPackServiceImpl : Waiting to bind to the service.
2021/10/15 14:01:46.837 17428 20011 Info PlayCore UID: [10257] PID: [17428] AssetPackServiceImpl : Waiting to bind to the service.
2021/10/15 14:01:46.859 17428 20001 Debug libmdf libmdf v2.9.0.0 On 64bit PLATFORM
2021/10/15 14:01:46.860 17428 17428 Debug ViewRootImpl@fd920fe[UnityPlayerActivity] Relayout returned: old=(0,0,1600,2560) new=(0,0,1600,2560) req=(1600,2560)0 dur=20 res=0x1 s={true 482823163904} ch=false
2021/10/15 14:01:46.861 17428 17428 Info PlayCore UID: [10257] PID: [17428] AssetPackServiceImpl : ServiceConnectionImpl.onServiceConnected(ComponentInfo{com.android.vending/com.google.android.finsky.assetmoduleservice.AssetModuleService})
2021/10/15 14:01:46.863 17428 19997 Info FA Tag Manager is not found and thus will not be used
2021/10/15 14:01:46.868 17428 20011 Info PlayCore UID: [10257] PID: [17428] AssetPackServiceImpl : linkToDeath
2021/10/15 14:01:46.882 17428 17428 Debug ViewRootImpl@fd920fe[UnityPlayerActivity] Relayout returned: old=(0,0,1600,2560) new=(0,0,1600,2560) req=(1600,2560)0 dur=7 res=0x1 s={true 482823163904} ch=false
2021/10/15 14:01:46.883 17428 17428 Debug SurfaceView surfaceChanged (1600,2560) 1 #5 android.view.SurfaceView{9f4a05f VFE… .F…ID 0,0-1600,2560 #7f050060 app:id/unitySurfaceView}
2021/10/15 14:01:46.943 17428 17428 Debug ViewRootImpl@fd920fe[UnityPlayerActivity] MSG_RESIZED: frame=(0,0,1600,2560) ci=(0,0,0,108) vi=(0,54,0,0) or=1
2021/10/15 14:01:46.976 17428 17428 Debug ViewRootImpl@fd920fe[UnityPlayerActivity] MSG_RESIZED: frame=(0,0,1600,2560) ci=(0,0,0,108) vi=(0,0,0,0) or=1
2021/10/15 14:01:47.061 17428 19986 Warn m.iko.viewerex 0xebadde09 skipped times: 0
2021/10/15 14:01:47.077 17428 19965 Info PlayCore UID: [10257] PID: [17428] AssetPackServiceImpl : onError(-2)
2021/10/15 14:01:47.078 17428 20011 Info PlayCore UID: [10257] PID: [17428] AssetPackServiceImpl : Unbind from service.
2021/10/15 14:01:47.342 17428 19965 Info PlayCore UID: [10257] PID: [17428] AssetPackServiceImpl : onError(-2)
2021/10/15 14:01:47.345 17428 19965 Info PlayCore UID: [10257] PID: [17428] AssetPackServiceImpl : onGetSessionStates
Logcat crash on other device
2021/10/15 14:36:26.053 667 667 Info Layer id=2101[1] Destroyed Surface(name=96624b1 Splash Screen com.iko.viewerexp)/@0x347a5b8 - animation-leash#0
2021/10/15 14:36:26.053 667 667 Info Layer id=2090[1] Destroyed 96624b1 Splash Screen com.iko.viewerexp#0
2021/10/15 14:36:26.053 1899 1899 Debug FastBitmapDrawable animatePress : false immediate : true invalidate : true
2021/10/15 14:36:26.053 1899 1899 Info LauncherTransition onAnimationEnd - APP IN, Execution time for each frame : Start-(12)-0-(16)-1-(16)-1-(16)-2-(15)-0-(16)-1-(16)-0-(17)-0-(16)-1-(16)-1-(15)-1-(16)-1-(16)-0-(16)-1-(16)-1-End
2021/10/15 14:36:26.053 29190 29232 Info Unity ApplicationInfo com.iko.viewerexp version 0.9 build 904cf4aa-4651-4b6d-9527-39c4fd0dc1eb
2021/10/15 14:36:26.053 1085 1844 Debug RemoteAnimationController app-onAnimationFinished(): mOuter=com.android.server.wm.RemoteAnimationController@6e6ef94
2021/10/15 14:36:26.053 1085 1844 Debug RemoteAnimationController onAnimationFinished(): mPendingAnimations=3
2021/10/15 14:36:26.054 29190 29232 Info Unity Built from ‘2021.1/draft/staging’ branch, Version ‘2021.1.19f1 (095bd6487e19)’, Build type ‘Release’, Scripting Backend ‘il2cpp’, CPU ‘armeabi-v7a’, Stripping ‘Enabled’
2021/10/15 14:36:26.055 667 667 Info Layer id=2091[1] Destroyed Splash Screen com.iko.viewerexp#0
2021/10/15 14:36:26.056 1085 1844 Debug RemoteAnimationController app-release(): mOuter=com.android.server.wm.RemoteAnimationController@6e6ef94
2021/10/15 14:36:26.056 1085 1844 Debug RemoteAnimationController onAnimationFinished(): Notify animation finished:
2021/10/15 14:36:26.056 1085 1844 Info WindowManager Reparenting to original parent: Surface(name=WallpaperWindowToken{fac9459 token=android.os.Binder@a0ce0a0})/@0x869913e, destroyLeash=true, surface=Surface(name=2ffacd7 com.android.systemui.ImageWallpaper)/@0x5f8ab7d
2021/10/15 14:36:26.056 1085 1844 Debug RemoteAnimationController Window{2ffacd7 u0 com.android.systemui.ImageWallpaper}
2021/10/15 14:36:26.056 1085 1844 Info WindowManager Reparenting to original parent: Surface(name=Task=130)/@0xb803b83, destroyLeash=true, surface=Surface(name=AppWindowToken{caf93c3 token=Token{c4bf372 ActivityRecord{84a587d u0 com.iko.viewerexp/com.unity3d.player.UnityPlayerActivity t130}}})/@0x1de009c
2021/10/15 14:36:26.057 1085 1844 Debug CustomFrequencyManagerService acquireDVFSLockLocked : type : DVFS_MIN_LIMIT frequency : 1689600 uid : 1000 pid : 1085 pkgName : AMS_RESUME_TAIL@CPU_MIN@28
2021/10/15 14:36:26.058 1085 1844 Debug ActivityManagerPerformance AMP_acquire() TAIL
2021/10/15 14:36:26.058 1085 1844 Debug CustomFrequencyManagerService FrequencyrequestList.getNextMaxLPMBiasRequest, index: 7
2021/10/15 14:36:26.060 1085 1844 Debug CustomFrequencyManagerService releaseDVFSLockLocked : Getting Lock type frm List : DVFS_MIN_LIMIT frequency : 1804800 uid : 1000 pid : 1085 tag : AMS_APP_SWITCH@CPU_MIN@62
2021/10/15 14:36:26.061 1085 1844 Debug ActivityManagerPerformance AMP_release() APP_SWITCH
2021/10/15 14:36:26.061 1085 1844 Debug RemoteAnimationController AppWindowToken{caf93c3 token=Token{c4bf372 ActivityRecord{84a587d u0 com.iko.viewerexp/com.unity3d.player.UnityPlayerActivity t130}}}
2021/10/15 14:36:26.061 1085 1844 Info WindowManager Reparenting to original parent: Surface(name=Task=96)/@0x30f1ae8, destroyLeash=true, surface=Surface(name=AppWindowToken{3c5634d token=Token{42482e4 ActivityRecord{1ca9677 u0 com.sec.android.app.launcher/.activities.LauncherActivity t96}}})/@0xaa313f2
2021/10/15 14:36:26.062 1085 1844 Verbose WindowManager Setting visibility of Window{ad29e79 u0 com.sec.android.app.launcher/com.sec.android.app.launcher.activities.LauncherActivity}: false, caller=com.android.server.wm.WindowContainer.sendAppVisibilityToClients:640 com.android.server.wm.AppWindowToken.setClientHidden:640 com.android.server.wm.AppWindowToken.onAnimationFinished:3849 com.android.server.wm.-$$Lambda$yVRF8YoeNdTa8GR1wDStVsHu8xM.run:2 com.android.server.wm.SurfaceAnimator.lambda$getFinishedCallback$0$SurfaceAnimator:100
2021/10/15 14:36:26.062 1085 1844 Debug RemoteAnimationController AppWindowToken{3c5634d token=Token{42482e4 ActivityRecord{1ca9677 u0 com.sec.android.app.launcher/.activities.LauncherActivity t96}}}
2021/10/15 14:36:26.063 1085 1844 Info RemoteAnimationController Finishing remote animation
2021/10/15 14:36:26.064 1738 18192 Debug WallpaperService dispatchAppVisibility onVisibilityChanged(): false
2021/10/15 14:36:26.066 1738 1738 Info ImageWallpaper onVisibilityChanged false
2021/10/15 14:36:26.066 1738 1738 Debug WallpaperService reportVisibility onVisibilityChanged visible: false
2021/10/15 14:36:26.066 667 727 Info Layer id=2094 removeFromCurrentState Surface(name=2ffacd7 com.android.systemui.ImageWallpaper)/@0x5f8ab7d - animation-leash#0 (69)
2021/10/15 14:36:26.066 667 727 Info Layer id=2092 removeFromCurrentState Surface(name=AppWindowToken{3c5634d token=Token{42482e4 ActivityRecord{1ca9677 u0 com.sec.android.app.launcher/.activities.LauncherActivity t96}}})/@0xaa313f2 - animation-leash#0 (69)
2021/10/15 14:36:26.066 667 727 Info Layer id=2070 removeFromCurrentState com.sec.android.app.launcher/com.sec.android.app.launcher.activities.LauncherActivity$_1899#0 (69)
2021/10/15 14:36:26.066 667 727 Info Layer id=41 removeFromCurrentState AppWindowToken{3c5634d token=Token{42482e4 ActivityRecord{1ca9677 u0 com.sec.android.app.launcher/.activities.LauncherActivity t96}}}#0 (69)
2021/10/15 14:36:26.066 667 727 Info Layer id=45 removeFromCurrentState ad29e79 com.sec.android.app.launcher/com.sec.android.app.launcher.activities.LauncherActivity#0 (69)
2021/10/15 14:36:26.066 667 727 Info Layer id=2093 removeFromCurrentState Surface(name=AppWindowToken{caf93c3 token=Token{c4bf372 ActivityRecord{84a587d u0 com.iko.viewerexp/com.unity3d.player.UnityPlayerActivity t130}}})/@0x1de009c - animation-leash#0 (69)
2021/10/15 14:36:26.069 667 667 Info SurfaceFlinger Display 0 HWC layers:
2021/10/15 14:36:26.069 667 667 Info SurfaceFlinger type | handle | flag | format | source crop (l,t,r,b) | frame | name
2021/10/15 14:36:26.069 667 667 Info SurfaceFlinger ------------±-------------±-----±----------±---------------------------±--------------------±-----
2021/10/15 14:36:26.069 667 667 Info SurfaceFlinger CLIENT | 0xe8e0bd80 | 0002 | RGBA_8888 | 0.0 0.0 1200.0 1920.0 | 0 0 1200 1920 | com.android.systemui.ImageWallpaper$_1738#0
2021/10/15 14:36:26.069 667 667 Info SurfaceFlinger CLIENT | 0xe8e43c00 | 0000 | RGBA_8888 | 0.0 0.0 1200.0 1920.0 | 0 0 1200 1920 | com.sec.android.app.launcher/com.sec[…].activities.LauncherActivity$_1899#0
2021/10/15 14:36:26.069 667 667 Info SurfaceFlinger CLIENT | | 0002 | Unknown | 0.0 0.0 0.0 0.0 | 0 3 1198 1847 | Background for -SurfaceView - com.ik[…]ayer.UnityPlayerActivity@2d0454a@0#0
2021/10/15 14:36:26.069 667 667 Info SurfaceFlinger CLIENT | 0xeb02cb80 | 0000 | RGBA_8888 | 0.0 0.0 1200.0 1920.0 | 0 3 1198 1919 | com.iko.viewerexp/com.unity3d.player.UnityPlayerActivity$_29190#0
2021/10/15 14:36:26.069 667 667 Info SurfaceFlinger CLIENT | 0xe8e43c80 | 0000 | RGBA_8888 | 0.0 6.0 1200.0 36.0 | 0 0 1200 30 | StatusBar$_1738#0
2021/10/15 14:36:26.069 667 667 Info SurfaceFlinger CLIENT | 0xe8e0
2021/10/15 14:36:26.069 667 667 Info SurfaceFlinger b980 | 0000 | RGBA_8888 | 0.0 0.0 1200.0 72.0 | 0 1848 1200 1920 | NavigationBar0$_1738#0
2021/10/15 14:36:26.069 667 667 Info SurfaceFlinger
2021/10/15 14:36:26.070 1085 3904 Verbose WindowManager Relayout Window{587ae59 u0 com.iko.viewerexp/com.unity3d.player.UnityPlayerActivity}: viewVisibility=0 req=1200x1920
2021/10/15 14:36:26.070 667 667 Error Layer [Surface(name=AppWindowToken{3c5634d token=Token{42482e4 ActivityRecord{1ca9677 u0 com.sec.android.app.launcher/.activities.LauncherActivity t96}}})/@0xaa313f2 - animation-leash#0] No local sync point found, barrierLayer : [com.sec.android.app.launcher/com.sec.android.app.launcher.activities.LauncherActivity$_1899#0]
2021/10/15 14:36:26.070 667 667 Error Layer [Surface(name=AppWindowToken{caf93c3 token=Token{c4bf372 ActivityRecord{84a587d u0 com.iko.viewerexp/com.unity3d.player.UnityPlayerActivity t130}}})/@0x1de009c - animation-leash#0] No local sync point found, barrierLayer : [com.sec.android.app.launcher/com.sec.android.app.launcher.activities.LauncherActivity$_1899#0]
2021/10/15 14:36:26.070 667 667 Error Layer [Surface(name=2ffacd7 com.android.systemui.ImageWallpaper)/@0x5f8ab7d - animation-leash#0] No local sync point found, barrierLayer : [com.sec.android.app.launcher/com.sec.android.app.launcher.activities.LauncherActivity$_1899#0]
2021/10/15 14:36:26.072 1085 3904 Debug PowerManagerService [api] acquire WakeLock SCREEN_BRIGHT_WAKE_LOCK ‘WindowManager’ ON_AFTER_RELEASE (uid=1000 pid=1085 pkg=android ws=WorkSource{10243})
2021/10/15 14:36:26.076 1899 3027 Debug OpenGLRenderer makeCurrent EglSurface : 0xda71c920 → 0x0
2021/10/15 14:36:26.079 1085 1844 Verbose WindowManager Relayout Window{ad29e79 u0 com.sec.android.app.launcher/com.sec.android.app.launcher.activities.LauncherActivity}: viewVisibility=8 req=1200x1920
2021/10/15 14:36:26.079 1085 3904 Verbose WindowManager Relayout 29190: mAttrs={(0,0)(fillxfill) sim={adjust=pan} layoutInDisplayCutoutMode=always ty=BASE_APPLICATION fmt=TRANSLUCENT wanim=0x1030305
2021/10/15 14:36:26.079 1085 3904 Verbose WindowManager fl=80810580
2021/10/15 14:36:26.079 1085 3904 Verbose WindowManager pfl=10020000
2021/10/15 14:36:26.079 1085 3904 Verbose WindowManager vsysui=10 naviIconColor=0}
2021/10/15 14:36:26.081 29190 29190 Debug ViewRootImpl@6b7eab5[UnityPlayerActivity] Relayout returned: old=(0,0,1200,1920) new=(0,0,1200,1920) req=(1200,1920)0 dur=26 res=0x1 s={true 3629858816} ch=false
2021/10/15 14:36:26.084 1085 1844 Verbose WindowManager Relayout 1899: mAttrs={(0,0)(fillxfill) sim={adjust=nothing} layoutInDisplayCutoutMode=always ty=BASE_APPLICATION fmt=TRANSPARENT wanim=0x10302f1
2021/10/15 14:36:26.084 1085 1844 Verbose WindowManager fl=81910100
2021/10/15 14:36:26.084 1085 1844 Verbose WindowManager pfl=20000
2021/10/15 14:36:26.084 1085 1844 Verbose WindowManager vsysui=700 naviIconColor=0}
2021/10/15 14:36:26.085 1899 1899 Debug ViewRootImpl@39f06c6[LauncherActivity] Relayout returned: old=(0,0,1200,1920) new=(0,0,1200,1920) req=(1200,1920)8 dur=7 res=0x5 s={false 0} ch=true
2021/10/15 14:36:26.086 667 667 Info SurfaceFlinger Display 0 HWC layers:
2021/10/15 14:36:26.086 667 667 Info SurfaceFlinger type | handle | flag | format | source crop (l,t,r,b) | frame | name
2021/10/15 14:36:26.086 667 667 Info SurfaceFlinger ------------±-------------±-----±----------±---------------------------±--------------------±-----
2021/10/15 14:36:26.086 667 667 Info SurfaceFlinger SOLID_COLOR | | 0002 | Unknown | 0.0 0.0 0.0 0.0 | 0 0 1200 1848 | Background for -SurfaceView - com.ik[…]ayer.UnityPlayerActivity@2d0454a@0#0
2021/10/15 14:36:26.086 667 667 Info SurfaceFlinger DEVICE | 0xeb02cb80 | 0000 | RGBA_8888 | 0.0 0.0 1200.0 1920.0 | 0 0 1200 1920 | com.iko.viewerexp/com.unity3d.player.UnityPlayerActivity$_29190#0
2021/10/15 14:36:26.086 667 667 Info SurfaceFlinger DEVICE | 0xe8e43c80 | 0000 | RGBA_8888 | 0.0 8.0 1200.0 36.0 | 0 0 1200 28 | StatusBar$_1738#0
2021/10/15 14:36:26.086 667 667 Info SurfaceFlinger DEVICE | 0xe8e0b980 | 0000 | RGBA_8888 | 0.0 0.0 1200.0 72.0 | 0 1848 1200 1920 | NavigationBar0$_1738#0
2021/10/15 14:36:26.086 667 667 Info SurfaceFlinger
2021/10/15 14:36:26.086 667 2150 Info SurfaceFlinger id=2094 Removed Surface(name=2ffacd7 com.android.systemui.ImageWallpaper)/@0x5f8ab7d - animation-leash#0 (69)
2021/10/15 14:36:26.086 667 2150 Info SurfaceFlinger id=2093 Removed Surface(name=AppWindowToken{caf93c3 token=Token{c4bf372 ActivityRecord{84a587d u0 com.iko.viewerexp/com.unity3d.player.UnityPlayerActivity t130}}})/@0x1de009c - animation-leash#0 (69)
2021/10/15 14:36:26.086 667 2150 Info SurfaceFlinger id=2092 Removed Surface(name=AppWindowToken{3c5634d token=Token{42482e4 ActivityRecord{1ca9677 u0 com.sec.android.app.launcher/.activities.LauncherActivity t96}}})/@0xaa313f2 - animation-leash#0 (69)
2021/10/15 14:36:26.088 1085 1844 Verbose WindowManager Relayout Window{587ae59 u0 com.iko.viewerexp/com.unity3d.player.UnityPlayerActivity}: viewVisibility=0 req=1200x1920
2021/10/15 14:36:26.090 1085 1324 Debug WindowManager setSystemUiVisibility: displayId=0, vis=0x971e, fullVis=0x0, dockVis=0x0, win=Window{587ae59 u0 com.iko.viewerexp/com.unity3d.player.UnityPlayerActivity}
2021/10/15 14:36:26.090 1085 1844 Info WindowManager Reparenting to leash, surface=Surface(name=27d7e52 NavigationBar0)/@0x3528045
2021/10/15 14:36:26.090 667 727 Info SurfaceFlinger id=2102 createSurf (0x0),-1 flag=80004, Surface(name=27d7e52 NavigationBar0)/@0x3528045 - animation-leash#0
2021/10/15 14:36:26.091 29190 29235 Info PlayCore UID: [10243] PID: [29190] AssetPackServiceImpl : Waiting to bind to the service.
2021/10/15 14:36:26.091 1085 1844 Debug WindowManager makeSurface duration=1 leash=Surface(name=Surface(name=27d7e52 NavigationBar0)/@0x3528045 - animation-leash)/@0xe99058a
2021/10/15 14:36:26.091 29190 29235 Info PlayCore UID: [10243] PID: [29190] AssetPackServiceImpl : Waiting to bind to the service.
2021/10/15 14:36:26.093 1738 1738 Verbose NavBarStoreImpl handleEvent [EventType] ON_NAVBAR_WINDOW_STATE_CHANGED [Module] NavigationBarFragment KEYS_NAVBAR_WINDOW_STATE=1
2021/10/15 14:36:26.094 1738 1738 Verbose NavBarStoreImpl --[Band]GESTURE_PACK_HIDE_GESTURE_INTERCEPT_WINDOW
2021/10/15 14:36:26.094 1738 1738 Verbose NavBarStoreImpl ----isEnabled(GESTURE_INTERCEPT_WINDOW_ATTACHED)=false
2021/10/15 14:36:26.096 1085 1844 Verbose WindowManager Relayout 29190: mAttrs={(0,0)(fillxfill) sim={adjust=pan} layoutInDisplayCutoutMode=always ty=BASE_APPLICATION fmt=TRANSLUCENT wanim=0x1030305 sysuil=true
2021/10/15 14:36:26.096 1085 1844 Verbose WindowManager fl=80810580
2021/10/15 14:36:26.096 1085 1844 Verbose WindowManager pfl=10020000
2021/10/15 14:36:26.096 1085 1844 Verbose WindowManager vsysui=1716 naviIconColor=0}
2021/10/15 14:36:26.097 1899 1899 Debug ViewRootImpl@39f06c6[LauncherActivity] stopped(true) old=false
2021/10/15 14:36:26.098 1899 1899 Debug LauncherAppWidgetHost setListenIfResumed, mFlags = 5
2021/10/15 14:36:26.098 29190 29190 Debug ViewRootImpl@6b7eab5[UnityPlayerActivity] Relayout returned: old=(0,0,1200,1920) new=(0,0,1200,1920) req=(1200,1920)0 dur=11 res=0x1 s={true 3629858816} ch=false
2021/10/15 14:36:26.098 1085 1844 Info AppWidgetServiceImpl stopListening callbacks : null
2021/10/15 14:36:26.099 1899 1899 Debug Launcher.NotificationListener removeNotificationsChangedListener
2021/10/15 14:36:26.099 1899 1899 Debug BadgeCountUpdaterImpl onNotificationsChangedDisConnected
2021/10/15 14:36:26.099 1899 1899 Debug Launcher.NotificationListener unregisterObserver, this is not notificationService!!
2021/10/15 14:36:26.099 1899 1899 Verbose SettingsHelper *** unregister listener for com.android.launcher3.notification.-$$Lambda$NotificationListener$TPumyTwU0XeoXYvudWsC9Oq4HgU@cbe5038
2021/10/15 14:36:26.099 1899 1899 Verbose SettingsHelper *** unregister listener for com.android.launcher3.notification.-$$Lambda$NotificationListener$rJMoivvsqzlKdmqkNLlyopK1Us8@cc96811
2021/10/15 14:36:26.099 29190 29190 Debug SurfaceView surfaceChanged (1200,1920) 1 #5 android.view.SurfaceView{2d0454a VFE… .F…ID 0,0-1200,1920 #7f050060 app:id/unitySurfaceView}
2021/10/15 14:36:26.100 1085 2850 Debug WindowManager finishDrawingWindow: Window{587ae59 u0 com.iko.viewerexp/com.unity3d.player.UnityPlayerActivity} mDrawState=HAS_DRAWN
2021/10/15 14:36:26.101 1738 1738 Verbose NavBarStoreImpl handleEvent [EventType] ON_TINT_SAMPLING_ENABLE_CHANGED [Module] NavBarTintController KEYS_TINT_SAMPLING_ENABLED=false
2021/10/15 14:36:26.101 1738 1738 Verbose NavBarStoreImpl --[Band]COLOR_PACK_TINT_SAMPLING_ENABLE_CHANGED
2021/10/15 14:36:26.101 1738 1738 Verbose NavBarStoreImpl ----apply(REEVALUATE_NAVBAR_ICON)
2021/10/15 14:36:26.103 667 667 Info Layer id=2092[1] Destroyed Surface(name=AppWindowToken{3c5634d token=Token{42482e4 ActivityRecord{1ca9677 u0 com.sec.android.app.launcher/.activities.LauncherActivity t96}}})/@0xaa313f2 - animation-leash#0
2021/10/15 14:36:26.103 667 667 Info Layer id=2093[1] Destroyed Surface(name=AppWindowToken{caf93c3 token=Token{c4bf372 ActivityRecord{84a587d u0 com.iko.viewerexp/com.unity3d.player.UnityPlayerActivity t130}}})/@0x1de009c - animation-leash#0
2021/10/15 14:36:26.103 667 667 Info Layer id=2094[1] Destroyed Surface(name=2ffacd7 com.android.systemui.ImageWallpaper)/@0x5f8ab7d - animation-leash#0
2021/10/15 14:36:26.107 1085 1969 Error WindowManager win=Window{ad29e79 u0 com.sec.android.app.launcher/com.sec.android.app.launcher.activities.LauncherActivity} destroySurfaces: appStopped=true win.mWindowRemovalAllowed=false win.mRemoveOnExit=false win.mViewVisibility=8 caller=com.android.server.wm.AppWindowToken.destroySurfaces:1235 com.android.server.wm.AppWindowToken.destroySurfaces:1216 com.android.server.wm.AppWindowToken.notifyAppStopped:1271 com.android.server.wm.ActivityRecord.activityStoppedLocked:2653 com.android.server.wm.ActivityTaskManagerService.activityStopped:2487 android.app.IActivityTaskManager$Stub.onTransact:2224 android.os.Binder.execTransactInternal:1056
2021/10/15 14:36:26.107 1738 1738 Debug LightBarController onNavigationVisibilityChanged : vis = 971e, nbModeChanged = false navigationBarMode = 4, navbarColorManagedByIme = false
2021/10/15 14:36:26.107 1085 1969 Info WindowManager Destroying surface Surface(name=com.sec.android.app.launcher/com.sec.android.app.launcher.activities.LauncherActivity$_1899)/@0x99397fb called by com.android.server.wm.WindowStateAnimator.destroySurface:1784 com.android.server.wm.WindowStateAnimator.destroySurfaceLocked:714 com.android.server.wm.WindowState.destroySurfaceUnchecked:3540 com.android.server.wm.WindowState.destroySurface:3514 com.android.server.wm.AppWindowToken.destroySurfaces:1235 com.android.server.wm.AppWindowToken.destroySurfaces:1216 com.android.server.wm.AppWindowToken.notifyAppStopped:1271 com.android.server.wm.ActivityRecord.activityStoppedLocked:2653
2021/10/15 14:36:26.108 667 2150 Info Layer id=2070 removeFromCurrentState com.sec.android.app.launcher/com.sec.android.app.launcher.activities.LauncherActivity$_1899#0 (67)
2021/10/15 14:36:26.109 1085 1844 Debug WindowManager adjustSystemUiVisibilityLw: displayId=0, vis=0x971e, resetVis=0x0, clearVis=0x0
2021/10/15 14:36:26.109 1085 1844 Debug InputManager-JNI setSystemUiVisibility dexmode: false changed: true displayid: 0 visibility: 0x971e DD: 0x971e OD: 0x0
2021/10/15 14:36:26.116 1085 1336 Debug BatteryService Sending ACTION_BATTERY_CHANGED. scale:100, info:{.chargerAcOnline = false, .chargerUsbOnline = true, .chargerWirelessOnline = false, .maxChargingCurrent = 0, .maxChargingVoltage = 0, .batteryStatus = CHARGING, .batteryHealth = GOOD, .batteryPresent = true, .batteryLevel = 50, .batteryVoltage = 3856, .batteryTemperature = 307, .batteryCurrent = 0, .batteryCycleCount = 0, .batteryFullCharge = 7300000, .batteryChargeCounter = 365000, .batteryTechnology = Li-ion}
2021/10/15 14:36:26.116 1085 1336 Debug BatteryService online:4, current avg:28, charge type:2, POGO powered:false, power sharing:false, high voltage charger:false, charger_type:0, capacity:280000, misc_event:0, current_event:0, current_now:-333
2021/10/15 14:36:26.122 1085 1085 Debug UsbDeviceManager received ACTION_BATTERY_CHANGED
2021/10/15 14:36:26.122 1738 1738 Debug KeyguardUpdateMonitor received broadcast android.intent.action.BATTERY_CHANGED
2021/10/15 14:36:26.122 1085 1323 Debug UsbDeviceManager handleMessage → MSG_UPDATE_CHARGING_STATE: mUsbCharging=true
2021/10/15 14:36:26.123 1710 1710 Debug BigDataInfoController Intent : android.intent.action.BATTERY_CHANGED
2021/10/15 14:36:26.123 1738 1738 Debug KeyguardUpdateMonitor handleBatteryUpdate
2021/10/15 14:36:26.123 667 2150 Info SurfaceFlinger id=2070 Removed com.sec.android.app.launcher/com.sec.android.app.launcher.activities.LauncherActivity$_1899#0 (67)
2021/10/15 14:36:26.126 1085 1324 Debug CodecSolution isMaxAspectPackageEx: com.iko.viewerexp : false(0)
2021/10/15 14:36:26.136 1738 1738 Debug QSContainerImpl getDisplayHeight portrait? true displayHeight= 1920
2021/10/15 14:36:26.137 667 667 Info Layer id=2070[1] Destroyed com.sec.android.app.launcher/com.sec.android.app.launcher.activities.LauncherActivity$_1899#0
2021/10/15 14:36:26.137 29190 29190 Info PlayCore UID: [10243] PID: [29190] AssetPackServiceImpl : ServiceConnectionImpl.onServiceConnected(ComponentInfo{com.android.vending/com.google.android.finsky.assetmoduleservice.AssetModuleService})
2021/10/15 14:36:26.138 29190 29190 Debug ViewRootImpl@6b7eab5[UnityPlayerActivity] MSG_RESIZED: frame=(0,0,1200,1920) ci=(0,0,0,72) vi=(0,36,0,0) or=1
2021/10/15 14:36:26.140 29190 29235 Info PlayCore UID: [10243] PID: [29190] AssetPackServiceImpl : linkToDeath
2021/10/15 14:36:26.146 20410 20428 Info Finsky [15360] gld.i(2): requestDownloadInfo() for package: com.iko.viewerexp
2021/10/15 14:36:26.154 29190 29232 Warn m.iko.viewerex 0xebadde09 skipped times: 0
2021/10/15 14:36:26.154 1085 1327 Info WindowManager Reparenting to original parent: Surface(name=WindowToken{ebbad5a android.os.BinderProxy@f24ec7c})/@0xb560774, destroyLeash=true, surface=Surface(name=2566b8b StatusBar)/@0x614c544
2021/10/15 14:36:26.155 1738 2046 Debug OpenGLRenderer makeCurrent EglSurface : 0xb7d784c0 → 0xda71d100
2021/10/15 14:36:26.156 29190 29232 Error CRASH *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
2021/10/15 14:36:26.157 29190 29232 Error CRASH Version ‘2021.1.19f1 (095bd6487e19)’, Build type ‘Release’, Scripting Backend ‘il2cpp’, CPU ‘armeabi-v7a’
2021/10/15 14:36:26.157 29190 29232 Error CRASH Build fingerprint: ‘samsung/gta2xlwifieea/gta2xlwifi:10/QP1A.190711.020/T590XXS3CUD1:user/release-keys’
2021/10/15 14:36:26.157 29190 29232 Error CRASH Revision: ‘5’
2021/10/15 14:36:26.157 29190 29232 Error CRASH ABI: ‘arm’
2021/10/15 14:36:26.157 29190 29232 Error CRASH Timestamp: 2021-10-15 14:36:26+0200
2021/10/15 14:36:26.157 29190 29232 Error CRASH pid: 29190, tid: 29232, name: UnityMain >>> com.iko.viewerexp <<<
2021/10/15 14:36:26.157 29190 29232 Error CRASH uid: 10243
2021/10/15 14:36:26.157 29190 29232 Error CRASH signal 11 (SIGSEGV), code 2 (SEGV_ACCERR), fault addr 0xb803afd0
2021/10/15 14:36:26.157 29190 29232 Error CRASH r0 d8614308 r1 00000000 r2 00000001 r3 b1f39000
2021/10/15 14:36:26.157 29190 29232 Error CRASH r4 d8614308 r5 000000e0 r6 0000000e r7 d86144b0
2021/10/15 14:36:26.157 29190 29232 Error CRASH r8 d86143f8 r9 b25954b6 r10 eca21a50 r11 b803b078
2021/10/15 14:36:26.157 29190 29232 Error CRASH ip eca21d1c sp b803aff0 lr ec99639d pc ec99d414
2021/10/15 14:36:26.157 29190 29232 Error CRASH
2021/10/15 14:36:26.157 29190 29232 Error CRASH backtrace:
2021/10/15 14:36:26.157 29190 29232 Error CRASH #00 pc 00036414 /apex/com.android.runtime/lib/bionic/libc.so (arena_choose) (BuildId: 97867f4b8af60dbfcbf5734376aaa39b)
2021/10/15 14:36:26.158 667 2149 Info Layer id=2095 removeFromCurrentState Surface(name=2566b8b StatusBar)/@0x614c544 - animation-leash#0 (66)
2021/10/15 14:36:26.160 1738 1738 Debug PowerUI priorPlugType = 2 mPlugType = 2 priorBatteryStatus = 2 mBatteryStatus = 2
2021/10/15 14:36:26.161 1738 1738 Debug PowerUI.Notification showChargingNotice oldChargingType : 7 currentChargingType : 7 oldChargingTime : 23107000 mChargingTime : 23107000
2021/10/15 14:36:26.161 1738 1738 Debug PowerUI.Notification There is no change about charging status, so return!
2021/10/15 14:36:26.161 1738 1738 Debug PowerUI Battery swelling mode - priorBatterySwellingMode = 0 mBatterySwellingMode = 0 mBatteryStatus = 2
2021/10/15 14:36:26.162 1738 1738 Debug PowerUI showing power sharing dialogfalse
2021/10/15 14:36:26.165 1738 1738 Debug SwipeAnimator RESET false
2021/10/15 14:36:26.166 1738 1738 Debug PanelView setVisibility 4
2021/10/15 14:36:26.166 29190 29190 Debug ViewRootImpl@6b7eab5[UnityPlayerActivity] MSG_RESIZED: frame=(0,0,1200,1920) ci=(0,0,0,72) vi=(0,0,0,0) or=1
2021/10/15 14:36:26.168 20410 20428 Info Finsky [15360] gld.c(2): getSessionStates for package: com.iko.viewerexp
2021/10/15 14:36:26.170 667 727 Info SurfaceFlinger id=2095 Removed Surface(name=2566b8b StatusBar)/@0x614c544 - animation-leash#0 (66)
2021/10/15 14:36:26.173 20410 21817 Info Finsky [15471] gld.i(2): requestDownloadInfo() for package: com.iko.viewerexp
2021/10/15 14:36:26.175 667 667 Info SurfaceFlinger Display 0 HWC layers:
2021/10/15 14:36:26.175 667 667 Info SurfaceFlinger type | handle | flag | format | source crop (l,t,r,b) | frame | name
2021/10/15 14:36:26.175 667 667 Info SurfaceFlinger ------------±-------------±-----±----------±---------------------------±--------------------±-----
2021/10/15 14:36:26.175 667 667 Info SurfaceFlinger SOLID_COLOR | | 0002 | Unknown | 0.0 0.0 0.0 0.0 | 0 0 1200 1920 | Background for -SurfaceView - com.ik[…]ayer.UnityPlayerActivity@2d0454a@0#0
2021/10/15 14:36:26.175 667 667 Info SurfaceFlinger DEVICE | 0xe8e43b80 | 0000 | RGBA_8888 | 0.0 0.0 1200.0 1920.0 | 0 0 1200 1920 | com.iko.viewerexp/com.unity3d.player.UnityPlayerActivity$_29190#0
2021/10/15 14:36:26.175 667 667 Info SurfaceFlinger DEVICE | 0xe8e0b480 | 0000 | RGBA_8888 | 0.0 0.0 1200.0 72.0 | 0 1848 1200 1920 | NavigationBar0$_1738#0
2021/10/15 14:36:26.175 667 667 Info SurfaceFlinger
2021/10/15 14:36:26.178 1085 3904 Debug ConnectivityService filterNetworkStateForUid() uid: 10026, pid: 20410
2021/10/15 14:36:26.179 1085 3904 Debug ConnectivityService filterNetworkStateForUid() uid: 10026, pid: 20410, networkInfo: [type: WIFI[ ], state: CONNECTED/CONNECTED, reason: (unspecified), extra: (none), failover: false, available: true, roaming: false]
2021/10/15 14:36:26.182 20410 29237 Info Finsky [15692] fng.(18): com.iko.viewerexp is installed but certificate mismatch
2021/10/15 14:36:26.186 20410 29237 Error Finsky [15692] ght.accept(8): Request execution failed with error code: -2
2021/10/15 14:36:26.186 20410 29237 Error Finsky com.google.android.finsky.assetmoduleserviceutils.AssetModuleException: Request to PGS failed because all packs are unavailable.
2021/10/15 14:36:26.186 20410 29237 Error Finsky at fdf.id(PG:15)
2021/10/15 14:36:26.186 20410 29237 Error Finsky at fiz.m(PG:7)
2021/10/15 14:36:26.186 20410 29237 Error Finsky at eca.run(PG:2)
2021/10/15 14:36:26.186 20410 29237 Error Finsky at android.os.Handler.handleCallback(Handler.java:883)
2021/10/15 14:36:26.186 20410 29237 Error Finsky at android.os.Handler.dispatchMessage(Handler.java:100)
2021/10/15 14:36:26.186 20410 29237 Error Finsky at android.os.Looper.loop(Looper.java:237)
2021/10/15 14:36:26.186 20410 29237 Error Finsky at android.app.ActivityThread.main(ActivityThread.java:8107)
2021/10/15 14:36:26.186 20410 29237 Error Finsky at java.lang.reflect.Method.invoke(Native Method)
2021/10/15 14:36:26.186 20410 29237 Error Finsky at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:496)
2021/10/15 14:36:26.186 20410 29237 Error Finsky at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1100)
2021/10/15 14:36:26.186 667 667 Info Layer id=2095[1] Destroyed Surface(name=2566b8b StatusBar)/@0x614c544 - animation-leash#0
2021/10/15 14:36:26.189 29190 29235 Info PlayCore UID: [10243] PID: [29190] AssetPackServiceImpl : Unbind from service.
2021/10/15 14:36:26.190 29190 29208 Info PlayCore UID: [10243] PID: [29190] AssetPackServiceImpl : onError(-2)
2021/10/15 14:36:26.197 29190 29208 Info PlayCore UID: [10243] PID: [29190] AssetPackServiceImpl : onGetSessionStates
2021/10/15 14:36:26.202 1085 1969 Debug ConnectivityService filterNetworkStateForUid() uid: 10026, pid: 20410
2021/10/15 14:36:26.202 1085 1969 Debug ConnectivityService filterNetworkStateForUid() uid: 10026, pid: 20410, networkInfo: [type: WIFI[ ], state: CONNECTED/CONNECTED, reason: (unspecified), extra: (none), failover: false, available: true, roaming: false]
2021/10/15 14:36:26.207 20410 29237 Info Finsky [15692] fng.(18): com.iko.viewerexp is installed but certificate mismatch
2021/10/15 14:36:26.240 20410 29237 Error Finsky [15692] ght.accept(8): Request execution failed with error code: -2
2021/10/15 14:36:26.240 20410 29237 Error Finsky com.google.android.finsky.assetmoduleserviceutils.AssetModuleException: Request to PGS failed because all packs are unavailable.
2021/10/15 14:36:26.240 20410 29237 Error Finsky at fdf.id(PG:15)
2021/10/15 14:36:26.240 20410 29237 Error Finsky at fiz.m(PG:7)
2021/10/15 14:36:26.240 20410 29237 Error Finsky at eca.run(PG:2)
2021/10/15 14:36:26.240 20410 29237 Error Finsky at android.os.Handler.handleCallback(Handler.java:883)
2021/10/15 14:36:26.240 20410 29237 Error Finsky at android.os.Handler.dispatchMessage(Handler.java:100)
2021/10/15 14:36:26.240 20410 29237 Error Finsky at android.os.Looper.loop(Looper.java:237)
2021/10/15 14:36:26.240 20410 29237 Error Finsky at android.app.ActivityThread.main(ActivityThread.java:8107)
2021/10/15 14:36:26.240 20410 29237 Error Finsky at java.lang.reflect.Method.invoke(Native Method)
2021/10/15 14:36:26.240 20410 29237 Error Finsky at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:496)
2021/10/15 14:36:26.240 20410 29237 Error Finsky at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1100)
2021/10/15 14:36:26.243 29190 29208 Info PlayCore UID: [10243] PID: [29190] AssetPackServiceImpl : onError(-2)
2021/10/15 14:36:26.257 1085 1766 Debug MdnieScenarioControlService packageName : com.iko.viewerexp className : com.unity3d.player.UnityPlayerActivity
2021/10/15 14:36:26.258 1085 1766 Verbose MdnieScenarioControlService setUIMode from UI function(3)
2021/10/15 14:36:26.454 1085 1327 Info WindowManager Reparenting to original parent: Surface(name=WindowToken{31c2dd android.os.BinderProxy@e066787})/@0xfeca895, destroyLeash=true, surface=Surface(name=27d7e52 NavigationBar0)/@0x3528045
2021/10/15 14:36:26.471 667 2150 Info Layer id=2102 removeFromCurrentState Surface(name=27d7e52 NavigationBar0)/@0x3528045 - animation-leash#0 (65)
2021/10/15 14:36:26.472 1738 1738 Verbose NavBarStoreImpl handleEvent [EventType] ON_NAVBAR_WINDOW_STATE_CHANGED [Module] NavigationBarFragment KEYS_NAVBAR_WINDOW_STATE=2
2021/10/15 14:36:26.472 1738 1738 Verbose NavBarStoreImpl --[Band]GESTURE_PACK_HIDE_GESTURE_INTERCEPT_WINDOW
2021/10/15 14:36:26.472 1738 1738 Verbose NavBarStoreImpl ----isEnabled(GESTURE_INTERCEPT_WINDOW_ATTACHED)=false
2021/10/15 14:36:26.472 667 2150 Info SurfaceFlinger id=2102 Removed Surface(name=27d7e52 NavigationBar0)/@0x3528045 - animation-leash#0 (65)
2021/10/15 14:36:26.475 1738 1738 Verbose NavBarStoreImpl handleEvent [EventType] ON_TINT_SAMPLING_ENABLE_CHANGED [Module] NavBarTintController KEYS_TINT_SAMPLING_ENABLED=false
2021/10/15 14:36:26.476 1738 1738 Verbose NavBarStoreImpl --[Band]COLOR_PACK_TINT_SAMPLING_ENABLE_CHANGED
2021/10/15 14:36:26.476 1738 1738 Verbose NavBarStoreImpl ----apply(REEVALUATE_NAVBAR_ICON)
2021/10/15 14:36:26.487 667 667 Info Layer id=2102[1] Destroyed Surface(name=27d7e52 NavigationBar0)/@0x3528045 - animation-leash#0
2021/10/15 14:36:26.490 667 667 Info SurfaceFlinger Display 0 HWC layers:
2021/10/15 14:36:26.490 667 667 Info SurfaceFlinger type | handle | flag | format | source crop (l,t,r,b) | frame | name
2021/10/15 14:36:26.490 667 667 Info SurfaceFlinger ------------±-------------±-----±----------±---------------------------±--------------------±-----
2021/10/15 14:36:26.490 667 667 Info SurfaceFlinger SOLID_COLOR | | 0002 | Unknown | 0.0 0.0 0.0 0.0 | 0 0 1200 1920 | Background for -SurfaceView - com.ik[…]ayer.UnityPlayerActivity@2d0454a@0#0
2021/10/15 14:36:26.490 667 667 Info SurfaceFlinger DEVICE | 0xeb02cb80 | 0000 | RGBA_8888 | 0.0 0.0 1200.0 1920.0 | 0 0 1200 1920 | com.iko.viewerexp/com.unity3d.player.UnityPlayerActivity$_29190#0
2021/10/15 14:36:26.490 667 667 Info SurfaceFlinger
2021/10/15 14:36:26.529 29190 29232 Error CRASH Tombstone written to: /storage/emulated/0/Android/data/com.iko.viewerexp/files/tombstone_00
2021/10/15 14:36:26.530 29190 29232 Error AndroidRuntime FATAL EXCEPTION: UnityMain
2021/10/15 14:36:26.530 29190 29232 Error AndroidRuntime Process: com.iko.viewerexp, PID: 29190
2021/10/15 14:36:26.530 29190 29232 Error AndroidRuntime java.lang.Error: *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
2021/10/15 14:36:26.530 29190 29232 Error AndroidRuntime Version ‘2021.1.19f1 (095bd6487e19)’, Build type ‘Release’, Scripting Backend ‘il2cpp’, CPU ‘armeabi-v7a’
2021/10/15 14:36:26.530 29190 29232 Error AndroidRuntime Build fingerprint: ‘samsung/gta2xlwifieea/gta2xlwifi:10/QP1A.190711.020/T590XXS3CUD1:user/release-keys’
2021/10/15 14:36:26.530 29190 29232 Error AndroidRuntime Revision: ‘5’
2021/10/15 14:36:26.530 29190 29232 Error AndroidRuntime ABI: ‘arm’
2021/10/15 14:36:26.530 29190 29232 Error AndroidRuntime Timestamp: 2021-10-15 14:36:26+0200
2021/10/15 14:36:26.530 29190 29232 Error AndroidRuntime pid: 29190, tid: 29232, name: UnityMain >>> com.iko.viewerexp <<<
2021/10/15 14:36:26.530 29190 29232 Error AndroidRuntime uid: 10243
2021/10/15 14:36:26.530 29190 29232 Error AndroidRuntime signal 11 (SIGSEGV), code 2 (SEGV_ACCERR), fault addr 0xb803afd0
2021/10/15 14:36:26.530 29190 29232 Error AndroidRuntime r0 d8614308 r1 00000000 r2 00000001 r3 b1f39000
2021/10/15 14:36:26.530 29190 29232 Error AndroidRuntime r4 d8614308 r5 000000e0 r6 0000000e r7 d86144b0
2021/10/15 14:36:26.530 29190 29232 Error AndroidRuntime r8 d86143f8 r9 b25954b6 r10 eca21a50 r11 b803b078
2021/10/15 14:36:26.530 29190 29232 Error AndroidRuntime ip eca21d1c sp b803aff0 lr ec99639d pc ec99d414
2021/10/15 14:36:26.530 29190 29232 Error AndroidRuntime
2021/10/15 14:36:26.530 29190 29232 Error AndroidRuntime backtrace:
2021/10/15 14:36:26.530 29190 29232 Error AndroidRuntime #00 pc 00036414 /apex/com.android.runtime/lib/bionic/libc.so (arena_choose) (BuildId: 97867f4b8af60dbfcbf5734376aaa39b)
2021/10/15 14:36:26.530 29190 29232 Error AndroidRuntime
2021/10/15 14:36:26.530 29190 29232 Error AndroidRuntime at libc.arena_choose(arena_choose:0)
2021/10/15 14:36:26.533 1085 29238 Info DropBoxManagerService add tag=data_app_crash isTagEnabled=true flags=0x2
2021/10/15 14:36:26.534 1085 3916 Debug Debug !@DumpState : SHIP
2021/10/15 14:36:26.534 1085 3916 Debug Debug !@DumpState : debug level:0x4f4c
2021/10/15 14:36:26.534 1085 3916 Debug Debug !@Dumpstate : Finally, system will skip dumpstate
2021/10/15 14:36:26.534 1085 3916 Warn ActivityManager crash : com.iko.viewerexp,0
2021/10/15 14:36:26.537 1085 3916 Warn ActivityTaskManager Force finishing activity com.iko.viewerexp/com.unity3d.player.UnityPlayerActivity
2021/10/15 14:36:26.537 1085 3916 Debug ActivityTaskManager updateMinimizedState: unknown notifyReason=2
2021/10/15 14:36:26.538 1085 3916 Debug InputDispatcher Focused application set to (0): 3c5634d
2021/10/15 14:36:26.539 1085 3916 Verbose WindowManager Changing focus from Window{587ae59 u0 com.iko.viewerexp/com.unity3d.player.UnityPlayerActivity} to null displayId=0 Callers=com.android.server.wm.RootWindowContainer.updateFocusedWindowLocked:202 com.android.server.wm.WindowManagerService.updateFocusedWindowLocked:6218 com.android.server.wm.ActivityDisplay.setFocusedApp:1609 com.android.server.wm.ActivityTaskManagerService.setResumedActivityUncheckLocked:6884 com.android.server.wm.ActivityRecord.moveFocusableActivityToTop:1838 com.android.server.wm.ActivityDisplay.moveHomeActivityToTop:1700
2021/10/15 14:36:26.542 1085 1326 Debug GameManagerService MultiWindowEventListener.onFocusedStackChanged()
2021/10/15 14:36:26.542 1085 1326 Debug GameManagerService getForegroundPair(), state=0, bounds=[0,0][1200,1920], displayId=0, userId=0, taskName=com.sec.android.app.launcher/com.sec.android.app.launcher.activities.LauncherActivity
2021/10/15 14:36:26.543 1085 1326 Debug GameManagerService sendPauseConditionally() - mPrevNotiPackage: com.android.vending
2021/10/15 14:36:26.543 1085 1326 Debug GameManagerService MultiWindowEventListener.onFocusedStackChanged(), pkgName: com.sec.android.app.launcher, clsName: com.sec.android.app.launcher.activities.LauncherActivity, fgActivityName:com.sec.android.app.launcher/.activities.LauncherActivity, userID:0
2021/10/15 14:36:26.543 1085 1326 Debug GameSDKService MultiWindowEventListener.onFocusStackChanged(), state=0, top=ComponentInfo{com.sec.android.app.launcher/com.sec.android.app.launcher.activities.LauncherActivity}
2021/10/15 14:36:26.551 1085 1326 Debug GameSDKService MultiWindowEventListener.onFocusStackChanged(): com.sec.android.app.launcher
2021/10/15 14:36:26.550 27210 27210 Info BatteryReceiver Received : com.samsung.android.sm.ACTION_ERROR
2021/10/15 14:36:26.551 29190 29232 Info Process Sending signal. PID: 29190 SIG: 9
2021/10/15 14:36:26.551 27210 27210 Warn ContextImpl Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1632 android.content.ContextWrapper.startService:683 com.samsung.android.sm.battery.receiver.BatteryReceiver.c:6 com.samsung.android.sm.battery.receiver.BatteryReceiver.onReceive:16 android.app.ActivityThread.handleReceiver:4198
2021/10/15 14:36:26.552 1085 1326 Debug MdnieScenarioControlService MultiWindowState : false , mode : 0
2021/10/15 14:36:26.552 1085 1326 Info WindowManager Focus moving from Window{587ae59 u0 com.iko.viewerexp/com.unity3d.player.UnityPlayerActivity} to null displayId=0
2021/10/15 14:36:26.552 1085 1326 Info WindowManager Losing focus: Window{587ae59 u0 com.iko.viewerexp/com.unity3d.player.UnityPlayerActivity}
2021/10/15 14:36:26.559 1085 1324 Debug CodecSolution isMaxAspectPackageEx: com.sec.android.app.launcher : false(0)
2021/10/15 14:36:26.559 1085 1651 Warn PkgPredictorService background app without no launcher icon com.sec.android.app.launcher for.uid: 10031 userId: 0
2021/10/15 14:36:26.567 27210 29239 Debug AppErrorNotification errorType : 24, process : com.iko.viewerexp , uid : 0
2021/10/15 14:36:26.569 1085 3904 Warn 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
2021/10/15 14:36:26.571 1085 1844 Debug InputDispatcher Focus left window (29190): 587ae59 in display 0 0
2021/10/15 14:36:26.572 1085 1341 Warn 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
2021/10/15 14:36:26.577 28688 28688 Debug DQA get data intent
2021/10/15 14:36:26.577 28688 28688 Debug DQA save data
2021/10/15 14:36:26.578 28688 28688 Debug SamsungAnalytics:smile:QA [Log Sender] insert
2021/10/15 14:36:26.579 1085 1844 Debug ConnectivityService filterNetworkStateForUid() uid: 10040, pid: 28259
2021/10/15 14:36:26.579 1085 1844 Debug ConnectivityService filterNetworkStateForUid() uid: 10040, pid: 28259, networkInfo: [type: WIFI[ ], state: CONNECTED/CONNECTED, reason: (unspecified), extra: (none), failover: false, available: true, roaming: false]
2021/10/15 14:36:26.585 1085 3916 Debug SamsungAlarmManager setInexact Intent (T:3/F:0/AC:false) 20311013T143626 - CU:10040/CP:28259
2021/10/15 14:36:26.585 1085 3916 Info SamsungAlarmManager setLocked to kernel - T:2 / 20211015T144552, SetElapsed=850197601, nowELAPSED=849631710
2021/10/15 14:36:26.585 1085 3916 Info SamsungAlarmManager setLocked to kernel - T:3 / 20211015T143632, SetElapsed=849637994, nowELAPSED=849631710
2021/10/15 14:36:26.592 27210 29239 Warn PkgUtils p: com.skype.raider, u:0
2021/10/15 14:36:26.595 27210 29239 Info BatteryStatsManager getWeeklyBatteryStats batteryStatsDB.size() : 88
2021/10/15 14:36:26.597 27210 29239 Info BatteryStatsManager getWeeklyBatteryStats batteryStatsDB.size() : 87
2021/10/15 14:36:26.599 27210 29239 Info BatteryStatsManager getWeeklyBatteryStats batteryStatsDB.size() : 85
2021/10/15 14:36:26.601 27210 29239 Info BatteryStatsManager getWeeklyBatteryStats batteryStatsDB.size() : 58
2021/10/15 14:36:26.602 667 727 Info SurfaceFlinger id=2099 Removed SurfaceView - com.iko.viewerexp/com.unity3d.player.UnityPlayerActivity@2d0454a@0#0 (64)
2021/10/15 14:36:26.602 667 727 Info SurfaceFlinger id=2100 Removed Background for -SurfaceView - com.iko.viewerexp/com.unity3d.player.UnityPlayerActivity@2d0454a@0#0 (64)
2021/10/15 14:36:26.602 667 2149 Info SurfaceFlinger id=2098 Removed Bounds for - com.iko.viewerexp/com.unity3d.player.UnityPlayerActivity@0#0 (64)
2021/10/15 14:36:26.602 1085 1571 Warn InputDispatcher channel ‘587ae59 com.iko.viewerexp/com.unity3d.player.UnityPlayerActivity (server)’ ~ Consumer closed input channel or an error occurred. events=0x9, fd=577
2021/10/15 14:36:26.602 1085 5469 Debug InputTransport Input channel destroyed: ‘ClientS’, fd=558
2021/10/15 14:36:26.602 1085 1571 Error InputDispatcher channel ‘587ae59 com.iko.viewerexp/com.unity3d.player.UnityPlayerActivity (server)’ ~ Channel is unrecoverably broken and will be disposed!
2021/10/15 14:36:26.602 11742 11742 Debug InputTransport Input channel destroyed: ‘ClientS’, fd=90
2021/10/15 14:36:26.602 1085 1764 Info WindowManager WIN DEATH: Window{587ae59 u0 com.iko.viewerexp/com.unity3d.player.UnityPlayerActivity}
2021/10/15 14:36:26.602 1085 1764 Warn InputDispatcher Attempted to unregister already unregistered input channel ‘587ae59 com.iko.viewerexp/com.unity3d.player.UnityPlayerActivity (server)’
2021/10/15 14:36:26.603 1085 1764 Debug InputTransport Input channel destroyed: ‘587ae59’, fd=577
2021/10/15 14:36:26.603 823 823 Info Zygote Process 29190 exited due to signal 9 (Killed)
2021/10/15 14:36:26.603 27210 29239 Info BatteryStatsManager getWeeklyBatteryStats batteryStatsDB.size() : 61
2021/10/15 14:36:26.606 27210 29239 Info BatteryStatsManager getWeeklyBatteryStats batteryStatsDB.size() : 57
2021/10/15 14:36:26.607 27210 29239 Info BatteryStatsManager getWeeklyBatteryStats batteryStatsDB.size() : 36
2021/10/15 14:36:26.610 1085 1970 Info ActivityManager Process com.iko.viewerexp (pid 29190) has died: vis+99 TOP (67,1018)
2021/10/15 14:36:26.610 1085 1970 Debug ActivityManager_KPM Killed Process Scenario:28 , App PID:29190 , App Name:com.iko.viewerexp , App ADJ:199 , App AdjType:vis-activity , Current CCH-ACT Count:2 , Proc State:2
2021/10/15 14:36:26.610 1085 1343 Info libprocessgroup Successfully killed process cgroup uid 10243 pid 29190 in 0ms
2021/10/15 14:36:26.613 19748 19748 Debug BoundBrokerSvc onUnbind: Intent { act=com.google.android.gms.measurement.START pkg=com.google.android.gms }
2021/10/15 14:36:26.613 1085 1970 Verbose WindowManager Setting visibility of Window{587ae59 u0 com.iko.viewerexp/com.unity3d.player.UnityPlayerActivity EXITING}: false, caller=com.android.server.wm.WindowContainer.sendAppVisibilityToClients:640 com.android.server.wm.AppWindowToken.setClientHidden:640 com.android.server.wm.AppWindowToken.onAnimationFinished:3849 com.android.server.wm.AppWindowToken.commitVisibility:895 com.android.server.wm.AppWindowToken.onRemovedFromDisplay:1132
2021/10/15 14:36:26.613 1085 1970 Error WindowManager win=Window{587ae59 u0 com.iko.viewerexp/com.unity3d.player.UnityPlayerActivity EXITING} destroySurfaces: appStopped=false win.mWindowRemovalAllowed=true win.mRemoveOnExit=true win.mViewVisibility=0 caller=com.android.server.wm.AppWindowToken.destroySurfaces:1235 com.android.server.wm.AppWindowToken.destroySurfaces:1216 com.android.server.wm.WindowState.onExitAnimationDone:5100 com.android.server.wm.-$$Lambda$01bPtngJg5AqEoOWfW3rWfV7MH4.accept:2 java.util.ArrayList.forEach:1262 com.android.server.wm.AppWindowToken.onAnimationFinished:3872 com.android.server.wm.AppWindowToken.commitVisibility:895
2021/10/15 14:36:26.614 1085 1970 Info WindowManager Destroying surface Surface(name=com.iko.viewerexp/com.unity3d.player.UnityPlayerActivity$_29190)/@0x8dfe192 called by com.android.server.wm.WindowStateAnimator.destroySurface:1784 com.android.server.wm.WindowStateAnimator.destroySurfaceLocked:714 com.android.server.wm.WindowState.destroySurfaceUnchecked:3540 com.android.server.wm.WindowState.destroySurface:3514 com.android.server.wm.AppWindowToken.destroySurfaces:1235 com.android.server.wm.AppWindowToken.destroySurfaces:1216 com.android.server.wm.WindowState.onExitAnimationDone:5100 com.android.server.wm.-$$Lambda$01bPtngJg5AqEoOWfW3rWfV7MH4.accept:2
2021/10/15 14:36:26.614 667 2150 Info Layer id=2097 removeFromCurrentState com.iko.viewerexp/com.unity3d.player.UnityPlayerActivity$_29190#0 (64)
2021/10/15 14:36:26.614 667 2150 Info Layer id=2100 removeFromCurrentState Background for -SurfaceView - com.iko.viewerexp/com.unity3d.player.UnityPlayerActivity@2d0454a@0#0 (64)
2021/10/15 14:36:26.614 667 2150 Info Layer id=2099 removeFromCurrentState SurfaceView - com.iko.viewerexp/com.unity3d.player.UnityPlayerActivity@2d0454a@0#0 (64)
2021/10/15 14:36:26.614 667 2150 Info Layer id=2098 removeFromCurrentState Bounds for - com.iko.viewerexp/com.unity3d.player.UnityPlayerActivity@0#0 (64)
2021/10/15 14:36:26.617 667 2150 Info Layer id=2096 removeFromCurrentState 587ae59 com.iko.viewerexp/com.unity3d.player.UnityPlayerActivity#0 (64)
2021/10/15 14:36:26.618 1085 1970 Debug PowerManagerService [api] release WakeLock SCREEN_BRIGHT_WAKE_LOCK ‘WindowManager’ ON_AFTER_RELEASE ACQ=-544ms (uid=1000 pid=1085 pkg=android ws=WorkSource{10243})
2021/10/15 14:36:26.618 1085 1970 Debug PowerManagerService [api] applyWakeLockFlagsOnReleaseLocked : userActivityNoUpdateLocked is called : SCREEN_BRIGHT_WAKE_LOCK ‘WindowManager’ ON_AFTER_RELEASE (uid=1000 pid=1085 pkg=android ws=WorkSource{10243})
2021/10/15 14:36:26.619 667 2150 Info SurfaceFlinger id=2096 Removed 587ae59 com.iko.viewerexp/com.unity3d.player.UnityPlayerActivity#0 (64)
2021/10/15 14:36:26.619 667 2150 Info SurfaceFlinger id=2097 Removed com.iko.viewerexp/com.unity3d.player.UnityPlayerActivity$_29190#0 (64)
2021/10/15 14:36:26.621 667 667 Info Layer id=2096[1] Destroyed 587ae59 com.iko.viewerexp/com.unity3d.player.UnityPlayerActivity#0
2021/10/15 14:36:26.623 667 667 Info Layer id=2097[1] Destroyed com.iko.viewerexp/com.unity3d.player.UnityPlayerActivity$_29190#0
2021/10/15 14:36:26.623 667 667 Info Layer id=2098[1] Destroyed Bounds for - com.iko.viewerexp/com.unity3d.player.UnityPlayerActivity@0#0
2021/10/15 14:36:26.623 667 667 Info Layer id=2099[1] Destroyed SurfaceView - com.iko.viewerexp/com.unity3d.player.UnityPlayerActivity@2d0454a@0#0
2021/10/15 14:36:26.623 667 667 Info Layer id=2100[1] Destroyed Background for -SurfaceView - com.iko.viewerexp/com.unity3d.player.UnityPlayerActivity@2d0454a@0#0
2021/10/15 14:36:26.624 667 667 Info SurfaceFlinger Display 0 HWC layers:
2021/10/15 14:36:26.624 667 667 Info SurfaceFlinger type | handle | flag | format | source crop (l,t,r,b) | frame | name
2021/10/15 14:36:26.624 667 667 Info SurfaceFlinger ------------±-------------±-----±----------±---------------------------±--------------------±-----
2021/10/15 14:36:26.624 667 667 Info SurfaceFlinger
2021/10/15 14:36:26.626 667 2150 Info Layer id=2089 removeFromCurrentState AppWindowToken{caf93c3 token=Token{c4bf372 ActivityRecord{84a587d u0 com.iko.viewerexp/com.unity3d.player.UnityPlayerActivity t130}}}#0 (59)
2021/10/15 14:36:26.626 667 2150 Info Layer id=2088 removeFromCurrentState Task=130#0 (59)
2021/10/15 14:36:26.627 667 2150 Info SurfaceFlinger id=2089 Removed AppWindowToken{caf93c3 token=Token{c4bf372 ActivityRecord{84a587d u0 com.iko.viewerexp/com.unity3d.player.UnityPlayerActivity t130}}}#0 (59)
2021/10/15 14:36:26.627 667 2150 Info SurfaceFlinger id=2088 Removed Task=130#0 (59)
2021/10/15 14:36:26.627 667 2150 Info Layer id=2087 removeFromCurrentState animation background stackId=37#0 (59)
2021/10/15 14:36:26.630 1085 1970 Debug CustomFrequencyManagerService acquireDVFSLockLocked : type : DVFS_MIN_LIMIT frequency : 1804800 uid : 1000 pid : 1085 pkgName : AMS_APP_HOME@CPU_MIN@54
2021/10/15 14:36:26.631 667 2150 Info SurfaceFlinger id=2087 Removed animation background stackId=37#0 (59)
2021/10/15 14:36:26.631 1085 1970 Debug ActivityManagerPerformance AMP_acquire() HOME
2021/10/15 14:36:26.632 1085 1970 Verbose WindowManager Setting visibility of Window{ad29e79 u0 com.sec.android.app.launcher/com.sec.android.app.launcher.activities.LauncherActivity}: true, caller=com.android.server.wm.WindowContainer.sendAppVisibilityToClients:640 com.android.server.wm.AppWindowToken.setClientHidden:640 com.android.server.wm.AppWindowToken.setVisibility:753 com.android.server.wm.ActivityRecord.setVisibility:2169 com.android.server.wm.ActivityStack.resumeTopActivityInnerLocked:3442
2021/10/15 14:36:26.632 1085 1970 Verbose WindowManager rotationForOrientation(orient=-1, last=0); user=0 USER_ROTATION_LOCKED
2021/10/15 14:36:26.632 1085 1970 Verbose WindowOrientationListener getProposedRotation: -1
2021/10/15 14:36:26.632 1085 1970 Verbose WindowManager Computed rotation=0 for display id=0 based on lastOrientation=-1 and oldRotation=0, caller=com.android.server.wm.DisplayContent.updateOrientationFromAppTokens:1531 com.android.server.wm.DisplayContent.updateOrientationFromAppTokens:1485 com.android.server.wm.DisplayContent.onDescendantOrientationChanged:1426 com.android.server.wm.WindowContainer.onDescendantOrientationChanged:738 com.android.server.wm.WindowContainer.onDescendantOrientationChanged:738 com.android.server.wm.WindowContainer.onDescendantOrientationChanged:738
2021/10/15 14:36:26.633 1085 1970 Verbose WindowManager rotationForOrientation(orient=-1, last=0); user=0 USER_ROTATION_LOCKED
2021/10/15 14:36:26.634 1085 1970 Verbose WindowManager Computed rotation=0 for display id=0 based on lastOrientation=-1 and oldRotation=0, caller=com.android.server.wm.DisplayContent.updateOrientationFromAppTokens:1531 com.android.server.wm.DisplayContent.updateOrientationFromAppTokens:1485 com.android.server.wm.RootActivityContainer.ensureVisibilityAndConfig:688 com.android.server.wm.ActivityStack.resumeTopActivityInnerLocked:3490 com.android.server.wm.ActivityStack.resumeTopActivityUncheckedLocked:3036 com.android.server.wm.ActivityRecord.makeActiveIfNeeded:2412
2021/10/15 14:36:26.635 1085 1970 Debug MARsPolicyManager onPackageResumedFG pkgName = com.sec.android.app.launcher, userId = 0
2021/10/15 14:36:26.633 1085 1970 Verbose WindowOrientationListener getProposedRotation: -1
2021/10/15 14:36:26.637 667 667 Info Layer id=2087[1] Destroyed animation background stackId=37#0
2021/10/15 14:36:26.637 667 667 Info Layer id=2088[1] Destroyed Task=130#0
2021/10/15 14:36:26.637 667 667 Info Layer id=2089[1] Destroyed AppWindowToken{caf93c3 token=Token{c4bf372 ActivityRecord{84a587d u0 com.iko.viewerexp/com.unity3d.player.UnityPlayerActivity t130}}}#0
2021/10/15 14:36:26.639 667 2150 Info Layer id=2086 removeFromCurrentState Stack=37#0 (56)
2021/10/15 14:36:26.640 1085 5469 Verbose WindowManager Relayout Window{ad29e79 u0 com.sec.android.app.launcher/com.sec.android.app.launcher.activities.LauncherActivity}: viewVisibility=4 req=1200x1920
2021/10/15 14:36:26.643 1085 5469 Verbose WindowManager Relayout 1899: mAttrs={(0,0)(fillxfill) sim={adjust=nothing} layoutInDisplayCutoutMode=always ty=BASE_APPLICATION fmt=TRANSPARENT wanim=0x10302f1
2021/10/15 14:36:26.643 1085 5469 Verbose WindowManager fl=81910100
2021/10/15 14:36:26.643 1085 5469 Verbose WindowManager pfl=20000
2021/10/15 14:36:26.643 1085 5469 Verbose WindowManager vsysui=700 naviIconColor=0}
2021/10/15 14:36:26.644 1899 1899 Debug ViewRootImpl@39f06c6[LauncherActivity] Relayout returned: old=(0,0,1200,1920) new=(0,0,1200,1920) req=(1200,1920)4 dur=6 res=0x1 s={false 0} ch=false
2021/10/15 14:36:26.644 1899 1899 Debug ViewRootImpl@39f06c6[LauncherActivity] stopped(false) old=true
2021/10/15 14:36:26.646 1899 1899 Debug LauncherAppWidgetHost setListenIfResumed, mFlags = 0
2021/10/15 14:36:26.646 1899 1899 Debug ViewRootImpl@39f06c6[LauncherActivity] stopped(false) old=false
2021/10/15 14:36:26.646 1899 1899 Debug Launcher !@Boot_DEBUG: Launcher.onResume()
2021/10/15 14:36:26.646 1899 1899 Debug Launcher !@Boot_EBS_D: Launcher.onResume()
2021/10/15 14:36:26.647 667 2150 Info SurfaceFlinger id=2086 Removed Stack=37#0 (56)
2021/10/15 14:36:26.647 1899 1899 Debug ON_RESUME superCall : 0
2021/10/15 14:36:26.647 1899 1899 Debug Launcher setGestureOngoingWithOtherActivity, isOngoing : false
2021/10/15 14:36:26.647 1899 1899 Debug FastBitmapDrawable animatePress : false immediate : true invalidate : true
2021/10/15 14:36:26.647 1899 1899 Debug AppsSearchBar restoreCurrentCellLayoutAlpha: null
2021/10/15 14:36:26.647 1899 1899 Debug PageOverlayMover isMoving : false
2021/10/15 14:36:26.649 1085 1326 Warn ActivityManager setHasOverlayUi called on unknown pid: 29190
2021/10/15 14:36:26.649 876 1519 Info CameraService UidPolicy: No processes running for a uid=10243 disabled=0
2021/10/15 14:36:26.650 1899 1899 Debug SPayUpdater updateSpayHandler, show = false, currentDefaultPage = false
2021/10/15 14:36:26.650 1899 1899 Debug ON_RESUME End : 3
2021/10/15 14:36:26.650 1899 1899 Debug LiveIconViewUpdater onUpdateLiveIcon 31
2021/10/15 14:36:26.651 1899 1899 Debug LiveIconViewUpdater onUpdateLiveIcon -1
Thank you for the help.
UPDATE : After read a lot of post on the forum, I try the unity 2021.2.0b16 and build with the same settings as 2021.1.19 then my build runs correctly with my addressables and on device (armv7 and arm64)
I also tried unity 2021.1.25 without success.
So the best unity version to build App bundle (aab) is a beta version ? Is there a fix planned for 2021.1 and lower ?
UPDATE #2 : On unity 2021.1.19 I tried the same build with only arm64 and it works too.
So the issue seems appear when I want to build for Armv7 and Arm64
UPDATE #3 [SOLVED] : I finally get all to work on the unity 2021.1.19 with armv7 and arm64.
Thanks to this post Android IL2CPP Build crashes while select both arm64 and armv7 architecture
During the development I switched sometimes from armv7 to arm64 and reverse then build in apk… so I think the use of App bundle needs a little clean inside the library folder
