Quantcast
Channel: Questions in topic: "android sdk"
Viewing all 455 articles
Browse latest View live

Gradle build failed.

$
0
0
I've been dealing with this error for the last 4 days. And I tried everything suggested before for errors like this. However, I couldn't solve the problem. I have firebase, google ads etc some plugins installed in my project. I don't fully understand what caused the error. Please help me. The version of unity I am using is 2019.4.24f. ![alt text][1] [1]: /storage/temp/186235-error.png

You are missing the recomended JDK. Install the recomended version using Unity Hub

$
0
0
Ive installed Unity 2020.3.18f1 with Unity Hub(3.0.0-beta.4 (while running unity hub as an adiministrator) and i still get that error saying i dont have JDK, is there any way if downloading the JDK manually, if so can you provide a link? ![alt text][1] alt textalt text [1]: /storage/temp/186272-1.png

android jdk,sdk,ndk issues help,

$
0
0
what em i doing wrong exactly? ive download all the newest version of jdk (java development kit) sdk (software development kit) and ndk (native development kit) for android build so i can try and run or build my game for android but i cant!*btw ive already plug my phone which is a vivo 1811 and unity remote 5... still didnt work*[alt text][1] [1]: /storage/temp/186673-andriod-wtf-wtf-wtf.png ,

Unity exception JDK not found

$
0
0
Hello Community :) today I tried to install unity (2020.1.4f1) with the Unity Hub. I have selected the following modules: Android Build Support (Android SDK & NDK Tools | OpenJDK) iOS Build Support Universal Windows Platform Build Support WebGL Build Support Windows Build Support (IL2CPP) Documentation The installation is successfully completed. But after I want to build an Android App (.apk) an error ouccurs. The error from unity descripes that the JDK module is missing. I tried to install the JDK manually from oracle. Firstly I tried the newest JDK (jdk-8u261-windows-x64.exe) but this does not solve the problem. Secondly I tried an older JDK version (jdk-8u251-windows-x64.exe) but even this one does not solve the problem. I had set the Java envrionment variable manually, but wihtout success. I installed Android Studio, but without success. I hope there is someone who can help me to solve this problem.

Has anyone gotten Unity2020 working with external Android libs/tools?

$
0
0
My project is actually part of a larger suite of projects which use Android SDK/NDK/JDK/Gradle, and we'd like to use the same set of those for Unity and the Android Studio projects. I get all kinds of problems when I try to build with this. Has anyone had any luck doing this? What versions work, what processes did you use to get the right ones to install?

My unity editor says I dont have the recommended JDK but I have downloaded it?

$
0
0
[1]: /storage/temp/187759-screenshot-17.png ,

Localized Text Not Found, Only inside Android apk build, works fine when testing inside the editor.

$
0
0
I am implementing localization for my application, I have followed the approach presented in this example https://learn.unity.com/tutorial/recorded-video-session-localization-tools which defines a LocalizationManager.cs script which I could call to load localized text from a LocalizedText.json file into a dictionary and then assign values to my UI labels using specific key for each label. I have 3 LocalizedText.json file one for English, Arabic, and Spanish. There is Settings scene where user can set the specified language which is saved inside PlayerPrefs and inside the Splash scene there is a check for the saved value for Language then load the localized text from the corresponding json file. This works pretty fine for me when I test it inside the Editor. This is a screenshots from my run sessions inside Unity editor ![alt text][1] I wanted to show Arabic to state that I can switch languages as English is the default for the application. Meanwhile, when I build an Android apk and run it on my device, all the labels that's supposed to be localized display "Localized Text Not Found!" which is the value that gets passed when LocalizationManager cannot find the appropriate key specific to the corresponding label. I get this warnings when I build my apk, and I highly suggest that these may be the cause of the issue I am getting and not a scripting issue as I have implemented this approach in another application and it was working perfectly fine and also, it is working correctly inside the Editor in play mode. ![alt text][2] [1]: /storage/temp/188532-screenshot-65.png [2]: /storage/temp/188531-screenshot-60.png

How to upgrade max target api level to Android 12 in Unity 2019.3.f14

$
0
0
Hi, my question is as the topic: How to upgrade max target api level to Android 12 in Unity 2019.3.f14 or is it possible?

errors with android sdk

$
0
0
when I put the api from 21 to 30, the inscription android sdk is missing required platform api required api level 30 appears on the screen when you click update android sdk, a bunch of errors and one warning fly out 1) File C:\Users\RYZEN\.android\repositories.cfg could not be loaded. UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&) 2)Win32Exception: ApplicationName='powershell', CommandLine='-ExecutionPolicy Bypass -File "C:/Unity Hub/2020.3.22f1/Editor/Data/PlaybackEngines/AndroidPlayer/Tools\RunElevatedCommand.ps1" -ArgumentList Ignored "C:\Unity Hub\2020.3.22f1\Editor\Data\PlaybackEngines\AndroidPlayer\SDK\tools\bin\sdkmanager.bat" ""platforms;android-30"" "C:\Unity Hub\My project\Temp\AndroidSDKTool"', CurrentDirectory='', Native error= The specified file cannot be found. System.Diagnostics.Process.StartWithCreateProcess (System.Diagnostics.ProcessStartInfo startInfo) (at <0463b2ef957545c0a51b42f372cd4fbb>:0) System.Diagnostics.Process.Start () (at <0463b2ef957545c0a51b42f372cd4fbb>:0) (wrapper remoting-invoke-with-check) System.Diagnostics.Process.Start() UnityEditor.Android.AndroidSDKTools.RunAndroidSdkToolElevatedWindowsInternal (System.String elevatedCommandPath, System.String toolName, System.String arguments, System.String errorMsg, System.String toolsdir) (at <98555a6f2f85454997d71788c5709a62>:0) UnityEditor.Android.AndroidSDKTools.RunAndroidSdkToolElevatedWindows (System.String toolName, System.String arguments, System.String errorMsg) (at <98555a6f2f85454997d71788c5709a62>:0) UnityEditor.Android.AndroidSDKTools.InstallPlatform (System.Int32 apiLevel) (at <98555a6f2f85454997d71788c5709a62>:0) UnityEditor.Android.PostProcessor.Tasks.CheckAndroidSDK+SDKPlatformDetector.Update (UnityEditor.Android.AndroidSDKTools sdkTools, System.Version minVersion, UnityEditor.Android.PostProcessor.ProgressHandler onProgress) (at <98555a6f2f85454997d71788c5709a62>:0) UnityEditor.Android.PostProcessor.Tasks.CheckAndroidSDK.EnsureSDKComponentVersion (System.Version minVersion, UnityEditor.Android.PostProcessor.Tasks.CheckAndroidSDK+SDKComponentDetector detector) (at <98555a6f2f85454997d71788c5709a62>:0) UnityEditor.Android.PostProcessor.Tasks.CheckAndroidSDK.EnsureSDKComponentVersion (System.Int32 minVersion, UnityEditor.Android.PostProcessor.Tasks.CheckAndroidSDK+SDKComponentDetector detector) (at <98555a6f2f85454997d71788c5709a62>:0) UnityEditor.Android.PostProcessor.Tasks.CheckAndroidSDK.Execute (UnityEditor.Android.PostProcessor.PostProcessorContext context) (at <98555a6f2f85454997d71788c5709a62>:0) UnityEditor.Android.PostProcessor.PostProcessRunner.RunAllTasks (UnityEditor.Android.PostProcessor.PostProcessorContext context) (at <98555a6f2f85454997d71788c5709a62>:0) UnityEditor.Android.PostProcessAndroidPlayer.PrepareForBuild (UnityEditor.BuildOptions options, UnityEditor.BuildTarget target) (at <98555a6f2f85454997d71788c5709a62>:0) UnityEditor.Android.AndroidBuildPostprocessor.PrepareForBuild (UnityEditor.BuildOptions options, UnityEditor.BuildTarget target) (at <98555a6f2f85454997d71788c5709a62>:0) UnityEditor.PostprocessBuildPlayer.PrepareForBuild (UnityEditor.BuildOptions options, UnityEditor.BuildTargetGroup targetGroup, UnityEditor.BuildTarget target) (at <2cd7ebc9c2ef4276a8edbc7de85c89ce>:0) UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr, Boolean&) 3)Error building Player: Win32Exception: ApplicationName='powershell', CommandLine='-ExecutionPolicy Bypass -File "C:/Unity Hub/2020.3.22f1/Editor/Data/PlaybackEngines/AndroidPlayer/Tools\RunElevatedCommand.ps1" -ArgumentList Ignored "C:\Unity Hub\2020.3.22f1\Editor\Data\PlaybackEngines\AndroidPlayer\SDK\tools\bin\sdkmanager.bat" ""platforms;android-30"" "C:\Unity Hub\My project\Temp\AndroidSDKTool"', CurrentDirectory='', Native error= The specified file cannot be found. 4)Build completed with a result of 'Failed' in 157 seconds (157054 ms) UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&) 5)UnityEditor.BuildPlayerWindow+BuildMethodException: 2 errors at UnityEditor.BuildPlayerWindow+DefaultBuildMethods.BuildPlayer (UnityEditor.BuildPlayerOptions options) [0x002ca] in <2cd7ebc9c2ef4276a8edbc7de85c89ce>:0 at UnityEditor.BuildPlayerWindow.CallBuildMethods (System.Boolean askForBuildLocation, UnityEditor.BuildOptions defaultBuildOptions) [0x00080] in <2cd7ebc9c2ef4276a8edbc7de85c89ce>:0 UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)

Android API 30 required?

$
0
0
Publishing apps is still fairly mysterious to me, and I was hoping someone could confirm that I am not misunderstanding this notification. ![alt text][1] All of the android devices I have access to will not update past android 10. Prior to this notice, our Unity apps worked flawlessly. Now it is stating our devices are incompatible. I just want to double check this. Our current Android 10 devices may no longer run our app (or, really any new or updated Google Play app, for that matter)? I'd hate to have to buy a new device because I didn't understand the specifics, but it looks like it's probably going to be the case. Thanks for any help! ![alt text][2] [1]: /storage/temp/188278-api-30-notification.png [2]: /storage/temp/188279-api-30-question.png

When I change the target API from 29 to 30 in Unity 2019.41f1 and check it on the actual device, it crashes right after it starts.

$
0
0
Please excuse my question. I've been dealing with this for a week and I'm at a loss, so I'll ask here. It was working fine with API 29, but when I changed it to API 30 for the Google review, it crashes the moment I launch the app. I'm in a bit of a quandary, so I'd like to ask for your help. The log I checked with logcat is below. I'm sorry for the above, but I'd appreciate your help. Unity version 2019.41f1 # logcat ` ` ` 11-26 15:01:39.073: E/TLOC(1420): [TLOCChannel]"Can't receive message due to timeout" 11-26 15:01:39.112: I/TLOC(1420): [ModemComm ]"Request succeeded for gps engine lock" 11-26 15:01:39.112: D/TLOC(1420): [TLOCChannel] "Going to receive message for TLOCD" 11-26 15:01:39.112: D/TLOC(1420): [TLOCChannel] "wait for message for user TLOCD" 11-26 15:01:39.389: I/QTI PowerHAL(1013): Power setBoost: 0, duration: 0 11-26 15:01:39.461: I/ActivityTaskManager(1677): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.○○○○/com.google.firebase.MessagingUnityPlayerActivity bnds=[229,63][442,376]} from uid 10285 11-26 15:01:39.391: I/QTI PowerHAL(1013): Power setBoost: 0, duration: 0 11-26 15:01:39.461: D/EventSequenceValidator(1677): Transition from ACTIVITY_FINISHED to INTENT_STARTED 11-26 15:01:39.466: V/ActivityTaskManager(1677): Calling mServicetracker.OnActivityStateChange with flag falsestateINITIALIZING 11-26 15:01:39.466: V/ActivityTaskManager(1677): Calling mServicetracker.OnActivityStateChange with flag truestateINITIALIZING 11-26 15:01:39.468: E/ANDR-PERF-LM(1047): GAMEOPT: getData() 992: isHeavy hint type 1 for app com.○○○○ 11-26 15:01:39.468: E/ANDR-PERF-JNI(1677): com_qualcomm_qtiperformance_native_perf_io_prefetch_start 11-26 15:01:39.469: E/ANDR-PERF-LM(1047): MetaMeter: handleAsync() 164: AdaptLaunch Invalid Async 11-26 15:01:39.469: I/chatty(1047): uid=0(root) lmCoreThread identical 1 line 11-26 15:01:39.469: E/ANDR-PERF-LM(1047): MetaMeter: handleAsync() 164: AdaptLaunch Invalid Async 11-26 15:01:39.470: E/ANDR-IOP(1046): io prefetch is disabled 11-26 15:01:39.471: V/ActivityTaskManager(1677): Calling mServicetracker.OnActivityStateChange with flag truestateRESUMED 11-26 15:01:39.471: V/ActivityTaskManager(1677): Calling mServicetracker.OnActivityStateChange with flag truestatePAUSING 11-26 15:01:39.471: D/ActivityTrigger(1677): ActivityTrigger activityPauseTrigger 11-26 15:01:39.472: V/ActivityTaskManager(1677): Calling mServicetracker.OnActivityStateChange with flag falsestatePAUSING 11-26 15:01:39.473: E/ANDR-PERF-LM(1047): GAMEOPT: operator()() 495: ERROR: status != Status::SUCCESS 11-26 15:01:39.473: E/ANDR-PERF-LM(1047): GamePerfEngine: runAsync() 501: Hint is for com.○○○○/com.google.firebase.MessagingUnityPlayerActivity/8013 = 0x1003 PID=1677 11-26 15:01:39.473: I/hwservicemanager(636): getTransport: Cannot find entry vendor.display.config@1.0::IDisplayConfig/default in either framework or device manifest. 11-26 15:01:39.474: W/ANDR-PERF-LM(1047): FeatureState: writeState() 185: GameOptimization: State transition not allowed 11-26 15:01:39.476: D/CompatibilityChangeReporter(1677): Compat change id reported: 135634846; UID 10431; state: DISABLED 11-26 15:01:39.476: D/CompatibilityChangeReporter(1677): Compat change id reported: 135754954; UID 10431; state: ENABLED 11-26 15:01:39.477: D/CompatibilityChangeReporter(1677): Compat change id reported: 143937733; UID 10431; state: ENABLED 11-26 15:01:39.478: V/ActivityTaskManager(1677): Calling mServicetracker.OnActivityStateChange with flag truestatePAUSED 11-26 15:01:39.478: V/ActivityTaskManager(1677): Calling mServicetracker.OnActivityStateChange with flag falsestatePAUSED 11-26 15:01:39.479: V/ActivityTaskManager(1677): Calling mServicetracker.OnActivityStateChange with flag truestateRESUMED 11-26 15:01:39.480: D/EventSequenceValidator(1677): Transition from INTENT_STARTED to ACTIVITY_LAUNCHED 11-26 15:01:39.483: D/Zygote(860): Forked child process 28638 11-26 15:01:39.484: I/ActivityManager(1677): Start proc 28638:com.○○○○/u0a431 for pre-top-activity {com.○○○○/com.google.firebase.MessagingUnityPlayerActivity} 11-26 15:01:39.488: I/nt.forwardwork(28638): Late-enabling -Xcheck:jni 11-26 15:01:39.498: I/nt.forwardwork(28638): Unquickening 18 vdex files! 11-26 15:01:39.500: I/adbd(27234): jdwp connection from 28638 11-26 15:01:39.504: E/ANDR-PERF-LM(1047): MetaMeter: handleAsync() 164: AdaptLaunch Invalid Async 11-26 15:01:39.505: V/ActivityTaskManager(1677): Calling mServicetracker.OnActivityStateChange with flag truestateRESUMED 11-26 15:01:39.505: I/QTI PowerHAL(1013): Power setBoost: 0, duration: 0 11-26 15:01:39.505: V/ActivityTaskManager(1677): Calling mServicetracker.OnActivityStateChange with flag falsestateRESUMED 11-26 15:01:39.507: I/sensors-hal(1018): handle_sns_client_event:81, prox_event: ts=589768314746808, raw_adc=665, near_far=1, distance=0.000000 11-26 15:01:39.515: I/android_os_HwBinder(1677): HwBinder: Starting thread pool for getting: vendor.semc.hardware.display@2.0::IDisplay/default 11-26 15:01:39.516: D/DisplayBoosterService(1677): DisplayColorManager: state change: 1 to 1 11-26 15:01:39.516: D/DisplayBoosterService(1677): DisplayColorManager: state change: 1 to 1 11-26 15:01:39.516: D/DisplayBoosterService(1677): BacklightBoostManager: No need to boost 11-26 15:01:39.518: I/android_os_HwBinder(4103): HwBinder: Starting thread pool for getting: vendor.somc.hardware.swiqi@1.0::IHidlSwiqi/default 11-26 15:01:39.519: D/audio_hw_primary(998): adev_get_parameters:somc.media_vibration_path 11-26 15:01:39.519: D/audio_hw_spkr_prot(998): fbsp_get_parameters: Speaker protection disabled 11-26 15:01:39.519: D/soundtrigger(998): audio_extn_sound_trigger_get_parameters input string 11-26 15:01:39.519: D/soundtrigger(998): extract_sm_handle input string param string 11-26 15:01:39.519: D/audio_hw_extn(998): audio_extn_fm_get_parameters: Enter 11-26 15:01:39.519: D/audio_hw_extn(998): audio_extn_get_parameters: returns 11-26 15:01:39.519: D/audio_hw_primary(998): adev_get_parameters: exit: returns - somc.media_vibration_path=0 11-26 15:01:39.519: I/hash_map_utils(1083): key: 'somc.media_vibration_path' value: '' 11-26 15:01:39.519: I/android_os_HwBinder(4103): HwBinder: Starting thread pool for getting: vendor.somc.hardware.swiqi@1.0::IHidlSwiqi/default 11-26 15:01:39.520: D/audio_hw_primary(998): adev_get_parameters:somc.media_vibration_path 11-26 15:01:39.520: D/audio_hw_spkr_prot(998): fbsp_get_parameters: Speaker protection disabled 11-26 15:01:39.520: D/soundtrigger(998): audio_extn_sound_trigger_get_parameters input string 11-26 15:01:39.520: D/soundtrigger(998): extract_sm_handle input string param string 11-26 15:01:39.520: D/audio_hw_extn(998): audio_extn_fm_get_parameters: Enter 11-26 15:01:39.520: D/audio_hw_extn(998): audio_extn_get_parameters: returns 11-26 15:01:39.520: D/audio_hw_primary(998): adev_get_parameters: exit: returns - somc.media_vibration_path=0 11-26 15:01:39.520: I/hash_map_utils(1083): key: 'somc.media_vibration_path' value: '' 11-26 15:01:39.529: D/ConnectivityService(1677): requestNetwork for uid/pid:10193/14216 NetworkRequest [ TRACK_DEFAULT id=3100, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Uid: 10193 AdministratorUids: [] RequestorUid: 10193 RequestorPackageName: com.sonymobile.gameenhancer.browser] ] 11-26 15:01:39.530: D/ConnectivityService(1677): NetReassign [3100 : null �� 104] 11-26 15:01:39.530: D/UntrustedWifiNetworkFactory(1677): got request NetworkRequest [ TRACK_DEFAULT id=3100, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Uid: 10193 AdministratorUids: [] RequestorUid: 10193 RequestorPackageName: com.sonymobile.gameenhancer.browser] ] with score 60 and providerId 4 11-26 15:01:39.530: D/WifiNetworkFactory(1677): got request NetworkRequest [ TRACK_DEFAULT id=3100, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Uid: 10193 AdministratorUids: [] RequestorUid: 10193 RequestorPackageName: com.sonymobile.gameenhancer.browser] ] with score 60 and providerId 4 11-26 15:01:39.530: D/PhoneSwitcherNetworkRequstListener(2832): got request NetworkRequest [ TRACK_DEFAULT id=3100, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Uid: 10193 AdministratorUids: [] RequestorUid: 10193 RequestorPackageName: com.sonymobile.gameenhancer.browser] ] with score 60 and providerId 4 11-26 15:01:39.530: D/ConnectivityService(1677): NetReassign [no changes] 11-26 15:01:39.531: D/Ethernet(1677): got request NetworkRequest [ TRACK_DEFAULT id=3100, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Uid: 10193 AdministratorUids: [] RequestorUid: 10193 RequestorPackageName: com.sonymobile.gameenhancer.browser] ] with score 60 and providerId 4 11-26 15:01:39.533: D/BluetoothHeadset(4285): Binding service... 11-26 15:01:39.533: W/BluetoothManagerService(1677): bindBluetoothProfileService:Trying to bind to profile: 1, while Bluetooth is disabled 11-26 15:01:39.534: D/IddLogger(7896): IDD successfully added for PE 11-26 15:01:39.537: D/ConnectivityService(1677): requestNetwork for uid/pid:10125/4285 NetworkRequest [ TRACK_DEFAULT id=3102, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Uid: 10125 AdministratorUids: [] RequestorUid: 10125 RequestorPackageName: com.sonymobile.gameenhancer] ] 11-26 15:01:39.537: D/ConnectivityService(1677): NetReassign [3102 : null �� 104] 11-26 15:01:39.538: D/UntrustedWifiNetworkFactory(1677): got request NetworkRequest [ TRACK_DEFAULT id=3102, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Uid: 10125 AdministratorUids: [] RequestorUid: 10125 RequestorPackageName: com.sonymobile.gameenhancer] ] with score 60 and providerId 4 11-26 15:01:39.538: D/WifiNetworkFactory(1677): got request NetworkRequest [ TRACK_DEFAULT id=3102, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Uid: 10125 AdministratorUids: [] RequestorUid: 10125 RequestorPackageName: com.sonymobile.gameenhancer] ] with score 60 and providerId 4 11-26 15:01:39.538: D/Ethernet(1677): got request NetworkRequest [ TRACK_DEFAULT id=3102, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Uid: 10125 AdministratorUids: [] RequestorUid: 10125 RequestorPackageName: com.sonymobile.gameenhancer] ] with score 60 and providerId 4 11-26 15:01:39.538: D/PhoneSwitcherNetworkRequstListener(2832): got request NetworkRequest [ TRACK_DEFAULT id=3102, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Uid: 10125 AdministratorUids: [] RequestorUid: 10125 RequestorPackageName: com.sonymobile.gameenhancer] ] with score 60 and providerId 4 11-26 15:01:39.549: W/m.android.phon(2832): Reducing the number of considered missed Gc histogram windows from 115 to 100 11-26 15:01:39.550: I/Perf(28638): Connecting to perf service. 11-26 15:01:39.552: D/CompatibilityChangeReporter(1677): Compat change id reported: 135634846; UID 10193; state: DISABLED 11-26 15:01:39.552: D/CompatibilityChangeReporter(1677): Compat change id reported: 135754954; UID 10193; state: ENABLED 11-26 15:01:39.552: D/CompatibilityChangeReporter(1677): Compat change id reported: 143937733; UID 10193; state: ENABLED 11-26 15:01:39.553: D/NetworkSecurityConfig(28638): No Network Security Config specified, using platform default 11-26 15:01:39.553: D/NetworkSecurityConfig(28638): No Network Security Config specified, using platform default 11-26 15:01:39.559: D/Zygote(26619): Forked child process 28665 11-26 15:01:39.559: I/ActivityManager(1677): Start proc 28665:com.google.android.webview:sandboxed_process0:org.chromium.content.app.SandboxedProcessService0:22/u0i226 for {com.sonymobile.gameenhancer.browser/org.chromium.content.app.SandboxedProcessService0:22} 11-26 15:01:39.560: I/sensors-hal(1018): handle_sns_client_event:81, prox_event: ts=589768367162172, raw_adc=346, near_far=0, distance=5.000000 11-26 15:01:39.562: E/libc(28665): SetHeapTaggingLevel: re-enabling tagging after it was disabled is not supported 11-26 15:01:39.566: E/cessService0:2(28665): Not starting debugger since process cannot load the jdwp agent. 11-26 15:01:39.579: I/GsaVoiceInteractionSrv(26571): Handling ACTION_STOP_HOTWORD 11-26 15:01:39.583: W/DynamiteModule(28638): Local module descriptor class for com.google.firebase.auth not found. 11-26 15:01:39.583: D/NetworkSecurityConfig(28665): No Network Security Config specified, using platform default 11-26 15:01:39.583: D/NetworkSecurityConfig(28665): No Network Security Config specified, using platform default 11-26 15:01:39.583: I/DynamiteModule(28638): Considering local module com.google.android.gms.measurement.dynamite:13 and remote module com.google.android.gms.measurement.dynamite:0 11-26 15:01:39.583: I/cr_WebViewApkApp(28665): Launched version=96.0.4664.45 minSdkVersion=29 isBundle=true processName=com.google.android.webview:sandboxed_process0:org.chromium.content.app.SandboxedProcessService0:22 11-26 15:01:39.584: I/DynamiteModule(28638): Selected local version of com.google.android.gms.measurement.dynamite 11-26 15:01:39.585: I/cr_ChildProcessService(28665): Creating new ChildProcessService pid=28665 11-26 15:01:39.586: I/TetheringManager(28638): registerTetheringEventCallback:com.○○○○ 11-26 15:01:39.593: I/cr_LibraryLoader(28665): Successfully loaded native library 11-26 15:01:39.594: I/FirebaseInitProvider(28638): FirebaseApp initialization successful 11-26 15:01:39.595: I/cr_CachingUmaRecorder(28665): Flushed 2 samples from 2 histograms. 11-26 15:01:39.596: W/nt.forwardwork(28638): Unsupported class loader 11-26 15:01:39.599: W/nt.forwardwork(28638): Skipping duplicate class check due to unsupported classloader 11-26 15:01:39.600: W/nt.forwardwork(28638): Unsupported class loader 11-26 15:01:39.600: W/SystemServiceRegistry(28665): No service published for: uimode 11-26 15:01:39.601: E/system_server(1677): Invalid class loader spec: =UnsupportedClassLoaderContext= 11-26 15:01:39.601: E/PackageDexUsage(1677): Unsupported context? 11-26 15:01:39.611: W/DynamiteModule(28638): Local module descriptor class for com.google.firebase.auth not found. 11-26 15:01:39.615: I/FirebaseAuth(28638): [FirebaseAuth:] Preparing to create service connection to gms implementation 11-26 15:01:39.617: D/CompatibilityChangeReporter(1677): Compat change id reported: 136274596; UID 10431; state: ENABLED 11-26 15:01:39.621: D/BoundBrokerSvc(24618): onBind: Intent { act=com.google.firebase.auth.api.gms.service.START pkg=com.google.android.gms } 11-26 15:01:39.621: D/BoundBrokerSvc(24618): Loading bound service for intent: Intent { act=com.google.firebase.auth.api.gms.service.START pkg=com.google.android.gms } 11-26 15:01:39.640: D/Unity(28638): CommandLine: 11-26 15:01:39.652: I/Unity(28638): onResume 11-26 15:01:39.661: D/KeyguardViewMediator(2155): setOccluded true 11-26 15:01:39.661: D/KeyguardViewMediator(2155): adjustStatusBarLocked: mShowing=false mOccluded=true isSecure=false force=false --> flags=0x0 11-26 15:01:39.671: I/FA(28638): App measurement deactivated via the manifest 11-26 15:01:39.681: I/FA(28638): App measurement initialized, version: 27000 11-26 15:01:39.681: I/FA(28638): To enable debug logging run: adb shell setprop log.tag.FA VERBOSE 11-26 15:01:39.681: I/FA(28638): To enable faster debug mode event logging run: 11-26 15:01:39.681: I/FA(28638): adb shell setprop debug.firebase.analytics.app com.○○○○ 11-26 15:01:39.686: D/Unity(28638): SetWindow 0 0xb400007867de68e0 11-26 15:01:39.686: D/Unity(28638): SetWindow 0 0xb400007867de68e0 11-26 15:01:39.690: I/A(8853): onApplyWindowInsets: systemWindowInsets=Insets{left=0, top=63, right=0, bottom=126} 11-26 15:01:39.690: I/A(8853): onApplyWindowInsets: systemWindowInsets=Insets{left=0, top=63, right=0, bottom=126} 11-26 15:01:39.696: D/ArtManagerInternalImpl(1677): /data/misc/iorapd/com.○○○○/8013/com.google.firebase.MessagingUnityPlayerActivity/compiled_traces/compiled_trace.pb doesn't exist 11-26 15:01:39.696: D/EventSequenceValidator(1677): Transition from ACTIVITY_LAUNCHED to ACTIVITY_FINISHED 11-26 15:01:39.699: I/ActivityTaskManager(1677): Displayed com.○○○○/com.google.firebase.MessagingUnityPlayerActivity: +233ms 11-26 15:01:39.706: I/QTI PowerHAL(1013): Power setBoost: 0, duration: 0 11-26 15:01:39.707: I/Unity(28638): windowFocusChanged: true 11-26 15:01:39.715: I/GoogleInputMethodService(17746): GoogleInputMethodService.onFinishInput():3301 11-26 15:01:39.716: I/GoogleInputMethodService(17746): GoogleInputMethodService.onStartInput():1979 11-26 15:01:39.716: I/DeviceUnlockedTag(17746): DeviceUnlockedTag.notifyDeviceLockStatusChanged():79 Notify device unlocked. 11-26 15:01:39.717: E/libprocessgroup(28638): set_timerslack_ns write failed: Operation not permitted 11-26 15:01:39.731: D/Unity(28638): Enabling Unity systrace 11-26 15:01:39.733: W/nt.forwardwork(28638): Accessing hidden method Ljava/lang/invoke/MethodHandles$Lookup;->(Ljava/lang/Class;I)V (greylist, reflection, allowed) 11-26 15:01:39.737: D/Unity(28638): [VFS] Mount /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/base.apk 11-26 15:01:39.738: D/Unity(28638): Loading player data from /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/base.apk/assets/bin/Data/data.unity3d 11-26 15:01:39.742: I/Unity(28638): SystemInfo CPU = ARM64 FP ASIMD AES, Cores = 8, Memory = 7697mb 11-26 15:01:39.742: I/Unity(28638): SystemInfo ARM big.LITTLE configuration: 4 big (mask: 0xf0), 4 little (mask: 0xf) 11-26 15:01:39.742: I/Unity(28638): ApplicationInfo com.○○○○ version 3.2.1 build 744892e8-b60a-4e8f-adbb-087f193c363d 11-26 15:01:39.742: I/Unity(28638): Built from '2019.4/release' branch, Version '2019.4.1f1 (e6c045e14e4e)', Build type 'Development', Scripting Backend 'il2cpp', CPU 'arm64-v8a', Stripping 'Enabled' 11-26 15:01:39.748: D/Unity(28638): Script Patching: Patch files are not available, '/storage/emulated/0/Android/data/com.○○○○/cache/ScriptOnly/2019.4.1f1/il2cpp/patch.config' is missing. 11-26 15:01:39.758: D/Unity(28638): Same Unity build, not extracting il2cpp resources. 11-26 15:01:39.763: D/Unity(28638): PlayerConnection initialized from /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/base.apk/assets/bin/Data (debug = 0) 11-26 15:01:39.764: D/Unity(28638): PlayerConnection initialized network socket : 0.0.0.0 55017 11-26 15:01:39.764: D/Unity(28638): PlayerConnection initialized unix socket : Unity-com.○○○○ 11-26 15:01:39.764: D/Unity(28638): Multi-casting "[IP] 192.168.111.93 [Port] 55017 [Flags] 2 [Guid] 2068583960 [EditorId] 3205124700 [Version] 1048832 [Id] AndroidPlayer(Sony_SOG01@192.168.111.93) [Debug] 0 [PackageName] AndroidPlayer [ProjectName] ���i�t��-1126-14:44" to [225.0.0.222:54997]... 11-26 15:01:39.764: D/Unity(28638): Started listening to [0.0.0.0:55017] 11-26 15:01:39.788: I/A(8853): onApplyWindowInsets: systemWindowInsets=Insets{left=0, top=63, right=0, bottom=126} 11-26 15:01:39.788: I/A(8853): onApplyWindowInsets: systemWindowInsets=Insets{left=0, top=63, right=0, bottom=126} 11-26 15:01:39.796: I/DisplayBooster(1677): FpsModeManager: fps mode change 3 11-26 15:01:39.797: D/audio_hw_primary(998): adev_set_parameters: enter: game_enhancer_active=1 11-26 15:01:39.797: D/audio_hw_hfp(998): hfp_set_parameters: enter 11-26 15:01:39.797: D/audio_hw_primary(998): adev_set_parameters(): game_enhancer_active = 1 11-26 15:01:39.797: D/audio_hw_extn(998): audio_extn_fm_set_parameters: Enter 11-26 15:01:39.799: I/android_os_HwBinder(1677): HwBinder: Starting thread pool for getting: vendor.semc.hardware.display@2.2::IFramerateController/default 11-26 15:01:39.799: D/ScreenRecordTile(4908): GameEnhancer state change 11-26 15:01:39.799: D/ScreenRecordTile(2155): GameEnhancer state change 11-26 15:01:39.803: E/DisplayBooster(1677): FpsModeManager: Black insertion is not supported 11-26 15:01:39.803: D/DisplayBooster(1677): FpsModeManager: setDesiredDisplayConfigSpecs to config id 0 11-26 15:01:39.803: D/DisplayBooster(1677): FpsModeManager: active config wait time (millis) : 0 11-26 15:01:39.803: D/DisplayBooster(1677): FpsModeManager: setFrameSkipFps() fps : 60 11-26 15:01:39.803: I/vendor.semc.hardware.display(1063): set_opec_mode: mode 0 11-26 15:01:39.803: I/vendor.semc.hardware.display(1063): setOpecMode: mode 0 11-26 15:01:39.804: V/GameEnhancerUtils(4908): isGameEnhancerEnabled: cursor count 1 11-26 15:01:39.806: E/DisplayBooster(1677): FpsModeManager: Black insertion is not supported 11-26 15:01:39.807: D/GameEnhancerUtils(4908): isGameEnhancerEnabled: cursor result 1 11-26 15:01:39.810: V/GameEnhancerUtils(2155): isGameEnhancerEnabled: cursor count 1 11-26 15:01:39.812: D/GameEnhancerUtils(2155): isGameEnhancerEnabled: cursor result 1 11-26 15:01:39.872: D/StatusBar(2155): disable disable2 11-26 15:01:39.907: W/AppOps(1677): Noting op not finished: uid 10125 pkg com.sonymobile.gameenhancer code 24 startTime of in progress event=1637906499529 11-26 15:01:39.947: D/Unity(28638): [EGL] Attaching window :0xb400007867de68e0 11-26 15:01:39.947: D/Unity(28638): InitializeScriptEngine OK (0x76ca75bfc0) 11-26 15:01:39.947: D/Unity(28638): PlayerConnection already initialized - listening to [0.0.0.0:55017] 11-26 15:01:39.950: E/libprocessgroup(28638): set_timerslack_ns write failed: Operation not permitted 11-26 15:01:39.951: I/chatty(28638): uid=10431(com.○○○○) UnityMain identical 14 lines 11-26 15:01:39.951: E/libprocessgroup(28638): set_timerslack_ns write failed: Operation not permitted 11-26 15:01:39.953: D/Unity(28638): Loading player data from assets/bin/Data/data.unity3d 11-26 15:01:39.955: D/Unity(28638): Unable to lookup library path for 'google-signin-support-1.0.4', native render plugin support disabled. 11-26 15:01:39.956: E/Unity(28638): Unable to find google-signin-support-1.0.4 11-26 15:01:39.956: D/Unity(28638): PlayerInitEngineNoGraphics OK 11-26 15:01:39.956: D/Unity(28638): AndroidGraphics::Startup window = 0xb400007867de68e0 11-26 15:01:39.956: D/Unity(28638): [EGL] Attaching window :0xb400007867de68e0 11-26 15:01:39.960: D/vulkan(28638): searching for layers in '/data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/lib/arm64' 11-26 15:01:39.960: D/vulkan(28638): searching for layers in '/data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/base.apk!/lib/arm64-v8a' 11-26 15:01:39.960: D/Unity(28638): [Vulkan init] extensions: count=10 11-26 15:01:39.960: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_surface, enabled=1 11-26 15:01:39.960: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_android_surface, enabled=1 11-26 15:01:39.960: D/Unity(28638): [Vulkan init] extensions: name=VK_EXT_swapchain_colorspace, enabled=1 11-26 15:01:39.960: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_get_surface_capabilities2, enabled=0 11-26 15:01:39.960: D/Unity(28638): [Vulkan init] extensions: name=VK_EXT_debug_report, enabled=1 11-26 15:01:39.960: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_get_physical_device_properties2, enabled=0 11-26 15:01:39.960: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_external_semaphore_capabilities, enabled=0 11-26 15:01:39.960: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_external_memory_capabilities, enabled=0 11-26 15:01:39.960: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_device_group_creation, enabled=0 11-26 15:01:39.960: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_external_fence_capabilities, enabled=0 11-26 15:01:39.965: I/AdrenoVK-0(28638): ===== BEGIN DUMP OF OVERRIDDEN SETTINGS ===== 11-26 15:01:39.965: I/AdrenoVK-0(28638): ===== END DUMP OF OVERRIDDEN SETTINGS ===== 11-26 15:01:39.965: I/AdrenoVK-0(28638): QUALCOMM build : 191610ae03, Ic907de5ed0 11-26 15:01:39.965: I/AdrenoVK-0(28638): Build Date : 09/17/20 11-26 15:01:39.965: I/AdrenoVK-0(28638): Shader Compiler Version : EV031.32.02.01 11-26 15:01:39.965: I/AdrenoVK-0(28638): Local Branch : 11-26 15:01:39.965: I/AdrenoVK-0(28638): Remote Branch : refs/tags/AU_LINUX_ANDROID_LA.UM.9.12.10.00.00.582.274 11-26 15:01:39.965: I/AdrenoVK-0(28638): Remote Branch : NONE 11-26 15:01:39.965: I/AdrenoVK-0(28638): Reconstruct Branch : NOTHING 11-26 15:01:39.965: I/AdrenoVK-0(28638): Build Config : S P 10.0.5 AArch64 11-26 15:01:39.965: I/AdrenoVK-0(28638): Driver Path : /vendor/lib64/hw/vulkan.adreno.so 11-26 15:01:39.966: D/Unity(28638): Vulkan detection: 2 11-26 15:01:39.966: D/Unity(28638): GfxDevice: creating device client; threaded=1 11-26 15:01:39.966: D/Unity(28638): [Vulkan init] extensions: count=10 11-26 15:01:39.966: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_surface, enabled=1 11-26 15:01:39.966: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_android_surface, enabled=1 11-26 15:01:39.966: D/Unity(28638): [Vulkan init] extensions: name=VK_EXT_swapchain_colorspace, enabled=1 11-26 15:01:39.966: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_get_surface_capabilities2, enabled=0 11-26 15:01:39.966: D/Unity(28638): [Vulkan init] extensions: name=VK_EXT_debug_report, enabled=1 11-26 15:01:39.966: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_get_physical_device_properties2, enabled=0 11-26 15:01:39.966: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_external_semaphore_capabilities, enabled=0 11-26 15:01:39.966: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_external_memory_capabilities, enabled=0 11-26 15:01:39.966: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_device_group_creation, enabled=0 11-26 15:01:39.966: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_external_fence_capabilities, enabled=0 11-26 15:01:39.967: I/AdrenoVK-0(28638): QUALCOMM build : 191610ae03, Ic907de5ed0 11-26 15:01:39.967: I/AdrenoVK-0(28638): Build Date : 09/17/20 11-26 15:01:39.967: I/AdrenoVK-0(28638): Shader Compiler Version : EV031.32.02.01 11-26 15:01:39.967: I/AdrenoVK-0(28638): Local Branch : 11-26 15:01:39.967: I/AdrenoVK-0(28638): Remote Branch : refs/tags/AU_LINUX_ANDROID_LA.UM.9.12.10.00.00.582.274 11-26 15:01:39.967: I/AdrenoVK-0(28638): Remote Branch : NONE 11-26 15:01:39.967: I/AdrenoVK-0(28638): Reconstruct Branch : NOTHING 11-26 15:01:39.967: I/AdrenoVK-0(28638): Build Config : S P 10.0.5 AArch64 11-26 15:01:39.967: I/AdrenoVK-0(28638): Driver Path : /vendor/lib64/hw/vulkan.adreno.so 11-26 15:01:39.968: D/Unity(28638): [Vulkan init] Graphics queue count=1 11-26 15:01:39.968: D/Unity(28638): [Vulkan init] extensions: count=65 11-26 15:01:39.968: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_incremental_present, enabled=0 11-26 15:01:39.968: D/Unity(28638): [Vulkan init] extensions: name=VK_EXT_hdr_metadata, enabled=1 11-26 15:01:39.968: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_shared_presentable_image, enabled=0 11-26 15:01:39.968: D/Unity(28638): [Vulkan init] extensions: name=VK_GOOGLE_display_timing, enabled=0 11-26 15:01:39.968: D/Unity(28638): [Vulkan init] extensions: name=VK_EXT_subgroup_size_control, enabled=0 11-26 15:01:39.968: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_external_memory, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_EXT_pipeline_creation_feedback, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_shader_float16_int8, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_get_memory_requirements2, enabled=1 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_spirv_1_4, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_EXT_fragment_density_map, enabled=1 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_external_semaphore_fd, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_QCOM_render_pass_store_ops, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_EXT_astc_decode_mode, enabled=1 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_external_memory_fd, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_QCOM_render_pass_shader_resolve, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_maintenance1, enabled=1 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_maintenance2, enabled=1 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_maintenance3, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_separate_depth_stencil_layouts, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_buffer_device_address, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_EXT_queue_family_foreign, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_bind_memory2, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_external_semaphore, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_EXT_scalar_block_layout, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_sampler_ycbcr_conversion, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_EXT_vertex_attribute_divisor, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_variable_pointers, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_push_descriptor, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_EXT_device_memory_report, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_device_group, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_relaxed_block_layout, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_external_fence, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_EXT_host_query_reset, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_EXT_index_type_uint8, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_multiview, enabled=1 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_storage_buffer_storage_class, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_shader_subgroup_extended_types, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_EXT_pipeline_creation_cache_control, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_EXT_separate_stencil_usage, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_IMG_filter_cubic, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_EXT_filter_cubic, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_image_format_list, enabled=1 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_EXT_sampler_filter_minmax, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_16bit_storage, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_QCOM_render_pass_transform, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_create_renderpass2, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_EXT_transform_feedback, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_depth_stencil_resolve, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_shader_float_controls, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_EXT_texture_compression_astc_hdr, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_EXT_global_priority, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_shader_draw_parameters, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_vulkan_memory_model, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_EXT_line_rasterization, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_descriptor_update_template, enabled=1 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_draw_indirect_count, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_driver_properties, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_uniform_buffer_standard_layout, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_ANDROID_external_memory_android_hardware_buffer, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_dedicated_allocation, enabled=1 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_EXT_sample_locations, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_swapchain, enabled=1 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_sampler_mirror_clamp_to_edge, enabled=1 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_external_fence_fd, enabled=0 11-26 15:01:39.969: D/Unity(28638): Vulkan API version 1.1.0 (1.1.128 supported by driver) 11-26 15:01:39.969: D/Unity(28638): Vulkan vendor=[Qualcomm] id=[5143] 11-26 15:01:39.969: D/Unity(28638): Vulkan renderer=[Adreno (TM) 650] id=[6050002] 11-26 15:01:39.969: D/Unity(28638): Vulkan device type 1 11-26 15:01:39.969: D/Unity(28638): Vulkan driverversion=[512.502.0] uint=[-2145427456] 11-26 15:01:39.969: D/Unity(28638): [vulkan] ASTC HDR support: 1 11-26 15:01:39.973: V/ActivityTaskManager(1677): Calling mServicetracker.OnActivityStateChange with flag truestateSTOPPING 11-26 15:01:39.973: V/ActivityTaskManager(1677): Calling mServicetracker.OnActivityStateChange with flag falsestateSTOPPING 11-26 15:01:39.985: E/CRASH(28638): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** 11-26 15:01:39.985: E/CRASH(28638): Version '2019.4.1f1 (e6c045e14e4e)', Build type 'Development', Scripting Backend 'il2cpp', CPU 'arm64-v8a' 11-26 15:01:39.985: E/CRASH(28638): Build fingerprint: 'KDDI/SOG01_jp_kdi/SOG01:11/58.1.C.3.86/058001C003008600113044126:user/release-keys' 11-26 15:01:39.985: E/CRASH(28638): Revision: '0' 11-26 15:01:39.985: E/CRASH(28638): ABI: 'arm64' 11-26 15:01:39.985: E/CRASH(28638): Timestamp: 2021-11-26 15:01:39+0900 11-26 15:01:39.985: E/CRASH(28638): pid: 28638, tid: 28721, name: UnityMain >>> com.○○○○ <<< 11-26 15:01:39.985: E/CRASH(28638): uid: 10431 11-26 15:01:39.985: E/CRASH(28638): signal 11 (SIGSEGV), code 2 (SEGV_ACCERR), fault addr 0x766f13d1a8 11-26 15:01:39.985: E/CRASH(28638): x0 000000766ef380f0 x1 b400007661dd6050 x2 0000005800000000 x3 0000000000000046 11-26 15:01:39.985: E/CRASH(28638): x4 0000000000080000 x5 0000000000000004 x6 0000000000000046 x7 0000000000000400 11-26 15:01:39.985: E/CRASH(28638): x8 000000766f1380f0 x9 b400007661e56060 x10 0000000000000000 x11 0000000000000000 11-26 15:01:39.985: E/CRASH(28638): x12 0000000000000092 x13 0000000000000000 x14 0000000000000001 x15 0000000000000000 11-26 15:01:39.985: E/CRASH(28638): x16 000000766ef14a98 x17 00000079dbf06fdc x18 0000000000000032 x19 0000005800000000 11-26 15:01:39.985: E/CRASH(28638): x20 b400007661dd6050 x21 000000766ef380e8 x22 b4000077d7e3cad0 x23 b4000077d7e3cac8 11-26 15:01:39.985: E/CRASH(28638): x24 0000000000000000 x25 00000000000002a0 x26 0000000000000000 x27 000000766ef19558 11-26 15:01:39.985: E/CRASH(28638): x28 b4000077d7e3cda0 x29 0000000000000002 11-26 15:01:39.985: E/CRASH(28638): sp 000000766c437b00 lr 000000766d8cc60c pc 000000766d8bc9d4 11-26 15:01:39.985: E/CRASH(28638): backtrace: 11-26 15:01:39.985: E/CRASH(28638): #00 pc 00000000003739d4 /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/lib/arm64/libunity.so (MemoryManager::GetAllocatorContainingPtr(void const*)+24) (BuildId: b83bfbe88c1e5aed12fdcb4508d47767f0c4d078) 11-26 15:01:39.985: E/CRASH(28638): #01 pc 0000000000383608 /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/lib/arm64/libunity.so (transfer_ownership(void*, MemLabelId const&, AllocationRootWithSalt)+52) (BuildId: b83bfbe88c1e5aed12fdcb4508d47767f0c4d078) 11-26 15:01:39.985: E/CRASH(28638): #02 pc 000000000063df5c /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/lib/arm64/libunity.so (dynamic_array_detail::dynamic_array_data::swap(dynamic_array_detail::dynamic_array_data&)+68) (BuildId: b83bfbe88c1e5aed12fdcb4508d47767f0c4d078) 11-26 15:01:39.985: I/ActivityTaskManager(1677): Config changes=20000480 {1.0 ?mcc?mnc [ja_JP] ldltr sw417dp w927dp h393dp 420dpi nrml long hdr widecg land finger -keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 2560, 1096) mAppBounds=Rect(0, 0 - 2434, 1096) mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=undefined mAlwaysOnTop=undefined mRotation=ROTATION_90} s.69268} 11-26 15:01:39.985: E/CRASH(28638): #03 pc 0000000000f2b43c /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/lib/arm64/libunity.so (allocutil::BuddyAllocator::FreeBlockRegistry::FreeBlockRegistry(MemLabelId, unsigned char, unsigned int)+276) (BuildId: b83bfbe88c1e5aed12fdcb4508d47767f0c4d078) 11-26 15:01:39.985: E/CRASH(28638): #04 pc 0000000000f2b294 /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/lib/arm64/libunity.so (allocutil::BuddyAllocator::BuddyAllocator(MemLabelId, unsigned int, unsigned int, unsigned int)+272) (BuildId: b83bfbe88c1e5aed12fdcb4508d47767f0c4d078) 11-26 15:01:39.985: E/CRASH(28638): #05 pc 000000000084fc1c /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/lib/arm64/libunity.so (vk::BuddyMemoryAllocator::MemoryTypeAllocator::MemoryTypeAllocator(VkDevice_T*, VkPhysicalDeviceMemoryProperties const&, unsigned long, unsigned int, unsigned int, unsigned int, unsigned int)+100) (BuildId: b83bfbe88c1e5aed12fdcb4508d47767f0c4d078) 11-26 15:01:39.985: E/CRASH(28638): #06 pc 000000000084fdd8 /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/lib/arm64/libunity.so (vk::BuddyMemoryAllocator::AllocateImpl(VkDevice_T*, VkPhysicalDeviceMemoryProperties const&, unsigned long, unsigned int, unsigned long)+224) (BuildId: b83bfbe88c1e5aed12fdcb4508d47767f0c4d078) 11-26 15:01:39.985: E/CRASH(28638): #07 pc 000000000084f880 /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/lib/arm64/libunity.so (vk::AllocateImage(VkDevice_T*, VkPhysicalDeviceMemoryProperties const&, vk::MemoryAllocator&, VkImage_T*, unsigned int, unsigned long)+420) (BuildId: b83bfbe88c1e5aed12fdcb4508d47767f0c4d078) 11-26 15:01:39.985: E/CRASH(28638): #08 pc 0000000000884f58 /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/lib/arm64/libunity.so (vk::ImageManager::PrepareNewImage(TextureDimension, int, VkExtent3D const&, VkFormat, int, unsigned int, VkSampleCountFlagBits, VkFormat, bool, vk::ImageMemory, bool, bool)+1040) (BuildId: b83bfbe88c1e5aed12fdcb4508d47767f0c4d078) 11-26 15:01:39.985: E/CRASH(28638): #09 pc 00000000008856b8 /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/lib/arm64/libunity.so (vk::ImageManager::CreateImage(vk::CommandBuffer*, vk::ScratchBuffer*, TextureDimension, vk::ImageData const&, VkExtent3D const&, GraphicsFormat, TextureFormat, TextureColorSpace, int, unsigned int, VkSampleCountFlagBits, bool)+348) (BuildId: b83bfbe88c1e5aed12fdcb4508d47767f0c4d078) 11-26 15:01:39.985: E/CRASH(28638): #10 pc 000000000083a8c4 /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/lib/arm64/libunity.so (vk::Texture::Create(vk::CommandBuffer*, vk::ScratchBuffer*, TextureID, TextureDimension, vk::ImageData const&, VkExtent3D const&, GraphicsFormat, int, VkSampleCountFlagBits, bool, bool)+964) (BuildId: b83bfbe88c1e5aed12fdcb4508d47767f0c4d078) 11-26 15:01:39.985: E/CRASH(28638): #11 pc 0000000000884168 /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/lib/arm64/libunity.so (vk::ImageManager::ImageManager(VkPhysicalDevice_T*, VkDevice_T*, vk::BufferManager&, vk::MemoryAllocator&, unsigned long, vk::Framebuffers&, vk::ResourceDestructionStagingArea&)+552) (BuildId: b83bfbe88c1e5aed12fdcb4508d47767f0c4d078) 11-26 15:01:39.985: E/CRASH(28638): #12 pc 00000000008402e8 /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/lib/arm64/libunity.so (GfxDeviceVK::GfxDeviceVK(MemLabelId const&, vk::Instance const&)+2172) (BuildId: b83bfbe88c1e5aed12fdcb4508d47767f0c4d078) 11-26 15:01:39.985: E/CRASH(28638): #13 pc 0000000000834174 /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/lib/arm64/libunity.so (CreateVKGfxDevice()+120) (BuildId: b83bfbe88c1e5aed12fdcb4508d47767f0c4d078) 11-26 15:01:39.985: E/CRASH(28638): #14 pc 0000000000a0cad0 /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/lib/arm64/libunity.so (CreateRealGfxDevice(GfxDeviceRenderer)+420) (BuildId: b83bfbe88c1e5aed12fdcb4508d47767f0c4d078) 11-26 15:01:39.985: E/CRASH(28638): #15 pc 0000000000dfd0c4 /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/lib/arm64/libunity.so (CreateClientGfxDevice(GfxDeviceRenderer, GfxCreateDeviceFlags)+216) (BuildId: b83bfbe88c1e5aed12fdcb4508d47767f0c4d078) 11-26 15:01:39.985: E/CRASH(28638): #16 pc 0000000000a0d6b8 /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/lib/arm64/libunity.so (CreateGfxDevice(GfxDeviceRenderer, GfxCreateDeviceFlags)+252) (BuildId: b83bfbe88c1e5aed12fdcb4508d47767f0c4d078) 11-26 15:01:39.985: E/CRASH(28638): #17 pc 0000000000a0d978 /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/lib/arm64/libunity.so (InitializeGfxDevice()+668) (BuildId: b83bfbe88c1e5aed12fdcb4508d47767f0c4d078) 11-26 15:01:39.985: E/CRASH(28638): #18 pc 0000000000798df4 /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/lib/arm64/libunity.so (AndroidGraphics::Startup()+92) (BuildId: b83bfbe88c1e5aed12fdcb4508d47767f0c4d078) 11-26 15:01:39.985: E/CRASH(28638): #19 pc 0000000000770130 /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/lib/arm64/libunity.so (UnityInitApplication()+3364) (BuildId: b83bfbe88c1e5aed12fdcb4508d47767f0c4d078) 11-26 15:01:39.985: E/CRASH(28638): #20 pc 0000000000770ba8 /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/lib/arm64/libunity.so (UnityPlayerLoop()+152) (BuildId: b83bfbe88c1e5aed12fdcb4508d47767f0c4d078) 11-26 15:01:39.985: E/CRASH(28638): #21 pc 000000000079b020 /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/lib/arm64/libunity.so (nativeRender(_JNIEnv*, _jobject*)+72) (BuildId: b83bfbe88c1e5aed12fdcb4508d47767f0c4d078) 11-26 15:01:39.985: E/CRASH(28638): #22 pc 000000000013ced4 /apex/com.android.art/lib64/libart.so (art_quick_generic_jni_trampoline+148) (BuildId: cc09c31d031be97635d88e6325bd528e) 11-26 15:01:39.985: E/CRASH(28638): #23 pc 0000000000133564 /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+548) (BuildId: cc09c31d031be97635d88e6325bd528e) 11-26 15:01:39.985: E/CRASH(28638): #24 pc 00000000001a8a78 /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+200) (BuildId: cc09c31d031be97635d88e6325bd528e) 11-26 15:01:39.985: E/CRASH(28638): #25 pc 00000000003182e0 /apex/com.android.art/lib64/libart.so (art::interpreter::ArtInterpreterToCompiledCodeBridge(art::Thread*, art::ArtMethod*, art::ShadowFrame*, unsigned short, art::JValue*)+376) (BuildId: cc09c31d031be97635d88e6325bd528e) 11-26 15:01:39.985: E/CRASH(28638): #26 pc 000000000030e60c /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+996) (BuildId: cc09c31d031be97635d88e6325bd528e) 11-26 15:01:39.985: E/CRASH(28638): #27 pc 000000000067f8f0 /apex/com.android.art/lib64/libart.so (MterpInvokeDirect+576) (BuildId: cc09c31d031be97635d88e6325bd528e) 11-26 15:01:39.985: E/CRASH(28638): #28 pc 000000000012d914 /apex/com.android.art/lib64/libart.so (mterp_op_invoke_direct+20) (BuildId: cc09c31d031be97635d88e6325bd528e) 11-26 15:01:39.985: E/CRASH(28638): #29 pc 0000000000680470 /apex/com.android.art/lib64/libart.so (MterpInvokeStatic+1224) (BuildId: cc09c31d031be97635d88e6325bd528e) 11-26 15:01:39.985: E/CRASH(28638): #30 pc 000000000012d994 /apex/com.android.art/lib64/libart.so (mterp_op_invoke_static+20) (BuildId: cc09c31d031be97635d88e6325bd528e) 11-26 15:01:39.985: E/CRASH(28638): #31 pc 000000000067ef4c /apex/com.android.art/lib64/libart.so (MterpInvokeInterface+1808) (BuildId: cc09c31d031be97635d88e6325bd528e) 11-26 15:01:39.985: E/CRASH(28638): #32 pc 000000000012da14 /apex/com.android.art/lib64/libart.so (mterp_op_invoke_interface+20) (BuildId: cc09c31d031be97635d88e6325bd528e) 11-26 15:01:39.986: E/CRASH(28638): #33 pc 000000000067d514 /apex/com.android.art/lib64/libart.so (MterpInvokeVirtual+1520) (BuildId: cc09c31d031be97635d88e6325bd528e) 11-26 15:01:39.986: E/CRASH(28638): #34 pc 000000000012d814 /apex/com.android.art/lib64/libart.so (mterp_op_invoke_virtual+20) (BuildId: cc09c31d031be97635d88e6325bd528e) 11-26 15:01:39.986: E/CRASH(28638): #35 pc 0000000000680470 /apex/com.android.art/lib64/libart.so (MterpInvokeStatic+1224) (BuildId: cc09c31d031be97635d88e6325bd528e) 11-26 15:01:39.986: E/CRASH(28638): #36 pc 000000000012d994 /apex/com.android.art/lib64/libart.so (mterp_op_invoke_static+20) (BuildId: cc09c31d031be97635d88e6325bd528e) 11-26 15:01:39.986: E/CRASH(28638): #37 pc 0000000000305c08 /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.llvm.11487796752256266877)+268) (BuildId: cc09c31d031be97635d88e6325bd528e) 11-26 15:01:39.986: E/CRASH(28638): #38 pc 000000000066bf7c /apex/com.android.art/lib64/libart.so (artQuickToInterpreterBridge+780) (BuildId: cc09c31d031be97635d88e6325bd528e) 11-26 15:01:39.986: E/CRASH(28638): #39 pc 000000000013cff8 /apex/com.android.art/lib64/libart.so (art_quick_to_interpreter_bridge+88) (BuildId: cc09c31d031be97635d88e6325bd528e) 11-26 15:01:39.986: E/CRASH(28638): #40 pc 0000000000133564 /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+548) (BuildId: cc09c31d031be97635d88e6325bd528e) 11-26 15:01:39.986: E/CRASH(28638): #41 pc 00000000001a8a78 /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+200) (BuildId: cc09c31d031be97635d88e6325bd528e) 11-26 15:01:39.986: E/CRASH(28638): #42 pc 0000000000554c38 /apex/com.android.art/lib64/libart.so (art::JValue art::InvokeVirtualOrInterfaceWithJValues(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, art::ArtMethod*, jvalue const*)+460) (BuildId: cc09c31d031be97635d88e6325bd528e) 11-26 15:01:39.986: E/CRASH(28638): #43 pc 00000000005a3fd4 /apex/com.android.art/lib64/libart.so (art::Thread::CreateCallback(void*)+1308) (BuildId: cc09c31d031be97635d88e6325bd528e) 11-26 15:01:39.986: E/CRASH(28638): #44 pc 00000000000b0048 /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start(void*)+64) (BuildId: 8d77279a411c99f8bc6edb79c76340fb) 11-26 15:01:39.986: E/CRASH(28638): #45 pc 00000000000503c8 /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64) (BuildId: 8d77279a411c99f8bc6edb79c76340fb) 11-26 15:01:39.999: I/WindowManager(1677): Override config changes=20000480 {1.0 ?mcc?mnc [ja_JP] ldltr sw417dp w927dp h393dp 420dpi nrml long hdr widecg land finger -keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 2560, 1096) mAppBounds=Rect(0, 0 - 2434, 1096) mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=undefined mAlwaysOnTop=undefined mRotation=ROTATION_90} s.69268} for displayId=0 11-26 15:01:40.015: I/DeviceModeUtil(17746): DeviceModeUtil.getDeviceMode():96 Get device mode phone by ui mode:1 and smallestScreenWidthDp:417 11-26 15:01:40.015: W/GoogleInputMethodService(17746): GoogleInputMethodService.onConfigurationChanged():1646 onConfigurationChanged() : NewConfig = {1.0 ?mcc?mnc [ja_JP] ldltr sw417dp w927dp h393dp 420dpi nrml long hdr widecg land finger -keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 2560, 1096) mAppBounds=Rect(0, 0 - 2434, 1096) mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=undefined mAlwaysOnTop=undefined mRotation=ROTATION_90} s.69320} 11-26 15:01:40.015: I/AbstractOpenableExtension(17746): AbstractOpenableExtension.maybeDestroyExistingKeyboardGroupManager():509 Destroy existing keyboard group manager in eyk 11-26 15:01:40.015: I/AbstractOpenableExtension(17746): AbstractOpenableExtension.createKeyboardGroupManagerListenableFuture():121 Create keyboard group manager listenable future in eyk 11-26 15:01:40.015: I/AbstractOpenableExtension(17746): AbstractOpenableExtension.maybeDestroyExistingKeyboardGroupManager():509 Destroy existing keyboard group manager in ewb 11-26 15:01:40.016: I/AbstractOpenableExtension(17746): AbstractOpenableExtension.createKeyboardGroupManagerListenableFuture():121 Create keyboard group manager listenable future in ewb 11-26 15:01:40.016: I/AbstractOpenableExtension(17746): AbstractOpenableExtension.maybeDestroyExistingKeyboardGroupManager():509 Destroy existing keyboard group manager in faa 11-26 15:01:40.016: I/AbstractOpenableExtension(17746): AbstractOpenableExtension.createKeyboardGroupManagerListenableFuture():121 Create keyboard group manager listenable future in faa 11-26 15:01:40.018: I/NormalModeController(17746): NormalModeController.getKeyboardBodyViewHolderPaddingBottom():109 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1 11-26 15:01:40.018: I/A(8853): onApplyWindowInsets: systemWindowInsets=Insets{left=0, top=63, right=0, bottom=0} 11-26 15:01:40.018: I/KeyboardGroupDefParser(17746): KeyboardGroupDefParser.parseKeyboardGroupDef():87 parseKeyboardGroupDef() 2132214049 -> 0_resource_name_obfuscated : WaitTime = 0 ms : RunTime = 2 ms 11-26 15:01:40.018: I/KeyboardGroupDefParser(17746): KeyboardGroupDefParser.parseKeyboardGroupDef():87 parseKeyboardGroupDef() 2132214044 -> 0_resource_name_obfuscated : WaitTime = 0 ms : RunTime = 3 ms 11-26 15:01:40.019: I/A(8853): onApplyWindowInsets: systemWindowInsets=Insets{left=0, top=63, right=0, bottom=0} 11-26 15:01:40.019: I/DeviceModeUtil(17746): DeviceModeUtil.getDeviceMode():96 Get device mode phone by ui mode:1 and smallestScreenWidthDp:417 11-26 15:01:40.019: I/chatty(17746): uid=10252(com.google.android.inputmethod.latin) identical 1 line 11-26 15:01:40.019: I/DeviceModeUtil(17746): DeviceModeUtil.getDeviceMode():96 Get device mode phone by ui mode:1 and smallestScreenWidthDp:417 11-26 15:01:40.020: I/GoogleInputMethodService(17746): GoogleInputMethodService.initializeKeyboardTheme():1383 Apply keyboard theme: theme_border_stylesheet_googleblue_materiallight_phone_builtin_google_blue_light.binarypb_land 11-26 15:01:40.021: V/ActivityTaskManager(1677): Calling mServicetracker.OnActivityStateChange with flag truestateSTOPPED 11-26 15:01:40.021: V/ActivityTaskManager(1677): Calling mServicetracker.OnActivityStateChange with flag falsestateSTOPPED 11-26 15:01:40.029: D/StatusBar(2155): disable disable2 11-26 15:01:40.030: I/KeyboardGroupDefParser(17746): KeyboardGroupDefParser.parseKeyboardGroupDef():87 parseKeyboardGroupDef() 2132214043 -> 0_resource_name_obfuscated : WaitTime = 1 ms : RunTime = 14 ms 11-26 15:01:40.031: I/DeviceModeUtil(17746): DeviceModeUtil.getDeviceMode():96 Get device mode phone by ui mode:1 and smallestScreenWidthDp:417 11-26 15:01:40.031: I/NormalModeController(17746): NormalModeController.getKeyboardBodyViewHolderPaddingBottom():109 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1 11-26 15:01:40.033: I/InputMethodEntryManager(17746): InputMethodEntryManager.startLoadingInputMethodEntrySettings():743 Start loading input method entry settings: [Pair{ja-JP japanese_qwerty}, Pair{zz qwerty}] 11-26 15:01:40.039: I/QTI PowerHAL(1013): Power setBoost: 0, duration: 0 11-26 15:01:40.048: I/InputManager-JNI(1677): Viewport [0] to add: local:129, isActive: true 11-26 15:01:40.053: I/InputReader(1677): Reconfiguring input devices, changes=DISPLAY_INFO | 11-26 15:01:40.053: I/InputReader(1677): Device reconfigured: id=6, name='sec_touchscreen_side', size 1096x2560, orientation 1, mode 1, display id 0 11-26 15:01:40.053: I/InputReader(1677): Device reconfigured: id=5, name='sec_touchscreen', size 1096x2560, orientation 1, mode 1, display id 0 11-26 15:01:40.053: W/AppOps(1677): Noting op not finished: uid 10125 pkg com.sonymobile.gameenhancer code 24 startTime of in progress event=1637906499529 11-26 15:01:40.055: I/QTI PowerHAL(1013): Power setBoost: 0, duration: 0 11-26 15:01:40.058: I/android_os_HwBinder(1677): HwBinder: Starting thread pool for getting: vendor.semc.hardware.display@2.0::IDisplay/default 11-26 15:01:40.068: D/audio_hw_primary(998): adev_get_parameters:somc.media_vibration_path 11-26 15:01:40.068: D/audio_hw_spkr_prot(998): fbsp_get_parameters: Speaker protection disabled 11-26 15:01:40.068: D/soundtrigger(998): audio_extn_sound_trigger_get_parameters input string 11-26 15:01:40.068: D/soundtrigger(998): extract_sm_handle input string param string 11-26 15:01:40.068: D/audio_hw_extn(998): audio_extn_fm_get_parameters: Enter 11-26 15:01:40.068: D/audio_hw_extn(998): audio_extn_get_parameters: returns 11-26 15:01:40.068: D/audio_hw_primary(998): adev_get_parameters: exit: returns - somc.media_vibration_path=0 11-26 15:01:40.068: I/hash_map_utils(1083): key: 'somc.media_vibration_path' value: '' 11-26 15:01:40.070: D/audio_hw_primary(998): adev_get_parameters:somc.media_vibration_path 11-26 15:01:40.070: D/audio_hw_spkr_prot(998): fbsp_get_parameters: Speaker protection disabled 11-26 15:01:40.070: D/soundtrigger(998): audio_extn_sound_trigger_get_parameters input string 11-26 15:01:40.070: D/soundtrigger(998): extract_sm_handle input string param string 11-26 15:01:40.070: D/audio_hw_extn(998): audio_extn_fm_get_parameters: Enter 11-26 15:01:40.070: D/audio_hw_extn(998): audio_extn_get_parameters: returns 11-26 15:01:40.070: D/audio_hw_primary(998): adev_get_parameters: exit: returns - somc.media_vibration_path=0 11-26 15:01:40.070: I/hash_map_utils(1083): key: 'somc.media_vibration_path' value: '' 11-26 15:01:40.073: E/TLOC(1420): [TLOCChannel]"Can't receive message due to timeout" 11-26 15:01:40.073: E/TLOC(1420): [TLOCDaemon ]"Couldn't receive command response" 11-26 15:01:40.073: I/TLOC(1420): [TLOCDaemon ]"timeout passed - start periodic warm-up" 11-26 15:01:40.083: I/android_os_HwBinder(4103): HwBinder: Starting thread pool for getting: vendor.somc.hardware.swiqi@1.0::IHidlSwiqi/default 11-26 15:01:40.084: I/android_os_HwBinder(4103): HwBinder: Starting thread pool for getting: vendor.somc.hardware.swiqi@1.0::IHidlSwiqi/default 11-26 15:01:40.090: D/TelephonyProvider(2832): Using old permission behavior for telephony provider compat 11-26 15:01:40.094: E/CRASH(28638): Tombstone written to: /storage/emulated/0/Android/data/com.○○○○/files/tombstone_00 11-26 15:01:40.095: E/AndroidRuntime(28638): FATAL EXCEPTION: UnityMain 11-26 15:01:40.095: E/AndroidRuntime(28638): Process: com.○○○○, PID: 28638 11-26 15:01:40.095: E/AndroidRuntime(28638): java.lang.Error: *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** 11-26 15:01:40.095: E/AndroidRuntime(28638): Version '2019.4.1f1 (e6c045e14e4e)', Build type 'Development', Scripting Backend 'il2cpp', CPU 'arm64-v8a' 11-26 15:01:40.095: E/AndroidRuntime(28638): Build fingerprint: 'KDDI/SOG01_jp_kdi/SOG01:11/58.1.C.3.86/058001C003008600113044126:user/release-keys' 11-26 15:01:40.095: E/AndroidRuntime(28638): Revision: '0' 11-26 15:01:40.095: E/AndroidRuntime(28638): ABI: 'arm64' 11-26 15:01:40.095: E/AndroidRuntime(28638): Timestamp: 2021-11-26 15:01:39+0900 11-26 15:01:40.095: E/AndroidRuntime(28638): pid: 28638, tid: 28721, name: UnityMain >>> com.○○○○ <<< 11-26 15:01:40.095: E/AndroidRuntime(28638): uid: 10431 11-26 15:01:40.095: E/AndroidRuntime(28638): signal 11 (SIGSEGV), code 2 (SEGV_ACCERR), fault addr 0x766f13d1a8 11-26 15:01:40.095: E/AndroidRuntime(28638): x0 000000766ef380f0 x1 b400007661dd6050 x2 0000005800000000 x3 0000000000000046 11-26 15:01:40.095: E/AndroidRuntime(28638): x4 0000000000080000 x5 0000000000000004 x6 0000000000000046 x7 0000000000000400 11-26 15:01:40.095: E/AndroidRuntime(28638): x8 000000766f1380f0 x9 b400007661e56060 x10 0000000000000000 x11 0000000000000000 11-26 15:01:40.095: E/AndroidRuntime(28638): x12 0000000000000092 x13 0000000000000000 x14 0000000000000001 x15 0000000000000000 11-26 15:01:40.095: E/AndroidRuntime(28638): x16 000000766ef14a98 x17 00000079dbf06fdc x18 0000000000000032 x19 0000005800000000 11-26 15:01:40.095: E/AndroidRuntime(28638): x20 b400007661dd6050 x21 000000766ef380e8 x22 b4000077d7e3cad0 x23 b4000077d7e3cac8 11-26 15:01:40.095: E/AndroidRuntime(28638): x24 0000000000000000 x25 00000000000002a0 x26 0000000000000000 x27 000000766ef19558 11-26 15:01:40.095: E/AndroidRuntime(28638): x28 b4000077d7e3cda0 x29 0000000000000002 11-26 15:01:40.095: E/AndroidRuntime(28638): sp 000000766c437b00 lr 000000766d8cc60c pc 000000766d8bc9d4 11-26 15:01:40.095: E/AndroidRuntime(28638): backtrace: 11-26 15:01:40.095: E/AndroidRuntime(28638): #00 pc 00000000003739d4 /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/lib/arm64/libunity.so (MemoryManager::GetAllocatorContainingPtr(void const*)+24) (BuildId: b83bfbe88c1e5aed12fdcb4508d47767f0c4d078) 11-26 15:01:40.095: E/AndroidRuntime(28638): #01 pc 0000000000383608 /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/lib/arm64/libunity.so (transfer_ownership(void*, MemLabelId const&, AllocationRootWithSalt)+52) (BuildId: b83bfbe88c1e5aed12fdcb4508d47767f0c4d078) 11-26 15:01:40.095: E/AndroidRuntime(28638): #02 pc 000000000063df5c /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/lib/arm64/libunity.so (dynamic_array_detail::dynamic_array_data::swap(dynamic_array_detail::dynamic_array_data&)+68) (BuildId: b83bfbe88c1e5aed12fdcb4508d47767f0c4d078) 11-26 15:01:40.095: E/AndroidRuntime(28638): #03 pc 0000000000f2b43c /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/lib/arm64/libunity.so (allocutil::BuddyAllocator::FreeBlockRegistry::FreeBlockRegistry(MemLabelId, unsigned char, unsigned int)+276) (BuildId: b83bfbe88c1e5aed12fdcb4508d47767f0c4d078) 11-26 15:01:40.095: E/AndroidRuntime(28638): #04 pc 0000000000f2b294 /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/lib/arm64/libunity.so (allocutil::BuddyAllocator::BuddyAllocator(MemLabelId, unsigned int, unsigned int, unsigned int)+272) (BuildId: b83bfbe88c1e5aed12fdcb4508d47767f0c4d078) 11-26 15:01:40.095: E/AndroidRuntime(28638): #05 pc 000000000084fc1c /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/lib/arm64/libunity.so (vk::BuddyMemoryAllocator::MemoryTypeAllocator::MemoryTypeAllocator(VkDevice_T*, VkPhysicalDeviceMemoryProperties const&, unsigned long, unsigned int, unsigned int, unsigned int, unsigned int)+100) (BuildId: b83bfbe88c1e5aed12fdcb4508d47767f0c4d078) 11-26 15:01:40.095: E/AndroidRuntime(28638): #06 pc 000000000084fdd8 /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/lib/arm64/libunity.so (vk::BuddyMemoryAllocator::AllocateImpl(VkDevice_T*, VkPhysicalDeviceMemoryProperties const&, unsigned long, unsigned int, unsigned long)+224) (BuildId: b83bfbe88c1e5aed12fdcb4508d47767f0c4d078) 11-26 15:01:40.095: E/AndroidRuntime(28638): #07 pc 000000000084f880 /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/lib/arm64/libunity.so (vk::AllocateImage(VkDevice_T*, VkPhysicalDeviceMemoryProperties const&, vk::MemoryAllocator&, VkImage_T*, unsigned int, unsigned long)+420) (BuildId: b83bfbe88c1e5aed12fdcb4508d47767f0c4d078) 11-26 15:01:40.095: E/AndroidRuntime(28638): #08 pc 0000000000884f58 /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/lib/arm64/libunity.so (vk::ImageManager::PrepareNewImage(TextureDimension, int, VkExtent3D const&, VkFormat, int, unsigned int, VkSampleCountFlagBits, VkFormat, bool, vk::ImageMemory, bool, bool)+1040) (BuildId: b83bfbe88c1e5aed12fdcb4508d47767f0c4d078) 11-26 15:01:40.095: E/AndroidRuntime(28638): #09 pc 00000000008856b8 /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/lib/arm64/libunity.so (vk::ImageManager::CreateImage(vk::CommandBuffer*, vk::ScratchBuffer*, TextureDimension, vk::ImageData const&, VkExtent3D const&, GraphicsFormat, TextureFormat, TextureColorSpace, int, unsigned int, VkSampleCountFlagBits, bool)+348) (BuildId: b83bfbe88c1e5aed12fdcb4508d47767f0c4d078) 11-26 15:01:40.095: E/AndroidRuntime(28638): #10 pc 000000000083a8c4 /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/lib/arm64/libunity.so (vk::Texture::Create(vk::CommandBuffer*, vk::ScratchBuffer*, TextureID, TextureDimension, vk::ImageData const&, VkExtent3D const&, GraphicsFormat, int, VkSampleCountFlagBits, bool, bool)+964) (BuildId: b83bfbe88c1e5aed12fdcb4508d47767f0c4d078) 11-26 15:01:40.095: E/AndroidRuntime(28638): #11 pc 0000000000884168 /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/lib/arm64/libunity.so (vk::ImageManager::ImageManager(VkPhysicalDevice_T*, VkDevice_T*, vk::BufferManager&, vk::MemoryAllocator&, unsigned long, vk::Framebuffers&, vk::ResourceDestructionStagingArea&)+552) (BuildId: b83bfbe88c1e5aed12fdcb4508d47767f0c4d078) 11-26 15:01:40.095: E/AndroidRuntime(28638): #12 pc 00000000008402e8 /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/lib/arm64/libunity.so (GfxDeviceVK::GfxDeviceVK(MemLabelId const&, vk::Instance const&)+2172) (BuildId: b83bfbe88c1e5aed12fdcb4508d47767f0c4d078) 11-26 15:01:40.095: E/AndroidRuntime(28638): #13 pc 0000000000834174 /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/lib/arm64/libunity.so (CreateVKGfxDevice()+120) (BuildId: b83bfbe88c1e5aed12fdcb4508d47767f0c4d078) 11-26 15:01:40.095: E/AndroidRuntime(28638): #14 pc 0000000000a0cad0 /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/lib/arm64/libunity.so (CreateRealGfxDevice(GfxDeviceRenderer)+420) (BuildId: b83bfbe88c1e5aed12fdcb4508d47767f0c4d078) 11-26 15:01:40.095: E/AndroidRuntime(28638): #15 pc 0000000000dfd0c4 /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/lib/arm64/libunity.so (CreateClientGfxDevice(GfxDeviceRenderer, GfxCreateDeviceFlags)+216) (BuildId: b83bfbe88c1e5aed12fdcb4508d47767f0c4d078) 11-26 15:01:40.095: E/AndroidRuntime(28638): #16 pc 0000000000a0d6b8 /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/lib/arm64/libunity.so (CreateGfxDevice(GfxDeviceRenderer, GfxCreateDeviceFlags)+252) (BuildId: b83bfbe88c1e5aed12fdcb4508d47767f0c4d078) 11-26 15:01:40.095: E/AndroidRuntime(28638): #17 pc 0000000000a0d978 /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/lib/arm64/libunity.so (InitializeGfxDevice()+668) (BuildId: b83bfbe88c1e5aed12fdcb4508d47767f0c4d078) 11-26 15:01:40.095: E/AndroidRuntime(28638): #18 pc 0000000000798df4 /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/lib/arm64/libunity.so (AndroidGraphics::Startup()+92) (BuildId: b83bfbe88c1e5aed12fdcb4508d47767f0c4d078) 11-26 15:01:40.095: E/AndroidRuntime(28638): #19 pc 0000000000770130 /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/lib/arm64/libunity.so (UnityInitApplication()+3364) (BuildId: b83bfbe88c1e5aed12fdcb4508d47767f0c4d078) 11-26 15:01:40.095: E/AndroidRuntime(28638): #20 pc 0000000000770ba8 /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/lib/arm64/libunity.so (UnityPlayerLoop()+152) (BuildId: b83bfbe88c1e5aed12fdcb4508d47767f0c4d078) 11-26 15:01:40.095: E/AndroidRuntime(28638): #21 pc 000000000079b020 /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/lib/arm64/libunity.so (nativeRender(_JNIEnv*, _jobject*)+72) (BuildId: b83bfbe88c1e5aed12fdcb4508d47767f0c4d078) 11-26 15:01:40.095: E/AndroidRuntime(28638): #22 pc 000000000013ced4 /apex/com.android.art/lib64/libart.so (art_quick_generic_jni_trampoline+148) (BuildId: cc09c31d031be97635d88e6325bd528e) 11-26 15:01:40.095: E/AndroidRuntime(28638): #23 pc 0000000000133564 /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+548) (BuildId: cc09c31d031be97635d88e6325bd528e) 11-26 15:01:40.095: E/AndroidRuntime(28638): #24 pc 00000000001a8a78 /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+200) (BuildId: cc09c31d031be97635d88e6325bd528e) 11-26 15:01:40.095: E/AndroidRuntime(28638): #25 pc 00000000003182e0 /apex/com.android.art/lib64/libart.so (art::interpreter::ArtInterpreterToCompiledCodeBridge(art::Thread*, art::ArtMethod*, art::ShadowFrame*, unsigned short, art::JValue*)+376) (BuildId: cc09c31d031be97635d88e6325bd528e) 11-26 15:01:40.095: E/AndroidRuntime(28638): #26 pc 000000000030e60c /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+996) (BuildId: cc09c31d031be97635d88e6325bd528e) 11-26 15:01:40.095: E/AndroidRuntime(28638): #27 pc 000000000067f8f0 /apex/com.android.art/lib64/libart.so (MterpInvokeDirect+576) (BuildId: cc09c31d031be97635d88e6325bd528e) 11-26 15:01:40.095: E/AndroidRuntime(28638): #28 pc 000000000012d914 /apex/com.android.art/lib64/libart.so (mterp_op_invoke_direct+20) (BuildId: cc09c31d031be97635d88e6325bd528e) 11-26 15:01:40.095: E/AndroidRuntime(28638): #29 pc 0000000000680470 /apex/com.android.art/lib64/libart.so (MterpInvokeStatic+1224) (BuildId: cc09c31d031be97635d88e6325bd528e) 11-26 15:01:40.095: E/AndroidRuntime(28638): #30 pc 000000000012d994 /apex/com.android.art/lib64/libart.so (mterp_op_invoke_static+20) (BuildId: cc09c31d031be97635d88e6325bd528e) 11-26 15:01:40.095: E/AndroidRuntime(28638): #31 pc 000000000067ef4c /apex/com.android.art/lib64/libart.so (MterpInvokeInterface+1808) (BuildId: cc09c31d031be97635d88e6325bd528e) 11-26 15:01:40.095: E/AndroidRuntime(28638): #32 pc 000000000012da14 /apex/com.android.art/lib64/libart.so (mterp_op_invoke_interface+20) (BuildId: cc09c31d031be97635d88e6325bd528e) 11-26 15:01:40.095: E/AndroidRuntime(28638): #33 pc 000000000067d514 /apex/com.android.art/lib64/libart.so (MterpInvokeVirtual+1520) (BuildId: cc09c31d031be97635d88e6325bd528e) 11-26 15:01:40.095: E/AndroidRuntime(28638): #34 pc 000000000012d814 /apex/com.android.art/lib64/libart.so (mterp_op_invoke_virtual+20) (BuildId: cc09c31d031be97635d88e6325bd528e) 11-26 15:01:40.095: E/AndroidRuntime(28638): #35 pc 0000000000680470 /apex/com.android.art/lib64/libart.so (MterpInvokeStatic+1224) (BuildId: cc09c31d031be97635d88e6325bd528e) 11-26 15:01:40.095: E/AndroidRuntime(28638): #36 pc 000000000012d994 /apex/com.android.art/lib64/libart.so (mterp_op_invoke_static+20) (BuildId: cc09c31d031be97635d88e6325bd528e) 11-26 15:01:40.095: E/AndroidRuntime(28638): #37 pc 0000000000305c08 /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.llvm.11487796752256266877)+268) (BuildId: cc09c31d031be97635d88e6325bd528e) 11-26 15:01:40.095: E/AndroidRuntime(28638): #38 pc 000000000066bf7c /apex/com.android.art/lib64/libart.so (artQuickToInterpreterBridge+780) (BuildId: cc09c31d031be97635d88e6325bd528e) 11-26 15:01:40.095: E/AndroidRuntime(28638): #39 pc 000000000013cff8 /apex/com.android.art/lib64/libart.so (art_quick_to_interpreter_bridge+88) (BuildId: cc09c31d031be97635d88e6325bd528e) 11-26 15:01:40.095: E/AndroidRuntime(28638): #40 pc 0000000000133564 /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+548) (BuildId: cc09c31d031be97635d88e6325bd528e) 11-26 15:01:40.095: E/AndroidRuntime(28638): #41 pc 00000000001a8a78 /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+200) (BuildId: cc09c31d031be97635d88e6325bd528e) 11-26 15:01:40.095: E/AndroidRuntime(28638): #42 pc 0000000000554c38 /apex/com.android.art/lib64/libart.so (art::JValue art::InvokeVirtualOrInterfaceWithJValues(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, art::ArtMethod*, jvalue const*)+460) (BuildId: cc09c31d031be97635d88e6325bd528e) 11-26 15:01:40.096: E/AndroidRuntime(28638): #43 pc 00000000005a3fd4 /apex/com.android.art/lib64/libart.so (art::Thread::CreateCallback(void*)+1308) (BuildId: cc09c31d031be97635d88e6325bd528e) 11-26 15:01:40.096: E/AndroidRuntime(28638): #44 pc 00000000000b0048 /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start(void*)+64) (BuildId: 8d77279a411c99f8bc6edb79c76340fb) 11-26 15:01:40.096: E/AndroidRuntime(28638): #45 pc 00000000000503c8 /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64) (BuildId: 8d77279a411c99f8bc6edb79c76340fb) 11-26 15:01:40.096: E/AndroidRuntime(28638): at libunity.MemoryManager::GetAllocatorContainingPtr(void const*)(GetAllocatorContainingPtr:24) 11-26 15:01:40.096: E/AndroidRuntime(28638): at libunity.transfer_ownership(void*, MemLabelId const&, AllocationRootWithSalt)(transfer_ownership:52) 11-26 15:01:40.096: E/AndroidRuntime(28638): at libunity.dynamic_array_detail::dynamic_array_data::swap(dynamic_array_detail::dynamic_array_data&)(swap:68) 11-26 15:01:40.096: E/AndroidRuntime(28638): at libunity.allocutil::BuddyAllocator::FreeBlockRegistry::FreeBlockRegistry(MemLabelId, unsigned char, unsigned int)(FreeBlockRegistry:276) 11-26 15:01:40.096: E/AndroidRuntime(28638): at libunity.allocutil::BuddyAllocator::BuddyAllocator(MemLabelId, unsigned int, unsigned int, unsigned int)(BuddyAllocator:272) 11-26 15:01:40.096: E/AndroidRuntime(28638): at libunity.vk::BuddyMemoryAllocator::MemoryTypeAllocator::MemoryTypeAllocator(VkDevice_T*, VkPhysicalDeviceMemoryProperties const&, unsigned long, unsigned int, unsigned int, unsigned int, unsigned int)(MemoryTypeAllocator:100) 11-26 15:01:40.096: E/AndroidRuntime(28638): at libunity.vk::BuddyMemoryAllocator::AllocateImpl(VkDevice_T*, VkPhysicalDeviceMemoryProperties const&, unsigned long, unsigned int, unsigned long)(AllocateImpl:224) 11-26 15:01:40.096: E/AndroidRuntime(28638): at libunity.vk::AllocateImage(VkDevice_T*, VkPhysicalDeviceMemoryProperties const&, vk::MemoryAllocator&, VkImage_T*, unsigned int, unsigned long)(AllocateImage:420) 11-26 15:01:40.096: E/AndroidRuntime(28638): at libunity.vk::ImageManager::PrepareNewImage(TextureDimension, int, VkExtent3D const&, VkFormat, int, unsigned int, VkSampleCountFlagBits, VkFormat, bool, vk::ImageMemory, bool, bool)(PrepareNewImage:1040) 11-26 15:01:40.096: E/AndroidRuntime(28638): at libunity.vk::ImageManager::CreateImage(vk::CommandBuffer*, vk::ScratchBuffer*, TextureDimension, vk::ImageData const&, VkExtent3D const&, GraphicsFormat, TextureFormat, TextureColorSpace, int, unsigned int, VkSampleCountFlagBits, bool)(CreateImage:348) 11-26 15:01:40.096: E/AndroidRuntime(28638): at libunity.vk::Texture::Create(vk::CommandBuffer*, vk::ScratchBuffer*, TextureID, TextureDimension, vk::ImageData const&, VkExtent3D const&, GraphicsFormat, int, VkSampleCountFlagBits, bool, bool)(Create:964) 11-26 15:01:40.096: E/AndroidRuntime(28638): at libunity.vk::ImageManager::ImageManager(VkPhysicalDevice_T*, VkDevice_T*, vk::BufferManager&, vk::MemoryAllocator&, unsigned long, vk::Framebuffers&, vk::ResourceDestructionStagingArea&)(ImageManager:552) 11-26 15:01:40.096: E/AndroidRuntime(28638): at libunity.GfxDeviceVK::GfxDeviceVK(MemLabelId const&, vk::Instance const&)(GfxDeviceVK:2172) 11-26 15:01:40.096: E/AndroidRuntime(28638): at libunity.CreateVKGfxDevice()(CreateVKGfxDevice:120) 11-26 15:01:40.096: E/AndroidRuntime(28638): at libunity.CreateRealGfxDevice(GfxDeviceRenderer)(CreateRealGfxDevice:420) 11-26 15:01:40.096: E/AndroidRuntime(28638): at libunity.CreateClientGfxDevice(GfxDeviceRenderer, GfxCreateDeviceFlags)(CreateClientGfxDevice:216) 11-26 15:01:40.096: E/AndroidRuntime(28638): at libunity.CreateGfxDevice(GfxDeviceRenderer, GfxCreateDeviceFlags)(CreateGfxDevice:252) 11-26 15:01:40.096: E/AndroidRuntime(28638): at libunity.InitializeGfxDevice()(InitializeGfxDevice:668) 11-26 15:01:40.096: E/AndroidRuntime(28638): at libunity.AndroidGraphics::Startup()(Startup:92) 11-26 15:01:40.096: E/AndroidRuntime(28638): at libunity.UnityInitApplication()(UnityInitApplication:3364) 11-26 15:01:40.096: E/AndroidRuntime(28638): at libunity.UnityPlayerLoop()(UnityPlayerLoop:152) 11-26 15:01:40.096: E/AndroidRuntime(28638): at libunity.nativeRender(_JNIEnv*, _jobject*)(nativeRender:72) 11-26 15:01:40.096: E/AndroidRuntime(28638): at libart.art_quick_generic_jni_trampoline(art_quick_generic_jni_trampoline:148) 11-26 15:01:40.096: E/AndroidRuntime(28638): at libart.art_quick_invoke_stub(art_quick_invoke_stub:548) 11-26 15:01:40.096: E/AndroidRuntime(28638): at libart.art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)(Invoke:200) 11-26 15:01:40.096: E/AndroidRuntime(28638): at libart.art::interpreter::ArtInterpreterToCompiledCodeBridge(art::Thread*, art::ArtMethod*, art::ShadowFrame*, unsigned short, art::JValue*)(ArtInterpreterToCompiledCodeBridge:376) 11-26 15:01:40.096: E/AndroidRuntime(28638): at libart.bool art::interpreter::DoCall(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)(DoCall:996) 11-26 15:01:40.096: E/AndroidRuntime(28638): at libart.MterpInvokeDirect(MterpInvokeDirect:576) 11-26 15:01:40.096: E/AndroidRuntime(28638): at libart.mterp_op_invoke_direct(mterp_op_invoke_direct:20) 11-26 15:01:40.096: E/AndroidRuntime(28638): at libart.MterpInvokeStatic(MterpInvokeStatic:1224) 11-26 15:01:40.096: E/AndroidRuntime(28638): at libart.mterp_op_invoke_static(mterp_op_invoke_static:20) 11-26 15:01:40.096: E/AndroidRuntime(28638): at libart.MterpInvokeInterface(MterpInvokeInterface:1808) 11-26 15:01:40.097: D/TelephonyProvider(2832): Using old permission behavior for telephony provider compat 11-26 15:01:40.098: D/ActivityManager(1677): New dropbox entry: com.○○○○, data_app_crash, efc95c81-30b0-45e3-95d6-f341aa837795 11-26 15:01:40.099: W/ActivityTaskManager(1677): Force finishing activity com.○○○○/com.google.firebase.MessagingUnityPlayerActivity 11-26 15:01:40.101: I/DropBoxManagerService(1677): add tag=data_app_crash isTagEnabled=true flags=0x2 11-26 15:01:40.103: D/clmlib(1350): Got activities:0x00000008 11-26 15:01:40.103: I/JavaDumper:JavaDumperThread(1350): addEvent: data_app_crash@1637906500102.txt.gz processName: com.○○○○ 11-26 15:01:40.103: I/JavaDumper:JavaDumperThread(1350): Event: data_app_crash@1637906500102.txt.gz TimeStamp: 1637906500 11-26 15:01:40.104: W/JavaDumper:JavaDumper(1350): Could not init dump dir: Unknown error -95 11-26 15:01:40.104: W/JavaDumper:FW(1350): utils.c(408): Memfree 93425MB bavail=23916816 bfree=23949584 bsize=4096 11-26 15:01:40.104: D/StatusBar(2155): disable disable2 11-26 15:01:40.104: E/JavaDumper:FW(1350): utils.c(272): mkdir (/data/crashdata) failed. File exists 11-26 15:01:40.104: W/JavaDumper:FW(1350): utils.c(616): chmod failed : Operation not permitted 11-26 15:01:40.104: W/JavaDumper:FW(1350): utils.c(620): chown failed : Operation not permitted 11-26 15:01:40.104: I/CAR.SERVICE(6537): ignoring config change, projection not started {1.0 ?mcc?mnc [ja_JP] ldltr sw417dp w927dp h393dp 420dpi nrml long hdr widecg land car finger -keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 2560, 1096) mAppBounds=Rect(0, 0 - 2434, 1096) mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=undefined mAlwaysOnTop=undefined mRotation=ROTATION_90} s.69344} 11-26 15:01:40.104: V/ActivityTaskManager(1677): Calling mServicetracker.OnActivityStateChange with flag truestatePAUSING 11-26 15:01:40.104: D/ActivityTrigger(1677): ActivityTrigger activityPauseTrigger 11-26 15:01:40.105: V/ActivityTaskManager(1677): Calling mServicetracker.OnActivityStateChange with flag falsestatePAUSING 11-26 15:01:40.105: E/ANDR-PERF-LM(1047): GamePerfEngine: runAsync() 501: Hint is for com.○○○○/com.google.firebase.MessagingUnityPlayerActivity/8013 = 0x1004 PID=1677 11-26 15:01:40.105: W/ANDR-PERF-LM(1047): MetaMeter: handleAsync() 169: GameOptimization Invalid state for appName com.○○○○ 11-26 15:01:40.106: W/BroadcastQueue(1677): 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 11-26 15:01:40.111: I/KeyboardViewUtil(17746): KeyboardViewUtil.getKeyboardHeightRatio():172 systemKeyboardHeightRatio:1.100000; userKeyboardHeightRatio:1.000000. 11-26 15:01:40.111: I/Unity(28638): onPause 11-26 15:01:40.112: W/BroadcastQueue(1677): 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 11-26 15:01:40.119: I/GoogleInputMethodService(17746): GoogleInputMethodService.onStartInput():1979 11-26 15:01:40.119: I/DeviceUnlockedTag(17746): DeviceUnlockedTag.notifyDeviceLockStatusChanged():79 Notify device unlocked. 11-26 15:01:40.119: W/SessionManager(17746): SessionManager.beginSession():53 Try to begin an already begun session [INPUT_SESSION], end it first 11-26 15:01:40.120: I/AbstractOpenableExtension(17746): AbstractOpenableExtension$3.onSuccess():522 KeyboardGroupManager destroyed in eyk. 11-26 15:01:40.120: I/AbstractOpenableExtension(17746): AbstractOpenableExtension$3.onSuccess():522 KeyboardGroupManager destroyed in ewb. 11-26 15:01:40.120: I/AbstractOpenableExtension(17746): AbstractOpenableExtension$3.onSuccess():522 KeyboardGroupManager destroyed in faa. 11-26 15:01:40.121: I/AbstractOpenableExtension(17746): AbstractOpenableExtension.maybeDestroyExistingKeyboardGroupManager():509 Destroy existing keyboard group manager in eyk 11-26 15:01:40.121: I/AbstractOpenableExtension(17746): AbstractOpenableExtension.createKeyboardGroupManagerListenableFuture():121 Create keyboard group manager listenable future in eyk 11-26 15:01:40.122: I/AbstractOpenableExtension(17746): AbstractOpenableExtension.maybeDestroyExistingKeyboardGroupManager():509 Destroy existing keyboard group manager in ewb 11-26 15:01:40.122: I/AbstractOpenableExtension(17746): AbstractOpenableExtension.createKeyboardGroupManagerListenableFuture():121 Create keyboard group manager listenable future in ewb 11-26 15:01:40.122: I/AbstractOpenableExtension(17746): AbstractOpenableExtension.maybeDestroyExistingKeyboardGroupManager():509 Destroy existing keyboard group manager in faa 11-26 15:01:40.122: I/AbstractOpenableExtension(17746): AbstractOpenableExtension.createKeyboardGroupManagerListenableFuture():121 Create keyboard group manager listenable future in faa 11-26 15:01:40.122: W/JavaDumper:FW(1350): ramdump_framework.c(2047): crashinfo.done not created 11-26 15:01:40.122: I/JavaDumper:JavaDumperThread(1350): Deleted /data/system/log/jd_dropboxfiles/data_app_crash@1637906500102.txt.gz 11-26 15:01:40.123: I/KeyboardGroupDefParser(17746): KeyboardGroupDefParser.parseKeyboardGroupDef():87 parseKeyboardGroupDef() 2132214044 -> 0_resource_name_obfuscated : WaitTime = 0 ms : RunTime = 1 ms 11-26 15:01:40.123: I/KeyboardGroupDefParser(17746): KeyboardGroupDefParser.parseKeyboardGroupDef():87 parseKeyboardGroupDef() 2132214043 -> 0_resource_name_obfuscated : WaitTime = 0 ms : RunTime = 1 ms 11-26 15:01:40.123: I/KeyboardGroupDefParser(17746): KeyboardGroupDefParser.parseKeyboardGroupDef():87 parseKeyboardGroupDef() 2132214049 -> 0_resource_name_obfuscated : WaitTime = 0 ms : RunTime = 1 ms 11-26 15:01:40.123: I/DeviceModeUtil(17746): DeviceModeUtil.getDeviceMode():96 Get device mode phone by ui mode:1 and smallestScreenWidthDp:417 11-26 15:01:40.123: I/chatty(17746): uid=10252(com.google.android.inputmethod.latin) identical 1 line 11-26 15:01:40.123: I/DeviceModeUtil(17746): DeviceModeUtil.getDeviceMode():96 Get device mode phone by ui mode:1 and smallestScreenWidthDp:417 11-26 15:01:40.123: I/GoogleInputMethodService(17746): GoogleInputMethodService.initializeKeyboardTheme():1383 Apply keyboard theme: theme_border_stylesheet_googleblue_materiallight_phone_builtin_google_blue_light.binarypb_land 11-26 15:01:40.125: E/TLOC(1420): [ModemComm ]"Could not start a session. Error status: 11" 11-26 15:01:40.125: D/TLOC(1420): [TLOCDaemon ]"The command finished with errors" 11-26 15:01:40.125: E/TLOC(1420): [main ]"An error occurred. Re-initializing daemon" 11-26 15:01:40.128: I/TLOC(1420): [ModemComm ]"Closed the connection successfully" 11-26 15:01:40.128: I/TLOC(1420): [ModemComm ]"ModemComm destroyed successfully" 11-26 15:01:40.128: I/TLOC(1420): [TLOCDaemon ]"TLOCD destroyed successfully" 11-26 15:01:40.128: D/TLOC(1420): [TLOCDaemon ]"---------- TLOC Daemon Starts ----------" 11-26 15:01:40.128: D/TLOC(1420): [TLOCChannel] "TLOCChannel is already initialized" 11-26 15:01:40.129: I/GoogleInputMethodService(17746): GoogleInputMethodService.lambda$setDecorViewApplyWindowInsetsListener$10():1093 update screenHeightWithoutNaviBar to: 970 11-26 15:01:40.130: I/GoogleInputMethodService(17746): GoogleInputMethodService.lambda$setDecorViewApplyWindowInsetsListener$10():1099 update max height when insets changes 11-26 15:01:40.131: W/GnssVisibilityControl(1677): Could not find proxy app com.sonymobile.gps.locationattribution in the value specified for config parameter: NFW_PROXY_APPS. AppOps service not notified for notification: {proxyAppPackageName: com.sonymobile.gps.locationattribution, protocolStack: 100, otherProtocolStackName: TLOC, requestor: 100, requestorId: other, responseType: REJECTED, inEmergencyMode: false, isCachedLocation: false} 11-26 15:01:40.134: I/GoogleInputMethodService(17746): GoogleInputMethodService.lambda$setDecorViewApplyWindowInsetsListener$10():1093 update screenHeightWithoutNaviBar to: 1096 11-26 15:01:40.134: I/GoogleInputMethodService(17746): GoogleInputMethodService.lambda$setDecorViewApplyWindowInsetsListener$10():1099 update max height when insets changes 11-26 15:01:40.135: I/DictionarySuperpacksManager(17746): DictionarySuperpacksManager$1.onEnabledInputMethodEntriesChanged():60 onEnabledInputMethodEntriesChanged 11-26 15:01:40.135: I/SP(17746): Registering content_cache.2021091702, url: https://www.gstatic.com/android/keyboard/modelpack/contentcache/202109170218/superpacks_manifest.json, constraints: W:*:*:*, flags: bg, requested: 2021091702, current: 2021091702 11-26 15:01:40.135: I/AbstractOpenableExtension(17746): AbstractOpenableExtension$3.onSuccess():522 KeyboardGroupManager destroyed in eyk. 11-26 15:01:40.136: I/AbstractOpenableExtension(17746): AbstractOpenableExtension$3.onSuccess():522 KeyboardGroupManager destroyed in ewb. 11-26 15:01:40.136: I/AbstractOpenableExtension(17746): AbstractOpenableExtension$3.onSuccess():522 KeyboardGroupManager destroyed in faa. 11-26 15:01:40.139: W/System(2939): A resource failed to call release. 11-26 15:01:40.139: W/System(2939): A resource failed to call release. 11-26 15:01:40.140: I/SP(17746): Syncing content_cache (2021091702) with slices: [af68474e9726a30c6f0696d67af2b44f], metadata: true 11-26 15:01:40.142: W/aqax(16676): Empty content. Thus might mean that the settings are not synced down. 11-26 15:01:40.148: I/android_os_HwBinder(1677): HwBinder: Starting thread pool for getting: vendor.semc.hardware.display@2.0::IDisplay/default 11-26 15:01:40.150: D/DisplayBoosterService(1677): DisplayColorManager: state change: 1 to 1 11-26 15:01:40.151: D/DisplayBoosterService(1677): DisplayColorManager: state change: 1 to 1 11-26 15:01:40.151: D/DisplayBoosterService(1677): BacklightBoostManager: No need to boost 11-26 15:01:40.151: D/audio_hw_primary(998): adev_get_parameters:somc.media_vibration_path 11-26 15:01:40.151: D/audio_hw_spkr_prot(998): fbsp_get_parameters: Speaker protection disabled 11-26 15:01:40.151: D/soundtrigger(998): audio_extn_sound_trigger_get_parameters input string 11-26 15:01:40.151: D/soundtrigger(998): extract_sm_handle input string param string 11-26 15:01:40.151: D/audio_hw_extn(998): audio_extn_fm_get_parameters: Enter 11-26 15:01:40.151: D/audio_hw_extn(998): audio_extn_get_parameters: returns 11-26 15:01:40.151: D/audio_hw_primary(998): adev_get_parameters: exit: returns - somc.media_vibration_path=0 11-26 15:01:40.151: I/hash_map_utils(1083): key: 'somc.media_vibration_path' value: '' 11-26 15:01:40.152: D/audio_hw_primary(998): adev_get_parameters:somc.media_vibration_path 11-26 15:01:40.152: D/audio_hw_spkr_prot(998): fbsp_get_parameters: Speaker protection disabled 11-26 15:01:40.152: D/soundtrigger(998): audio_extn_sound_trigger_get_parameters input string 11-26 15:01:40.152: D/soundtrigger(998): extract_sm_handle input string param string 11-26 15:01:40.152: D/audio_hw_extn(998): audio_extn_fm_get_parameters: Enter 11-26 15:01:40.152: D/audio_hw_extn(998): audio_extn_get_parameters: returns 11-26 15:01:40.152: D/audio_hw_primary(998): adev_get_parameters: exit: returns - somc.media_vibration_path=0 11-26 15:01:40.152: I/hash_map_utils(1083): key: 'somc.media_vibration_path' value: '' 11-26 15:01:40.153: I/android_os_HwBinder(4103): HwBinder: Starting thread pool for getting: vendor.somc.hardware.swiqi@1.0::IHidlSwiqi/default 11-26 15:01:40.155: I/QTI PowerHAL(1013): Power setBoost: 0, duration: 0 11-26 15:01:40.155: I/android_os_HwBinder(4103): HwBinder: Starting thread pool for getting: vendor.somc.hardware.swiqi@1.0::IHidlSwiqi/default 11-26 15:01:40.128: D/TLOC(1420): [TLOCChannel] "TLOCChannel is already initialized" 11-26 15:01:40.156: I/TLOC(1420): [ModemComm ]"Open a connection successfully" 11-26 15:01:40.157: I/SP(17746): Sync for content_cache succeeded in 20 ms: no changes 11-26 15:01:40.157: I/SP(17746): GC for 'content_cache' (10) with ttl of 0 ms took 0 ms (0/0/0) 11-26 15:01:40.172: I/QTI PowerHAL(1013): Power setBoost: 0, duration: 0 11-26 15:01:40.172: I/QTI PowerHAL(1013): Power setBoost: 0, duration: 0 11-26 15:01:40.173: D/ScreenRecordTile(4908): GameEnhancer state change 11-26 15:01:40.174: D/ScreenRecordTile(2155): GameEnhancer state change 11-26 15:01:40.175: V/GameEnhancerUtils(4908): isGameEnhancerEnabled: cursor count 1 11-26 15:01:40.177: V/GameEnhancerUtils(2155): isGameEnhancerEnabled: cursor count 1 11-26 15:01:40.178: D/GameEnhancerUtils(4908): isGameEnhancerEnabled: cursor result 1 11-26 15:01:40.182: D/GameEnhancerUtils(2155): isGameEnhancerEnabled: cursor result 1 11-26 15:01:40.184: I/ActivityManager(1677): Killing 24000:com.google.android.gms.ui/u0a244 (adj 999): empty #31 11-26 15:01:40.186: I/TLOC(1420): [ModemComm ]"Sent register events request to the modem successfully" 11-26 15:01:40.186: I/TLOC(1420): [ModemComm ]"ModemComm create successfully" 11-26 15:01:40.212: I/Zygote(860): Process 24000 exited due to signal 9 (Killed) 11-26 15:01:40.215: I/TLOC(1420): [ModemComm ]"Request succeeded for gps engine lock" 11-26 15:01:40.215: D/TLOC(1420): [TLOCChannel] "Going to receive message for TLOCD" 11-26 15:01:40.215: D/TLOC(1420): [TLOCChannel] "wait for message for user TLOCD" 11-26 15:01:40.226: I/libprocessgroup(1677): Successfully killed process cgroup uid 10244 pid 24000 in 41ms 11-26 15:01:40.231: W/on.crashmonito(2751): Reducing the number of considered missed Gc histogram windows from 116 to 100 11-26 15:01:40.248: I/DisplayBooster(1677): FpsModeManager: fps mode change 0 11-26 15:01:40.248: I/DisplayBooster(1677): FpsModeManager: fps mode 0 is USER_SETTING, use user fps mode 3 11-26 15:01:40.248: D/audio_hw_primary(998): adev_set_parameters: enter: game_enhancer_optimize_mic=0 11-26 15:01:40.248: D/audio_hw_hfp(998): hfp_set_parameters: enter 11-26 15:01:40.248: D/audio_hw_extn(998): audio_extn_fm_set_parameters: Enter 11-26 15:01:40.249: I/android_os_HwBinder(1677): HwBinder: Starting thread pool for getting: vendor.semc.hardware.display@2.2::IFramerateController/default 11-26 15:01:40.249: E/DisplayBooster(1677): FpsModeManager: Black insertion is not supported 11-26 15:01:40.250: D/DisplayBooster(1677): FpsModeManager: setDesiredDisplayConfigSpecs to config id 0 11-26 15:01:40.250: D/DisplayBooster(1677): FpsModeManager: active config wait time (millis) : 0 11-26 15:01:40.250: D/DisplayBooster(1677): FpsModeManager: setFrameSkipFps() fps : 60 11-26 15:01:40.250: I/vendor.semc.hardware.display(1063): set_opec_mode: mode 0 11-26 15:01:40.250: I/vendor.semc.hardware.display(1063): setOpecMode: mode 0 11-26 15:01:40.250: D/ConnectivityService(1677): releasing NetworkRequest [ TRACK_DEFAULT id=3102, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Uid: 10125 AdministratorUids: [] RequestorUid: 10125 RequestorPackageName: com.sonymobile.gameenhancer] ] (release request) 11-26 15:01:40.251: D/audio_hw_primary(998): adev_set_parameters: enter: game_enhancer_active=0 11-26 15:01:40.251: D/audio_hw_hfp(998): hfp_set_parameters: enter 11-26 15:01:40.251: D/audio_hw_primary(998): adev_set_parameters(): game_enhancer_active = 0 11-26 15:01:40.251: D/audio_hw_extn(998): audio_extn_fm_set_parameters: Enter 11-26 15:01:40.251: D/ScreenRecordTile(4908): GameEnhancer state change 11-26 15:01:40.252: D/ScreenRecordTile(2155): GameEnhancer state change 11-26 15:01:40.253: V/GameEnhancerUtils(4908): isGameEnhancerEnabled: cursor count 1 11-26 15:01:40.253: D/GameEnhancerUtils(4908): isGameEnhancerEnabled: cursor result 0 11-26 15:01:40.253: W/AppOps(1677): Noting op not finished: uid 10125 pkg com.sonymobile.gameenhancer code 24 startTime of in progress event=1637906499529 11-26 15:01:40.253: E/DisplayBooster(1677): FpsModeManager: Black insertion is not supported 11-26 15:01:40.253: V/GameEnhancerUtils(2155): isGameEnhancerEnabled: cursor count 1 11-26 15:01:40.254: D/GameEnhancerUtils(2155): isGameEnhancerEnabled: cursor result 0 11-26 15:01:40.399: D/ScreenRecordTile(2155): GameEnhancer state change 11-26 15:01:40.399: D/ScreenRecordTile(4908): GameEnhancer state change 11-26 15:01:40.400: V/GameEnhancerUtils(4908): isGameEnhancerEnabled: cursor count 1 11-26 15:01:40.400: D/GameEnhancerUtils(4908): isGameEnhancerEnabled: cursor result 0 11-26 15:01:40.400: V/GameEnhancerUtils(2155): isGameEnhancerEnabled: cursor count 1 11-26 15:01:40.400: D/GameEnhancerUtils(2155): isGameEnhancerEnabled: cursor result 0 11-26 15:01:40.605: W/ActivityTaskManager(1677): Activity pause timeout for ActivityRecord{d26441c u0 com.○○○○/com.google.firebase.MessagingUnityPlayerActivity t638 f}} 11-26 15:01:40.605: V/ActivityTaskManager(1677): Calling mServicetracker.OnActivityStateChange with flag truestatePAUSED 11-26 15:01:40.605: V/ActivityTaskManager(1677): Calling mServicetracker.OnActivityStateChange with flag falsestatePAUSED 11-26 15:01:40.605: V/ActivityTaskManager(1677): Calling mServicetracker.OnActivityStateChange with flag truestateSTOPPING 11-26 15:01:40.605: V/ActivityTaskManager(1677): Calling mServicetracker.OnActivityStateChange with flag falsestateSTOPPING 11-26 15:01:40.605: V/ActivityTaskManager(1677): Calling mServicetracker.OnActivityStateChange with flag truestateRESUMED 11-26 15:01:40.606: W/ANDR-PERF-LM(1047): MetaMeter: handlePrimaryAsync() 116: AdaptLaunch MetaMeter. No MeterMgr Available to handle this Primary Async. !!!! 11-26 15:01:40.606: V/ActivityTaskManager(1677): Calling mServicetracker.OnActivityStateChange with flag falsestateRESUMED 11-26 15:01:40.606: D/KeyguardViewMediator(2155): setOccluded false 11-26 15:01:40.606: D/StatusBar(2155): disable disable2 11-26 15:01:40.607: D/KeyguardViewMediator(2155): adjustStatusBarLocked: mShowing=false mOccluded=false isSecure=false force=false --> flags=0x0 11-26 15:01:40.620: I/QTI PowerHAL(1013): Power setBoost: 0, duration: 0 11-26 15:01:40.624: I/A(8853): onApplyWindowInsets: systemWindowInsets=Insets{left=0, top=63, right=0, bottom=126} 11-26 15:01:40.624: I/A(8853): onApplyWindowInsets: systemWindowInsets=Insets{left=0, top=63, right=0, bottom=126} 11-26 15:01:40.644: I/GsaVoiceInteractionSrv(26571): Handling ACTION_START_HOTWORD 11-26 15:01:40.644: I/GsaVoiceInteractionSrv(26571): disregardVoiceMatch: false 11-26 15:01:40.644: I/GsaVoiceInteractionSrv(26571): Cannot start hotword, hotword has been explicitly disabled. 11-26 15:01:40.645: V/WindowManager(1677): Orientation start waiting for draw, mDrawState=DRAW_PENDING in Window{b310486 u0 com.sonymobile.wallpaper.pdx203.DefaultWallpaperService}, surfaceController Surface(name=com.sonymobile.wallpaper.pdx203.DefaultWallpaperService)/@0x5f1c759 11-26 15:01:40.661: I/ActivityTaskManager(1677): Config changes=20000480 {1.0 ?mcc?mnc [ja_JP] ldltr sw417dp w417dp h903dp 420dpi nrml long hdr widecg port finger -keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 1096, 2560) mAppBounds=Rect(0, 0 - 1096, 2434) mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=undefined mAlwaysOnTop=undefined mRotation=ROTATION_0} s.69364} 11-26 15:01:40.678: I/WindowManager(1677): Override config changes=20000480 {1.0 ?mcc?mnc [ja_JP] ldltr sw417dp w417dp h903dp 420dpi nrml long hdr widecg port finger -keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 1096, 2560) mAppBounds=Rect(0, 0 - 1096, 2434) mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=undefined mAlwaysOnTop=undefined mRotation=ROTATION_0} s.69364} for displayId=0 11-26 15:01:40.686: I/QTI PowerHAL(1013): Power setBoost: 0, duration: 0 11-26 15:01:40.686: V/ActivityTaskManager(1677): Calling mServicetracker.OnActivityStateChange with flag truestateFINISHING 11-26 15:01:40.686: V/ActivityTaskManager(1677): Calling mServicetracker.OnActivityStateChange with flag falsestateFINISHING 11-26 15:01:40.686: V/ActivityTaskManager(1677): Calling mServicetracker.OnActivityStateChange with flag truestateDESTROYING 11-26 15:01:40.686: V/ActivityTaskManager(1677): Calling mServicetracker.OnActivityStateChange with flag falsestateDESTROYING 11-26 15:01:40.688: I/A(8853): onApplyWindowInsets: systemWindowInsets=Insets{left=0, top=63, right=0, bottom=126} 11-26 15:01:40.688: I/A(8853): onApplyWindowInsets: systemWindowInsets=Insets{left=0, top=63, right=0, bottom=126} 11-26 15:01:40.692: I/DeviceModeUtil(17746): DeviceModeUtil.getDeviceMode():96 Get device mode phone by ui mode:1 and smallestScreenWidthDp:417 11-26 15:01:40.692: I/InputManager-JNI(1677): Viewport [0] to add: local:129, isActive: true 11-26 15:01:40.692: W/GoogleInputMethodService(17746): GoogleInputMethodService.onConfigurationChanged():1646 onConfigurationChanged() : NewConfig = {1.0 ?mcc?mnc [ja_JP] ldltr sw417dp w417dp h903dp 420dpi nrml long hdr widecg port finger -keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 1096, 2560) mAppBounds=Rect(0, 0 - 1096, 2434) mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=undefined mAlwaysOnTop=undefined mRotation=ROTATION_0} s.69415} 11-26 15:01:40.693: I/AbstractOpenableExtension(17746): AbstractOpenableExtension.maybeDestroyExistingKeyboardGroupManager():509 Destroy existing keyboard group manager in eyk 11-26 15:01:40.693: I/AbstractOpenableExtension(17746): AbstractOpenableExtension.createKeyboardGroupManagerListenableFuture():121 Create keyboard group manager listenable future in eyk 11-26 15:01:40.693: I/AbstractOpenableExtension(17746): AbstractOpenableExtension.maybeDestroyExistingKeyboardGroupManager():509 Destroy existing keyboard group manager in ewb 11-26 15:01:40.693: I/AbstractOpenableExtension(17746): AbstractOpenableExtension.createKeyboardGroupManagerListenableFuture():121 Create keyboard group manager listenable future in ewb 11-26 15:01:40.693: I/AbstractOpenableExtension(17746): AbstractOpenableExtension.maybeDestroyExistingKeyboardGroupManager():509 Destroy existing keyboard group manager in faa 11-26 15:01:40.693: I/InputReader(1677): Reconfiguring input devices, changes=DISPLAY_INFO | 11-26 15:01:40.693: I/InputReader(1677): Device reconfigured: id=6, name='sec_touchscreen_side', size 1096x2560, orientation 0, mode 1, display id 0 11-26 15:01:40.693: I/AbstractOpenableExtension(17746): AbstractOpenableExtension.createKeyboardGroupManagerListenableFuture():121 Create keyboard group manager listenable future in faa 11-26 15:01:40.693: I/InputReader(1677): Device reconfigured: id=5, name='sec_touchscreen', size 1096x2560, orientation 0, mode 1, display id 0 11-26 15:01:40.694: I/KeyboardGroupDefParser(17746): KeyboardGroupDefParser.parseKeyboardGroupDef():87 parseKeyboardGroupDef() 2132214044 -> 0_resource_name_obfuscated : WaitTime = 0 ms : RunTime = 0 ms 11-26 15:01:40.694: I/NormalModeController(17746): NormalModeController.getKeyboardBodyViewHolderPaddingBottom():109 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1 11-26 15:01:40.694: I/KeyboardGroupDefParser(17746): KeyboardGroupDefParser.parseKeyboardGroupDef():87 parseKeyboardGroupDef() 2132214049 -> 0_resource_name_obfuscated : WaitTime = 1 ms : RunTime = 0 ms 11-26 15:01:40.695: I/KeyboardGroupDefParser(17746): KeyboardGroupDefParser.parseKeyboardGroupDef():87 parseKeyboardGroupDef() 2132214043 -> 0_resource_name_obfuscated : WaitTime = 1 ms : RunTime = 0 ms 11-26 15:01:40.695: I/DeviceModeUtil(17746): DeviceModeUtil.getDeviceMode():96 Get device mode phone by ui mode:1 and smallestScreenWidthDp:417 11-26 15:01:40.697: D/StatusBar(2155): disable disable2 11-26 15:01:40.705: I/A(8853): onApplyWindowInsets: systemWindowInsets=Insets{left=0, top=63, right=0, bottom=126} 11-26 15:01:40.705: I/A(8853): onApplyWindowInsets: systemWindowInsets=Insets{left=0, top=63, right=0, bottom=126} 11-26 15:01:40.713: I/CAR.SERVICE(6537): ignoring config change, projection not started {1.0 ?mcc?mnc [ja_JP] ldltr sw417dp w417dp h903dp 420dpi nrml long hdr widecg port car finger -keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 1096, 2560) mAppBounds=Rect(0, 0 - 1096, 2434) mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=undefined mAlwaysOnTop=undefined mRotation=ROTATION_0} s.69440} 11-26 15:01:40.726: I/android_os_HwBinder(1677): HwBinder: Starting thread pool for getting: vendor.semc.hardware.display@2.0::IDisplay/default 11-26 15:01:40.727: D/audio_hw_primary(998): adev_get_parameters:somc.media_vibration_path 11-26 15:01:40.727: D/audio_hw_spkr_prot(998): fbsp_get_parameters: Speaker protection disabled 11-26 15:01:40.727: D/soundtrigger(998): audio_extn_sound_trigger_get_parameters input string 11-26 15:01:40.727: D/soundtrigger(998): extract_sm_handle input string param string 11-26 15:01:40.727: D/audio_hw_extn(998): audio_extn_fm_get_parameters: Enter 11-26 15:01:40.727: D/audio_hw_extn(998): audio_extn_get_parameters: returns 11-26 15:01:40.727: D/audio_hw_primary(998): adev_get_parameters: exit: returns - somc.media_vibration_path=0 11-26 15:01:40.727: I/hash_map_utils(1083): key: 'somc.media_vibration_path' value: '' 11-26 15:01:40.728: I/DeviceModeUtil(17746): DeviceModeUtil.getDeviceMode():96 Get device mode phone by ui mode:1 and smallestScreenWidthDp:417 11-26 15:01:40.728: I/DeviceModeUtil(17746): DeviceModeUtil.getDeviceMode():96 Get device mode phone by ui mode:1 and smallestScreenWidthDp:417 11-26 15:01:40.728: I/GoogleInputMethodService(17746): GoogleInputMethodService.initializeKeyboardTheme():1383 Apply keyboard theme: theme_border_bottom4dp_stylesheet_googleblue_materiallight_phone_builtin_google_blue_light.binarypb_port 11-26 15:01:40.731: D/TelephonyProvider(2832): Using old permission behavior for telephony provider compat 11-26 15:01:40.732: D/audio_hw_primary(998): adev_get_parameters:somc.media_vibration_path 11-26 15:01:40.732: D/audio_hw_spkr_prot(998): fbsp_get_parameters: Speaker protection disabled 11-26 15:01:40.732: D/soundtrigger(998): audio_extn_sound_trigger_get_parameters input string 11-26 15:01:40.732: D/soundtrigger(998): extract_sm_handle input string param string 11-26 15:01:40.732: D/audio_hw_extn(998): audio_extn_fm_get_parameters: Enter 11-26 15:01:40.732: D/audio_hw_extn(998): audio_extn_get_parameters: returns 11-26 15:01:40.732: D/audio_hw_primary(998): adev_get_parameters: exit: returns - somc.media_vibration_path=0 11-26 15:01:40.732: I/hash_map_utils(1083): key: 'somc.media_vibration_path' value: '' 11-26 15:01:40.734: I/android_os_HwBinder(4103): HwBinder: Starting thread pool for getting: vendor.somc.hardware.swiqi@1.0::IHidlSwiqi/default 11-26 15:01:40.734: I/DeviceModeUtil(17746): DeviceModeUtil.getDeviceMode():96 Get device mode phone by ui mode:1 and smallestScreenWidthDp:417 11-26 15:01:40.734: I/NormalModeController(17746): NormalModeController.getKeyboardBodyViewHolderPaddingBottom():109 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1 11-26 15:01:40.735: D/TelephonyProvider(2832): Using old permission behavior for telephony provider compat 11-26 15:01:40.735: I/InputMethodEntryManager(17746): InputMethodEntryManager.startLoadingInputMethodEntrySettings():743 Start loading input method entry settings: [Pair{ja-JP japanese_qwerty}, Pair{zz qwerty}] 11-26 15:01:40.737: I/QTI PowerHAL(1013): Power setBoost: 0, duration: 0 11-26 15:01:40.737: I/QTI PowerHAL(1013): Power setBoost: 0, duration: 0 11-26 15:01:40.738: I/android_os_HwBinder(4103): HwBinder: Starting thread pool for getting: vendor.somc.hardware.swiqi@1.0::IHidlSwiqi/default 11-26 15:01:40.742: I/KeyboardViewUtil(17746): KeyboardViewUtil.getKeyboardHeightRatio():172 systemKeyboardHeightRatio:1.100000; userKeyboardHeightRatio:1.000000. 11-26 15:01:40.749: I/GoogleInputMethodService(17746): GoogleInputMethodService.onStartInput():1979 11-26 15:01:40.749: I/DeviceUnlockedTag(17746): DeviceUnlockedTag.notifyDeviceLockStatusChanged():79 Notify device unlocked. 11-26 15:01:40.749: W/SessionManager(17746): SessionManager.beginSession():53 Try to begin an already begun session [INPUT_SESSION], end it first 11-26 15:01:40.750: I/AbstractOpenableExtension(17746): AbstractOpenableExtension$3.onSuccess():522 KeyboardGroupManager destroyed in eyk. 11-26 15:01:40.750: I/AbstractOpenableExtension(17746): AbstractOpenableExtension$3.onSuccess():522 KeyboardGroupManager destroyed in ewb. 11-26 15:01:40.750: I/AbstractOpenableExtension(17746): AbstractOpenableExtension$3.onSuccess():522 KeyboardGroupManager destroyed in faa. 11-26 15:01:40.752: D/StatusBar(2155): disable disable2 11-26 15:01:40.752: W/View(2155): requestLayout() improperly called by com.android.internal.widget.NotificationExpandButton{9caf690 VFED..C.. ......ID 1569,35-1627,96 #1020298 android:id/expand_button} during layout: running second layout pass 11-26 15:01:40.752: W/View(2155): requestLayout() improperly called by com.android.internal.widget.NotificationExpandButton{b374548 VFED..C.. ......ID 1569,35-1627,96 #1020298 android:id/expand_button} during layout: running second layout pass 11-26 15:01:40.752: W/View(2155): requestLayout() improperly called by com.android.internal.widget.NotificationExpandButton{8cd6716 VFED..C.. ......ID 1569,35-1627,96 #1020298 android:id/expand_button} during layout: running second layout pass 11-26 15:01:40.752: W/View(2155): requestLayout() improperly called by com.android.internal.widget.NotificationExpandButton{c50e58e VFED..C.. ......ID 1569,35-1627,96 #1020298 android:id/expand_button} during layout: running second layout pass 11-26 15:01:40.753: I/GoogleInputMethodService(17746): GoogleInputMethodService.lambda$setDecorViewApplyWindowInsetsListener$10():1093 update screenHeightWithoutNaviBar to: 2560 11-26 15:01:40.754: I/GoogleInputMethodService(17746): GoogleInputMethodService.lambda$setDecorViewApplyWindowInsetsListener$10():1099 update max height when insets changes 11-26 15:01:40.756: I/GoogleInputMethodService(17746): GoogleInputMethodService.lambda$setDecorViewApplyWindowInsetsListener$10():1093 update screenHeightWithoutNaviBar to: 2434 11-26 15:01:40.756: I/GoogleInputMethodService(17746): GoogleInputMethodService.lambda$setDecorViewApplyWindowInsetsListener$10():1099 update max height when insets changes 11-26 15:01:40.756: I/DictionarySuperpacksManager(17746): DictionarySuperpacksManager$1.onEnabledInputMethodEntriesChanged():60 onEnabledInputMethodEntriesChanged 11-26 15:01:40.756: I/SP(17746): Registering content_cache.2021091702, url: https://www.gstatic.com/android/keyboard/modelpack/contentcache/202109170218/superpacks_manifest.json, constraints: W:*:*:*, flags: bg, requested: 2021091702, current: 2021091702 11-26 15:01:40.758: I/SP(17746): Syncing content_cache (2021091702) with slices: [af68474e9726a30c6f0696d67af2b44f], metadata: true 11-26 15:01:40.769: I/SP(17746): Sync for content_cache succeeded in 12 ms: no changes 11-26 15:01:40.770: I/AbstractOpenableExtension(17746): AbstractOpenableExtension.maybeDestroyExistingKeyboardGroupManager():509 Destroy existing keyboard group manager in eyk 11-26 15:01:40.770: I/AbstractOpenableExtension(17746): AbstractOpenableExtension.createKeyboardGroupManagerListenableFuture():121 Create keyboard group manager listenable future in eyk 11-26 15:01:40.770: I/SP(17746): GC for 'content_cache' (10) with ttl of 0 ms took 1 ms (0/1/0) 11-26 15:01:40.771: I/AbstractOpenableExtension(17746): AbstractOpenableExtension.maybeDestroyExistingKeyboardGroupManager():509 Destroy existing keyboard group manager in ewb 11-26 15:01:40.771: I/AbstractOpenableExtension(17746): AbstractOpenableExtension.createKeyboardGroupManagerListenableFuture():121 Create keyboard group manager listenable future in ewb 11-26 15:01:40.771: I/AbstractOpenableExtension(17746): AbstractOpenableExtension.maybeDestroyExistingKeyboardGroupManager():509 Destroy existing keyboard group manager in faa 11-26 15:01:40.771: I/AbstractOpenableExtension(17746): AbstractOpenableExtension.createKeyboardGroupManagerListenableFuture():121 Create keyboard group manager listenable future in faa 11-26 15:01:40.771: I/KeyboardGroupDefParser(17746): KeyboardGroupDefParser.parseKeyboardGroupDef():87 parseKeyboardGroupDef() 2132214044 -> 0_resource_name_obfuscated : WaitTime = 0 ms : RunTime = 1 ms 11-26 15:01:40.771: I/KeyboardGroupDefParser(17746): KeyboardGroupDefParser.parseKeyboardGroupDef():87 parseKeyboardGroupDef() 2132214043 -> 0_resource_name_obfuscated : WaitTime = 0 ms : RunTime = 0 ms 11-26 15:01:40.772: I/KeyboardGroupDefParser(17746): KeyboardGroupDefParser.parseKeyboardGroupDef():87 parseKeyboardGroupDef() 2132214049 -> 0_resource_name_obfuscated : WaitTime = 0 ms : RunTime = 0 ms 11-26 15:01:40.772: I/DeviceModeUtil(17746): DeviceModeUtil.getDeviceMode():96 Get device mode phone by ui mode:1 and smallestScreenWidthDp:417 11-26 15:01:40.772: I/chatty(17746): uid=10252(com.google.android.inputmethod.latin) identical 1 line 11-26 15:01:40.772: I/DeviceModeUtil(17746): DeviceModeUtil.getDeviceMode():96 Get device mode phone by ui mode:1 and smallestScreenWidthDp:417 11-26 15:01:40.772: I/GoogleInputMethodService(17746): GoogleInputMethodService.initializeKeyboardTheme():1383 Apply keyboard theme: theme_border_bottom4dp_stylesheet_googleblue_materiallight_phone_builtin_google_blue_light.binarypb_port 11-26 15:01:40.776: I/AbstractOpenableExtension(17746): AbstractOpenableExtension$3.onSuccess():522 KeyboardGroupManager destroyed in eyk. 11-26 15:01:40.776: I/AbstractOpenableExtension(17746): AbstractOpenableExtension$3.onSuccess():522 KeyboardGroupManager destroyed in ewb. 11-26 15:01:40.776: I/AbstractOpenableExtension(17746): AbstractOpenableExtension$3.onSuccess():522 KeyboardGroupManager destroyed in faa. 11-26 15:01:41.186: E/TLOC(1420): [TLOCChannel]"Can't receive message due to timeout" 11-26 15:01:41.186: E/TLOC(1420): [TLOCDaemon ]"Couldn't receive command response" 11-26 15:01:41.186: I/TLOC(1420): [TLOCDaemon ]"TLOC Daemon create successfully" 11-26 15:01:41.186: D/TLOC(1420): [TLOCChannel]"Closed the channel for TLOCD" 11-26 15:01:41.186: D/TLOC(1420): [TLOCChannel]"Closed the channel for TLOCL" 11-26 15:01:41.186: D/TLOC(1420): [TLOCChannel]"Closed the channel for MODEM" 11-26 15:01:41.187: D/TLOC(1420): [TLOCChannel]"The channel was initialized successfully for TLOCD" 11-26 15:01:41.187: D/TLOC(1420): [TLOCChannel]"The channel was initialized successfully for TLOCL" 11-26 15:01:41.187: D/TLOC(1420): [TLOCChannel]"The channel was initialized successfully for MODEM" 11-26 15:01:41.187: D/TLOC(1420): [TLOCChannel]"TLOCChannel was initialized successfully" 11-26 15:01:41.187: D/TLOC(1420): [TLOCChannel]"TlocChannel reinitialized successfully" 11-26 15:01:41.187: D/TLOC(1420): [TLOCDaemon ]"waiting for command" 11-26 15:01:41.187: D/TLOC(1420): [TLOCChannel] "Going to receive message for TLOCD" 11-26 15:01:41.187: D/TLOC(1420): [TLOCChannel] "wait for message for user TLOCD" 01-01 00:00:00.000: E/(-1): Device disconnected ` ` ` ,Please excuse my question. I've been dealing with this for a week and I'm at a loss, so I'll ask here. It was working fine with API 29, but when I changed it to API 30 for the Google review, it crashes the moment I launch the app. I'm in a bit of a quandary, so I'd like to ask for your help. The log I checked with logcat is below. I'm sorry for the above, but I'd appreciate your help. Unity version 2019.41f1 # logcat ``` 11-26 15:01:39.073: E/TLOC(1420): [TLOCChannel]"Can't receive message due to timeout" 11-26 15:01:39.112: I/TLOC(1420): [ModemComm ]"Request succeeded for gps engine lock" 11-26 15:01:39.112: D/TLOC(1420): [TLOCChannel] "Going to receive message for TLOCD" 11-26 15:01:39.112: D/TLOC(1420): [TLOCChannel] "wait for message for user TLOCD" 11-26 15:01:39.389: I/QTI PowerHAL(1013): Power setBoost: 0, duration: 0 11-26 15:01:39.461: I/ActivityTaskManager(1677): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.○○○○/com.google.firebase.MessagingUnityPlayerActivity bnds=[229,63][442,376]} from uid 10285 11-26 15:01:39.391: I/QTI PowerHAL(1013): Power setBoost: 0, duration: 0 11-26 15:01:39.461: D/EventSequenceValidator(1677): Transition from ACTIVITY_FINISHED to INTENT_STARTED 11-26 15:01:39.466: V/ActivityTaskManager(1677): Calling mServicetracker.OnActivityStateChange with flag falsestateINITIALIZING 11-26 15:01:39.466: V/ActivityTaskManager(1677): Calling mServicetracker.OnActivityStateChange with flag truestateINITIALIZING 11-26 15:01:39.468: E/ANDR-PERF-LM(1047): GAMEOPT: getData() 992: isHeavy hint type 1 for app com.○○○○ 11-26 15:01:39.468: E/ANDR-PERF-JNI(1677): com_qualcomm_qtiperformance_native_perf_io_prefetch_start 11-26 15:01:39.469: E/ANDR-PERF-LM(1047): MetaMeter: handleAsync() 164: AdaptLaunch Invalid Async 11-26 15:01:39.469: I/chatty(1047): uid=0(root) lmCoreThread identical 1 line 11-26 15:01:39.469: E/ANDR-PERF-LM(1047): MetaMeter: handleAsync() 164: AdaptLaunch Invalid Async 11-26 15:01:39.470: E/ANDR-IOP(1046): io prefetch is disabled 11-26 15:01:39.471: V/ActivityTaskManager(1677): Calling mServicetracker.OnActivityStateChange with flag truestateRESUMED 11-26 15:01:39.471: V/ActivityTaskManager(1677): Calling mServicetracker.OnActivityStateChange with flag truestatePAUSING 11-26 15:01:39.471: D/ActivityTrigger(1677): ActivityTrigger activityPauseTrigger 11-26 15:01:39.472: V/ActivityTaskManager(1677): Calling mServicetracker.OnActivityStateChange with flag falsestatePAUSING 11-26 15:01:39.473: E/ANDR-PERF-LM(1047): GAMEOPT: operator()() 495: ERROR: status != Status::SUCCESS 11-26 15:01:39.473: E/ANDR-PERF-LM(1047): GamePerfEngine: runAsync() 501: Hint is for com.○○○○/com.google.firebase.MessagingUnityPlayerActivity/8013 = 0x1003 PID=1677 11-26 15:01:39.473: I/hwservicemanager(636): getTransport: Cannot find entry vendor.display.config@1.0::IDisplayConfig/default in either framework or device manifest. 11-26 15:01:39.474: W/ANDR-PERF-LM(1047): FeatureState: writeState() 185: GameOptimization: State transition not allowed 11-26 15:01:39.476: D/CompatibilityChangeReporter(1677): Compat change id reported: 135634846; UID 10431; state: DISABLED 11-26 15:01:39.476: D/CompatibilityChangeReporter(1677): Compat change id reported: 135754954; UID 10431; state: ENABLED 11-26 15:01:39.477: D/CompatibilityChangeReporter(1677): Compat change id reported: 143937733; UID 10431; state: ENABLED 11-26 15:01:39.478: V/ActivityTaskManager(1677): Calling mServicetracker.OnActivityStateChange with flag truestatePAUSED 11-26 15:01:39.478: V/ActivityTaskManager(1677): Calling mServicetracker.OnActivityStateChange with flag falsestatePAUSED 11-26 15:01:39.479: V/ActivityTaskManager(1677): Calling mServicetracker.OnActivityStateChange with flag truestateRESUMED 11-26 15:01:39.480: D/EventSequenceValidator(1677): Transition from INTENT_STARTED to ACTIVITY_LAUNCHED 11-26 15:01:39.483: D/Zygote(860): Forked child process 28638 11-26 15:01:39.484: I/ActivityManager(1677): Start proc 28638:com.○○○○/u0a431 for pre-top-activity {com.○○○○/com.google.firebase.MessagingUnityPlayerActivity} 11-26 15:01:39.488: I/nt.forwardwork(28638): Late-enabling -Xcheck:jni 11-26 15:01:39.498: I/nt.forwardwork(28638): Unquickening 18 vdex files! 11-26 15:01:39.500: I/adbd(27234): jdwp connection from 28638 11-26 15:01:39.504: E/ANDR-PERF-LM(1047): MetaMeter: handleAsync() 164: AdaptLaunch Invalid Async 11-26 15:01:39.505: V/ActivityTaskManager(1677): Calling mServicetracker.OnActivityStateChange with flag truestateRESUMED 11-26 15:01:39.505: I/QTI PowerHAL(1013): Power setBoost: 0, duration: 0 11-26 15:01:39.505: V/ActivityTaskManager(1677): Calling mServicetracker.OnActivityStateChange with flag falsestateRESUMED 11-26 15:01:39.507: I/sensors-hal(1018): handle_sns_client_event:81, prox_event: ts=589768314746808, raw_adc=665, near_far=1, distance=0.000000 11-26 15:01:39.515: I/android_os_HwBinder(1677): HwBinder: Starting thread pool for getting: vendor.semc.hardware.display@2.0::IDisplay/default 11-26 15:01:39.516: D/DisplayBoosterService(1677): DisplayColorManager: state change: 1 to 1 11-26 15:01:39.516: D/DisplayBoosterService(1677): DisplayColorManager: state change: 1 to 1 11-26 15:01:39.516: D/DisplayBoosterService(1677): BacklightBoostManager: No need to boost 11-26 15:01:39.518: I/android_os_HwBinder(4103): HwBinder: Starting thread pool for getting: vendor.somc.hardware.swiqi@1.0::IHidlSwiqi/default 11-26 15:01:39.519: D/audio_hw_primary(998): adev_get_parameters:somc.media_vibration_path 11-26 15:01:39.519: D/audio_hw_spkr_prot(998): fbsp_get_parameters: Speaker protection disabled 11-26 15:01:39.519: D/soundtrigger(998): audio_extn_sound_trigger_get_parameters input string 11-26 15:01:39.519: D/soundtrigger(998): extract_sm_handle input string param string 11-26 15:01:39.519: D/audio_hw_extn(998): audio_extn_fm_get_parameters: Enter 11-26 15:01:39.519: D/audio_hw_extn(998): audio_extn_get_parameters: returns 11-26 15:01:39.519: D/audio_hw_primary(998): adev_get_parameters: exit: returns - somc.media_vibration_path=0 11-26 15:01:39.519: I/hash_map_utils(1083): key: 'somc.media_vibration_path' value: '' 11-26 15:01:39.519: I/android_os_HwBinder(4103): HwBinder: Starting thread pool for getting: vendor.somc.hardware.swiqi@1.0::IHidlSwiqi/default 11-26 15:01:39.520: D/audio_hw_primary(998): adev_get_parameters:somc.media_vibration_path 11-26 15:01:39.520: D/audio_hw_spkr_prot(998): fbsp_get_parameters: Speaker protection disabled 11-26 15:01:39.520: D/soundtrigger(998): audio_extn_sound_trigger_get_parameters input string 11-26 15:01:39.520: D/soundtrigger(998): extract_sm_handle input string param string 11-26 15:01:39.520: D/audio_hw_extn(998): audio_extn_fm_get_parameters: Enter 11-26 15:01:39.520: D/audio_hw_extn(998): audio_extn_get_parameters: returns 11-26 15:01:39.520: D/audio_hw_primary(998): adev_get_parameters: exit: returns - somc.media_vibration_path=0 11-26 15:01:39.520: I/hash_map_utils(1083): key: 'somc.media_vibration_path' value: '' 11-26 15:01:39.529: D/ConnectivityService(1677): requestNetwork for uid/pid:10193/14216 NetworkRequest [ TRACK_DEFAULT id=3100, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Uid: 10193 AdministratorUids: [] RequestorUid: 10193 RequestorPackageName: com.sonymobile.gameenhancer.browser] ] 11-26 15:01:39.530: D/ConnectivityService(1677): NetReassign [3100 : null �� 104] 11-26 15:01:39.530: D/UntrustedWifiNetworkFactory(1677): got request NetworkRequest [ TRACK_DEFAULT id=3100, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Uid: 10193 AdministratorUids: [] RequestorUid: 10193 RequestorPackageName: com.sonymobile.gameenhancer.browser] ] with score 60 and providerId 4 11-26 15:01:39.530: D/WifiNetworkFactory(1677): got request NetworkRequest [ TRACK_DEFAULT id=3100, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Uid: 10193 AdministratorUids: [] RequestorUid: 10193 RequestorPackageName: com.sonymobile.gameenhancer.browser] ] with score 60 and providerId 4 11-26 15:01:39.530: D/PhoneSwitcherNetworkRequstListener(2832): got request NetworkRequest [ TRACK_DEFAULT id=3100, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Uid: 10193 AdministratorUids: [] RequestorUid: 10193 RequestorPackageName: com.sonymobile.gameenhancer.browser] ] with score 60 and providerId 4 11-26 15:01:39.530: D/ConnectivityService(1677): NetReassign [no changes] 11-26 15:01:39.531: D/Ethernet(1677): got request NetworkRequest [ TRACK_DEFAULT id=3100, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Uid: 10193 AdministratorUids: [] RequestorUid: 10193 RequestorPackageName: com.sonymobile.gameenhancer.browser] ] with score 60 and providerId 4 11-26 15:01:39.533: D/BluetoothHeadset(4285): Binding service... 11-26 15:01:39.533: W/BluetoothManagerService(1677): bindBluetoothProfileService:Trying to bind to profile: 1, while Bluetooth is disabled 11-26 15:01:39.534: D/IddLogger(7896): IDD successfully added for PE 11-26 15:01:39.537: D/ConnectivityService(1677): requestNetwork for uid/pid:10125/4285 NetworkRequest [ TRACK_DEFAULT id=3102, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Uid: 10125 AdministratorUids: [] RequestorUid: 10125 RequestorPackageName: com.sonymobile.gameenhancer] ] 11-26 15:01:39.537: D/ConnectivityService(1677): NetReassign [3102 : null �� 104] 11-26 15:01:39.538: D/UntrustedWifiNetworkFactory(1677): got request NetworkRequest [ TRACK_DEFAULT id=3102, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Uid: 10125 AdministratorUids: [] RequestorUid: 10125 RequestorPackageName: com.sonymobile.gameenhancer] ] with score 60 and providerId 4 11-26 15:01:39.538: D/WifiNetworkFactory(1677): got request NetworkRequest [ TRACK_DEFAULT id=3102, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Uid: 10125 AdministratorUids: [] RequestorUid: 10125 RequestorPackageName: com.sonymobile.gameenhancer] ] with score 60 and providerId 4 11-26 15:01:39.538: D/Ethernet(1677): got request NetworkRequest [ TRACK_DEFAULT id=3102, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Uid: 10125 AdministratorUids: [] RequestorUid: 10125 RequestorPackageName: com.sonymobile.gameenhancer] ] with score 60 and providerId 4 11-26 15:01:39.538: D/PhoneSwitcherNetworkRequstListener(2832): got request NetworkRequest [ TRACK_DEFAULT id=3102, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Uid: 10125 AdministratorUids: [] RequestorUid: 10125 RequestorPackageName: com.sonymobile.gameenhancer] ] with score 60 and providerId 4 11-26 15:01:39.549: W/m.android.phon(2832): Reducing the number of considered missed Gc histogram windows from 115 to 100 11-26 15:01:39.550: I/Perf(28638): Connecting to perf service. 11-26 15:01:39.552: D/CompatibilityChangeReporter(1677): Compat change id reported: 135634846; UID 10193; state: DISABLED 11-26 15:01:39.552: D/CompatibilityChangeReporter(1677): Compat change id reported: 135754954; UID 10193; state: ENABLED 11-26 15:01:39.552: D/CompatibilityChangeReporter(1677): Compat change id reported: 143937733; UID 10193; state: ENABLED 11-26 15:01:39.553: D/NetworkSecurityConfig(28638): No Network Security Config specified, using platform default 11-26 15:01:39.553: D/NetworkSecurityConfig(28638): No Network Security Config specified, using platform default 11-26 15:01:39.559: D/Zygote(26619): Forked child process 28665 11-26 15:01:39.559: I/ActivityManager(1677): Start proc 28665:com.google.android.webview:sandboxed_process0:org.chromium.content.app.SandboxedProcessService0:22/u0i226 for {com.sonymobile.gameenhancer.browser/org.chromium.content.app.SandboxedProcessService0:22} 11-26 15:01:39.560: I/sensors-hal(1018): handle_sns_client_event:81, prox_event: ts=589768367162172, raw_adc=346, near_far=0, distance=5.000000 11-26 15:01:39.562: E/libc(28665): SetHeapTaggingLevel: re-enabling tagging after it was disabled is not supported 11-26 15:01:39.566: E/cessService0:2(28665): Not starting debugger since process cannot load the jdwp agent. 11-26 15:01:39.579: I/GsaVoiceInteractionSrv(26571): Handling ACTION_STOP_HOTWORD 11-26 15:01:39.583: W/DynamiteModule(28638): Local module descriptor class for com.google.firebase.auth not found. 11-26 15:01:39.583: D/NetworkSecurityConfig(28665): No Network Security Config specified, using platform default 11-26 15:01:39.583: D/NetworkSecurityConfig(28665): No Network Security Config specified, using platform default 11-26 15:01:39.583: I/DynamiteModule(28638): Considering local module com.google.android.gms.measurement.dynamite:13 and remote module com.google.android.gms.measurement.dynamite:0 11-26 15:01:39.583: I/cr_WebViewApkApp(28665): Launched version=96.0.4664.45 minSdkVersion=29 isBundle=true processName=com.google.android.webview:sandboxed_process0:org.chromium.content.app.SandboxedProcessService0:22 11-26 15:01:39.584: I/DynamiteModule(28638): Selected local version of com.google.android.gms.measurement.dynamite 11-26 15:01:39.585: I/cr_ChildProcessService(28665): Creating new ChildProcessService pid=28665 11-26 15:01:39.586: I/TetheringManager(28638): registerTetheringEventCallback:com.○○○○ 11-26 15:01:39.593: I/cr_LibraryLoader(28665): Successfully loaded native library 11-26 15:01:39.594: I/FirebaseInitProvider(28638): FirebaseApp initialization successful 11-26 15:01:39.595: I/cr_CachingUmaRecorder(28665): Flushed 2 samples from 2 histograms. 11-26 15:01:39.596: W/nt.forwardwork(28638): Unsupported class loader 11-26 15:01:39.599: W/nt.forwardwork(28638): Skipping duplicate class check due to unsupported classloader 11-26 15:01:39.600: W/nt.forwardwork(28638): Unsupported class loader 11-26 15:01:39.600: W/SystemServiceRegistry(28665): No service published for: uimode 11-26 15:01:39.601: E/system_server(1677): Invalid class loader spec: =UnsupportedClassLoaderContext= 11-26 15:01:39.601: E/PackageDexUsage(1677): Unsupported context? 11-26 15:01:39.611: W/DynamiteModule(28638): Local module descriptor class for com.google.firebase.auth not found. 11-26 15:01:39.615: I/FirebaseAuth(28638): [FirebaseAuth:] Preparing to create service connection to gms implementation 11-26 15:01:39.617: D/CompatibilityChangeReporter(1677): Compat change id reported: 136274596; UID 10431; state: ENABLED 11-26 15:01:39.621: D/BoundBrokerSvc(24618): onBind: Intent { act=com.google.firebase.auth.api.gms.service.START pkg=com.google.android.gms } 11-26 15:01:39.621: D/BoundBrokerSvc(24618): Loading bound service for intent: Intent { act=com.google.firebase.auth.api.gms.service.START pkg=com.google.android.gms } 11-26 15:01:39.640: D/Unity(28638): CommandLine: 11-26 15:01:39.652: I/Unity(28638): onResume 11-26 15:01:39.661: D/KeyguardViewMediator(2155): setOccluded true 11-26 15:01:39.661: D/KeyguardViewMediator(2155): adjustStatusBarLocked: mShowing=false mOccluded=true isSecure=false force=false --> flags=0x0 11-26 15:01:39.671: I/FA(28638): App measurement deactivated via the manifest 11-26 15:01:39.681: I/FA(28638): App measurement initialized, version: 27000 11-26 15:01:39.681: I/FA(28638): To enable debug logging run: adb shell setprop log.tag.FA VERBOSE 11-26 15:01:39.681: I/FA(28638): To enable faster debug mode event logging run: 11-26 15:01:39.681: I/FA(28638): adb shell setprop debug.firebase.analytics.app com.○○○○ 11-26 15:01:39.686: D/Unity(28638): SetWindow 0 0xb400007867de68e0 11-26 15:01:39.686: D/Unity(28638): SetWindow 0 0xb400007867de68e0 11-26 15:01:39.690: I/A(8853): onApplyWindowInsets: systemWindowInsets=Insets{left=0, top=63, right=0, bottom=126} 11-26 15:01:39.690: I/A(8853): onApplyWindowInsets: systemWindowInsets=Insets{left=0, top=63, right=0, bottom=126} 11-26 15:01:39.696: D/ArtManagerInternalImpl(1677): /data/misc/iorapd/com.○○○○/8013/com.google.firebase.MessagingUnityPlayerActivity/compiled_traces/compiled_trace.pb doesn't exist 11-26 15:01:39.696: D/EventSequenceValidator(1677): Transition from ACTIVITY_LAUNCHED to ACTIVITY_FINISHED 11-26 15:01:39.699: I/ActivityTaskManager(1677): Displayed com.○○○○/com.google.firebase.MessagingUnityPlayerActivity: +233ms 11-26 15:01:39.706: I/QTI PowerHAL(1013): Power setBoost: 0, duration: 0 11-26 15:01:39.707: I/Unity(28638): windowFocusChanged: true 11-26 15:01:39.715: I/GoogleInputMethodService(17746): GoogleInputMethodService.onFinishInput():3301 11-26 15:01:39.716: I/GoogleInputMethodService(17746): GoogleInputMethodService.onStartInput():1979 11-26 15:01:39.716: I/DeviceUnlockedTag(17746): DeviceUnlockedTag.notifyDeviceLockStatusChanged():79 Notify device unlocked. 11-26 15:01:39.717: E/libprocessgroup(28638): set_timerslack_ns write failed: Operation not permitted 11-26 15:01:39.731: D/Unity(28638): Enabling Unity systrace 11-26 15:01:39.733: W/nt.forwardwork(28638): Accessing hidden method Ljava/lang/invoke/MethodHandles$Lookup;->(Ljava/lang/Class;I)V (greylist, reflection, allowed) 11-26 15:01:39.737: D/Unity(28638): [VFS] Mount /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/base.apk 11-26 15:01:39.738: D/Unity(28638): Loading player data from /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/base.apk/assets/bin/Data/data.unity3d 11-26 15:01:39.742: I/Unity(28638): SystemInfo CPU = ARM64 FP ASIMD AES, Cores = 8, Memory = 7697mb 11-26 15:01:39.742: I/Unity(28638): SystemInfo ARM big.LITTLE configuration: 4 big (mask: 0xf0), 4 little (mask: 0xf) 11-26 15:01:39.742: I/Unity(28638): ApplicationInfo com.○○○○ version 3.2.1 build 744892e8-b60a-4e8f-adbb-087f193c363d 11-26 15:01:39.742: I/Unity(28638): Built from '2019.4/release' branch, Version '2019.4.1f1 (e6c045e14e4e)', Build type 'Development', Scripting Backend 'il2cpp', CPU 'arm64-v8a', Stripping 'Enabled' 11-26 15:01:39.748: D/Unity(28638): Script Patching: Patch files are not available, '/storage/emulated/0/Android/data/com.○○○○/cache/ScriptOnly/2019.4.1f1/il2cpp/patch.config' is missing. 11-26 15:01:39.758: D/Unity(28638): Same Unity build, not extracting il2cpp resources. 11-26 15:01:39.763: D/Unity(28638): PlayerConnection initialized from /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/base.apk/assets/bin/Data (debug = 0) 11-26 15:01:39.764: D/Unity(28638): PlayerConnection initialized network socket : 0.0.0.0 55017 11-26 15:01:39.764: D/Unity(28638): PlayerConnection initialized unix socket : Unity-com.○○○○ 11-26 15:01:39.764: D/Unity(28638): Multi-casting "[IP] 192.168.111.93 [Port] 55017 [Flags] 2 [Guid] 2068583960 [EditorId] 3205124700 [Version] 1048832 [Id] AndroidPlayer(Sony_SOG01@192.168.111.93) [Debug] 0 [PackageName] AndroidPlayer [ProjectName] ���i�t��-1126-14:44" to [225.0.0.222:54997]... 11-26 15:01:39.764: D/Unity(28638): Started listening to [0.0.0.0:55017] 11-26 15:01:39.788: I/A(8853): onApplyWindowInsets: systemWindowInsets=Insets{left=0, top=63, right=0, bottom=126} 11-26 15:01:39.788: I/A(8853): onApplyWindowInsets: systemWindowInsets=Insets{left=0, top=63, right=0, bottom=126} 11-26 15:01:39.796: I/DisplayBooster(1677): FpsModeManager: fps mode change 3 11-26 15:01:39.797: D/audio_hw_primary(998): adev_set_parameters: enter: game_enhancer_active=1 11-26 15:01:39.797: D/audio_hw_hfp(998): hfp_set_parameters: enter 11-26 15:01:39.797: D/audio_hw_primary(998): adev_set_parameters(): game_enhancer_active = 1 11-26 15:01:39.797: D/audio_hw_extn(998): audio_extn_fm_set_parameters: Enter 11-26 15:01:39.799: I/android_os_HwBinder(1677): HwBinder: Starting thread pool for getting: vendor.semc.hardware.display@2.2::IFramerateController/default 11-26 15:01:39.799: D/ScreenRecordTile(4908): GameEnhancer state change 11-26 15:01:39.799: D/ScreenRecordTile(2155): GameEnhancer state change 11-26 15:01:39.803: E/DisplayBooster(1677): FpsModeManager: Black insertion is not supported 11-26 15:01:39.803: D/DisplayBooster(1677): FpsModeManager: setDesiredDisplayConfigSpecs to config id 0 11-26 15:01:39.803: D/DisplayBooster(1677): FpsModeManager: active config wait time (millis) : 0 11-26 15:01:39.803: D/DisplayBooster(1677): FpsModeManager: setFrameSkipFps() fps : 60 11-26 15:01:39.803: I/vendor.semc.hardware.display(1063): set_opec_mode: mode 0 11-26 15:01:39.803: I/vendor.semc.hardware.display(1063): setOpecMode: mode 0 11-26 15:01:39.804: V/GameEnhancerUtils(4908): isGameEnhancerEnabled: cursor count 1 11-26 15:01:39.806: E/DisplayBooster(1677): FpsModeManager: Black insertion is not supported 11-26 15:01:39.807: D/GameEnhancerUtils(4908): isGameEnhancerEnabled: cursor result 1 11-26 15:01:39.810: V/GameEnhancerUtils(2155): isGameEnhancerEnabled: cursor count 1 11-26 15:01:39.812: D/GameEnhancerUtils(2155): isGameEnhancerEnabled: cursor result 1 11-26 15:01:39.872: D/StatusBar(2155): disable disable2 11-26 15:01:39.907: W/AppOps(1677): Noting op not finished: uid 10125 pkg com.sonymobile.gameenhancer code 24 startTime of in progress event=1637906499529 11-26 15:01:39.947: D/Unity(28638): [EGL] Attaching window :0xb400007867de68e0 11-26 15:01:39.947: D/Unity(28638): InitializeScriptEngine OK (0x76ca75bfc0) 11-26 15:01:39.947: D/Unity(28638): PlayerConnection already initialized - listening to [0.0.0.0:55017] 11-26 15:01:39.950: E/libprocessgroup(28638): set_timerslack_ns write failed: Operation not permitted 11-26 15:01:39.951: I/chatty(28638): uid=10431(com.○○○○) UnityMain identical 14 lines 11-26 15:01:39.951: E/libprocessgroup(28638): set_timerslack_ns write failed: Operation not permitted 11-26 15:01:39.953: D/Unity(28638): Loading player data from assets/bin/Data/data.unity3d 11-26 15:01:39.955: D/Unity(28638): Unable to lookup library path for 'google-signin-support-1.0.4', native render plugin support disabled. 11-26 15:01:39.956: E/Unity(28638): Unable to find google-signin-support-1.0.4 11-26 15:01:39.956: D/Unity(28638): PlayerInitEngineNoGraphics OK 11-26 15:01:39.956: D/Unity(28638): AndroidGraphics::Startup window = 0xb400007867de68e0 11-26 15:01:39.956: D/Unity(28638): [EGL] Attaching window :0xb400007867de68e0 11-26 15:01:39.960: D/vulkan(28638): searching for layers in '/data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/lib/arm64' 11-26 15:01:39.960: D/vulkan(28638): searching for layers in '/data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/base.apk!/lib/arm64-v8a' 11-26 15:01:39.960: D/Unity(28638): [Vulkan init] extensions: count=10 11-26 15:01:39.960: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_surface, enabled=1 11-26 15:01:39.960: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_android_surface, enabled=1 11-26 15:01:39.960: D/Unity(28638): [Vulkan init] extensions: name=VK_EXT_swapchain_colorspace, enabled=1 11-26 15:01:39.960: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_get_surface_capabilities2, enabled=0 11-26 15:01:39.960: D/Unity(28638): [Vulkan init] extensions: name=VK_EXT_debug_report, enabled=1 11-26 15:01:39.960: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_get_physical_device_properties2, enabled=0 11-26 15:01:39.960: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_external_semaphore_capabilities, enabled=0 11-26 15:01:39.960: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_external_memory_capabilities, enabled=0 11-26 15:01:39.960: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_device_group_creation, enabled=0 11-26 15:01:39.960: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_external_fence_capabilities, enabled=0 11-26 15:01:39.965: I/AdrenoVK-0(28638): ===== BEGIN DUMP OF OVERRIDDEN SETTINGS ===== 11-26 15:01:39.965: I/AdrenoVK-0(28638): ===== END DUMP OF OVERRIDDEN SETTINGS ===== 11-26 15:01:39.965: I/AdrenoVK-0(28638): QUALCOMM build : 191610ae03, Ic907de5ed0 11-26 15:01:39.965: I/AdrenoVK-0(28638): Build Date : 09/17/20 11-26 15:01:39.965: I/AdrenoVK-0(28638): Shader Compiler Version : EV031.32.02.01 11-26 15:01:39.965: I/AdrenoVK-0(28638): Local Branch : 11-26 15:01:39.965: I/AdrenoVK-0(28638): Remote Branch : refs/tags/AU_LINUX_ANDROID_LA.UM.9.12.10.00.00.582.274 11-26 15:01:39.965: I/AdrenoVK-0(28638): Remote Branch : NONE 11-26 15:01:39.965: I/AdrenoVK-0(28638): Reconstruct Branch : NOTHING 11-26 15:01:39.965: I/AdrenoVK-0(28638): Build Config : S P 10.0.5 AArch64 11-26 15:01:39.965: I/AdrenoVK-0(28638): Driver Path : /vendor/lib64/hw/vulkan.adreno.so 11-26 15:01:39.966: D/Unity(28638): Vulkan detection: 2 11-26 15:01:39.966: D/Unity(28638): GfxDevice: creating device client; threaded=1 11-26 15:01:39.966: D/Unity(28638): [Vulkan init] extensions: count=10 11-26 15:01:39.966: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_surface, enabled=1 11-26 15:01:39.966: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_android_surface, enabled=1 11-26 15:01:39.966: D/Unity(28638): [Vulkan init] extensions: name=VK_EXT_swapchain_colorspace, enabled=1 11-26 15:01:39.966: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_get_surface_capabilities2, enabled=0 11-26 15:01:39.966: D/Unity(28638): [Vulkan init] extensions: name=VK_EXT_debug_report, enabled=1 11-26 15:01:39.966: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_get_physical_device_properties2, enabled=0 11-26 15:01:39.966: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_external_semaphore_capabilities, enabled=0 11-26 15:01:39.966: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_external_memory_capabilities, enabled=0 11-26 15:01:39.966: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_device_group_creation, enabled=0 11-26 15:01:39.966: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_external_fence_capabilities, enabled=0 11-26 15:01:39.967: I/AdrenoVK-0(28638): QUALCOMM build : 191610ae03, Ic907de5ed0 11-26 15:01:39.967: I/AdrenoVK-0(28638): Build Date : 09/17/20 11-26 15:01:39.967: I/AdrenoVK-0(28638): Shader Compiler Version : EV031.32.02.01 11-26 15:01:39.967: I/AdrenoVK-0(28638): Local Branch : 11-26 15:01:39.967: I/AdrenoVK-0(28638): Remote Branch : refs/tags/AU_LINUX_ANDROID_LA.UM.9.12.10.00.00.582.274 11-26 15:01:39.967: I/AdrenoVK-0(28638): Remote Branch : NONE 11-26 15:01:39.967: I/AdrenoVK-0(28638): Reconstruct Branch : NOTHING 11-26 15:01:39.967: I/AdrenoVK-0(28638): Build Config : S P 10.0.5 AArch64 11-26 15:01:39.967: I/AdrenoVK-0(28638): Driver Path : /vendor/lib64/hw/vulkan.adreno.so 11-26 15:01:39.968: D/Unity(28638): [Vulkan init] Graphics queue count=1 11-26 15:01:39.968: D/Unity(28638): [Vulkan init] extensions: count=65 11-26 15:01:39.968: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_incremental_present, enabled=0 11-26 15:01:39.968: D/Unity(28638): [Vulkan init] extensions: name=VK_EXT_hdr_metadata, enabled=1 11-26 15:01:39.968: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_shared_presentable_image, enabled=0 11-26 15:01:39.968: D/Unity(28638): [Vulkan init] extensions: name=VK_GOOGLE_display_timing, enabled=0 11-26 15:01:39.968: D/Unity(28638): [Vulkan init] extensions: name=VK_EXT_subgroup_size_control, enabled=0 11-26 15:01:39.968: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_external_memory, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_EXT_pipeline_creation_feedback, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_shader_float16_int8, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_get_memory_requirements2, enabled=1 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_spirv_1_4, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_EXT_fragment_density_map, enabled=1 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_external_semaphore_fd, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_QCOM_render_pass_store_ops, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_EXT_astc_decode_mode, enabled=1 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_external_memory_fd, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_QCOM_render_pass_shader_resolve, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_maintenance1, enabled=1 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_maintenance2, enabled=1 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_maintenance3, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_separate_depth_stencil_layouts, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_buffer_device_address, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_EXT_queue_family_foreign, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_bind_memory2, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_external_semaphore, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_EXT_scalar_block_layout, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_sampler_ycbcr_conversion, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_EXT_vertex_attribute_divisor, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_variable_pointers, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_push_descriptor, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_EXT_device_memory_report, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_device_group, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_relaxed_block_layout, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_external_fence, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_EXT_host_query_reset, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_EXT_index_type_uint8, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_multiview, enabled=1 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_storage_buffer_storage_class, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_shader_subgroup_extended_types, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_EXT_pipeline_creation_cache_control, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_EXT_separate_stencil_usage, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_IMG_filter_cubic, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_EXT_filter_cubic, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_image_format_list, enabled=1 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_EXT_sampler_filter_minmax, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_16bit_storage, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_QCOM_render_pass_transform, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_create_renderpass2, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_EXT_transform_feedback, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_depth_stencil_resolve, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_shader_float_controls, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_EXT_texture_compression_astc_hdr, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_EXT_global_priority, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_shader_draw_parameters, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_vulkan_memory_model, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_EXT_line_rasterization, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_descriptor_update_template, enabled=1 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_draw_indirect_count, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_driver_properties, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_uniform_buffer_standard_layout, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_ANDROID_external_memory_android_hardware_buffer, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_dedicated_allocation, enabled=1 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_EXT_sample_locations, enabled=0 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_swapchain, enabled=1 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_sampler_mirror_clamp_to_edge, enabled=1 11-26 15:01:39.969: D/Unity(28638): [Vulkan init] extensions: name=VK_KHR_external_fence_fd, enabled=0 11-26 15:01:39.969: D/Unity(28638): Vulkan API version 1.1.0 (1.1.128 supported by driver) 11-26 15:01:39.969: D/Unity(28638): Vulkan vendor=[Qualcomm] id=[5143] 11-26 15:01:39.969: D/Unity(28638): Vulkan renderer=[Adreno (TM) 650] id=[6050002] 11-26 15:01:39.969: D/Unity(28638): Vulkan device type 1 11-26 15:01:39.969: D/Unity(28638): Vulkan driverversion=[512.502.0] uint=[-2145427456] 11-26 15:01:39.969: D/Unity(28638): [vulkan] ASTC HDR support: 1 11-26 15:01:39.973: V/ActivityTaskManager(1677): Calling mServicetracker.OnActivityStateChange with flag truestateSTOPPING 11-26 15:01:39.973: V/ActivityTaskManager(1677): Calling mServicetracker.OnActivityStateChange with flag falsestateSTOPPING 11-26 15:01:39.985: E/CRASH(28638): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** 11-26 15:01:39.985: E/CRASH(28638): Version '2019.4.1f1 (e6c045e14e4e)', Build type 'Development', Scripting Backend 'il2cpp', CPU 'arm64-v8a' 11-26 15:01:39.985: E/CRASH(28638): Build fingerprint: 'KDDI/SOG01_jp_kdi/SOG01:11/58.1.C.3.86/058001C003008600113044126:user/release-keys' 11-26 15:01:39.985: E/CRASH(28638): Revision: '0' 11-26 15:01:39.985: E/CRASH(28638): ABI: 'arm64' 11-26 15:01:39.985: E/CRASH(28638): Timestamp: 2021-11-26 15:01:39+0900 11-26 15:01:39.985: E/CRASH(28638): pid: 28638, tid: 28721, name: UnityMain >>> com.○○○○ <<< 11-26 15:01:39.985: E/CRASH(28638): uid: 10431 11-26 15:01:39.985: E/CRASH(28638): signal 11 (SIGSEGV), code 2 (SEGV_ACCERR), fault addr 0x766f13d1a8 11-26 15:01:39.985: E/CRASH(28638): x0 000000766ef380f0 x1 b400007661dd6050 x2 0000005800000000 x3 0000000000000046 11-26 15:01:39.985: E/CRASH(28638): x4 0000000000080000 x5 0000000000000004 x6 0000000000000046 x7 0000000000000400 11-26 15:01:39.985: E/CRASH(28638): x8 000000766f1380f0 x9 b400007661e56060 x10 0000000000000000 x11 0000000000000000 11-26 15:01:39.985: E/CRASH(28638): x12 0000000000000092 x13 0000000000000000 x14 0000000000000001 x15 0000000000000000 11-26 15:01:39.985: E/CRASH(28638): x16 000000766ef14a98 x17 00000079dbf06fdc x18 0000000000000032 x19 0000005800000000 11-26 15:01:39.985: E/CRASH(28638): x20 b400007661dd6050 x21 000000766ef380e8 x22 b4000077d7e3cad0 x23 b4000077d7e3cac8 11-26 15:01:39.985: E/CRASH(28638): x24 0000000000000000 x25 00000000000002a0 x26 0000000000000000 x27 000000766ef19558 11-26 15:01:39.985: E/CRASH(28638): x28 b4000077d7e3cda0 x29 0000000000000002 11-26 15:01:39.985: E/CRASH(28638): sp 000000766c437b00 lr 000000766d8cc60c pc 000000766d8bc9d4 11-26 15:01:39.985: E/CRASH(28638): backtrace: 11-26 15:01:39.985: E/CRASH(28638): #00 pc 00000000003739d4 /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/lib/arm64/libunity.so (MemoryManager::GetAllocatorContainingPtr(void const*)+24) (BuildId: b83bfbe88c1e5aed12fdcb4508d47767f0c4d078) 11-26 15:01:39.985: E/CRASH(28638): #01 pc 0000000000383608 /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/lib/arm64/libunity.so (transfer_ownership(void*, MemLabelId const&, AllocationRootWithSalt)+52) (BuildId: b83bfbe88c1e5aed12fdcb4508d47767f0c4d078) 11-26 15:01:39.985: E/CRASH(28638): #02 pc 000000000063df5c /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/lib/arm64/libunity.so (dynamic_array_detail::dynamic_array_data::swap(dynamic_array_detail::dynamic_array_data&)+68) (BuildId: b83bfbe88c1e5aed12fdcb4508d47767f0c4d078) 11-26 15:01:39.985: I/ActivityTaskManager(1677): Config changes=20000480 {1.0 ?mcc?mnc [ja_JP] ldltr sw417dp w927dp h393dp 420dpi nrml long hdr widecg land finger -keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 2560, 1096) mAppBounds=Rect(0, 0 - 2434, 1096) mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=undefined mAlwaysOnTop=undefined mRotation=ROTATION_90} s.69268} 11-26 15:01:39.985: E/CRASH(28638): #03 pc 0000000000f2b43c /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/lib/arm64/libunity.so (allocutil::BuddyAllocator::FreeBlockRegistry::FreeBlockRegistry(MemLabelId, unsigned char, unsigned int)+276) (BuildId: b83bfbe88c1e5aed12fdcb4508d47767f0c4d078) 11-26 15:01:39.985: E/CRASH(28638): #04 pc 0000000000f2b294 /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/lib/arm64/libunity.so (allocutil::BuddyAllocator::BuddyAllocator(MemLabelId, unsigned int, unsigned int, unsigned int)+272) (BuildId: b83bfbe88c1e5aed12fdcb4508d47767f0c4d078) 11-26 15:01:39.985: E/CRASH(28638): #05 pc 000000000084fc1c /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/lib/arm64/libunity.so (vk::BuddyMemoryAllocator::MemoryTypeAllocator::MemoryTypeAllocator(VkDevice_T*, VkPhysicalDeviceMemoryProperties const&, unsigned long, unsigned int, unsigned int, unsigned int, unsigned int)+100) (BuildId: b83bfbe88c1e5aed12fdcb4508d47767f0c4d078) 11-26 15:01:39.985: E/CRASH(28638): #06 pc 000000000084fdd8 /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/lib/arm64/libunity.so (vk::BuddyMemoryAllocator::AllocateImpl(VkDevice_T*, VkPhysicalDeviceMemoryProperties const&, unsigned long, unsigned int, unsigned long)+224) (BuildId: b83bfbe88c1e5aed12fdcb4508d47767f0c4d078) 11-26 15:01:39.985: E/CRASH(28638): #07 pc 000000000084f880 /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/lib/arm64/libunity.so (vk::AllocateImage(VkDevice_T*, VkPhysicalDeviceMemoryProperties const&, vk::MemoryAllocator&, VkImage_T*, unsigned int, unsigned long)+420) (BuildId: b83bfbe88c1e5aed12fdcb4508d47767f0c4d078) 11-26 15:01:39.985: E/CRASH(28638): #08 pc 0000000000884f58 /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/lib/arm64/libunity.so (vk::ImageManager::PrepareNewImage(TextureDimension, int, VkExtent3D const&, VkFormat, int, unsigned int, VkSampleCountFlagBits, VkFormat, bool, vk::ImageMemory, bool, bool)+1040) (BuildId: b83bfbe88c1e5aed12fdcb4508d47767f0c4d078) 11-26 15:01:39.985: E/CRASH(28638): #09 pc 00000000008856b8 /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/lib/arm64/libunity.so (vk::ImageManager::CreateImage(vk::CommandBuffer*, vk::ScratchBuffer*, TextureDimension, vk::ImageData const&, VkExtent3D const&, GraphicsFormat, TextureFormat, TextureColorSpace, int, unsigned int, VkSampleCountFlagBits, bool)+348) (BuildId: b83bfbe88c1e5aed12fdcb4508d47767f0c4d078) 11-26 15:01:39.985: E/CRASH(28638): #10 pc 000000000083a8c4 /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/lib/arm64/libunity.so (vk::Texture::Create(vk::CommandBuffer*, vk::ScratchBuffer*, TextureID, TextureDimension, vk::ImageData const&, VkExtent3D const&, GraphicsFormat, int, VkSampleCountFlagBits, bool, bool)+964) (BuildId: b83bfbe88c1e5aed12fdcb4508d47767f0c4d078) 11-26 15:01:39.985: E/CRASH(28638): #11 pc 0000000000884168 /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/lib/arm64/libunity.so (vk::ImageManager::ImageManager(VkPhysicalDevice_T*, VkDevice_T*, vk::BufferManager&, vk::MemoryAllocator&, unsigned long, vk::Framebuffers&, vk::ResourceDestructionStagingArea&)+552) (BuildId: b83bfbe88c1e5aed12fdcb4508d47767f0c4d078) 11-26 15:01:39.985: E/CRASH(28638): #12 pc 00000000008402e8 /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/lib/arm64/libunity.so (GfxDeviceVK::GfxDeviceVK(MemLabelId const&, vk::Instance const&)+2172) (BuildId: b83bfbe88c1e5aed12fdcb4508d47767f0c4d078) 11-26 15:01:39.985: E/CRASH(28638): #13 pc 0000000000834174 /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/lib/arm64/libunity.so (CreateVKGfxDevice()+120) (BuildId: b83bfbe88c1e5aed12fdcb4508d47767f0c4d078) 11-26 15:01:39.985: E/CRASH(28638): #14 pc 0000000000a0cad0 /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/lib/arm64/libunity.so (CreateRealGfxDevice(GfxDeviceRenderer)+420) (BuildId: b83bfbe88c1e5aed12fdcb4508d47767f0c4d078) 11-26 15:01:39.985: E/CRASH(28638): #15 pc 0000000000dfd0c4 /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/lib/arm64/libunity.so (CreateClientGfxDevice(GfxDeviceRenderer, GfxCreateDeviceFlags)+216) (BuildId: b83bfbe88c1e5aed12fdcb4508d47767f0c4d078) 11-26 15:01:39.985: E/CRASH(28638): #16 pc 0000000000a0d6b8 /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/lib/arm64/libunity.so (CreateGfxDevice(GfxDeviceRenderer, GfxCreateDeviceFlags)+252) (BuildId: b83bfbe88c1e5aed12fdcb4508d47767f0c4d078) 11-26 15:01:39.985: E/CRASH(28638): #17 pc 0000000000a0d978 /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/lib/arm64/libunity.so (InitializeGfxDevice()+668) (BuildId: b83bfbe88c1e5aed12fdcb4508d47767f0c4d078) 11-26 15:01:39.985: E/CRASH(28638): #18 pc 0000000000798df4 /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/lib/arm64/libunity.so (AndroidGraphics::Startup()+92) (BuildId: b83bfbe88c1e5aed12fdcb4508d47767f0c4d078) 11-26 15:01:39.985: E/CRASH(28638): #19 pc 0000000000770130 /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/lib/arm64/libunity.so (UnityInitApplication()+3364) (BuildId: b83bfbe88c1e5aed12fdcb4508d47767f0c4d078) 11-26 15:01:39.985: E/CRASH(28638): #20 pc 0000000000770ba8 /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/lib/arm64/libunity.so (UnityPlayerLoop()+152) (BuildId: b83bfbe88c1e5aed12fdcb4508d47767f0c4d078) 11-26 15:01:39.985: E/CRASH(28638): #21 pc 000000000079b020 /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/lib/arm64/libunity.so (nativeRender(_JNIEnv*, _jobject*)+72) (BuildId: b83bfbe88c1e5aed12fdcb4508d47767f0c4d078) 11-26 15:01:39.985: E/CRASH(28638): #22 pc 000000000013ced4 /apex/com.android.art/lib64/libart.so (art_quick_generic_jni_trampoline+148) (BuildId: cc09c31d031be97635d88e6325bd528e) 11-26 15:01:39.985: E/CRASH(28638): #23 pc 0000000000133564 /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+548) (BuildId: cc09c31d031be97635d88e6325bd528e) 11-26 15:01:39.985: E/CRASH(28638): #24 pc 00000000001a8a78 /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+200) (BuildId: cc09c31d031be97635d88e6325bd528e) 11-26 15:01:39.985: E/CRASH(28638): #25 pc 00000000003182e0 /apex/com.android.art/lib64/libart.so (art::interpreter::ArtInterpreterToCompiledCodeBridge(art::Thread*, art::ArtMethod*, art::ShadowFrame*, unsigned short, art::JValue*)+376) (BuildId: cc09c31d031be97635d88e6325bd528e) 11-26 15:01:39.985: E/CRASH(28638): #26 pc 000000000030e60c /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+996) (BuildId: cc09c31d031be97635d88e6325bd528e) 11-26 15:01:39.985: E/CRASH(28638): #27 pc 000000000067f8f0 /apex/com.android.art/lib64/libart.so (MterpInvokeDirect+576) (BuildId: cc09c31d031be97635d88e6325bd528e) 11-26 15:01:39.985: E/CRASH(28638): #28 pc 000000000012d914 /apex/com.android.art/lib64/libart.so (mterp_op_invoke_direct+20) (BuildId: cc09c31d031be97635d88e6325bd528e) 11-26 15:01:39.985: E/CRASH(28638): #29 pc 0000000000680470 /apex/com.android.art/lib64/libart.so (MterpInvokeStatic+1224) (BuildId: cc09c31d031be97635d88e6325bd528e) 11-26 15:01:39.985: E/CRASH(28638): #30 pc 000000000012d994 /apex/com.android.art/lib64/libart.so (mterp_op_invoke_static+20) (BuildId: cc09c31d031be97635d88e6325bd528e) 11-26 15:01:39.985: E/CRASH(28638): #31 pc 000000000067ef4c /apex/com.android.art/lib64/libart.so (MterpInvokeInterface+1808) (BuildId: cc09c31d031be97635d88e6325bd528e) 11-26 15:01:39.985: E/CRASH(28638): #32 pc 000000000012da14 /apex/com.android.art/lib64/libart.so (mterp_op_invoke_interface+20) (BuildId: cc09c31d031be97635d88e6325bd528e) 11-26 15:01:39.986: E/CRASH(28638): #33 pc 000000000067d514 /apex/com.android.art/lib64/libart.so (MterpInvokeVirtual+1520) (BuildId: cc09c31d031be97635d88e6325bd528e) 11-26 15:01:39.986: E/CRASH(28638): #34 pc 000000000012d814 /apex/com.android.art/lib64/libart.so (mterp_op_invoke_virtual+20) (BuildId: cc09c31d031be97635d88e6325bd528e) 11-26 15:01:39.986: E/CRASH(28638): #35 pc 0000000000680470 /apex/com.android.art/lib64/libart.so (MterpInvokeStatic+1224) (BuildId: cc09c31d031be97635d88e6325bd528e) 11-26 15:01:39.986: E/CRASH(28638): #36 pc 000000000012d994 /apex/com.android.art/lib64/libart.so (mterp_op_invoke_static+20) (BuildId: cc09c31d031be97635d88e6325bd528e) 11-26 15:01:39.986: E/CRASH(28638): #37 pc 0000000000305c08 /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.llvm.11487796752256266877)+268) (BuildId: cc09c31d031be97635d88e6325bd528e) 11-26 15:01:39.986: E/CRASH(28638): #38 pc 000000000066bf7c /apex/com.android.art/lib64/libart.so (artQuickToInterpreterBridge+780) (BuildId: cc09c31d031be97635d88e6325bd528e) 11-26 15:01:39.986: E/CRASH(28638): #39 pc 000000000013cff8 /apex/com.android.art/lib64/libart.so (art_quick_to_interpreter_bridge+88) (BuildId: cc09c31d031be97635d88e6325bd528e) 11-26 15:01:39.986: E/CRASH(28638): #40 pc 0000000000133564 /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+548) (BuildId: cc09c31d031be97635d88e6325bd528e) 11-26 15:01:39.986: E/CRASH(28638): #41 pc 00000000001a8a78 /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+200) (BuildId: cc09c31d031be97635d88e6325bd528e) 11-26 15:01:39.986: E/CRASH(28638): #42 pc 0000000000554c38 /apex/com.android.art/lib64/libart.so (art::JValue art::InvokeVirtualOrInterfaceWithJValues(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, art::ArtMethod*, jvalue const*)+460) (BuildId: cc09c31d031be97635d88e6325bd528e) 11-26 15:01:39.986: E/CRASH(28638): #43 pc 00000000005a3fd4 /apex/com.android.art/lib64/libart.so (art::Thread::CreateCallback(void*)+1308) (BuildId: cc09c31d031be97635d88e6325bd528e) 11-26 15:01:39.986: E/CRASH(28638): #44 pc 00000000000b0048 /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start(void*)+64) (BuildId: 8d77279a411c99f8bc6edb79c76340fb) 11-26 15:01:39.986: E/CRASH(28638): #45 pc 00000000000503c8 /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64) (BuildId: 8d77279a411c99f8bc6edb79c76340fb) 11-26 15:01:39.999: I/WindowManager(1677): Override config changes=20000480 {1.0 ?mcc?mnc [ja_JP] ldltr sw417dp w927dp h393dp 420dpi nrml long hdr widecg land finger -keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 2560, 1096) mAppBounds=Rect(0, 0 - 2434, 1096) mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=undefined mAlwaysOnTop=undefined mRotation=ROTATION_90} s.69268} for displayId=0 11-26 15:01:40.015: I/DeviceModeUtil(17746): DeviceModeUtil.getDeviceMode():96 Get device mode phone by ui mode:1 and smallestScreenWidthDp:417 11-26 15:01:40.015: W/GoogleInputMethodService(17746): GoogleInputMethodService.onConfigurationChanged():1646 onConfigurationChanged() : NewConfig = {1.0 ?mcc?mnc [ja_JP] ldltr sw417dp w927dp h393dp 420dpi nrml long hdr widecg land finger -keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 2560, 1096) mAppBounds=Rect(0, 0 - 2434, 1096) mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=undefined mAlwaysOnTop=undefined mRotation=ROTATION_90} s.69320} 11-26 15:01:40.015: I/AbstractOpenableExtension(17746): AbstractOpenableExtension.maybeDestroyExistingKeyboardGroupManager():509 Destroy existing keyboard group manager in eyk 11-26 15:01:40.015: I/AbstractOpenableExtension(17746): AbstractOpenableExtension.createKeyboardGroupManagerListenableFuture():121 Create keyboard group manager listenable future in eyk 11-26 15:01:40.015: I/AbstractOpenableExtension(17746): AbstractOpenableExtension.maybeDestroyExistingKeyboardGroupManager():509 Destroy existing keyboard group manager in ewb 11-26 15:01:40.016: I/AbstractOpenableExtension(17746): AbstractOpenableExtension.createKeyboardGroupManagerListenableFuture():121 Create keyboard group manager listenable future in ewb 11-26 15:01:40.016: I/AbstractOpenableExtension(17746): AbstractOpenableExtension.maybeDestroyExistingKeyboardGroupManager():509 Destroy existing keyboard group manager in faa 11-26 15:01:40.016: I/AbstractOpenableExtension(17746): AbstractOpenableExtension.createKeyboardGroupManagerListenableFuture():121 Create keyboard group manager listenable future in faa 11-26 15:01:40.018: I/NormalModeController(17746): NormalModeController.getKeyboardBodyViewHolderPaddingBottom():109 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1 11-26 15:01:40.018: I/A(8853): onApplyWindowInsets: systemWindowInsets=Insets{left=0, top=63, right=0, bottom=0} 11-26 15:01:40.018: I/KeyboardGroupDefParser(17746): KeyboardGroupDefParser.parseKeyboardGroupDef():87 parseKeyboardGroupDef() 2132214049 -> 0_resource_name_obfuscated : WaitTime = 0 ms : RunTime = 2 ms 11-26 15:01:40.018: I/KeyboardGroupDefParser(17746): KeyboardGroupDefParser.parseKeyboardGroupDef():87 parseKeyboardGroupDef() 2132214044 -> 0_resource_name_obfuscated : WaitTime = 0 ms : RunTime = 3 ms 11-26 15:01:40.019: I/A(8853): onApplyWindowInsets: systemWindowInsets=Insets{left=0, top=63, right=0, bottom=0} 11-26 15:01:40.019: I/DeviceModeUtil(17746): DeviceModeUtil.getDeviceMode():96 Get device mode phone by ui mode:1 and smallestScreenWidthDp:417 11-26 15:01:40.019: I/chatty(17746): uid=10252(com.google.android.inputmethod.latin) identical 1 line 11-26 15:01:40.019: I/DeviceModeUtil(17746): DeviceModeUtil.getDeviceMode():96 Get device mode phone by ui mode:1 and smallestScreenWidthDp:417 11-26 15:01:40.020: I/GoogleInputMethodService(17746): GoogleInputMethodService.initializeKeyboardTheme():1383 Apply keyboard theme: theme_border_stylesheet_googleblue_materiallight_phone_builtin_google_blue_light.binarypb_land 11-26 15:01:40.021: V/ActivityTaskManager(1677): Calling mServicetracker.OnActivityStateChange with flag truestateSTOPPED 11-26 15:01:40.021: V/ActivityTaskManager(1677): Calling mServicetracker.OnActivityStateChange with flag falsestateSTOPPED 11-26 15:01:40.029: D/StatusBar(2155): disable disable2 11-26 15:01:40.030: I/KeyboardGroupDefParser(17746): KeyboardGroupDefParser.parseKeyboardGroupDef():87 parseKeyboardGroupDef() 2132214043 -> 0_resource_name_obfuscated : WaitTime = 1 ms : RunTime = 14 ms 11-26 15:01:40.031: I/DeviceModeUtil(17746): DeviceModeUtil.getDeviceMode():96 Get device mode phone by ui mode:1 and smallestScreenWidthDp:417 11-26 15:01:40.031: I/NormalModeController(17746): NormalModeController.getKeyboardBodyViewHolderPaddingBottom():109 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1 11-26 15:01:40.033: I/InputMethodEntryManager(17746): InputMethodEntryManager.startLoadingInputMethodEntrySettings():743 Start loading input method entry settings: [Pair{ja-JP japanese_qwerty}, Pair{zz qwerty}] 11-26 15:01:40.039: I/QTI PowerHAL(1013): Power setBoost: 0, duration: 0 11-26 15:01:40.048: I/InputManager-JNI(1677): Viewport [0] to add: local:129, isActive: true 11-26 15:01:40.053: I/InputReader(1677): Reconfiguring input devices, changes=DISPLAY_INFO | 11-26 15:01:40.053: I/InputReader(1677): Device reconfigured: id=6, name='sec_touchscreen_side', size 1096x2560, orientation 1, mode 1, display id 0 11-26 15:01:40.053: I/InputReader(1677): Device reconfigured: id=5, name='sec_touchscreen', size 1096x2560, orientation 1, mode 1, display id 0 11-26 15:01:40.053: W/AppOps(1677): Noting op not finished: uid 10125 pkg com.sonymobile.gameenhancer code 24 startTime of in progress event=1637906499529 11-26 15:01:40.055: I/QTI PowerHAL(1013): Power setBoost: 0, duration: 0 11-26 15:01:40.058: I/android_os_HwBinder(1677): HwBinder: Starting thread pool for getting: vendor.semc.hardware.display@2.0::IDisplay/default 11-26 15:01:40.068: D/audio_hw_primary(998): adev_get_parameters:somc.media_vibration_path 11-26 15:01:40.068: D/audio_hw_spkr_prot(998): fbsp_get_parameters: Speaker protection disabled 11-26 15:01:40.068: D/soundtrigger(998): audio_extn_sound_trigger_get_parameters input string 11-26 15:01:40.068: D/soundtrigger(998): extract_sm_handle input string param string 11-26 15:01:40.068: D/audio_hw_extn(998): audio_extn_fm_get_parameters: Enter 11-26 15:01:40.068: D/audio_hw_extn(998): audio_extn_get_parameters: returns 11-26 15:01:40.068: D/audio_hw_primary(998): adev_get_parameters: exit: returns - somc.media_vibration_path=0 11-26 15:01:40.068: I/hash_map_utils(1083): key: 'somc.media_vibration_path' value: '' 11-26 15:01:40.070: D/audio_hw_primary(998): adev_get_parameters:somc.media_vibration_path 11-26 15:01:40.070: D/audio_hw_spkr_prot(998): fbsp_get_parameters: Speaker protection disabled 11-26 15:01:40.070: D/soundtrigger(998): audio_extn_sound_trigger_get_parameters input string 11-26 15:01:40.070: D/soundtrigger(998): extract_sm_handle input string param string 11-26 15:01:40.070: D/audio_hw_extn(998): audio_extn_fm_get_parameters: Enter 11-26 15:01:40.070: D/audio_hw_extn(998): audio_extn_get_parameters: returns 11-26 15:01:40.070: D/audio_hw_primary(998): adev_get_parameters: exit: returns - somc.media_vibration_path=0 11-26 15:01:40.070: I/hash_map_utils(1083): key: 'somc.media_vibration_path' value: '' 11-26 15:01:40.073: E/TLOC(1420): [TLOCChannel]"Can't receive message due to timeout" 11-26 15:01:40.073: E/TLOC(1420): [TLOCDaemon ]"Couldn't receive command response" 11-26 15:01:40.073: I/TLOC(1420): [TLOCDaemon ]"timeout passed - start periodic warm-up" 11-26 15:01:40.083: I/android_os_HwBinder(4103): HwBinder: Starting thread pool for getting: vendor.somc.hardware.swiqi@1.0::IHidlSwiqi/default 11-26 15:01:40.084: I/android_os_HwBinder(4103): HwBinder: Starting thread pool for getting: vendor.somc.hardware.swiqi@1.0::IHidlSwiqi/default 11-26 15:01:40.090: D/TelephonyProvider(2832): Using old permission behavior for telephony provider compat 11-26 15:01:40.094: E/CRASH(28638): Tombstone written to: /storage/emulated/0/Android/data/com.○○○○/files/tombstone_00 11-26 15:01:40.095: E/AndroidRuntime(28638): FATAL EXCEPTION: UnityMain 11-26 15:01:40.095: E/AndroidRuntime(28638): Process: com.○○○○, PID: 28638 11-26 15:01:40.095: E/AndroidRuntime(28638): java.lang.Error: *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** 11-26 15:01:40.095: E/AndroidRuntime(28638): Version '2019.4.1f1 (e6c045e14e4e)', Build type 'Development', Scripting Backend 'il2cpp', CPU 'arm64-v8a' 11-26 15:01:40.095: E/AndroidRuntime(28638): Build fingerprint: 'KDDI/SOG01_jp_kdi/SOG01:11/58.1.C.3.86/058001C003008600113044126:user/release-keys' 11-26 15:01:40.095: E/AndroidRuntime(28638): Revision: '0' 11-26 15:01:40.095: E/AndroidRuntime(28638): ABI: 'arm64' 11-26 15:01:40.095: E/AndroidRuntime(28638): Timestamp: 2021-11-26 15:01:39+0900 11-26 15:01:40.095: E/AndroidRuntime(28638): pid: 28638, tid: 28721, name: UnityMain >>> com.○○○○ <<< 11-26 15:01:40.095: E/AndroidRuntime(28638): uid: 10431 11-26 15:01:40.095: E/AndroidRuntime(28638): signal 11 (SIGSEGV), code 2 (SEGV_ACCERR), fault addr 0x766f13d1a8 11-26 15:01:40.095: E/AndroidRuntime(28638): x0 000000766ef380f0 x1 b400007661dd6050 x2 0000005800000000 x3 0000000000000046 11-26 15:01:40.095: E/AndroidRuntime(28638): x4 0000000000080000 x5 0000000000000004 x6 0000000000000046 x7 0000000000000400 11-26 15:01:40.095: E/AndroidRuntime(28638): x8 000000766f1380f0 x9 b400007661e56060 x10 0000000000000000 x11 0000000000000000 11-26 15:01:40.095: E/AndroidRuntime(28638): x12 0000000000000092 x13 0000000000000000 x14 0000000000000001 x15 0000000000000000 11-26 15:01:40.095: E/AndroidRuntime(28638): x16 000000766ef14a98 x17 00000079dbf06fdc x18 0000000000000032 x19 0000005800000000 11-26 15:01:40.095: E/AndroidRuntime(28638): x20 b400007661dd6050 x21 000000766ef380e8 x22 b4000077d7e3cad0 x23 b4000077d7e3cac8 11-26 15:01:40.095: E/AndroidRuntime(28638): x24 0000000000000000 x25 00000000000002a0 x26 0000000000000000 x27 000000766ef19558 11-26 15:01:40.095: E/AndroidRuntime(28638): x28 b4000077d7e3cda0 x29 0000000000000002 11-26 15:01:40.095: E/AndroidRuntime(28638): sp 000000766c437b00 lr 000000766d8cc60c pc 000000766d8bc9d4 11-26 15:01:40.095: E/AndroidRuntime(28638): backtrace: 11-26 15:01:40.095: E/AndroidRuntime(28638): #00 pc 00000000003739d4 /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/lib/arm64/libunity.so (MemoryManager::GetAllocatorContainingPtr(void const*)+24) (BuildId: b83bfbe88c1e5aed12fdcb4508d47767f0c4d078) 11-26 15:01:40.095: E/AndroidRuntime(28638): #01 pc 0000000000383608 /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/lib/arm64/libunity.so (transfer_ownership(void*, MemLabelId const&, AllocationRootWithSalt)+52) (BuildId: b83bfbe88c1e5aed12fdcb4508d47767f0c4d078) 11-26 15:01:40.095: E/AndroidRuntime(28638): #02 pc 000000000063df5c /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/lib/arm64/libunity.so (dynamic_array_detail::dynamic_array_data::swap(dynamic_array_detail::dynamic_array_data&)+68) (BuildId: b83bfbe88c1e5aed12fdcb4508d47767f0c4d078) 11-26 15:01:40.095: E/AndroidRuntime(28638): #03 pc 0000000000f2b43c /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/lib/arm64/libunity.so (allocutil::BuddyAllocator::FreeBlockRegistry::FreeBlockRegistry(MemLabelId, unsigned char, unsigned int)+276) (BuildId: b83bfbe88c1e5aed12fdcb4508d47767f0c4d078) 11-26 15:01:40.095: E/AndroidRuntime(28638): #04 pc 0000000000f2b294 /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/lib/arm64/libunity.so (allocutil::BuddyAllocator::BuddyAllocator(MemLabelId, unsigned int, unsigned int, unsigned int)+272) (BuildId: b83bfbe88c1e5aed12fdcb4508d47767f0c4d078) 11-26 15:01:40.095: E/AndroidRuntime(28638): #05 pc 000000000084fc1c /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/lib/arm64/libunity.so (vk::BuddyMemoryAllocator::MemoryTypeAllocator::MemoryTypeAllocator(VkDevice_T*, VkPhysicalDeviceMemoryProperties const&, unsigned long, unsigned int, unsigned int, unsigned int, unsigned int)+100) (BuildId: b83bfbe88c1e5aed12fdcb4508d47767f0c4d078) 11-26 15:01:40.095: E/AndroidRuntime(28638): #06 pc 000000000084fdd8 /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/lib/arm64/libunity.so (vk::BuddyMemoryAllocator::AllocateImpl(VkDevice_T*, VkPhysicalDeviceMemoryProperties const&, unsigned long, unsigned int, unsigned long)+224) (BuildId: b83bfbe88c1e5aed12fdcb4508d47767f0c4d078) 11-26 15:01:40.095: E/AndroidRuntime(28638): #07 pc 000000000084f880 /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/lib/arm64/libunity.so (vk::AllocateImage(VkDevice_T*, VkPhysicalDeviceMemoryProperties const&, vk::MemoryAllocator&, VkImage_T*, unsigned int, unsigned long)+420) (BuildId: b83bfbe88c1e5aed12fdcb4508d47767f0c4d078) 11-26 15:01:40.095: E/AndroidRuntime(28638): #08 pc 0000000000884f58 /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/lib/arm64/libunity.so (vk::ImageManager::PrepareNewImage(TextureDimension, int, VkExtent3D const&, VkFormat, int, unsigned int, VkSampleCountFlagBits, VkFormat, bool, vk::ImageMemory, bool, bool)+1040) (BuildId: b83bfbe88c1e5aed12fdcb4508d47767f0c4d078) 11-26 15:01:40.095: E/AndroidRuntime(28638): #09 pc 00000000008856b8 /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/lib/arm64/libunity.so (vk::ImageManager::CreateImage(vk::CommandBuffer*, vk::ScratchBuffer*, TextureDimension, vk::ImageData const&, VkExtent3D const&, GraphicsFormat, TextureFormat, TextureColorSpace, int, unsigned int, VkSampleCountFlagBits, bool)+348) (BuildId: b83bfbe88c1e5aed12fdcb4508d47767f0c4d078) 11-26 15:01:40.095: E/AndroidRuntime(28638): #10 pc 000000000083a8c4 /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/lib/arm64/libunity.so (vk::Texture::Create(vk::CommandBuffer*, vk::ScratchBuffer*, TextureID, TextureDimension, vk::ImageData const&, VkExtent3D const&, GraphicsFormat, int, VkSampleCountFlagBits, bool, bool)+964) (BuildId: b83bfbe88c1e5aed12fdcb4508d47767f0c4d078) 11-26 15:01:40.095: E/AndroidRuntime(28638): #11 pc 0000000000884168 /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/lib/arm64/libunity.so (vk::ImageManager::ImageManager(VkPhysicalDevice_T*, VkDevice_T*, vk::BufferManager&, vk::MemoryAllocator&, unsigned long, vk::Framebuffers&, vk::ResourceDestructionStagingArea&)+552) (BuildId: b83bfbe88c1e5aed12fdcb4508d47767f0c4d078) 11-26 15:01:40.095: E/AndroidRuntime(28638): #12 pc 00000000008402e8 /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/lib/arm64/libunity.so (GfxDeviceVK::GfxDeviceVK(MemLabelId const&, vk::Instance const&)+2172) (BuildId: b83bfbe88c1e5aed12fdcb4508d47767f0c4d078) 11-26 15:01:40.095: E/AndroidRuntime(28638): #13 pc 0000000000834174 /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/lib/arm64/libunity.so (CreateVKGfxDevice()+120) (BuildId: b83bfbe88c1e5aed12fdcb4508d47767f0c4d078) 11-26 15:01:40.095: E/AndroidRuntime(28638): #14 pc 0000000000a0cad0 /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/lib/arm64/libunity.so (CreateRealGfxDevice(GfxDeviceRenderer)+420) (BuildId: b83bfbe88c1e5aed12fdcb4508d47767f0c4d078) 11-26 15:01:40.095: E/AndroidRuntime(28638): #15 pc 0000000000dfd0c4 /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/lib/arm64/libunity.so (CreateClientGfxDevice(GfxDeviceRenderer, GfxCreateDeviceFlags)+216) (BuildId: b83bfbe88c1e5aed12fdcb4508d47767f0c4d078) 11-26 15:01:40.095: E/AndroidRuntime(28638): #16 pc 0000000000a0d6b8 /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/lib/arm64/libunity.so (CreateGfxDevice(GfxDeviceRenderer, GfxCreateDeviceFlags)+252) (BuildId: b83bfbe88c1e5aed12fdcb4508d47767f0c4d078) 11-26 15:01:40.095: E/AndroidRuntime(28638): #17 pc 0000000000a0d978 /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/lib/arm64/libunity.so (InitializeGfxDevice()+668) (BuildId: b83bfbe88c1e5aed12fdcb4508d47767f0c4d078) 11-26 15:01:40.095: E/AndroidRuntime(28638): #18 pc 0000000000798df4 /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/lib/arm64/libunity.so (AndroidGraphics::Startup()+92) (BuildId: b83bfbe88c1e5aed12fdcb4508d47767f0c4d078) 11-26 15:01:40.095: E/AndroidRuntime(28638): #19 pc 0000000000770130 /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/lib/arm64/libunity.so (UnityInitApplication()+3364) (BuildId: b83bfbe88c1e5aed12fdcb4508d47767f0c4d078) 11-26 15:01:40.095: E/AndroidRuntime(28638): #20 pc 0000000000770ba8 /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/lib/arm64/libunity.so (UnityPlayerLoop()+152) (BuildId: b83bfbe88c1e5aed12fdcb4508d47767f0c4d078) 11-26 15:01:40.095: E/AndroidRuntime(28638): #21 pc 000000000079b020 /data/app/~~cPiMBD3tRmxTwsEBU4xeTA==/com.○○○○-eqtXqQQBTtsBrY8okCwicQ==/lib/arm64/libunity.so (nativeRender(_JNIEnv*, _jobject*)+72) (BuildId: b83bfbe88c1e5aed12fdcb4508d47767f0c4d078) 11-26 15:01:40.095: E/AndroidRuntime(28638): #22 pc 000000000013ced4 /apex/com.android.art/lib64/libart.so (art_quick_generic_jni_trampoline+148) (BuildId: cc09c31d031be97635d88e6325bd528e) 11-26 15:01:40.095: E/AndroidRuntime(28638): #23 pc 0000000000133564 /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+548) (BuildId: cc09c31d031be97635d88e6325bd528e) 11-26 15:01:40.095: E/AndroidRuntime(28638): #24 pc 00000000001a8a78 /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+200) (BuildId: cc09c31d031be97635d88e6325bd528e) 11-26 15:01:40.095: E/AndroidRuntime(28638): #25 pc 00000000003182e0 /apex/com.android.art/lib64/libart.so (art::interpreter::ArtInterpreterToCompiledCodeBridge(art::Thread*, art::ArtMethod*, art::ShadowFrame*, unsigned short, art::JValue*)+376) (BuildId: cc09c31d031be97635d88e6325bd528e) 11-26 15:01:40.095: E/AndroidRuntime(28638): #26 pc 000000000030e60c /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+996) (BuildId: cc09c31d031be97635d88e6325bd528e) 11-26 15:01:40.095: E/AndroidRuntime(28638): #27 pc 000000000067f8f0 /apex/com.android.art/lib64/libart.so (MterpInvokeDirect+576) (BuildId: cc09c31d031be97635d88e6325bd528e) 11-26 15:01:40.095: E/AndroidRuntime(28638): #28 pc 000000000012d914 /apex/com.android.art/lib64/libart.so (mterp_op_invoke_direct+20) (BuildId: cc09c31d031be97635d88e6325bd528e) 11-26 15:01:40.095: E/AndroidRuntime(28638): #29 pc 0000000000680470 /apex/com.android.art/lib64/libart.so (MterpInvokeStatic+1224) (BuildId: cc09c31d031be97635d88e6325bd528e) 11-26 15:01:40.095: E/AndroidRuntime(28638): #30 pc 000000000012d994 /apex/com.android.art/lib64/libart.so (mterp_op_invoke_static+20) (BuildId: cc09c31d031be97635d88e6325bd528e) 11-26 15:01:40.095: E/AndroidRuntime(28638): #31 pc 000000000067ef4c /apex/com.android.art/lib64/libart.so (MterpInvokeInterface+1808) (BuildId: cc09c31d031be97635d88e6325bd528e) 11-26 15:01:40.095: E/AndroidRuntime(28638): #32 pc 000000000012da14 /apex/com.android.art/lib64/libart.so (mterp_op_invoke_interface+20) (BuildId: cc09c31d031be97635d88e6325bd528e) 11-26 15:01:40.095: E/AndroidRuntime(28638): #33 pc 000000000067d514 /apex/com.android.art/lib64/libart.so (MterpInvokeVirtual+1520) (BuildId: cc09c31d031be97635d88e6325bd528e) 11-26 15:01:40.095: E/AndroidRuntime(28638): #34 pc 000000000012d814 /apex/com.android.art/lib64/libart.so (mterp_op_invoke_virtual+20) (BuildId: cc09c31d031be97635d88e6325bd528e) 11-26 15:01:40.095: E/AndroidRuntime(28638): #35 pc 0000000000680470 /apex/com.android.art/lib64/libart.so (MterpInvokeStatic+1224) (BuildId: cc09c31d031be97635d88e6325bd528e) 11-26 15:01:40.095: E/AndroidRuntime(28638): #36 pc 000000000012d994 /apex/com.android.art/lib64/libart.so (mterp_op_invoke_static+20) (BuildId: cc09c31d031be97635d88e6325bd528e) 11-26 15:01:40.095: E/AndroidRuntime(28638): #37 pc 0000000000305c08 /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.llvm.11487796752256266877)+268) (BuildId: cc09c31d031be97635d88e6325bd528e) 11-26 15:01:40.095: E/AndroidRuntime(28638): #38 pc 000000000066bf7c /apex/com.android.art/lib64/libart.so (artQuickToInterpreterBridge+780) (BuildId: cc09c31d031be97635d88e6325bd528e) 11-26 15:01:40.095: E/AndroidRuntime(28638): #39 pc 000000000013cff8 /apex/com.android.art/lib64/libart.so (art_quick_to_interpreter_bridge+88) (BuildId: cc09c31d031be97635d88e6325bd528e) 11-26 15:01:40.095: E/AndroidRuntime(28638): #40 pc 0000000000133564 /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+548) (BuildId: cc09c31d031be97635d88e6325bd528e) 11-26 15:01:40.095: E/AndroidRuntime(28638): #41 pc 00000000001a8a78 /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+200) (BuildId: cc09c31d031be97635d88e6325bd528e) 11-26 15:01:40.095: E/AndroidRuntime(28638): #42 pc 0000000000554c38 /apex/com.android.art/lib64/libart.so (art::JValue art::InvokeVirtualOrInterfaceWithJValues(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, art::ArtMethod*, jvalue const*)+460) (BuildId: cc09c31d031be97635d88e6325bd528e) 11-26 15:01:40.096: E/AndroidRuntime(28638): #43 pc 00000000005a3fd4 /apex/com.android.art/lib64/libart.so (art::Thread::CreateCallback(void*)+1308) (BuildId: cc09c31d031be97635d88e6325bd528e) 11-26 15:01:40.096: E/AndroidRuntime(28638): #44 pc 00000000000b0048 /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start(void*)+64) (BuildId: 8d77279a411c99f8bc6edb79c76340fb) 11-26 15:01:40.096: E/AndroidRuntime(28638): #45 pc 00000000000503c8 /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64) (BuildId: 8d77279a411c99f8bc6edb79c76340fb) 11-26 15:01:40.096: E/AndroidRuntime(28638): at libunity.MemoryManager::GetAllocatorContainingPtr(void const*)(GetAllocatorContainingPtr:24) 11-26 15:01:40.096: E/AndroidRuntime(28638): at libunity.transfer_ownership(void*, MemLabelId const&, AllocationRootWithSalt)(transfer_ownership:52) 11-26 15:01:40.096: E/AndroidRuntime(28638): at libunity.dynamic_array_detail::dynamic_array_data::swap(dynamic_array_detail::dynamic_array_data&)(swap:68) 11-26 15:01:40.096: E/AndroidRuntime(28638): at libunity.allocutil::BuddyAllocator::FreeBlockRegistry::FreeBlockRegistry(MemLabelId, unsigned char, unsigned int)(FreeBlockRegistry:276) 11-26 15:01:40.096: E/AndroidRuntime(28638): at libunity.allocutil::BuddyAllocator::BuddyAllocator(MemLabelId, unsigned int, unsigned int, unsigned int)(BuddyAllocator:272) 11-26 15:01:40.096: E/AndroidRuntime(28638): at libunity.vk::BuddyMemoryAllocator::MemoryTypeAllocator::MemoryTypeAllocator(VkDevice_T*, VkPhysicalDeviceMemoryProperties const&, unsigned long, unsigned int, unsigned int, unsigned int, unsigned int)(MemoryTypeAllocator:100) 11-26 15:01:40.096: E/AndroidRuntime(28638): at libunity.vk::BuddyMemoryAllocator::AllocateImpl(VkDevice_T*, VkPhysicalDeviceMemoryProperties const&, unsigned long, unsigned int, unsigned long)(AllocateImpl:224) 11-26 15:01:40.096: E/AndroidRuntime(28638): at libunity.vk::AllocateImage(VkDevice_T*, VkPhysicalDeviceMemoryProperties const&, vk::MemoryAllocator&, VkImage_T*, unsigned int, unsigned long)(AllocateImage:420) 11-26 15:01:40.096: E/AndroidRuntime(28638): at libunity.vk::ImageManager::PrepareNewImage(TextureDimension, int, VkExtent3D const&, VkFormat, int, unsigned int, VkSampleCountFlagBits, VkFormat, bool, vk::ImageMemory, bool, bool)(PrepareNewImage:1040) 11-26 15:01:40.096: E/AndroidRuntime(28638): at libunity.vk::ImageManager::CreateImage(vk::CommandBuffer*, vk::ScratchBuffer*, TextureDimension, vk::ImageData const&, VkExtent3D const&, GraphicsFormat, TextureFormat, TextureColorSpace, int, unsigned int, VkSampleCountFlagBits, bool)(CreateImage:348) 11-26 15:01:40.096: E/AndroidRuntime(28638): at libunity.vk::Texture::Create(vk::CommandBuffer*, vk::ScratchBuffer*, TextureID, TextureDimension, vk::ImageData const&, VkExtent3D const&, GraphicsFormat, int, VkSampleCountFlagBits, bool, bool)(Create:964) 11-26 15:01:40.096: E/AndroidRuntime(28638): at libunity.vk::ImageManager::ImageManager(VkPhysicalDevice_T*, VkDevice_T*, vk::BufferManager&, vk::MemoryAllocator&, unsigned long, vk::Framebuffers&, vk::ResourceDestructionStagingArea&)(ImageManager:552) 11-26 15:01:40.096: E/AndroidRuntime(28638): at libunity.GfxDeviceVK::GfxDeviceVK(MemLabelId const&, vk::Instance const&)(GfxDeviceVK:2172) 11-26 15:01:40.096: E/AndroidRuntime(28638): at libunity.CreateVKGfxDevice()(CreateVKGfxDevice:120) 11-26 15:01:40.096: E/AndroidRuntime(28638): at libunity.CreateRealGfxDevice(GfxDeviceRenderer)(CreateRealGfxDevice:420) 11-26 15:01:40.096: E/AndroidRuntime(28638): at libunity.CreateClientGfxDevice(GfxDeviceRenderer, GfxCreateDeviceFlags)(CreateClientGfxDevice:216) 11-26 15:01:40.096: E/AndroidRuntime(28638): at libunity.CreateGfxDevice(GfxDeviceRenderer, GfxCreateDeviceFlags)(CreateGfxDevice:252) 11-26 15:01:40.096: E/AndroidRuntime(28638): at libunity.InitializeGfxDevice()(InitializeGfxDevice:668) 11-26 15:01:40.096: E/AndroidRuntime(28638): at libunity.AndroidGraphics::Startup()(Startup:92) 11-26 15:01:40.096: E/AndroidRuntime(28638): at libunity.UnityInitApplication()(UnityInitApplication:3364) 11-26 15:01:40.096: E/AndroidRuntime(28638): at libunity.UnityPlayerLoop()(UnityPlayerLoop:152) 11-26 15:01:40.096: E/AndroidRuntime(28638): at libunity.nativeRender(_JNIEnv*, _jobject*)(nativeRender:72) 11-26 15:01:40.096: E/AndroidRuntime(28638): at libart.art_quick_generic_jni_trampoline(art_quick_generic_jni_trampoline:148) 11-26 15:01:40.096: E/AndroidRuntime(28638): at libart.art_quick_invoke_stub(art_quick_invoke_stub:548) 11-26 15:01:40.096: E/AndroidRuntime(28638): at libart.art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)(Invoke:200) 11-26 15:01:40.096: E/AndroidRuntime(28638): at libart.art::interpreter::ArtInterpreterToCompiledCodeBridge(art::Thread*, art::ArtMethod*, art::ShadowFrame*, unsigned short, art::JValue*)(ArtInterpreterToCompiledCodeBridge:376) 11-26 15:01:40.096: E/AndroidRuntime(28638): at libart.bool art::interpreter::DoCall(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)(DoCall:996) 11-26 15:01:40.096: E/AndroidRuntime(28638): at libart.MterpInvokeDirect(MterpInvokeDirect:576) 11-26 15:01:40.096: E/AndroidRuntime(28638): at libart.mterp_op_invoke_direct(mterp_op_invoke_direct:20) 11-26 15:01:40.096: E/AndroidRuntime(28638): at libart.MterpInvokeStatic(MterpInvokeStatic:1224) 11-26 15:01:40.096: E/AndroidRuntime(28638): at libart.mterp_op_invoke_static(mterp_op_invoke_static:20) 11-26 15:01:40.096: E/AndroidRuntime(28638): at libart.MterpInvokeInterface(MterpInvokeInterface:1808) 11-26 15:01:40.097: D/TelephonyProvider(2832): Using old permission behavior for telephony provider compat 11-26 15:01:40.098: D/ActivityManager(1677): New dropbox entry: com.○○○○, data_app_crash, efc95c81-30b0-45e3-95d6-f341aa837795 11-26 15:01:40.099: W/ActivityTaskManager(1677): Force finishing activity com.○○○○/com.google.firebase.MessagingUnityPlayerActivity 11-26 15:01:40.101: I/DropBoxManagerService(1677): add tag=data_app_crash isTagEnabled=true flags=0x2 11-26 15:01:40.103: D/clmlib(1350): Got activities:0x00000008 11-26 15:01:40.103: I/JavaDumper:JavaDumperThread(1350): addEvent: data_app_crash@1637906500102.txt.gz processName: com.○○○○ 11-26 15:01:40.103: I/JavaDumper:JavaDumperThread(1350): Event: data_app_crash@1637906500102.txt.gz TimeStamp: 1637906500 11-26 15:01:40.104: W/JavaDumper:JavaDumper(1350): Could not init dump dir: Unknown error -95 11-26 15:01:40.104: W/JavaDumper:FW(1350): utils.c(408): Memfree 93425MB bavail=23916816 bfree=23949584 bsize=4096 11-26 15:01:40.104: D/StatusBar(2155): disable disable2 11-26 15:01:40.104: E/JavaDumper:FW(1350): utils.c(272): mkdir (/data/crashdata) failed. File exists 11-26 15:01:40.104: W/JavaDumper:FW(1350): utils.c(616): chmod failed : Operation not permitted 11-26 15:01:40.104: W/JavaDumper:FW(1350): utils.c(620): chown failed : Operation not permitted 11-26 15:01:40.104: I/CAR.SERVICE(6537): ignoring config change, projection not started {1.0 ?mcc?mnc [ja_JP] ldltr sw417dp w927dp h393dp 420dpi nrml long hdr widecg land car finger -keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 2560, 1096) mAppBounds=Rect(0, 0 - 2434, 1096) mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=undefined mAlwaysOnTop=undefined mRotation=ROTATION_90} s.69344} 11-26 15:01:40.104: V/ActivityTaskManager(1677): Calling mServicetracker.OnActivityStateChange with flag truestatePAUSING 11-26 15:01:40.104: D/ActivityTrigger(1677): ActivityTrigger activityPauseTrigger 11-26 15:01:40.105: V/ActivityTaskManager(1677): Calling mServicetracker.OnActivityStateChange with flag falsestatePAUSING 11-26 15:01:40.105: E/ANDR-PERF-LM(1047): GamePerfEngine: runAsync() 501: Hint is for com.○○○○/com.google.firebase.MessagingUnityPlayerActivity/8013 = 0x1004 PID=1677 11-26 15:01:40.105: W/ANDR-PERF-LM(1047): MetaMeter: handleAsync() 169: GameOptimization Invalid state for appName com.○○○○ 11-26 15:01:40.106: W/BroadcastQueue(1677): 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 11-26 15:01:40.111: I/KeyboardViewUtil(17746): KeyboardViewUtil.getKeyboardHeightRatio():172 systemKeyboardHeightRatio:1.100000; userKeyboardHeightRatio:1.000000. 11-26 15:01:40.111: I/Unity(28638): onPause 11-26 15:01:40.112: W/BroadcastQueue(1677): 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 11-26 15:01:40.119: I/GoogleInputMethodService(17746): GoogleInputMethodService.onStartInput():1979 11-26 15:01:40.119: I/DeviceUnlockedTag(17746): DeviceUnlockedTag.notifyDeviceLockStatusChanged():79 Notify device unlocked. 11-26 15:01:40.119: W/SessionManager(17746): SessionManager.beginSession():53 Try to begin an already begun session [INPUT_SESSION], end it first 11-26 15:01:40.120: I/AbstractOpenableExtension(17746): AbstractOpenableExtension$3.onSuccess():522 KeyboardGroupManager destroyed in eyk. 11-26 15:01:40.120: I/AbstractOpenableExtension(17746): AbstractOpenableExtension$3.onSuccess():522 KeyboardGroupManager destroyed in ewb. 11-26 15:01:40.120: I/AbstractOpenableExtension(17746): AbstractOpenableExtension$3.onSuccess():522 KeyboardGroupManager destroyed in faa. 11-26 15:01:40.121: I/AbstractOpenableExtension(17746): AbstractOpenableExtension.maybeDestroyExistingKeyboardGroupManager():509 Destroy existing keyboard group manager in eyk 11-26 15:01:40.121: I/AbstractOpenableExtension(17746): AbstractOpenableExtension.createKeyboardGroupManagerListenableFuture():121 Create keyboard group manager listenable future in eyk 11-26 15:01:40.122: I/AbstractOpenableExtension(17746): AbstractOpenableExtension.maybeDestroyExistingKeyboardGroupManager():509 Destroy existing keyboard group manager in ewb 11-26 15:01:40.122: I/AbstractOpenableExtension(17746): AbstractOpenableExtension.createKeyboardGroupManagerListenableFuture():121 Create keyboard group manager listenable future in ewb 11-26 15:01:40.122: I/AbstractOpenableExtension(17746): AbstractOpenableExtension.maybeDestroyExistingKeyboardGroupManager():509 Destroy existing keyboard group manager in faa 11-26 15:01:40.122: I/AbstractOpenableExtension(17746): AbstractOpenableExtension.createKeyboardGroupManagerListenableFuture():121 Create keyboard group manager listenable future in faa 11-26 15:01:40.122: W/JavaDumper:FW(1350): ramdump_framework.c(2047): crashinfo.done not created 11-26 15:01:40.122: I/JavaDumper:JavaDumperThread(1350): Deleted /data/system/log/jd_dropboxfiles/data_app_crash@1637906500102.txt.gz 11-26 15:01:40.123: I/KeyboardGroupDefParser(17746): KeyboardGroupDefParser.parseKeyboardGroupDef():87 parseKeyboardGroupDef() 2132214044 -> 0_resource_name_obfuscated : WaitTime = 0 ms : RunTime = 1 ms 11-26 15:01:40.123: I/KeyboardGroupDefParser(17746): KeyboardGroupDefParser.parseKeyboardGroupDef():87 parseKeyboardGroupDef() 2132214043 -> 0_resource_name_obfuscated : WaitTime = 0 ms : RunTime = 1 ms 11-26 15:01:40.123: I/KeyboardGroupDefParser(17746): KeyboardGroupDefParser.parseKeyboardGroupDef():87 parseKeyboardGroupDef() 2132214049 -> 0_resource_name_obfuscated : WaitTime = 0 ms : RunTime = 1 ms 11-26 15:01:40.123: I/DeviceModeUtil(17746): DeviceModeUtil.getDeviceMode():96 Get device mode phone by ui mode:1 and smallestScreenWidthDp:417 11-26 15:01:40.123: I/chatty(17746): uid=10252(com.google.android.inputmethod.latin) identical 1 line 11-26 15:01:40.123: I/DeviceModeUtil(17746): DeviceModeUtil.getDeviceMode():96 Get device mode phone by ui mode:1 and smallestScreenWidthDp:417 11-26 15:01:40.123: I/GoogleInputMethodService(17746): GoogleInputMethodService.initializeKeyboardTheme():1383 Apply keyboard theme: theme_border_stylesheet_googleblue_materiallight_phone_builtin_google_blue_light.binarypb_land 11-26 15:01:40.125: E/TLOC(1420): [ModemComm ]"Could not start a session. Error status: 11" 11-26 15:01:40.125: D/TLOC(1420): [TLOCDaemon ]"The command finished with errors" 11-26 15:01:40.125: E/TLOC(1420): [main ]"An error occurred. Re-initializing daemon" 11-26 15:01:40.128: I/TLOC(1420): [ModemComm ]"Closed the connection successfully" 11-26 15:01:40.128: I/TLOC(1420): [ModemComm ]"ModemComm destroyed successfully" 11-26 15:01:40.128: I/TLOC(1420): [TLOCDaemon ]"TLOCD destroyed successfully" 11-26 15:01:40.128: D/TLOC(1420): [TLOCDaemon ]"---------- TLOC Daemon Starts ----------" 11-26 15:01:40.128: D/TLOC(1420): [TLOCChannel] "TLOCChannel is already initialized" 11-26 15:01:40.129: I/GoogleInputMethodService(17746): GoogleInputMethodService.lambda$setDecorViewApplyWindowInsetsListener$10():1093 update screenHeightWithoutNaviBar to: 970 11-26 15:01:40.130: I/GoogleInputMethodService(17746): GoogleInputMethodService.lambda$setDecorViewApplyWindowInsetsListener$10():1099 update max height when insets changes 11-26 15:01:40.131: W/GnssVisibilityControl(1677): Could not find proxy app com.sonymobile.gps.locationattribution in the value specified for config parameter: NFW_PROXY_APPS. AppOps service not notified for notification: {proxyAppPackageName: com.sonymobile.gps.locationattribution, protocolStack: 100, otherProtocolStackName: TLOC, requestor: 100, requestorId: other, responseType: REJECTED, inEmergencyMode: false, isCachedLocation: false} 11-26 15:01:40.134: I/GoogleInputMethodService(17746): GoogleInputMethodService.lambda$setDecorViewApplyWindowInsetsListener$10():1093 update screenHeightWithoutNaviBar to: 1096 11-26 15:01:40.134: I/GoogleInputMethodService(17746): GoogleInputMethodService.lambda$setDecorViewApplyWindowInsetsListener$10():1099 update max height when insets changes 11-26 15:01:40.135: I/DictionarySuperpacksManager(17746): DictionarySuperpacksManager$1.onEnabledInputMethodEntriesChanged():60 onEnabledInputMethodEntriesChanged 11-26 15:01:40.135: I/SP(17746): Registering content_cache.2021091702, url: https://www.gstatic.com/android/keyboard/modelpack/contentcache/202109170218/superpacks_manifest.json, constraints: W:*:*:*, flags: bg, requested: 2021091702, current: 2021091702 11-26 15:01:40.135: I/AbstractOpenableExtension(17746): AbstractOpenableExtension$3.onSuccess():522 KeyboardGroupManager destroyed in eyk. 11-26 15:01:40.136: I/AbstractOpenableExtension(17746): AbstractOpenableExtension$3.onSuccess():522 KeyboardGroupManager destroyed in ewb. 11-26 15:01:40.136: I/AbstractOpenableExtension(17746): AbstractOpenableExtension$3.onSuccess():522 KeyboardGroupManager destroyed in faa. 11-26 15:01:40.139: W/System(2939): A resource failed to call release. 11-26 15:01:40.139: W/System(2939): A resource failed to call release. 11-26 15:01:40.140: I/SP(17746): Syncing content_cache (2021091702) with slices: [af68474e9726a30c6f0696d67af2b44f], metadata: true 11-26 15:01:40.142: W/aqax(16676): Empty content. Thus might mean that the settings are not synced down. 11-26 15:01:40.148: I/android_os_HwBinder(1677): HwBinder: Starting thread pool for getting: vendor.semc.hardware.display@2.0::IDisplay/default 11-26 15:01:40.150: D/DisplayBoosterService(1677): DisplayColorManager: state change: 1 to 1 11-26 15:01:40.151: D/DisplayBoosterService(1677): DisplayColorManager: state change: 1 to 1 11-26 15:01:40.151: D/DisplayBoosterService(1677): BacklightBoostManager: No need to boost 11-26 15:01:40.151: D/audio_hw_primary(998): adev_get_parameters:somc.media_vibration_path 11-26 15:01:40.151: D/audio_hw_spkr_prot(998): fbsp_get_parameters: Speaker protection disabled 11-26 15:01:40.151: D/soundtrigger(998): audio_extn_sound_trigger_get_parameters input string 11-26 15:01:40.151: D/soundtrigger(998): extract_sm_handle input string param string 11-26 15:01:40.151: D/audio_hw_extn(998): audio_extn_fm_get_parameters: Enter 11-26 15:01:40.151: D/audio_hw_extn(998): audio_extn_get_parameters: returns 11-26 15:01:40.151: D/audio_hw_primary(998): adev_get_parameters: exit: returns - somc.media_vibration_path=0 11-26 15:01:40.151: I/hash_map_utils(1083): key: 'somc.media_vibration_path' value: '' 11-26 15:01:40.152: D/audio_hw_primary(998): adev_get_parameters:somc.media_vibration_path 11-26 15:01:40.152: D/audio_hw_spkr_prot(998): fbsp_get_parameters: Speaker protection disabled 11-26 15:01:40.152: D/soundtrigger(998): audio_extn_sound_trigger_get_parameters input string 11-26 15:01:40.152: D/soundtrigger(998): extract_sm_handle input string param string 11-26 15:01:40.152: D/audio_hw_extn(998): audio_extn_fm_get_parameters: Enter 11-26 15:01:40.152: D/audio_hw_extn(998): audio_extn_get_parameters: returns 11-26 15:01:40.152: D/audio_hw_primary(998): adev_get_parameters: exit: returns - somc.media_vibration_path=0 11-26 15:01:40.152: I/hash_map_utils(1083): key: 'somc.media_vibration_path' value: '' 11-26 15:01:40.153: I/android_os_HwBinder(4103): HwBinder: Starting thread pool for getting: vendor.somc.hardware.swiqi@1.0::IHidlSwiqi/default 11-26 15:01:40.155: I/QTI PowerHAL(1013): Power setBoost: 0, duration: 0 11-26 15:01:40.155: I/android_os_HwBinder(4103): HwBinder: Starting thread pool for getting: vendor.somc.hardware.swiqi@1.0::IHidlSwiqi/default 11-26 15:01:40.128: D/TLOC(1420): [TLOCChannel] "TLOCChannel is already initialized" 11-26 15:01:40.156: I/TLOC(1420): [ModemComm ]"Open a connection successfully" 11-26 15:01:40.157: I/SP(17746): Sync for content_cache succeeded in 20 ms: no changes 11-26 15:01:40.157: I/SP(17746): GC for 'content_cache' (10) with ttl of 0 ms took 0 ms (0/0/0) 11-26 15:01:40.172: I/QTI PowerHAL(1013): Power setBoost: 0, duration: 0 11-26 15:01:40.172: I/QTI PowerHAL(1013): Power setBoost: 0, duration: 0 11-26 15:01:40.173: D/ScreenRecordTile(4908): GameEnhancer state change 11-26 15:01:40.174: D/ScreenRecordTile(2155): GameEnhancer state change 11-26 15:01:40.175: V/GameEnhancerUtils(4908): isGameEnhancerEnabled: cursor count 1 11-26 15:01:40.177: V/GameEnhancerUtils(2155): isGameEnhancerEnabled: cursor count 1 11-26 15:01:40.178: D/GameEnhancerUtils(4908): isGameEnhancerEnabled: cursor result 1 11-26 15:01:40.182: D/GameEnhancerUtils(2155): isGameEnhancerEnabled: cursor result 1 11-26 15:01:40.184: I/ActivityManager(1677): Killing 24000:com.google.android.gms.ui/u0a244 (adj 999): empty #31 11-26 15:01:40.186: I/TLOC(1420): [ModemComm ]"Sent register events request to the modem successfully" 11-26 15:01:40.186: I/TLOC(1420): [ModemComm ]"ModemComm create successfully" 11-26 15:01:40.212: I/Zygote(860): Process 24000 exited due to signal 9 (Killed) 11-26 15:01:40.215: I/TLOC(1420): [ModemComm ]"Request succeeded for gps engine lock" 11-26 15:01:40.215: D/TLOC(1420): [TLOCChannel] "Going to receive message for TLOCD" 11-26 15:01:40.215: D/TLOC(1420): [TLOCChannel] "wait for message for user TLOCD" 11-26 15:01:40.226: I/libprocessgroup(1677): Successfully killed process cgroup uid 10244 pid 24000 in 41ms 11-26 15:01:40.231: W/on.crashmonito(2751): Reducing the number of considered missed Gc histogram windows from 116 to 100 11-26 15:01:40.248: I/DisplayBooster(1677): FpsModeManager: fps mode change 0 11-26 15:01:40.248: I/DisplayBooster(1677): FpsModeManager: fps mode 0 is USER_SETTING, use user fps mode 3 11-26 15:01:40.248: D/audio_hw_primary(998): adev_set_parameters: enter: game_enhancer_optimize_mic=0 11-26 15:01:40.248: D/audio_hw_hfp(998): hfp_set_parameters: enter 11-26 15:01:40.248: D/audio_hw_extn(998): audio_extn_fm_set_parameters: Enter 11-26 15:01:40.249: I/android_os_HwBinder(1677): HwBinder: Starting thread pool for getting: vendor.semc.hardware.display@2.2::IFramerateController/default 11-26 15:01:40.249: E/DisplayBooster(1677): FpsModeManager: Black insertion is not supported 11-26 15:01:40.250: D/DisplayBooster(1677): FpsModeManager: setDesiredDisplayConfigSpecs to config id 0 11-26 15:01:40.250: D/DisplayBooster(1677): FpsModeManager: active config wait time (millis) : 0 11-26 15:01:40.250: D/DisplayBooster(1677): FpsModeManager: setFrameSkipFps() fps : 60 11-26 15:01:40.250: I/vendor.semc.hardware.display(1063): set_opec_mode: mode 0 11-26 15:01:40.250: I/vendor.semc.hardware.display(1063): setOpecMode: mode 0 11-26 15:01:40.250: D/ConnectivityService(1677): releasing NetworkRequest [ TRACK_DEFAULT id=3102, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Uid: 10125 AdministratorUids: [] RequestorUid: 10125 RequestorPackageName: com.sonymobile.gameenhancer] ] (release request) 11-26 15:01:40.251: D/audio_hw_primary(998): adev_set_parameters: enter: game_enhancer_active=0 11-26 15:01:40.251: D/audio_hw_hfp(998): hfp_set_parameters: enter 11-26 15:01:40.251: D/audio_hw_primary(998): adev_set_parameters(): game_enhancer_active = 0 11-26 15:01:40.251: D/audio_hw_extn(998): audio_extn_fm_set_parameters: Enter 11-26 15:01:40.251: D/ScreenRecordTile(4908): GameEnhancer state change 11-26 15:01:40.252: D/ScreenRecordTile(2155): GameEnhancer state change 11-26 15:01:40.253: V/GameEnhancerUtils(4908): isGameEnhancerEnabled: cursor count 1 11-26 15:01:40.253: D/GameEnhancerUtils(4908): isGameEnhancerEnabled: cursor result 0 11-26 15:01:40.253: W/AppOps(1677): Noting op not finished: uid 10125 pkg com.sonymobile.gameenhancer code 24 startTime of in progress event=1637906499529 11-26 15:01:40.253: E/DisplayBooster(1677): FpsModeManager: Black insertion is not supported 11-26 15:01:40.253: V/GameEnhancerUtils(2155): isGameEnhancerEnabled: cursor count 1 11-26 15:01:40.254: D/GameEnhancerUtils(2155): isGameEnhancerEnabled: cursor result 0 11-26 15:01:40.399: D/ScreenRecordTile(2155): GameEnhancer state change 11-26 15:01:40.399: D/ScreenRecordTile(4908): GameEnhancer state change 11-26 15:01:40.400: V/GameEnhancerUtils(4908): isGameEnhancerEnabled: cursor count 1 11-26 15:01:40.400: D/GameEnhancerUtils(4908): isGameEnhancerEnabled: cursor result 0 11-26 15:01:40.400: V/GameEnhancerUtils(2155): isGameEnhancerEnabled: cursor count 1 11-26 15:01:40.400: D/GameEnhancerUtils(2155): isGameEnhancerEnabled: cursor result 0 11-26 15:01:40.605: W/ActivityTaskManager(1677): Activity pause timeout for ActivityRecord{d26441c u0 com.○○○○/com.google.firebase.MessagingUnityPlayerActivity t638 f}} 11-26 15:01:40.605: V/ActivityTaskManager(1677): Calling mServicetracker.OnActivityStateChange with flag truestatePAUSED 11-26 15:01:40.605: V/ActivityTaskManager(1677): Calling mServicetracker.OnActivityStateChange with flag falsestatePAUSED 11-26 15:01:40.605: V/ActivityTaskManager(1677): Calling mServicetracker.OnActivityStateChange with flag truestateSTOPPING 11-26 15:01:40.605: V/ActivityTaskManager(1677): Calling mServicetracker.OnActivityStateChange with flag falsestateSTOPPING 11-26 15:01:40.605: V/ActivityTaskManager(1677): Calling mServicetracker.OnActivityStateChange with flag truestateRESUMED 11-26 15:01:40.606: W/ANDR-PERF-LM(1047): MetaMeter: handlePrimaryAsync() 116: AdaptLaunch MetaMeter. No MeterMgr Available to handle this Primary Async. !!!! 11-26 15:01:40.606: V/ActivityTaskManager(1677): Calling mServicetracker.OnActivityStateChange with flag falsestateRESUMED 11-26 15:01:40.606: D/KeyguardViewMediator(2155): setOccluded false 11-26 15:01:40.606: D/StatusBar(2155): disable disable2 11-26 15:01:40.607: D/KeyguardViewMediator(2155): adjustStatusBarLocked: mShowing=false mOccluded=false isSecure=false force=false --> flags=0x0 11-26 15:01:40.620: I/QTI PowerHAL(1013): Power setBoost: 0, duration: 0 11-26 15:01:40.624: I/A(8853): onApplyWindowInsets: systemWindowInsets=Insets{left=0, top=63, right=0, bottom=126} 11-26 15:01:40.624: I/A(8853): onApplyWindowInsets: systemWindowInsets=Insets{left=0, top=63, right=0, bottom=126} 11-26 15:01:40.644: I/GsaVoiceInteractionSrv(26571): Handling ACTION_START_HOTWORD 11-26 15:01:40.644: I/GsaVoiceInteractionSrv(26571): disregardVoiceMatch: false 11-26 15:01:40.644: I/GsaVoiceInteractionSrv(26571): Cannot start hotword, hotword has been explicitly disabled. 11-26 15:01:40.645: V/WindowManager(1677): Orientation start waiting for draw, mDrawState=DRAW_PENDING in Window{b310486 u0 com.sonymobile.wallpaper.pdx203.DefaultWallpaperService}, surfaceController Surface(name=com.sonymobile.wallpaper.pdx203.DefaultWallpaperService)/@0x5f1c759 11-26 15:01:40.661: I/ActivityTaskManager(1677): Config changes=20000480 {1.0 ?mcc?mnc [ja_JP] ldltr sw417dp w417dp h903dp 420dpi nrml long hdr widecg port finger -keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 1096, 2560) mAppBounds=Rect(0, 0 - 1096, 2434) mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=undefined mAlwaysOnTop=undefined mRotation=ROTATION_0} s.69364} 11-26 15:01:40.678: I/WindowManager(1677): Override config changes=20000480 {1.0 ?mcc?mnc [ja_JP] ldltr sw417dp w417dp h903dp 420dpi nrml long hdr widecg port finger -keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 1096, 2560) mAppBounds=Rect(0, 0 - 1096, 2434) mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=undefined mAlwaysOnTop=undefined mRotation=ROTATION_0} s.69364} for displayId=0 11-26 15:01:40.686: I/QTI PowerHAL(1013): Power setBoost: 0, duration: 0 11-26 15:01:40.686: V/ActivityTaskManager(1677): Calling mServicetracker.OnActivityStateChange with flag truestateFINISHING 11-26 15:01:40.686: V/ActivityTaskManager(1677): Calling mServicetracker.OnActivityStateChange with flag falsestateFINISHING 11-26 15:01:40.686: V/ActivityTaskManager(1677): Calling mServicetracker.OnActivityStateChange with flag truestateDESTROYING 11-26 15:01:40.686: V/ActivityTaskManager(1677): Calling mServicetracker.OnActivityStateChange with flag falsestateDESTROYING 11-26 15:01:40.688: I/A(8853): onApplyWindowInsets: systemWindowInsets=Insets{left=0, top=63, right=0, bottom=126} 11-26 15:01:40.688: I/A(8853): onApplyWindowInsets: systemWindowInsets=Insets{left=0, top=63, right=0, bottom=126} 11-26 15:01:40.692: I/DeviceModeUtil(17746): DeviceModeUtil.getDeviceMode():96 Get device mode phone by ui mode:1 and smallestScreenWidthDp:417 11-26 15:01:40.692: I/InputManager-JNI(1677): Viewport [0] to add: local:129, isActive: true 11-26 15:01:40.692: W/GoogleInputMethodService(17746): GoogleInputMethodService.onConfigurationChanged():1646 onConfigurationChanged() : NewConfig = {1.0 ?mcc?mnc [ja_JP] ldltr sw417dp w417dp h903dp 420dpi nrml long hdr widecg port finger -keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 1096, 2560) mAppBounds=Rect(0, 0 - 1096, 2434) mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=undefined mAlwaysOnTop=undefined mRotation=ROTATION_0} s.69415} 11-26 15:01:40.693: I/AbstractOpenableExtension(17746): AbstractOpenableExtension.maybeDestroyExistingKeyboardGroupManager():509 Destroy existing keyboard group manager in eyk 11-26 15:01:40.693: I/AbstractOpenableExtension(17746): AbstractOpenableExtension.createKeyboardGroupManagerListenableFuture():121 Create keyboard group manager listenable future in eyk 11-26 15:01:40.693: I/AbstractOpenableExtension(17746): AbstractOpenableExtension.maybeDestroyExistingKeyboardGroupManager():509 Destroy existing keyboard group manager in ewb 11-26 15:01:40.693: I/AbstractOpenableExtension(17746): AbstractOpenableExtension.createKeyboardGroupManagerListenableFuture():121 Create keyboard group manager listenable future in ewb 11-26 15:01:40.693: I/AbstractOpenableExtension(17746): AbstractOpenableExtension.maybeDestroyExistingKeyboardGroupManager():509 Destroy existing keyboard group manager in faa 11-26 15:01:40.693: I/InputReader(1677): Reconfiguring input devices, changes=DISPLAY_INFO | 11-26 15:01:40.693: I/InputReader(1677): Device reconfigured: id=6, name='sec_touchscreen_side', size 1096x2560, orientation 0, mode 1, display id 0 11-26 15:01:40.693: I/AbstractOpenableExtension(17746): AbstractOpenableExtension.createKeyboardGroupManagerListenableFuture():121 Create keyboard group manager listenable future in faa 11-26 15:01:40.693: I/InputReader(1677): Device reconfigured: id=5, name='sec_touchscreen', size 1096x2560, orientation 0, mode 1, display id 0 11-26 15:01:40.694: I/KeyboardGroupDefParser(17746): KeyboardGroupDefParser.parseKeyboardGroupDef():87 parseKeyboardGroupDef() 2132214044 -> 0_resource_name_obfuscated : WaitTime = 0 ms : RunTime = 0 ms 11-26 15:01:40.694: I/NormalModeController(17746): NormalModeController.getKeyboardBodyViewHolderPaddingBottom():109 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1 11-26 15:01:40.694: I/KeyboardGroupDefParser(17746): KeyboardGroupDefParser.parseKeyboardGroupDef():87 parseKeyboardGroupDef() 2132214049 -> 0_resource_name_obfuscated : WaitTime = 1 ms : RunTime = 0 ms 11-26 15:01:40.695: I/KeyboardGroupDefParser(17746): KeyboardGroupDefParser.parseKeyboardGroupDef():87 parseKeyboardGroupDef() 2132214043 -> 0_resource_name_obfuscated : WaitTime = 1 ms : RunTime = 0 ms 11-26 15:01:40.695: I/DeviceModeUtil(17746): DeviceModeUtil.getDeviceMode():96 Get device mode phone by ui mode:1 and smallestScreenWidthDp:417 11-26 15:01:40.697: D/StatusBar(2155): disable disable2 11-26 15:01:40.705: I/A(8853): onApplyWindowInsets: systemWindowInsets=Insets{left=0, top=63, right=0, bottom=126} 11-26 15:01:40.705: I/A(8853): onApplyWindowInsets: systemWindowInsets=Insets{left=0, top=63, right=0, bottom=126} 11-26 15:01:40.713: I/CAR.SERVICE(6537): ignoring config change, projection not started {1.0 ?mcc?mnc [ja_JP] ldltr sw417dp w417dp h903dp 420dpi nrml long hdr widecg port car finger -keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 1096, 2560) mAppBounds=Rect(0, 0 - 1096, 2434) mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=undefined mAlwaysOnTop=undefined mRotation=ROTATION_0} s.69440} 11-26 15:01:40.726: I/android_os_HwBinder(1677): HwBinder: Starting thread pool for getting: vendor.semc.hardware.display@2.0::IDisplay/default 11-26 15:01:40.727: D/audio_hw_primary(998): adev_get_parameters:somc.media_vibration_path 11-26 15:01:40.727: D/audio_hw_spkr_prot(998): fbsp_get_parameters: Speaker protection disabled 11-26 15:01:40.727: D/soundtrigger(998): audio_extn_sound_trigger_get_parameters input string 11-26 15:01:40.727: D/soundtrigger(998): extract_sm_handle input string param string 11-26 15:01:40.727: D/audio_hw_extn(998): audio_extn_fm_get_parameters: Enter 11-26 15:01:40.727: D/audio_hw_extn(998): audio_extn_get_parameters: returns 11-26 15:01:40.727: D/audio_hw_primary(998): adev_get_parameters: exit: returns - somc.media_vibration_path=0 11-26 15:01:40.727: I/hash_map_utils(1083): key: 'somc.media_vibration_path' value: '' 11-26 15:01:40.728: I/DeviceModeUtil(17746): DeviceModeUtil.getDeviceMode():96 Get device mode phone by ui mode:1 and smallestScreenWidthDp:417 11-26 15:01:40.728: I/DeviceModeUtil(17746): DeviceModeUtil.getDeviceMode():96 Get device mode phone by ui mode:1 and smallestScreenWidthDp:417 11-26 15:01:40.728: I/GoogleInputMethodService(17746): GoogleInputMethodService.initializeKeyboardTheme():1383 Apply keyboard theme: theme_border_bottom4dp_stylesheet_googleblue_materiallight_phone_builtin_google_blue_light.binarypb_port 11-26 15:01:40.731: D/TelephonyProvider(2832): Using old permission behavior for telephony provider compat 11-26 15:01:40.732: D/audio_hw_primary(998): adev_get_parameters:somc.media_vibration_path 11-26 15:01:40.732: D/audio_hw_spkr_prot(998): fbsp_get_parameters: Speaker protection disabled 11-26 15:01:40.732: D/soundtrigger(998): audio_extn_sound_trigger_get_parameters input string 11-26 15:01:40.732: D/soundtrigger(998): extract_sm_handle input string param string 11-26 15:01:40.732: D/audio_hw_extn(998): audio_extn_fm_get_parameters: Enter 11-26 15:01:40.732: D/audio_hw_extn(998): audio_extn_get_parameters: returns 11-26 15:01:40.732: D/audio_hw_primary(998): adev_get_parameters: exit: returns - somc.media_vibration_path=0 11-26 15:01:40.732: I/hash_map_utils(1083): key: 'somc.media_vibration_path' value: '' 11-26 15:01:40.734: I/android_os_HwBinder(4103): HwBinder: Starting thread pool for getting: vendor.somc.hardware.swiqi@1.0::IHidlSwiqi/default 11-26 15:01:40.734: I/DeviceModeUtil(17746): DeviceModeUtil.getDeviceMode():96 Get device mode phone by ui mode:1 and smallestScreenWidthDp:417 11-26 15:01:40.734: I/NormalModeController(17746): NormalModeController.getKeyboardBodyViewHolderPaddingBottom():109 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1 11-26 15:01:40.735: D/TelephonyProvider(2832): Using old permission behavior for telephony provider compat 11-26 15:01:40.735: I/InputMethodEntryManager(17746): InputMethodEntryManager.startLoadingInputMethodEntrySettings():743 Start loading input method entry settings: [Pair{ja-JP japanese_qwerty}, Pair{zz qwerty}] 11-26 15:01:40.737: I/QTI PowerHAL(1013): Power setBoost: 0, duration: 0 11-26 15:01:40.737: I/QTI PowerHAL(1013): Power setBoost: 0, duration: 0 11-26 15:01:40.738: I/android_os_HwBinder(4103): HwBinder: Starting thread pool for getting: vendor.somc.hardware.swiqi@1.0::IHidlSwiqi/default 11-26 15:01:40.742: I/KeyboardViewUtil(17746): KeyboardViewUtil.getKeyboardHeightRatio():172 systemKeyboardHeightRatio:1.100000; userKeyboardHeightRatio:1.000000. 11-26 15:01:40.749: I/GoogleInputMethodService(17746): GoogleInputMethodService.onStartInput():1979 11-26 15:01:40.749: I/DeviceUnlockedTag(17746): DeviceUnlockedTag.notifyDeviceLockStatusChanged():79 Notify device unlocked. 11-26 15:01:40.749: W/SessionManager(17746): SessionManager.beginSession():53 Try to begin an already begun session [INPUT_SESSION], end it first 11-26 15:01:40.750: I/AbstractOpenableExtension(17746): AbstractOpenableExtension$3.onSuccess():522 KeyboardGroupManager destroyed in eyk. 11-26 15:01:40.750: I/AbstractOpenableExtension(17746): AbstractOpenableExtension$3.onSuccess():522 KeyboardGroupManager destroyed in ewb. 11-26 15:01:40.750: I/AbstractOpenableExtension(17746): AbstractOpenableExtension$3.onSuccess():522 KeyboardGroupManager destroyed in faa. 11-26 15:01:40.752: D/StatusBar(2155): disable disable2 11-26 15:01:40.752: W/View(2155): requestLayout() improperly called by com.android.internal.widget.NotificationExpandButton{9caf690 VFED..C.. ......ID 1569,35-1627,96 #1020298 android:id/expand_button} during layout: running second layout pass 11-26 15:01:40.752: W/View(2155): requestLayout() improperly called by com.android.internal.widget.NotificationExpandButton{b374548 VFED..C.. ......ID 1569,35-1627,96 #1020298 android:id/expand_button} during layout: running second layout pass 11-26 15:01:40.752: W/View(2155): requestLayout() improperly called by com.android.internal.widget.NotificationExpandButton{8cd6716 VFED..C.. ......ID 1569,35-1627,96 #1020298 android:id/expand_button} during layout: running second layout pass 11-26 15:01:40.752: W/View(2155): requestLayout() improperly called by com.android.internal.widget.NotificationExpandButton{c50e58e VFED..C.. ......ID 1569,35-1627,96 #1020298 android:id/expand_button} during layout: running second layout pass 11-26 15:01:40.753: I/GoogleInputMethodService(17746): GoogleInputMethodService.lambda$setDecorViewApplyWindowInsetsListener$10():1093 update screenHeightWithoutNaviBar to: 2560 11-26 15:01:40.754: I/GoogleInputMethodService(17746): GoogleInputMethodService.lambda$setDecorViewApplyWindowInsetsListener$10():1099 update max height when insets changes 11-26 15:01:40.756: I/GoogleInputMethodService(17746): GoogleInputMethodService.lambda$setDecorViewApplyWindowInsetsListener$10():1093 update screenHeightWithoutNaviBar to: 2434 11-26 15:01:40.756: I/GoogleInputMethodService(17746): GoogleInputMethodService.lambda$setDecorViewApplyWindowInsetsListener$10():1099 update max height when insets changes 11-26 15:01:40.756: I/DictionarySuperpacksManager(17746): DictionarySuperpacksManager$1.onEnabledInputMethodEntriesChanged():60 onEnabledInputMethodEntriesChanged 11-26 15:01:40.756: I/SP(17746): Registering content_cache.2021091702, url: https://www.gstatic.com/android/keyboard/modelpack/contentcache/202109170218/superpacks_manifest.json, constraints: W:*:*:*, flags: bg, requested: 2021091702, current: 2021091702 11-26 15:01:40.758: I/SP(17746): Syncing content_cache (2021091702) with slices: [af68474e9726a30c6f0696d67af2b44f], metadata: true 11-26 15:01:40.769: I/SP(17746): Sync for content_cache succeeded in 12 ms: no changes 11-26 15:01:40.770: I/AbstractOpenableExtension(17746): AbstractOpenableExtension.maybeDestroyExistingKeyboardGroupManager():509 Destroy existing keyboard group manager in eyk 11-26 15:01:40.770: I/AbstractOpenableExtension(17746): AbstractOpenableExtension.createKeyboardGroupManagerListenableFuture():121 Create keyboard group manager listenable future in eyk 11-26 15:01:40.770: I/SP(17746): GC for 'content_cache' (10) with ttl of 0 ms took 1 ms (0/1/0) 11-26 15:01:40.771: I/AbstractOpenableExtension(17746): AbstractOpenableExtension.maybeDestroyExistingKeyboardGroupManager():509 Destroy existing keyboard group manager in ewb 11-26 15:01:40.771: I/AbstractOpenableExtension(17746): AbstractOpenableExtension.createKeyboardGroupManagerListenableFuture():121 Create keyboard group manager listenable future in ewb 11-26 15:01:40.771: I/AbstractOpenableExtension(17746): AbstractOpenableExtension.maybeDestroyExistingKeyboardGroupManager():509 Destroy existing keyboard group manager in faa 11-26 15:01:40.771: I/AbstractOpenableExtension(17746): AbstractOpenableExtension.createKeyboardGroupManagerListenableFuture():121 Create keyboard group manager listenable future in faa 11-26 15:01:40.771: I/KeyboardGroupDefParser(17746): KeyboardGroupDefParser.parseKeyboardGroupDef():87 parseKeyboardGroupDef() 2132214044 -> 0_resource_name_obfuscated : WaitTime = 0 ms : RunTime = 1 ms 11-26 15:01:40.771: I/KeyboardGroupDefParser(17746): KeyboardGroupDefParser.parseKeyboardGroupDef():87 parseKeyboardGroupDef() 2132214043 -> 0_resource_name_obfuscated : WaitTime = 0 ms : RunTime = 0 ms 11-26 15:01:40.772: I/KeyboardGroupDefParser(17746): KeyboardGroupDefParser.parseKeyboardGroupDef():87 parseKeyboardGroupDef() 2132214049 -> 0_resource_name_obfuscated : WaitTime = 0 ms : RunTime = 0 ms 11-26 15:01:40.772: I/DeviceModeUtil(17746): DeviceModeUtil.getDeviceMode():96 Get device mode phone by ui mode:1 and smallestScreenWidthDp:417 11-26 15:01:40.772: I/chatty(17746): uid=10252(com.google.android.inputmethod.latin) identical 1 line 11-26 15:01:40.772: I/DeviceModeUtil(17746): DeviceModeUtil.getDeviceMode():96 Get device mode phone by ui mode:1 and smallestScreenWidthDp:417 11-26 15:01:40.772: I/GoogleInputMethodService(17746): GoogleInputMethodService.initializeKeyboardTheme():1383 Apply keyboard theme: theme_border_bottom4dp_stylesheet_googleblue_materiallight_phone_builtin_google_blue_light.binarypb_port 11-26 15:01:40.776: I/AbstractOpenableExtension(17746): AbstractOpenableExtension$3.onSuccess():522 KeyboardGroupManager destroyed in eyk. 11-26 15:01:40.776: I/AbstractOpenableExtension(17746): AbstractOpenableExtension$3.onSuccess():522 KeyboardGroupManager destroyed in ewb. 11-26 15:01:40.776: I/AbstractOpenableExtension(17746): AbstractOpenableExtension$3.onSuccess():522 KeyboardGroupManager destroyed in faa. 11-26 15:01:41.186: E/TLOC(1420): [TLOCChannel]"Can't receive message due to timeout" 11-26 15:01:41.186: E/TLOC(1420): [TLOCDaemon ]"Couldn't receive command response" 11-26 15:01:41.186: I/TLOC(1420): [TLOCDaemon ]"TLOC Daemon create successfully" 11-26 15:01:41.186: D/TLOC(1420): [TLOCChannel]"Closed the channel for TLOCD" 11-26 15:01:41.186: D/TLOC(1420): [TLOCChannel]"Closed the channel for TLOCL" 11-26 15:01:41.186: D/TLOC(1420): [TLOCChannel]"Closed the channel for MODEM" 11-26 15:01:41.187: D/TLOC(1420): [TLOCChannel]"The channel was initialized successfully for TLOCD" 11-26 15:01:41.187: D/TLOC(1420): [TLOCChannel]"The channel was initialized successfully for TLOCL" 11-26 15:01:41.187: D/TLOC(1420): [TLOCChannel]"The channel was initialized successfully for MODEM" 11-26 15:01:41.187: D/TLOC(1420): [TLOCChannel]"TLOCChannel was initialized successfully" 11-26 15:01:41.187: D/TLOC(1420): [TLOCChannel]"TlocChannel reinitialized successfully" 11-26 15:01:41.187: D/TLOC(1420): [TLOCDaemon ]"waiting for command" 11-26 15:01:41.187: D/TLOC(1420): [TLOCChannel] "Going to receive message for TLOCD" 11-26 15:01:41.187: D/TLOC(1420): [TLOCChannel] "wait for message for user TLOCD" 01-01 00:00:00.000: E/(-1): Device disconnected ```

Android IL2CPP error in Unity

$
0
0
I get the following error when Building my application in Unity 2021.2.3f1 Internal build system error. BuildProgram exited with code -2147024893. System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Program Files\Unity\Hub\Editor\2021.2.3f1\Editor\Data\PlaybackEngines\AndroidPlayer\Variations\�l2cpp\Release\StaticLibs\arm64-v8a\compile.rsp'. at System.IO.FileStream.ValidateFileHandle(SafeFileHandle fileHandle) at System.IO.FileStream.CreateFileOpenHandle(FileMode mode, FileShare share, FileOptions options) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options) at System.IO.StreamReader.ValidateArgsAndOpenPath(String path, Encoding encoding, Int32 bufferSize) at System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks) at System.IO.File.InternalReadAllText(String path, Encoding encoding) at System.IO.File.ReadAllText(String path) at NiceIO.NPath.SystemIOFileSystem.File_ReadAllText(NPath path) at NiceIO.NPath.WindowsFileSystem.File_ReadAllText(NPath path) at Bee.Core.Stevedore.VirtualFileSystem.File_ReadAllText(NPath path) at NiceIO.NPath.RelayingFileSystem.File_ReadAllText(NPath path) at Bee.Core.BuildProgramFileSystem.File_ReadAllText(NPath path) at NiceIO.NPath.ReadAllText() at AndroidPlayerBuildProgram.AndroidPlayerBuildProgram.SetupCompile(AndroidSharedLibraryConfiguration config, String name, AndroidTargetDeviceType deviceType, NPath sourceFilePath) at AndroidPlayerBuildProgram.AndroidPlayerBuildProgram.SetupLibUnityLibrary()+MoveNext() at System.Collections.Generic.List`1.InsertRange(Int32 index, IEnumerable`1 collection) at System.Collections.Generic.List`1.AddRange(IEnumerable`1 collection) at AndroidPlayerBuildProgram.AndroidPlayerBuildProgram.SetupPlayerBuild() at PlayerBuildProgramLibrary.PlayerBuildProgramBase.RunBuildProgram() at PlayerBuildProgramTypeWrapper.Run(String[] args) at Program.Main(String[] args) UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&) At first the 'il2cpp' in `'C:\Program Files\Unity\Hub\Editor\2021.2.3f1\Editor\Data\PlaybackEngines\AndroidPlayer\Variations\�l2cpp\Release\StaticLibs\arm64-v8a\compile.rsp'` I thought it was because of the letter "i" but I'm not sure about that. Also, while installing on Android SDK 31, I noticed that libraries such as "System.IO" do not work in apk. Google wants minimum 30 sdk to update my apps but I can't even build the app.

Why uninstall a game made with Unity from the phone causes that phone to restart?

$
0
0
I have no problem with the unity game running when I install the apk file on the Samsung j1 2016 phone, but when I try to uninstall the game from the phone, my phone restarts after the uninstall operation. Of course, I tried on the other two phones, which are also Samsung, but there, after uninstall the game, the phones did not restart, but stopped for a few seconds and returned abnormally. Of course, I received all the necessary resources correctly with the Hub tool(sdk-ndk-openjdk). But when I am offline and I enter the player setting section, the following warning message appears: **Failed getting available Android API levels. Make sure your android sdk tools version is 25 or higher and you have internet connection. System.Threading.ThreadHelper:ThreadStart()** Finally, I create the apk file for Android and it runs without any problems, but there is a problem of restart mentioned above. Of course, when I select the option **(transfer to SD memory card)** of the game in the settings section of the program, the problem is solved and the phone does not restart after uninstalling the game.

CommandInvokeError: my manualy added sdk path doesn't work

$
0
0
Hello, I'm sure other people have this question. When I tried to use unity remote, I get the error shown above. Then below it says "Unity remote requirements failed" and links the sdk path i made. I couldn't add the sdk path modules through unity hub either. The button isn't there.

Unable To Understand Android Crash : android.view.ViewGroup.offsetRectBetweenParentAndChild

$
0
0
Caused by at android.view.ViewGroup.offsetRectBetweenParentAndChild (ViewGroup.java:6415) at android.view.ViewGroup.offsetDescendantRectToMyCoords (ViewGroup.java:6341) at android.view.ViewRootImpl.scrollToRectOrFocus (ViewRootImpl.java:4699) at android.view.ViewRootImpl.draw (ViewRootImpl.java:4230) at android.view.ViewRootImpl.performDraw (ViewRootImpl.java:4074) at android.view.ViewRootImpl.performTraversals (ViewRootImpl.java:3332) at android.view.ViewRootImpl.doTraversal (ViewRootImpl.java:2134) at android.view.ViewRootImpl$TraversalRunnable.run (ViewRootImpl.java:8612) at android.view.Choreographer$CallbackRecord.run (Choreographer.java:1035) at android.view.Choreographer.doCallbacks (Choreographer.java:858) at android.view.Choreographer.doFrame (Choreographer.java:789) at android.view.Choreographer$FrameDisplayEventReceiver.run (Choreographer.java:1020) at android.os.Handler.handleCallback (Handler.java:938) at android.os.Handler.dispatchMessage (Handler.java:99) at android.os.Looper.loop (Looper.java:236) at android.app.ActivityThread.main (ActivityThread.java:8051) at java.lang.reflect.Method.invoke (Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:620) at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1011)

Hi All, unity build showing this error in android studio, kindly help to fix this

$
0
0
> Task :unityLibrary:BuildIl2CppTask FAILED Execution failed for task ':unityLibrary:BuildIl2CppTask'.> A problem occurred starting process 'command 'C:/Users/Kartik/StudioProjects/TeamworkAR-NativeAndroid/androidBuild/unityLibrary/src/main/Il2CppOutputProject/IL2CPP/build/deploy/netcoreapp3.1/il2cpp'' CreateProcess error=193, %1 is not a valid Win32 application

how can I install the android platform support in Linux?

$
0
0
not way hub, I have to download from the archive.![alt text][1] [1]: /storage/temp/192051-screenshot-2022-02-01-205924.png

You are missing the recommended Android NDK.

$
0
0
Heyhey, I've been cracking my head on this issue for hours now, was wondering if anyone had an idea. I installed the Android modules today on 2020.3.21f1, and managed to build my APK a few times to test, when suddenly it just stopped working after like 5 or 6 builds. No settings changes or anything. Now when I try to build I get greeted with the message. "Android NDK not found or invalid. Please, fix it in Edit / Unity -> Preferences -> External Tools" And when I go and check the preferences I see this. ![alt text][1] When I try to manually browse to the NDK folder (I need the root NDK folder, right? Not platforms or build or anything funny inside it, right?) I get this message "Unable to detect NDK in the selected directory". ![alt text][2] I tried every suggestion I found online. 1. I Tried restarting the editor and the computer. 2. Tried changing the Unity version to 2019, and to 2021. 3. Tried switching platform between PC and back to Android. 4. Tried downloading the relevant NDK version (r19 for 2020, r21 for 2021) and linking to it (Still doesn't let me select the folder no matter where I browse to). 5. Tried replacing the ndk that came installed with with the Android module with the manually downloaded version. 6. Tried selecting the NDK when placed in a directory path with no spaces. I also couldn't really find any relevant topics on Answers or the forums that were more recent than 2017-2019. Nothing works and I'm completely out of ideas... Please, if anyone has any ideas, do let me know. Thanks [1]: /storage/temp/192544-ndk.png [2]: /storage/temp/192545-ndk3.png

Android sdk and open jdk

$
0
0
Using unity 2018 LTS, no option to install android sdk and open jdk in unity hub. Also I'm afraid of probable build time errors because of incompatible sdk downloaded from android official website. How can I get those stuff easily without headache?

AndroidApiLevel30 ?

$
0
0
Hi, which version of Unity should be used to get the AndroidApiLevel30 value on the enum AndroidSdkVersions ? Thanks!
Viewing all 455 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>