Closed tamuatamu closed 1 year ago
We are expecting a fix for this in a future update. For now an alternate login method may be easier. I've found success using the persistent login method after the reboot as the login credentials are now saved.
Yes. I also use that method. `if (Application.internetReachability == NetworkReachability.NotReachable) { Debug.LogError("Internet not reachable."); return; }
string usernameAsString = "";
string passwordAsString = "";
onSucessfulLogin_Process = onLoginSucess;
onFailedLogin_Process = onLoginFail;
EOSManager.Instance.StartPersistentLogin((Epic.OnlineServices.Auth.LoginCallbackInfo callbackInfo) =>
{
// In this state, it means one needs to login in again with the previous login type, or a new one, as the
// tokens are invalid
if (callbackInfo.ResultCode != Epic.OnlineServices.Result.Success)
{
Debug.Log("[EOS]EnterLogin");
EOSManager.Instance.StartLoginWithLoginTypeAndToken(loginType,
usernameAsString,
passwordAsString,
StartLoginWithLoginTypeAndTokenCallback);
//ConnectDeviceId();
}
else
{
StartLoginWithLoginTypeAndTokenCallback(callbackInfo);
}
});
Debug.Log("Attempting to login...");`
like this. If cannot have tocken , need to login via Accout portal.
But after login, the tocken didn't save.
Do you have any suggession.
Thank you for in advance
And I tried to use method mensioned here https://github.com/PlayEveryWare/eos_plugin_for_unity/issues/205 I deleted old eos-sdk.aar and eos-sdk.meta file from folder and replaced eos-sdk that is revised following that method. But when i build app , the previous eos-sdk is generated automatically and revised one is deleted. So How to keep new eos-sdk? Please teach me. Thank you
And When come back from login, android show this error Graphics is null.
The approach is correct but not on the .aar in the plugin folder.
The target .aar to modify would be in PlatformSpecificAssets\EOS\Android\[static or dynamic]-stdc++\aar
depending on your preferred linking type.
Embed the client id into the .aar.
Note that the final aar would have the folder structure like eos-sdk.aar/[content]
instead of eos-sdk.aar/eos-sdk/[content]
, as some compressing tools will add an extra layer in the resulting zip file.
Thank you for replying. I tried this you mention. But for me not working.
After come back from Accout Portal, my apps seems once it crash and then reboot. ErrorCoentent
E SurfaceSyncer: Failed to find sync for id=0 and W linker64: type=1400 audit(0.0:1829): avc: denied { search } for name="tests" dev="dm-61" ino=113 scontext=u:r:untrusted_app_30:s0:c32,c257,c512,c768 tcontext=u:object_r:shell_test_data_file:s0 tclass=dir permissive=0 app=""
'W NetworkScheduler: Error inserting flex_time=2005000 job_id=-1 period=4011000 source=16 requires_charging=0 preferred_network_type=1 target_class=com.google.android.gms.measurement.PackageMeasurementTaskService user_id=0 target_package=com.google.android.gms tag=Measurement.PackageMeasurementTaskService.UPLOAD_TASK_TAG task_type=0 required_idleness_state=0 service_kind=0 source_version=231819000 persistence_level=1 preferred_charging_state=1 required_network_type=0 runtime=1686227729004 retry_strategy={"maximum_backoff_seconds":{"3600":0},"initial_backoff_seconds":{"30":0},"retry_policy":{"0":0}} last_runtime=0 [CONTEXT service_id=218 ]'
'W chromium: [0608/213529.073870:ERROR:elf_dynamic_array_reader.h(64)] tag not found'
this three error show and app is crashed. Do you have any idea about this problem?
I might be mistaken, but it looks like a chromium crash: i.e. the browser is crashing when trying to do login. Do you notice that the browser is also running after the crash? My other theory, is that this could be caused by mixing different C++ runtimes, but it is hard to tell without full logs. Are you able to provide a full log, from App start to crash?
Sometimes browser is running after the crash.But not all time.
Sure this is whole log
ent.PackageMeasurementTaskService user_id=0 target_package=com.google.android.gms tag=Measurement.PackageMeasurementTaskService.UPLOAD_TASK_TAG task_type=0 required_idleness_state=0 service_kind=0 source_version=231819000 persistence_level=1 preferred_charging_state=1 required_network_type=0 runtime=1686272524694 retry_strategy={"maximum_backoff_seconds":{"3600":0},"initial_backoff_seconds":{"30":0},"retry_policy":{"0":0}} last_runtime=0 [CONTEXT service_id=218 ] 06-09 10:02:04.698 5521 29282 W NetworkScheduler: android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed: pending_ops.tag, pending_ops.target_class, pending_ops.target_package, pending_ops.user_id (code 2067 SQLITE_CONSTRAINT_UNIQUE) 06-09 10:02:04.698 5521 29282 W NetworkScheduler: at android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native Method) 06-09 10:02:04.698 5521 29282 W NetworkScheduler: at android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnection.java:961) 06-09 10:02:04.698 5521 29282 W NetworkScheduler: at android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.java:790) 06-09 10:02:04.698 5521 29282 W NetworkScheduler: at android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:89) 06-09 10:02:04.698 5521 29282 W NetworkScheduler: at android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:1868) 06-09 10:02:04.698 5521 29282 W NetworkScheduler: at android.database.sqlite.SQLiteDatabase.insertOrThrow(SQLiteDatabase.java:1763) 06-09 10:02:04.698 5521 29282 W NetworkScheduler: at byui.f(:com.google.android.gms@231819044@23.18.19 (190400-536743017):59) 06-09 10:02:04.698 5521 29282 W NetworkScheduler: at bytb.n(:com.google.android.gms@231819044@23.18.19 (190400-536743017):3) 06-09 10:02:04.698 5521 29282 W NetworkScheduler: at bytb.u(:com.google.android.gms@231819044@23.18.19 (190400-536743017):20) 06-09 10:02:04.698 5521 29282 W NetworkScheduler: at bytb.h(:com.google.android.gms@231819044@23.18.19 (190400-536743017):3) 06-09 10:02:04.698 5521 29282 W NetworkScheduler: at byot.run(:com.google.android.gms@231819044@23.18.19 (190400-536743017):9) 06-09 10:02:04.698 5521 29282 W NetworkScheduler: at aced.c(:com.google.android.gms@231819044@23.18.19 (190400-536743017):6) 06-09 10:02:04.698 5521 29282 W NetworkScheduler: at aced.run(:com.google.android.gms@231819044@23.18.19 (190400-536743017):7) 06-09 10:02:04.698 5521 29282 W NetworkScheduler: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1137) 06-09 10:02:04.698 5521 29282 W NetworkScheduler: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:637) 06-09 10:02:04.698 5521 29282 W NetworkScheduler: at acjn.run(:com.google.android.gms@231819044@23.18.19 (190400-536743017):0) 06-09 10:02:04.698 5521 29282 W NetworkScheduler: at java.lang.Thread.run(Thread.java:1012) 06-09 10:02:04.755 1757 4996 D ConnectivityService: requestNetwork for uid/pid:10288/29913 activeRequest: null callbackRequest: 1904 [NetworkRequest [ REQUEST id=1905, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10288 RequestorUid: 10288 RequestorPkg: com.UniConnection.ARShouting UnderlyingNetworks: Null] ]] callback flags: 0 order: 2147483647 06-09 10:02:04.763 1757 2289 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=1905, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10288 RequestorUid: 10288 RequestorPkg: com.UniConnection.ARShouting UnderlyingNetworks: Null] ] 06-09 10:02:04.763 1757 2289 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=1905, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10288 RequestorUid: 10288 RequestorPkg: com.UniConnection.ARShouting UnderlyingNetworks: Null] ] 06-09 10:02:04.763 29913 29949 I Unity : [EOS] StartLoginWithLoginOptions 06-09 10:02:04.763 29913 29949 I Unity : PlayEveryWare.EpicOnlineServices.EOSSingleton:StartLoginWithLoginOptions(LoginOptions, OnAuthLoginCallback) 06-09 10:02:04.763 29913 29949 I Unity : PlayEveryWare.EpicOnlineServices.EOSSingleton:StartLoginWithLoginTypeAndToken(LoginCredentialType, ExternalCredentialType, String, String, OnAuthLoginCallback) 06-09 10:02:04.763 29913 29949 I Unity : PlayEveryWare.EpicOnlineServices.Samples.EOS_LoginManager:LoginProcess(UnityAction, UnityAction) 06-09 10:02:04.763 29913 29949 I Unity : TopMenuTransit:OnEnter(StartScreenTransit, StartTransitBase) 06-09 10:02:04.763 29913 29949 I Unity : StartScreenTransit:ChangeState(StartTransitBase) 06-09 10:02:04.763 29913 29949 I Unity : <OnEnter>d__0:MoveNext() 06-09 10:02:04.763 29913 29949 I Unity : System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean) 06-09 10:02:04.763 29913 29949 I Unity : System.Runtime.CompilerServices.MoveNextRunner:Run() 06-09 10:02:04.763 29913 29949 I Unity : Cysharp.Threading.Tasks.UniTaskCompletionSourceCore
1:TrySetResult(TResult)
06-09 10:02:04.763 29913 29949 I Unity : Cysharp.Threading.Tasks.DelayPromise:MoveNext()
06-09 10:02:04.763 29913 29949 I Unity : Cysharp.Threading.Tasks.Internal.PlayerLoopRunner:RunCore()
06-09 10:02:04.763 29913 29949 I Unity :
06-09 10:02:04.764 1757 2289 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=1905, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10288 RequestorUid: 10288 RequestorPkg: com.UniConnection.ARShouting UnderlyingNetworks: Null] ]
06-09 10:02:04.764 1757 2289 D MultiInternetWifiNetworkFactory: got request NetworkRequest [ REQUEST id=1905, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10288 RequestorUid: 10288 RequestorPkg: com.UniConnection.ARShouting UnderlyingNetworks: Null] ]
06-09 10:02:04.765 1757 2297 D ConnectivityService: NetReassign [1905 : null → 111] [c 0] [a 2] [i 6]
06-09 10:02:04.767 29913 29949 I Unity : [EOS] EOSAuthInterface.Login
06-09 10:02:04.767 29913 29949 I Unity : PlayEveryWare.EpicOnlineServices.EOSSingleton:StartLoginWithLoginOptions(LoginOptions, OnAuthLoginCallback)
06-09 10:02:04.767 29913 29949 I Unity : PlayEveryWare.EpicOnlineServices.EOSSingleton:StartLoginWithLoginTypeAndToken(LoginCredentialType, ExternalCredentialType, String, String, OnAuthLoginCallback)
06-09 10:02:04.767 29913 29949 I Unity : PlayEveryWare.EpicOnlineServices.Samples.EOS_LoginManager:LoginProcess(UnityAction, UnityAction)
06-09 10:02:04.767 29913 29949 I Unity : TopMenuTransit:OnEnter(StartScreenTransit, StartTransitBase)
06-09 10:02:04.767 29913 29949 I Unity : StartScreenTransit:ChangeState(StartTransitBase)
06-09 10:02:04.767 29913 29949 I Unity : 1:TrySetResult(TResult) 06-09 10:02:04.767 29913 29949 I Unity : Cysharp.Threading.Tasks.DelayPromise:MoveNext() 06-09 10:02:04.767 29913 29949 I Unity : Cysharp.Threading.Tasks.Internal.PlayerLoopRunner:RunCore() 06-09 10:02:04.767 29913 29949 I Unity : 06-09 10:02:04.828 29913 29949 I EngineFactory: Provider GmsCore_OpenSSL not available 06-09 10:02:04.831 29913 29949 W Unity : 2023-06-09T10:02:04.8313140+09:00 LogEOSAuth(Warning): No existing persistent auth credentials were found for automatic login. 06-09 10:02:04.833 29913 29949 I Unity : Attempting to login... 06-09 10:02:04.833 29913 29949 I Unity : TopMenuTransit:OnEnter(StartScreenTransit, StartTransitBase) 06-09 10:02:04.833 29913 29949 I Unity : StartScreenTransit:ChangeState(StartTransitBase) 06-09 10:02:04.833 29913 29949 I Unity : <OnEnter>d__0:MoveNext() 06-09 10:02:04.833 29913 29949 I Unity : System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean) 06-09 10:02:04.833 29913 29949 I Unity : System.Runtime.CompilerServices.MoveNextRunner:Run() 06-09 10:02:04.833 29913 29949 I Unity : Cysharp.Threading.Tasks.UniTaskCompletionSourceCore
1:TrySetResult(TResult)
06-09 10:02:04.833 29913 29949 I Unity : Cysharp.Threading.Tasks.DelayPromise:MoveNext()
06-09 10:02:04.833 29913 29949 I Unity : Cysharp.Threading.Tasks.Internal.PlayerLoopRunner:RunCore()
06-09 10:02:04.833 29913 29949 I Unity :
06-09 10:02:04.847 29913 29949 I Unity : [EOS] End_LoginInvalidAuth
06-09 10:02:04.847 29913 29949 I Unity : PlayEveryWare.EpicOnlineServices.<>cDisplayClass64_0:FaoXL8JhM835oHoYKlInaQ==/com.google.android.trichromelibrary_573505733-rEqmRZG-bNZR8w-J3A3kKQ==/base.apk. target_sdk_version=34, uses_libraries=ALL, library_path=/data/app/cLyrqKjNPpzz4utfhLrUcA==/com.android.chrome-HNNykoF_76amToobf-XNFQ==/lib/arm64:/data/app/cLyrqKjNPpzz4utfhLrUcA==/com.android.chrome-HNNykoF_76amToobf-XNFQ==/base.apk!/lib/arm64-v8a:/data/app/FaoXL8JhM835oHoYKlInaQ==/com.google.android.trichromelibrary_573505733-rEqmRZG-bNZR8w-J3A3kKQ==/base.apk!/lib/arm64-v8a, permitted_path=/data:/mnt/expand:/data/user/0/com.android.chrome
06-09 10:02:05.377 3919 5191 I AiAiAdaptiveAudio: updateState: enabledInSettings=false, playbackState=PlaybackState{isPlaying=false, contentType=UNSET, isMusicContent=false}
06-09 10:02:05.378 3919 5191 I AiAiAdaptiveAudio: stopMonitoring
06-09 10:02:05.378 3919 5191 I AiAiAdaptiveAudio: Updating calibration state: IDLE -> IDLE
06-09 10:02:05.384 30250 30250 D nativeloader: Configuring classloader-namespace for other apk /data/app/cLyrqKjNPpzz4utfhLrUcA==/com.android.chrome-HNNykoF_76amToobf-XNFQ==/base.apk. target_sdk_version=34, uses_libraries=, library_path=/data/app/cLyrqKjNPpzz4utfhLrUcA==/com.android.chrome-HNNykoF_76amToobf-XNFQ==/lib/arm64:/data/app/cLyrqKjNPpzz4utfhLrUcA==/com.android.chrome-HNNykoF_76amToobf-XNFQ==/base.apk!/lib/arm64-v8a:/data/app/FaoXL8JhM835oHoYKlInaQ==/com.google.android.trichromelibrary_573505733-rEqmRZG-bNZR8w-J3A3kKQ==/base.apk!/lib/arm64-v8a, permitted_path=/data:/mnt/expand:/data/user/0/com.android.chrome
06-09 10:02:05.384 1362 1362 D usf_sensor_hal: accelerometer: Enter Batch. period = 200000000, latency = 2000000000.
06-09 10:02:05.386 1548 1548 D AOC : A3:MSG: usf_sensor.cc, 1883: USF: Received reconfig sampling request for LSM6DSV Accelerometer.
06-09 10:02:05.387 1548 1548 D AOC : A3:MSG: lsm6dsv_device.cc, 734: USF: Lsm6dsvDevice: Sensor 0: Enabled 1, odr_index 5, period_ns 20000000.
06-09 10:02:05.387 1548 1548 D AOC : A3:MSG: lsm6dsv_fifo.cc, 752: USF: Lsm6dsvFifo: ODR: XL/G/T/TS: 60/60/15/7 WM: 4 Intr: 36.
06-09 10:02:05.388 1548 1548 D AOC : A3:MSG: lsm6dsv_device.cc, 643: USF: Lsm6dsvDevice: Fifo was disabled for 544149ns.
06-09 10:02:05.388 1362 1362 D usf_sensor_hal: IMU temperature: Enter Batch. period = 533334000, latency = 2000000000.
06-09 10:02:05.390 30250 30250 W .android.chrome: JIT profile information will not be recorded: profile file does not exist.
06-09 10:02:05.392 1548 1548 D AOC : A3:MSG: usf_sensor.cc, 1883: USF: Received reconfig sampling request for LSM6DSV Temperature.
06-09 10:02:05.392 1548 1548 D AOC : A3:MSG: lsm6dsv_device.cc, 734: USF: Lsm6dsvDevice: Sensor 2: Enabled 1, odr_index 3, period_ns 66666666.
06-09 10:02:05.393 1548 1548 D AOC : A3:MSG: lsm6dsv_fifo.cc, 752: USF: Lsm6dsvFifo: ODR: XL/G/T/TS: 60/60/15/7 WM: 4 Intr: 36.
06-09 10:02:05.393 1548 1548 D AOC : A3:MSG: lsm6dsv_device.cc, 643: USF: Lsm6dsvDevice: Fifo was disabled for 372274ns.
06-09 10:02:05.399 30250 30250 V GraphicsEnvironment: ANGLE Developer option for 'com.android.chrome' set to: 'default'
06-09 10:02:05.400 30250 30250 V GraphicsEnvironment: ANGLE GameManagerService for com.android.chrome: false
06-09 10:02:05.400 30250 30250 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported.
06-09 10:02:05.401 30250 30250 I LoadedApk: No resource references to update in package com.google.android.trichromelibrary
06-09 10:02:05.401 30250 30250 D NetworkSecurityConfig: Using Network Security Config from resource 0_resource_name_obfuscated debugBuild: false
06-09 10:02:05.401 30250 30250 D NetworkSecurityConfig: Using Network Security Config from resource 0_resource_name_obfuscated debugBuild: false
06-09 10:02:05.402 30250 30250 I cr_SplitCompatApp: Launched version=114.0.5735.57 minSdkVersion=29 isBundle=true processName=com.android.chrome isIsolated=false
06-09 10:02:05.407 29913 29949 I Unity : EOSSingleton.OnApplicationFocusTrue
06-09 10:02:05.407 29913 29949 I Unity : PlayEveryWare.EpicOnlineServices.EOSSingleton:OnApplicationFocus(Boolean)
06-09 10:02:05.407 29913 29949 I Unity :
06-09 10:02:05.414 30250 30271 I cr_LibraryLoader: Loading monochrome_64 from within /data/app/~~cLyrqKjNPpzz4utfhLrUcA==/com.android.chrome-HNNykoF_76amToobf-XNFQ==/base.apk
06-09 10:02:05.415 1757 3092 D CompatibilityChangeReporter: Compat change id reported: 161145287; UID 10184; state: DISABLED
06-09 10:02:05.416 30250 30271 I cr_Linker: loadLibraryImplLocked: monochrome_64, relroMode=1
06-09 10:02:05.422 30250 30274 D vulkan : searching for layers in '/data/app/~~cLyrqKjNPpzz4utfhLrUcA==/com.android.chrome-HNNykoF_76amToobf-XNFQ==/lib/arm64'
06-09 10:02:05.422 30250 30274 D vulkan : searching for layers in '/data/app/~~cLyrqKjNPpzz4utfhLrUcA==/com.android.chrome-HNNykoF_76amToobf-XNFQ==/base.apk!/lib/arm64-v8a'
06-09 10:02:05.422 30250 30274 D vulkan : searching for layers in '/data/app/~~FaoXL8JhM835oHoYKlInaQ==/com.google.android.trichromelibrary_573505733-rEqmRZG-bNZR8w-J3A3kKQ==/base.apk!/lib/arm64-v8a'
06-09 10:02:05.424 30250 30271 I cr_LibraryLoader: Successfully loaded native library
06-09 10:02:05.424 30250 30271 I cr_CachingUmaRecorder: Flushed 26 samples from 24 histograms.
06-09 10:02:05.426 30250 30250 D CompatibilityChangeReporter: Compat change id reported: 183155436; UID 10184; state: ENABLED
06-09 10:02:05.429 1757 3092 I ActivityTaskManager: START u0 {act=android.intent.action.VIEW dat=https://epicgames.com/... flg=0x14002000 cmp=com.android.chrome/org.chromium.chrome.browser.ChromeTabbedActivity (has extras)} from uid 10184
06-09 10:02:05.432 5521 5521 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.phenotype.service.START pkg=com.google.android.gms }
06-09 10:02:05.432 5521 5521 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.phenotype.service.START pkg=com.google.android.gms }
06-09 10:02:05.441 1757 2428 W ActivityTaskManager: Tried to set launchTime (0) < mLastActivityLaunchTime (59538260)
06-09 10:02:05.470 30250 30267 W DynamiteModule: Local module descriptor class for com.google.android.gms.googlecertificates not found.
06-09 10:02:05.475 30250 30267 W ziparchive: Unable to open '/data/user_de/0/com.google.android.gms/app_chimera/m/000000f8/DynamiteLoader.dm': No such file or directory
06-09 10:02:05.475 30250 30267 W ziparchive: Unable to open '/data/user_de/0/com.google.android.gms/app_chimera/m/000000f8/DynamiteLoader.dm': No such file or directory
06-09 10:02:05.476 30250 30281 W cr_PartnerCustomize: Partner homepage must be HTTP(S) or NewTabPage. Got invalid URL ""
06-09 10:02:05.477 1315 29233 D audio_hw_output_stream: update stream 3 active 0 gain 0.000000
06-09 10:02:05.478 30250 30267 I DynamiteModule: Considering local module com.google.android.gms.googlecertificates:0 and remote module com.google.android.gms.googlecertificates:7
06-09 10:02:05.478 30250 30267 I DynamiteModule: Selected remote version of com.google.android.gms.googlecertificates, version >= 7
06-09 10:02:05.479 30250 30250 I cr_SplitCompatClassLoader: Splits: null
06-09 10:02:05.486 30250 30267 W System : ClassLoader referenced unknown path:
06-09 10:02:05.487 30250 30267 D nativeloader: Configuring classloader-namespace for other apk . target_sdk_version=33, uses_libraries=, library_path=/data/app/GOTfk1Y9pk1fAIGA6vX-bw==/com.google.android.gms-bPwppPw0Fs5l9c6Ln8Bbzg==/lib/arm64:/data/app/GOTfk1Y9pk1fAIGA6vX-bw==/com.google.android.gms-bPwppPw0Fs5l9c6Ln8Bbzg==/base.apk!/lib/arm64-v8a, permitted_path=/data:/mnt/expand:/data/user/0/com.google.android.gms
06-09 10:02:05.488 30250 30250 I cr_CompositorSurfaceMgr: Transitioning to surface with format: -1
06-09 10:02:05.488 30250 30250 W cr_SplitCompatClassLoader: No class android.widget.View amongst android.util.MapCollections$KeySet@0
06-09 10:02:05.488 30250 30250 W cr_SplitCompatClassLoader: No class android.webkit.View amongst android.util.MapCollections$KeySet@0
06-09 10:02:05.488 30250 30250 W cr_SplitCompatClassLoader: No class android.app.View amongst android.util.MapCollections$KeySet@0
06-09 10:02:05.492 30250 30267 W ziparchive: Unable to open '/data/user_de/0/com.google.android.gms/app_chimera/m/000000fb/GoogleCertificates.dm': No such file or directory
06-09 10:02:05.492 30250 30267 W ziparchive: Unable to open '/data/user_de/0/com.google.android.gms/app_chimera/m/000000fb/GoogleCertificates.dm': No such file or directory
06-09 10:02:05.493 30250 30250 D CompatibilityChangeReporter: Compat change id reported: 210923482; UID 10184; state: ENABLED
06-09 10:02:05.496 1757 4976 E AppOps : Bad call made by uid 10184. Package "com.google.android.gms" does not belong to uid 10184.
06-09 10:02:05.499 1757 4976 E AppOps : Bad call made by uid 10184. Package "com.google.android.gms" does not belong to uid 10184.
06-09 10:02:05.500 1757 4976 E AppOps : Bad call made by uid 10184. Package "com.google.android.gms" does not belong to uid 10184.
06-09 10:02:05.503 5521 21132 E bwfc : Phenotype API error. Event # edax@564beab0, EventCode: 7 [CONTEXT service_id=51 ]
06-09 10:02:05.503 5521 21132 E bwfc : bwdx: 29505: No config packages for log source, or config package not registered
06-09 10:02:05.503 5521 21132 E bwfc : at bwfz.b(:com.google.android.gms@231819044@23.18.19 (190400-536743017):4)
06-09 10:02:05.503 5521 21132 E bwfc : at bwfw.g(:com.google.android.gms@231819044@23.18.19 (190400-536743017):0)
06-09 10:02:05.503 5521 21132 E bwfc : at bwfc.e(:com.google.android.gms@231819044@23.18.19 (190400-536743017):4)
06-09 10:02:05.503 5521 21132 E bwfc : at bwfc.f(:com.google.android.gms@231819044@23.18.19 (190400-536743017):2)
06-09 10:02:05.503 5521 21132 E bwfc : at avsy.eo(:com.google.android.gms@231819044@23.18.19 (190400-536743017):1)
06-09 10:02:05.503 5521 21132 E bwfc : at avtf.run(:com.google.android.gms@231819044@23.18.19 (190400-536743017):14)
06-09 10:02:05.503 5521 21132 E bwfc : at dfhf.run(:com.google.android.gms@231819044@23.18.19 (190400-536743017):2)
06-09 10:02:05.503 5521 21132 E bwfc : at aced.c(:com.google.android.gms@231819044@23.18.19 (190400-536743017):6)
06-09 10:02:05.503 5521 21132 E bwfc : at aced.run(:com.google.android.gms@231819044@23.18.19 (190400-536743017):7)
06-09 10:02:05.503 5521 21132 E bwfc : at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1137)
06-09 10:02:05.503 5521 21132 E bwfc : at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:637)
06-09 10:02:05.503 5521 21132 E bwfc : at acjn.run(:com.google.android.gms@231819044@23.18.19 (190400-536743017):0)
06-09 10:02:05.503 5521 21132 E bwfc : at java.lang.Thread.run(Thread.java:1012)
06-09 10:02:05.503 5521 21132 W AsyncOperation: operation=GetExperimentTokensOperationCall, opStatusCode=29505 [CONTEXT service_id=51 ]
06-09 10:02:05.503 5521 21132 W AsyncOperation: OperationException[Status{statusCode=No config packages for log source, or config package not registered, resolution=null}]
06-09 10:02:05.503 5521 21132 W AsyncOperation: at bwfc.e(:com.google.android.gms@231819044@23.18.19 (190400-536743017):6)
06-09 10:02:05.503 5521 21132 W AsyncOperation: at bwfc.f(:com.google.android.gms@231819044@23.18.19 (190400-536743017):2)
06-09 10:02:05.503 5521 21132 W AsyncOperation: at avsy.eo(:com.google.android.gms@231819044@23.18.19 (190400-536743017):1)
06-09 10:02:05.503 5521 21132 W AsyncOperation: at avtf.run(:com.google.android.gms@231819044@23.18.19 (190400-536743017):14)
06-09 10:02:05.503 5521 21132 W AsyncOperation: at dfhf.run(:com.google.android.gms@231819044@23.18.19 (190400-536743017):2)
06-09 10:02:05.503 5521 21132 W AsyncOperation: at aced.c(:com.google.android.gms@231819044@23.18.19 (190400-536743017):6)
06-09 10:02:05.503 5521 21132 W AsyncOperation: at aced.run(:com.google.android.gms@231819044@23.18.19 (190400-536743017):7)
06-09 10:02:05.503 5521 21132 W AsyncOperation: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1137)
06-09 10:02:05.503 5521 21132 W AsyncOperation: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:637)
06-09 10:02:05.503 5521 21132 W AsyncOperation: at acjn.run(:com.google.android.gms@231819044@23.18.19 (190400-536743017):0)
06-09 10:02:05.503 5521 21132 W AsyncOperation: at java.lang.Thread.run(Thread.java:1012)
06-09 10:02:05.511 30250 30250 D CompatibilityChangeReporter: Compat change id reported: 193247900; UID 10184; state: ENABLED
06-09 10:02:05.525 30250 30267 W cr_PartnerCustomize: Partner homepage must be HTTP(S) or NewTabPage. Got invalid URL ""
06-09 10:02:05.525 30250 30250 I ContentCaptureHelper: Setting logging level to OFF
06-09 10:02:05.536 30250 30250 I ContentCaptureHelper: Setting logging level to OFF
06-09 10:02:05.538 1757 2428 D CoreBackPreview: Window{389f254 u0 com.android.chrome/org.chromium.chrome.browser.ChromeTabbedActivity}: Setting back callback OnBackInvokedCallbackInfo{mCallback=android.window.IOnBackInvokedCallback$Stub$Proxy@7bddfc0, mPriority=-1}
06-09 10:02:05.539 1757 2428 D CoreBackPreview: Window{389f254 u0 com.android.chrome/org.chromium.chrome.browser.ChromeTabbedActivity}: Setting back callback OnBackInvokedCallbackInfo{mCallback=android.window.IOnBackInvokedCallback$Stub$Proxy@1545a9f, mPriority=0}
06-09 10:02:05.540 1757 1835 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10184; state: ENABLED
06-09 10:02:05.542 1757 1835 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10184; state: DISABLED
06-09 10:02:05.542 1757 1835 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10184; state: DISABLED
06-09 10:02:05.542 1757 1835 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10184; state: DISABLED
06-09 10:02:05.542 1757 1835 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10184; state: ENABLED
06-09 10:02:05.542 1757 1835 D CompatibilityChangeReporter: Compat change id reported: 207557677; UID 10184; state: ENABLED
06-09 10:02:05.543 1290 1290 W Zygote : forkRepeatedly terminated due to non-simple command
06-09 10:02:05.543 1290 1290 D Zygote : mbuffer starts with 15, nice name is com.android.chrome_zygote, mEnd = 417, mNext = 198, mLinesLeft = 6, mFd = 5
06-09 10:02:05.545 30250 30250 I cr_StartSurfaceConfig: Recorded Startup.Android.FirstDrawCompletedTime.NoInstant = 69 ms
06-09 10:02:05.550 662 662 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.allocator@4.0::IAllocator/default in either framework or device VINTF manifest.
06-09 10:02:05.551 661 661 I servicemanager: Found android.hardware.graphics.allocator.IAllocator/default in device VINTF manifest.
06-09 10:02:05.556 1290 1290 D Zygote : Forked child process 30307
06-09 10:02:05.559 1757 1835 W ZygoteProcess: Got error connecting to zygote, retrying. msg= Connection refused
06-09 10:02:05.563 30307 30307 I libc : SetHeapTaggingLevel: tag level set to 0
06-09 10:02:05.568 30307 30307 I d.chrome_zygote: Using CollectorTypeCC GC.
06-09 10:02:05.568 30250 30250 W TextView: onProvideContentCaptureStructure(): calling assumeLayout()
06-09 10:02:05.569 30250 30250 D CompatibilityChangeReporter: Compat change id reported: 163400105; UID 10184; state: ENABLED
06-09 10:02:05.575 1757 1814 I ActivityTaskManager: Displayed com.android.chrome/org.chromium.chrome.browser.ChromeTabbedActivity: +263ms
06-09 10:02:05.606 1383 1383 I WifiHAL : Creating message to get link statistics; iface = 48
06-09 10:02:05.610 1757 1835 I AppZygote: Starting application preload.
06-09 10:02:05.611 30307 30307 I AppZygoteInit: Beginning application preload for com.android.chrome
06-09 10:02:05.611 30250 30250 I chromium: [INFO:policy_logger.cc(142)] :components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc(272) Deferring CBCM Controller Initialization until it is unblocked.
06-09 10:02:05.612 30307 30307 W ziparchive: Unable to open '/data/app/~~FaoXL8JhM835oHoYKlInaQ==/com.google.android.trichromelibrary_573505733-rEqmRZG-bNZR8w-J3A3kKQ==/base.dm': No such file or directory
06-09 10:02:05.612 30307 30307 W ziparchive: Unable to open '/data/app/~~FaoXL8JhM835oHoYKlInaQ==/com.google.android.trichromelibrary_573505733-rEqmRZG-bNZR8w-J3A3kKQ==/base.dm': No such file or directory
06-09 10:02:05.612 30307 30307 W d.chrome_zygote: Entry not found
06-09 10:02:05.613 30307 30307 D nativeloader: Configuring classloader-namespace for other apk /data/app/FaoXL8JhM835oHoYKlInaQ==/com.google.android.trichromelibrary_573505733-rEqmRZG-bNZR8w-J3A3kKQ==/base.apk. target_sdk_version=34, uses_libraries=ALL, library_path=/data/app/cLyrqKjNPpzz4utfhLrUcA==/com.android.chrome-HNNykoF_76amToobf-XNFQ==/lib/arm64:/data/app/cLyrqKjNPpzz4utfhLrUcA==/com.android.chrome-HNNykoF_76amToobf-XNFQ==/base.apk!/lib/arm64-v8a:/data/app/FaoXL8JhM835oHoYKlInaQ==/com.google.android.trichromelibrary_573505733-rEqmRZG-bNZR8w-J3A3kKQ==/base.apk!/lib/arm64-v8a, permitted_path=/data:/mnt/expand
06-09 10:02:05.619 30307 30307 D nativeloader: Configuring classloader-namespace for other apk /data/app/cLyrqKjNPpzz4utfhLrUcA==/com.android.chrome-HNNykoF_76amToobf-XNFQ==/base.apk. target_sdk_version=34, uses_libraries=, library_path=/data/app/cLyrqKjNPpzz4utfhLrUcA==/com.android.chrome-HNNykoF_76amToobf-XNFQ==/lib/arm64:/data/app/cLyrqKjNPpzz4utfhLrUcA==/com.android.chrome-HNNykoF_76amToobf-XNFQ==/base.apk!/lib/arm64-v8a:/data/app/FaoXL8JhM835oHoYKlInaQ==/com.google.android.trichromelibrary_573505733-rEqmRZG-bNZR8w-J3A3kKQ==/base.apk!/lib/arm64-v8a, permitted_path=/data:/mnt/expand
06-09 10:02:05.623 30250 30250 W chromium: [WARNING:instance_id_android.cc(99)] Non-zero TTL requested for InstanceID token, while TTLs are not supported by Android Firebase IID API.
06-09 10:02:05.625 30307 30307 I cr_ZygotePreload: Loaded Zygote. version=114.0.5735.57 minSdkVersion=29 isBundle=true
06-09 10:02:05.626 30250 30250 I cr_SmsProviderGms: construction successfull qX2@9f7d32f, nX2@6376d3c
06-09 10:02:05.628 30307 30307 I cr_LibraryLoader: Loading monochrome_64 from within /data/app/~~cLyrqKjNPpzz4utfhLrUcA==/com.android.chrome-HNNykoF_76amToobf-XNFQ==/base.apk
06-09 10:02:05.628 30307 30307 I cr_Linker: loadLibraryImplLocked: monochrome_64, relroMode=1
06-09 10:02:05.630 27339 27339 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.credential.manager.service.firstparty.START dat=chimera-action:/... cmp=com.google.android.gms/.chimera.GmsApiService }
06-09 10:02:05.630 27339 27339 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.credential.manager.service.firstparty.START dat=chimera-action:/... cmp=com.google.android.gms/.chimera.GmsApiService }
06-09 10:02:05.634 30250 30329 W InstanceID: Instance ID SDK is deprecated, com.android.chrome should update to use Firebase Instance ID
06-09 10:02:05.637 1757 4996 D ConnectivityService: requestNetwork for uid/pid:10184/30250 activeRequest: null callbackRequest: 1906 [NetworkRequest [ REQUEST id=1907, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10184 RequestorUid: 10184 RequestorPkg: com.android.chrome UnderlyingNetworks: Null] ]] callback flags: 0 order: 2147483647
06-09 10:02:05.638 27339 27339 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.auth.key.retrieval.service.START dat=chimera-action:/... cmp=com.google.android.gms/.chimera.GmsApiService }
06-09 10:02:05.638 27339 27339 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.auth.key.retrieval.service.START dat=chimera-action:/... cmp=com.google.android.gms/.chimera.GmsApiService }
06-09 10:02:05.645 1757 2297 D ConnectivityService: NetReassign [1907 : null → 111] [c 0] [a 1] [i 7]
06-09 10:02:05.645 1757 1835 I AppZygote: Application preload done.
06-09 10:02:05.645 30307 30307 I AppZygoteInit: Application preload done
06-09 10:02:05.646 1383 1383 I WifiHAL : In GetLinkStatsCommand::handleResponse
06-09 10:02:05.652 1757 2297 D ConnectivityService: NetReassign [no changes] [c 1] [a 0] [i 6]
06-09 10:02:05.658 30307 30314 W d.chrome_zygote: Reducing the number of considered missed Gc histogram windows from 5950 to 100
06-09 10:02:05.659 1757 2428 D ConnectivityService: requestNetwork for uid/pid:10184/30250 activeRequest: null callbackRequest: 1909 [NetworkRequest [ REQUEST id=1910, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10184 RequestorUid: 10184 RequestorPkg: com.android.chrome UnderlyingNetworks: Null] ]] callback flags: 0 order: 2147483647
06-09 10:02:05.659 30307 30307 I Zygote : Entering forkRepeatedly native zygote loop
06-09 10:02:05.662 1757 2297 D ConnectivityService: NetReassign [1910 : null → 111] [c 1] [a 0] [i 1]
06-09 10:02:05.665 1757 2297 D ConnectivityService: NetReassign [no changes] [c 0] [a 1] [i 0]
06-09 10:02:05.668 1757 2289 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=1907, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10184 RequestorUid: 10184 RequestorPkg: com.android.chrome UnderlyingNetworks: Null] ]
06-09 10:02:05.668 1757 2289 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=1907, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10184 RequestorUid: 10184 RequestorPkg: com.android.chrome UnderlyingNetworks: Null] ]
06-09 10:02:05.668 1757 2289 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=1907, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10184 RequestorUid: 10184 RequestorPkg: com.android.chrome UnderlyingNetworks: Null] ]
06-09 10:02:05.668 1757 2289 D MultiInternetWifiNetworkFactory: got request NetworkRequest [ REQUEST id=1907, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10184 RequestorUid: 10184 RequestorPkg: com.android.chrome UnderlyingNetworks: Null] ]
06-09 10:02:05.668 1757 2289 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=1910, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10184 RequestorUid: 10184 RequestorPkg: com.android.chrome UnderlyingNetworks: Null] ]
06-09 10:02:05.668 1757 2289 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=1910, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10184 RequestorUid: 10184 RequestorPkg: com.android.chrome UnderlyingNetworks: Null] ]
06-09 10:02:05.668 1757 2289 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=1910, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10184 RequestorUid: 10184 RequestorPkg: com.android.chrome UnderlyingNetworks: Null] ]
06-09 10:02:05.668 1757 2289 D MultiInternetWifiNetworkFactory: got request NetworkRequest [ REQUEST id=1910, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10184 RequestorUid: 10184 RequestorPkg: com.android.chrome UnderlyingNetworks: Null] ]
06-09 10:02:05.672 1757 2297 D ConnectivityService: NetReassign [no changes] [c 0] [a 1] [i 2]
06-09 10:02:05.673 30250 30250 W cr_KnoxSettingsProvider: Permission to read device policy denied.
06-09 10:02:05.677 30307 30307 D Zygote : Forked child process 30342
06-09 10:02:05.678 1757 1835 W ActivityManager: Slow operation: 139ms so far, now at startProcess: returned from zygote!
06-09 10:02:05.678 1757 1835 W ActivityManager: Slow operation: 139ms so far, now at startProcess: done updating battery stats
06-09 10:02:05.678 1757 1835 W ActivityManager: Slow operation: 139ms so far, now at startProcess: building log message
06-09 10:02:05.678 1757 1835 I ActivityManager: Start proc 30342:com.android.chrome:sandboxed_process0:org.chromium.content.app.SandboxedProcessService0:0/u0ai0 for {com.android.chrome/org.chromium.content.app.SandboxedProcessService0:0}
06-09 10:02:05.678 1757 1835 W ActivityManager: Slow operation: 139ms so far, now at startProcess: starting to update pids map
06-09 10:02:05.678 1757 1835 W ActivityManager: Slow operation: 139ms so far, now at startProcess: done updating pids map
06-09 10:02:05.679 1757 1835 W ActivityManager: Slow operation: 67ms so far, now at startProcess: asking zygote to start proc
06-09 10:02:05.679 30250 30250 I cr_CompositorSurfaceMgr: Transitioning to surface with format: -1
06-09 10:02:05.679 30250 30250 I cr_CompositorSurfaceMgr: surfaceCreated format: 0
06-09 10:02:05.680 30342 30342 E libc : SetHeapTaggingLevel: re-enabling tagging after it was disabled is not supported
06-09 10:02:05.683 1290 1290 I Zygote : Entering forkRepeatedly native zygote loop
06-09 10:02:05.684 30250 30250 I cr_ChromeTabbedActivity: #initializeState
06-09 10:02:05.687 30342 30342 I ocessService0:0: Using CollectorTypeCC GC.
06-09 10:02:05.691 30342 30342 E ocessService0:0: Not starting debugger since process cannot load the jdwp agent.
06-09 10:02:05.694 1290 1290 D Zygote : Forked child process 30354
06-09 10:02:05.694 1757 1835 W ActivityManager: Slow operation: 83ms so far, now at startProcess: returned from zygote!
06-09 10:02:05.702 1757 1835 W ActivityManager: Slow operation: 90ms so far, now at startProcess: done updating battery stats
06-09 10:02:05.702 1757 1835 W ActivityManager: Slow operation: 91ms so far, now at startProcess: building log message
06-09 10:02:05.702 1757 1835 I ActivityManager: Start proc 30354:com.android.chrome:privileged_process0/u0a184 for service {com.android.chrome/org.chromium.content.app.PrivilegedProcessService0}
06-09 10:02:05.702 1757 1835 W ActivityManager: Slow operation: 91ms so far, now at startProcess: starting to update pids map
06-09 10:02:05.702 1757 1835 W ActivityManager: Slow operation: 91ms so far, now at startProcess: done updating pids map
06-09 10:02:05.702 30342 30342 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 90000; state: ENABLED
06-09 10:02:05.711 30250 30332 W cr_media: BLUETOOTH_CONNECT permission is missing.
06-09 10:02:05.712 30250 30332 W cr_media: registerBluetoothIntentsIfNeeded: Requires BLUETOOTH permission
06-09 10:02:05.714 30354 30354 I ileged_process0: Using CollectorTypeCC GC.
06-09 10:02:05.719 30342 30342 I LoadedApk: No resource references to update in package com.google.android.trichromelibrary
06-09 10:02:05.719 30342 30342 D NetworkSecurityConfig: Using Network Security Config from resource 0_resource_name_obfuscated debugBuild: false
06-09 10:02:05.720 30342 30342 D NetworkSecurityConfig: Using Network Security Config from resource 0_resource_name_obfuscated debugBuild: false
06-09 10:02:05.720 30342 30342 I cr_SplitCompatApp: Launched version=114.0.5735.57 minSdkVersion=29 isBundle=true processName=com.android.chrome:sandboxed_process0:org.chromium.content.app.SandboxedProcessService0:0 isIsolated=true
06-09 10:02:05.721 30354 30354 E ileged_process0: Not starting debugger since process cannot load the jdwp agent.
06-09 10:02:05.725 30342 30342 W SystemServiceRegistry: No service published for: uimode
06-09 10:02:05.727 30342 30342 I cr_ChildProcessService: Creating new ChildProcessService pid=30342
06-09 10:02:05.734 30354 30354 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10184; state: ENABLED
06-09 10:02:05.736 30354 30354 W ziparchive: Unable to open '/data/app/~~FaoXL8JhM835oHoYKlInaQ==/com.google.android.trichromelibrary_573505733-rEqmRZG-bNZR8w-J3A3kKQ==/base.dm': No such file or directory
06-09 10:02:05.736 30354 30354 W ziparchive: Unable to open '/data/app/~~FaoXL8JhM835oHoYKlInaQ==/com.google.android.trichromelibrary_573505733-rEqmRZG-bNZR8w-J3A3kKQ==/base.dm': No such file or directory
06-09 10:02:05.736 30354 30354 W ileged_process0: Entry not found
06-09 10:02:05.736 30354 30354 D nativeloader: Configuring classloader-namespace for other apk /data/app/FaoXL8JhM835oHoYKlInaQ==/com.google.android.trichromelibrary_573505733-rEqmRZG-bNZR8w-J3A3kKQ==/base.apk. target_sdk_version=34, uses_libraries=ALL, library_path=/data/app/cLyrqKjNPpzz4utfhLrUcA==/com.android.chrome-HNNykoF_76amToobf-XNFQ==/lib/arm64:/data/app/cLyrqKjNPpzz4utfhLrUcA==/com.android.chrome-HNNykoF_76amToobf-XNFQ==/base.apk!/lib/arm64-v8a:/data/app/FaoXL8JhM835oHoYKlInaQ==/com.google.android.trichromelibrary_573505733-rEqmRZG-bNZR8w-J3A3kKQ==/base.apk!/lib/arm64-v8a, permitted_path=/data:/mnt/expand:/data/user/0/com.android.chrome
06-09 10:02:05.739 30342 30370 I cr_LibraryLoader: Successfully loaded native library
06-09 10:02:05.741 30250 30250 D CompatibilityChangeReporter: Compat change id reported: 171228096; UID 10184; state: ENABLED
06-09 10:02:05.742 30354 30354 D nativeloader: Configuring classloader-namespace for other apk /data/app/cLyrqKjNPpzz4utfhLrUcA==/com.android.chrome-HNNykoF_76amToobf-XNFQ==/base.apk. target_sdk_version=34, uses_libraries=, library_path=/data/app/cLyrqKjNPpzz4utfhLrUcA==/com.android.chrome-HNNykoF_76amToobf-XNFQ==/lib/arm64:/data/app/cLyrqKjNPpzz4utfhLrUcA==/com.android.chrome-HNNykoF_76amToobf-XNFQ==/base.apk!/lib/arm64-v8a:/data/app/FaoXL8JhM835oHoYKlInaQ==/com.google.android.trichromelibrary_573505733-rEqmRZG-bNZR8w-J3A3kKQ==/base.apk!/lib/arm64-v8a, permitted_path=/data:/mnt/expand:/data/user/0/com.android.chrome
06-09 10:02:05.744 30342 30370 I cr_CachingUmaRecorder: Flushed 10 samples from 10 histograms.
06-09 10:02:05.744 30354 30354 W ileged_process0: JIT profile information will not be recorded: profile file does not exist.
06-09 10:02:05.747 30250 30250 I cr_OfflineIndicator: onConnectionTypeChanged 2
06-09 10:02:05.754 30250 30250 I cr_OfflineIndicator: Reported by system: [ Transports: CELLULAR Capabilities: IMS&NOT_METERED&TRUSTED&NOT_VPN&VALIDATED&NOT_ROAMING&FOREGROUND&NOT_CONGESTED&NOT_SUSPENDED&NOT_VCN_MANAGED&MMTEL LinkUpBandwidth>=15000Kbps LinkDnBandwidth>=30000Kbps Specifier: <TelephonyNetworkSpecifier [mSubId = 1]> UnderlyingNetworks: Null]
06-09 10:02:05.755 30250 30250 I cr_OfflineIndicator: Reported by system: [ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED&NOT_ROAMING&FOREGROUND&NOT_CONGESTED&NOT_SUSPENDED&NOT_VCN_MANAGED LinkUpBandwidth>=18866Kbps LinkDnBandwidth>=29280Kbps TransportInfo: <SSID:
06-09 09:38:47.345 30672 30852 W RankedDispatcher: The requested voice is not available for this app identifier
06-09 09:38:47.345 30672 30852 W LegacyVoicePolicyManage: The requested voice is not available for this app identifier
06-09 09:38:47.345 30672 30852 W LegacyVoicePolicyManage: The requested voice is not available for this app identifier
06-09 09:38:47.345 30672 30852 W LegacyVoicePolicyManage: The requested voice is not available for this app identifier
06-09 09:38:47.345 30672 30852 W LegacyVoicePolicyManage: The requested voice is not available for this app identifier
06-09 09:38:47.345 30672 30852 W LegacyVoicePolicyManage: The requested voice is not available for this app identifier
06-09 09:38:47.345 30672 30852 W LegacyVoicePolicyManage: The requested voice is not available for this app identifier
06-09 09:38:47.345 30672 30852 W LegacyVoicePolicyManage: The requested voice is not available for this app identifier
06-09 09:38:47.346 30672 30852 W LegacyVoicePolicyManage: The requested voice is not available for this app identifier
06-09 09:38:47.346 30672 30852 W LegacyVoicePolicyManage: The requested voice is not available for this app identifier
06-09 09:38:47.346 30672 30852 W LegacyVoicePolicyManage: The requested voice is not available for this app identifier
06-09 09:38:47.346 30672 30852 W LegacyVoicePolicyManage: The requested voice is not available for this app identifier
06-09 09:38:47.346 30672 30852 W LegacyVoicePolicyManage: The requested voice is not available for this app identifier
06-09 09:38:47.346 30672 30852 I GoogleTTSServiceImpl: currentLocale = cmn-TW
06-09 09:38:47.346 30672 30852 I RankedDispatcher: Redirect from zh_TW to cmn_TW
06-09 09:38:47.346 30672 30852 W RankedDispatcher: The requested voice is not available for this app identifier
06-09 09:38:47.347 30672 30852 W RankedDispatcher: The requested voice is not available for this app identifier
06-09 09:38:47.468 27339 27339 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.inappreach.service.START dat=chimera-action:/... cmp=com.google.android.gms/.chimera.GmsApiService }
06-09 09:38:47.761 1548 1548 D AOC : A3:MSG: window_orientation.c, 1158: [WO] Change detected: previous_rotation: 1, proposed_rotation: 0
06-09 09:38:47.761 1548 1548 D AOC : A3:MSG: window_orientation.c, 1162: [WO] Last acceleration 11941 ms ago > threshold.
06-09 09:38:47.761 1548 1548 D AOC : A3:MSG: window_orientation.c, 1164: [WO] z-axis rotation: 0
06-09 09:38:47.763 1548 1548 D AOC : A3:MSG: window_orientation.c, 1165: [WO] Last flat 436 ms ago < threshold.
06-09 09:38:47.763 1548 1548 D AOC : A3:MSG: window_orientation.c, 1168: [WO] Last swinging 566 ms ago > threshold.
06-09 09:38:47.764 1548 1548 D AOC : A3:MSG: window_orientation.c, 1169: [WO] Tilt angle 27 Orientation angle 1075625528
06-09 09:38:47.786 1757 1815 W ImageReader_JNI: Unable to acquire a buffer item, very likely client tried to acquire more than maxImages buffers
06-09 09:38:47.796 1757 1817 I ActivityTaskManager: Config changes=20000480 {1.0 440mcc10mnc [en_US] ldltr sw411dp w411dp h826dp 420dpi nrml long hdr widecg port finger -keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 1080, 2340) mAppBounds=Rect(0, 108 - 1080, 2277) mMaxBounds=Rect(0, 0 - 1080, 2340) mDisplayRotation=ROTATION_0 mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=undefined mAlwaysOnTop=undefined mRotation=ROTATION_0} s.7390 fontWeightAdjustment=0}
06-09 09:38:47.799 1757 1817 I WindowManager: Override config changes=20000480 {1.0 440mcc10mnc [en_US] ldltr sw411dp w411dp h826dp 420dpi nrml long hdr widecg port finger -keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 1080, 2340) mAppBounds=Rect(0, 108 - 1080, 2277) mMaxBounds=Rect(0, 0 - 1080, 2340) mDisplayRotation=ROTATION_0 mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=undefined mAlwaysOnTop=undefined mRotation=ROTATION_0} s.7390 fontWeightAdjustment=0} for displayId=0
06-09 09:38:47.800 1757 1817 D CompatibilityChangeReporter: Compat change id reported: 174042980; UID 10288; state: DISABLED
06-09 09:38:47.800 1757 1817 D CompatibilityChangeReporter: Compat change id reported: 184838306; UID 10288; state: DISABLED
06-09 09:38:47.800 1757 1817 D CompatibilityChangeReporter: Compat change id reported: 185004937; UID 10288; state: DISABLED
06-09 09:38:47.800 1757 1817 D CompatibilityChangeReporter: Compat change id reported: 181136395; UID 10288; state: DISABLED
06-09 09:38:47.800 1757 1817 D CompatibilityChangeReporter: Compat change id reported: 174042936; UID 10288; state: DISABLED
06-09 09:38:47.803 1757 1817 I InputManager-JNI: Viewport [0] to add: local:4619827677550801152, isActive: true
06-09 09:38:47.804 1757 2179 I InputReader: Reconfiguring input devices, changes=DISPLAY_INFO |
06-09 09:38:47.807 1315 1346 D audio_hw: adev_set_parameters: enter: rotation=0
06-09 09:38:47.807 1315 1346 D audio_hw_35l41: update rotation 0, enabled 0
06-09 09:38:47.811 2363 2402 V WindowManagerShell: Display changed: 0
06-09 09:38:47.813 1827 2110 E TwoshayTouchContextService: Got new packet! ContextPacket{orientation: PORTRAIT}
06-09 09:38:47.817 5739 5739 I DeviceModeUtil: DeviceModeUtil.getDeviceMode():133 Get device mode phone by ui mode:1 and smallestScreenWidthDp:411
06-09 09:38:47.826 26129 26129 E SurfaceSyncer: Failed to find sync for id=1
06-09 09:38:47.831 1548 1548 D AOC : A3:MSG: window_orientation.c, 697: [WO] Proposed rotation: 0, flat angle threshold: 65
06-09 09:38:47.831 1548 1548 D AOC : A3:MSG: window_orientation.c, 1105: [WO] orientation angle 17, orientation 0
06-09 09:38:47.831 1548 1548 D AOC : A3:MSG: window_orientation.c, 430: [WO] Gyro angle integrated: 547.385632
06-09 09:38:47.832 1548 1548 D AOC : A3:MSG: window_orientation.c, 430: [WO] Gyro angle integrated: 547.385632
06-09 09:38:47.832 1548 1548 D AOC : A3:MSG: window_orientation.c, 493: [WO] Rejected by settle_time and gyro finds no rotation 0
06-09 09:38:47.838 1757 1784 I WindowManager: finishDrawing of orientation change: Window{3968b5f u0 com.android.chrome/org.chromium.chrome.browser.ChromeTabbedActivity} 35ms
06-09 09:38:47.839 2363 2363 I NoBackGesture: Config changed: newConfig={1.0 440mcc10mnc [en_US] ldltr sw411dp w411dp h826dp 420dpi nrml long hdr widecg port finger -keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 1080, 2340) mAppBounds=Rect(0, 108 - 1080, 2277) mMaxBounds=Rect(0, 0 - 1080, 2340) mDisplayRotation=ROTATION_0 mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=undefined mAlwaysOnTop=undefined mRotation=ROTATION_0} s.7462 fontWeightAdjustment=0} lastReportedConfig={1.0 440mcc10mnc [en_US] ldltr sw411dp w850dp h387dp 420dpi nrml long hdr widecg land finger -keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 2340, 1080) mAppBounds=Rect(108, 0 - 2340, 1017) mMaxBounds=Rect(0, 0 - 2340, 1080) mDisplayRotation=ROTATION_90 mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=undefined mAlwaysOnTop=undefined mRotation=ROTATION_90} s.7385 fontWeightAdjustment=0}
06-09 09:38:47.841 794 835 I BpBinder: onLastStrongRef automatically unlinking death recipients:
`
And ChatGPT4 say this
This log output seems to indicate a problem with the application com.UniConnection.ARShouting. The application appears to have crashed, triggering a "Fatal signal 5 (SIGTRAP)" error. This error typically indicates an illegal instruction was executed, often as a result of a bug in the application. The bug could be a programming error or a problem in a third-party library the application is using.
The log specifically shows that the fault occurred within the libunity.so library, which is part of the Unity game engine. This could suggest a problem in the Unity part of the application, such as a memory corruption, a thread-related issue, or something else.
To find the root cause of the issue, you might want to:
Check the Unity part of your code to see if there's any issue there. Debug the Unity code if possible. Look for updates or bug fixes for the Unity engine. If this application is from a third-party, consider reaching out to the developer with this log file for further assistance. Remember that understanding crash logs often involves some amount of educated guessing unless symbolicated (i.e., replaced with human-readable function names and line numbers), as there are many potential causes for any given crash.
I hope it will help you
I tried newest version of your plugin. But still seems show same error.
06-11 21:27:55.087 2960 338 W NetworkScheduler: android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed: pending_ops.tag, pending_ops.target_class, pending_ops.target_package, pending_ops.user_id (code 2067 SQLITE_CONSTRAINT_UNIQUE) 06-11 21:27:55.087 2960 338 W NetworkScheduler: at android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native Method) 06-11 21:27:55.087 2960 338 W NetworkScheduler: at android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnection.java:938) 06-11 21:27:55.087 2960 338 W NetworkScheduler: at android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.java:790) 06-11 21:27:55.087 2960 338 W NetworkScheduler: at android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:88) 06-11 21:27:55.087 2960 338 W NetworkScheduler: at android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:1701) 06-11 21:27:55.087 2960 338 W NetworkScheduler: at android.database.sqlite.SQLiteDatabase.insertOrThrow(SQLiteDatabase.java:1596) 06-11 21:27:55.087 2960 338 W NetworkScheduler: at bodw.f(:com.google.android.gms@231819037@23.18.19 (150400-536743017):59) 06-11 21:27:55.087 2960 338 W NetworkScheduler: at bocq.n(:com.google.android.gms@231819037@23.18.19 (150400-536743017):3) 06-11 21:27:55.087 2960 338 W NetworkScheduler: at bocq.u(:com.google.android.gms@231819037@23.18.19 (150400-536743017):20) 06-11 21:27:55.087 2960 338 W NetworkScheduler: at bocq.h(:com.google.android.gms@231819037@23.18.19 (150400-536743017):3) 06-11 21:27:55.087 2960 338 W NetworkScheduler: at bnyi.run(:com.google.android.gms@231819037@23.18.19 (150400-536743017):9) 06-11 21:27:55.087 2960 338 W NetworkScheduler: at abvg.c(:com.google.android.gms@231819037@23.18.19 (150400-536743017):6) 06-11 21:27:55.087 2960 338 W NetworkScheduler: at abvg.run(:com.google.android.gms@231819037@23.18.19 (150400-536743017):7) 06-11 21:27:55.087 2960 338 W NetworkScheduler: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) 06-11 21:27:55.087 2960 338 W NetworkScheduler: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) 06-11 21:27:55.087 2960 338 W NetworkScheduler: at acar.run(:com.google.android.gms@231819037@23.18.19 (150400-536743017):0) 06-11 21:27:55.087 2960 338 W NetworkScheduler: at java.lang.Thread.run(Thread.java:923) 06-11 21:27:55.158 4277 4277 W linker : Warning: "/data/app/~~Pb3rpUMX1ybm7hckUEyM3g==/com.google.android.webview-UzLLLTzzhakb18bANhnHVw==/base.apk!/lib/arm64-v8a/libmonochrome.so" unused DT entry: unknown processor-specific (type 0x70000001 arg 0x0) (ignoring) 06-11 21:27:55.179 564 564 I lowmemorykiller: Kill 'jp.co.sharp.android.LockWeatherWidget' (4280), uid 10158, oom_adj 800 to free 70032kB 06-11 21:27:55.180 564 564 I lowmemorykiller: Reclaimed 70032kB at oom_adj 707 06-11 21:27:55.216 740 740 I Zygote : Process 4280 exited due to signal 9 (Killed) 06-11 21:27:55.217 1334 2193 I ActivityManager: Process jp.co.sharp.android.LockWeatherWidget (pid 4280) has died: svcb SVC 06-11 21:27:55.218 1334 1682 I libprocessgroup: Successfully killed process cgroup uid 10158 pid 4280 in 0ms 06-11 21:27:55.219 3955 3984 I SP : Registering content_cache.2023013013, url: https://www.gstatic.com/android/keyboard/modelpack/contentcache/202301301334/superpacks_manifest.json, constraints: W:::*, flags: bg, requested: 2023013013, current: 2023013013 06-11 21:27:55.220 564 564 I lowmemorykiller: Kill 'com.qualcomm.telephony' (3788), uid 10245, oom_adj 800 to free 28572kB 06-11 21:27:55.220 564 564 I lowmemorykiller: Reclaimed 28572kB at oom_adj 707 06-11 21:27:55.221 1334 2193 W ActivityManager: Scheduling restart of crashed service jp.co.sharp.android.LockWeatherWidget/.ForecastService in 202828ms for start-requested 06-11 21:27:55.241 30379 30379 I Finsky : [2] tjp.onTrimMemory(1): Memory trim requested to level 10 06-11 21:27:55.254 4103 4103 I AiAi : onTrimMemory() with level 10 06-11 21:27:55.256 3955 3984 I SP : Sync for emoticon_content_description succeeded in 199 ms: no changes 06-11 21:27:55.258 740 740 I Zygote : Process 3788 exited due to signal 9 (Killed) 06-11 21:27:55.260 3955 3984 I SP : Syncing content_cache (2023013013) with slices: [53515f8b3a3ff6637f37d33dc75fd2da, 8722425f4121ffdea802b1066df73991, fa1da98da1212aad6fb9a8efaff48148], metadata: true 06-11 21:27:55.260 1334 1682 I libprocessgroup: Successfully killed process cgroup uid 10245 pid 3788 in 0ms 06-11 21:27:55.261 1334 4254 I ActivityManager: Process com.qualcomm.telephony (pid 3788) has died: svc SVC 06-11 21:27:55.262 3955 3984 I SP : GC for 'emoticon_content_description' (10) with ttl of 0 ms took 0 ms (0/0/0) 06-11 21:27:55.263 1334 4254 W ActivityManager: Scheduling restart of crashed service com.qualcomm.atfwd/.AtFwdService in 83968ms for start-requested 06-11 21:27:55.265 3955 3955 I AppBase : AppBase.onTrimMemory():449 onTrimMemory(): 10 06-11 21:27:55.266 3955 3955 I GoogleInputMethodService: GoogleInputMethodService.onTrimMemory():4540 onTrimMemory(): 10 06-11 21:27:55.315 3955 3984 I SP : Sync for content_cache succeeded in 59 ms: no changes 06-11 21:27:55.316 3955 3984 I SP : GC for 'content_cache' (10) with ttl of 0 ms took 1 ms (0/1/0) 06-11 21:27:55.562 4277 4277 E chromium: [0611/212755.557329:ERROR:elf_dynamic_array_reader.h(64)] tag not found 06-11 21:27:55.591 4277 4277 E chromium: [0611/212755.591729:ERROR:process_memory_range.cc(75)] read out of range 06-11 21:27:55.666 4277 4277 W chromium: [0611/212755.666146:WARNING:thread_snapshot_linux.cc(112)] Unknown scheduling policy 1073741825 06-11 21:27:55.707 1383 1383 V directcharged: ControllerService::onHealthInfoChangedHandler(HealthInfo) 06-11 21:27:55.715 2586 2586 D DeviceStatisticsService: chargerType=2 batteryLevel=15 totalBatteryCapacity=3096800 06-11 21:27:55.735 949 949 V vendor.sharp.hardware.intelligentcharge.directcharge@1.0-service: DirectCharge::getStatus() -> INACTIVE 06-11 21:27:55.752 1087 4226 F libc : Fatal signal 5 (SIGTRAP), code -6 (SI_TKILL) in tid 4226 (UnityMain), pid 1087 (tion.ARShouting) 06-11 21:27:55.844 4332 4332 I crash_dump64: obtaining output fd from tombstoned, type: kDebuggerdTombstone 06-11 21:27:55.851 725 725 I tombstoned: received crash request for pid 4226 06-11 21:27:55.853 4332 4332 I crash_dump64: performing dump of process 1087 (target tid = 4226) 06-11 21:27:55.859 4332 4332 F DEBUG : 06-11 21:27:55.859 4332 4332 F DEBUG : Build fingerprint: 'RAKUTEN/SH-RM19/Chara:11/S924B/01.00.00:user/release-keys' 06-11 21:27:55.859 4332 4332 F DEBUG : Revision: '0' 06-11 21:27:55.859 4332 4332 F DEBUG : ABI: 'arm64' 06-11 21:27:55.859 4332 4332 F DEBUG : Timestamp: 2023-06-11 21:27:55+0900 06-11 21:27:55.859 4332 4332 F DEBUG : pid: 1087, tid: 4226, name: UnityMain >>> com.UniConnection.ARShouting <<< 06-11 21:27:55.859 4332 4332 F DEBUG : uid: 10500 06-11 21:27:55.859 4332 4332 F DEBUG : signal 5 (SIGTRAP), code -6 (SI_TKILL), fault addr -------- 06-11 21:27:55.859 4332 4332 F DEBUG : x0 0000000000000000 x1 0000000000001082 x2 0000000000000005 x3 0000000000008000 06-11 21:27:55.859 4332 4332 F DEBUG : x4 53736d647543ff6f x5 53736d647543ff6f x6 53736d647543ff6f x7 7f7f7f7f7f7f7f7f 06-11 21:27:55.859 4332 4332 F DEBUG : x8 0000000000000083 x9 9677bf021e0d6363 x10 0000000000000001 x11 0000000000000000 06-11 21:27:55.859 4332 4332 F DEBUG : x12 000000770f1e8a70 x13 000000000000001a x14 0010c59bd60625ef x15 0000000034155555 06-11 21:27:55.859 4332 4332 F DEBUG : x16 0000007a7cf7b1d8 x17 0000007a7cf5cdd0 x18 0000007701cd8000 x19 000000770f1ea400 06-11 21:27:55.859 4332 4332 F DEBUG : x20 0000000000000000 x21 000000770f1ea4d0 x22 000000770f1ec000 x23 000000770ab9a000 06-11 21:27:55.859 4332 4332 F DEBUG : x24 000000770a0f3c30 x25 000000770f1ec000 x26 0000000000000021 x27 0000000000000002 06-11 21:27:55.859 4332 4332 F DEBUG : x28 0000000000000000 x29 000000770f1ea770 06-11 21:27:55.859 4332 4332 F DEBUG : lr 000000770a0f3974 sp 000000770f1ea340 pc 0000007a7cf5cdd8 pst 0000000000001000 06-11 21:27:56.032 31412 31412 D BaseModuleMessageHandler: GAMING_MSG_CHANGE_FOREGROUND: start 06-11 21:27:56.033 31412 31412 D BaseModuleMessageHandler: GAMING_MSG_CHANGE_FOREGROUND: end 06-11 21:27:56.162 4332 4332 F DEBUG : backtrace: 06-11 21:27:56.162 4332 4332 F DEBUG : #00 pc 000000000009add8 /apex/com.android.runtime/lib64/bionic/libc.so (tgkill+8) (BuildId: 5cf444ecfa9d1d87d12959a470ba5246) 06-11 21:27:56.162 4332 4332 F DEBUG : #01 pc 0000000000867970 /data/app/~~7g3j5L3X7LGSbTP8Fup8nQ==/com.UniConnection.ARShouting-2Ct6B2p4-eT-w4_yu9uymw==/lib/arm64/libunity.so (BuildId: 8160396f389c91d7e2a1c43c385c14c4b7b6d671) 06-11 21:27:56.162 4332 4332 F DEBUG : #02 pc 0000000000867eec /data/app/~~7g3j5L3X7LGSbTP8Fup8nQ==/com.UniConnection.ARShouting-2Ct6B2p4-eT-w4_yu9uymw==/lib/arm64/libunity.so (BuildId: 8160396f389c91d7e2a1c43c385c14c4b7b6d671) 06-11 21:27:56.162 4332 4332 F DEBUG : #03 pc 000000000074bfec /data/app/~~7g3j5L3X7LGSbTP8Fup8nQ==/com.UniConnection.ARShouting-2Ct6B2p4-eT-w4_yu9uymw==/lib/arm64/libunity.so (BuildId: 8160396f389c91d7e2a1c43c385c14c4b7b6d671) 06-11 21:27:56.162 4332 4332 F DEBUG : #04 pc 00000000003b98dc /data/app/~~7g3j5L3X7LGSbTP8Fup8nQ==/com.UniConnection.ARShouting-2Ct6B2p4-eT-w4_yu9uymw==/lib/arm64/libunity.so (BuildId: 8160396f389c91d7e2a1c43c385c14c4b7b6d671) 06-11 21:27:56.162 4332 4332 F DEBUG : #05 pc 00000000003b9cfc /data/app/~~7g3j5L3X7LGSbTP8Fup8nQ==/com.UniConnection.ARShouting-2Ct6B2p4-eT-w4_yu9uymw==/lib/arm64/libunity.so (BuildId: 8160396f389c91d7e2a1c43c385c14c4b7b6d671) 06-11 21:27:56.162 4332 4332 F DEBUG : #06 pc 00000000003bc038 /data/app/~~7g3j5L3X7LGSbTP8Fup8nQ==/com.UniConnection.ARShouting-2Ct6B2p4-eT-w4_yu9uymw==/lib/arm64/libunity.so (BuildId: 8160396f389c91d7e2a1c43c385c14c4b7b6d671) 06-11 21:27:56.162 4332 4332 F DEBUG : #07 pc 0000000000056914 /data/app/~~7g3j5L3X7LGSbTP8Fup8nQ==/com.UniConnection.ARShouting-2Ct6B2p4-eT-w4_yu9uymw==/oat/arm64/base.odex (art_jni_trampoline+132) 06-11 21:27:56.162 4332 4332 F DEBUG : #08 pc 0000000000133564 /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+548) (BuildId: beffb9d89cb54deeb47538c8f05338fb) 06-11 21:27:56.162 4332 4332 F DEBUG : #09 pc 00000000001a8a78 /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread, unsigned int, unsigned int, art::JValue, char const)+200) (BuildId: beffb9d89cb54deeb47538c8f05338fb) 06-11 21:27:56.162 4332 4332 F DEBUG : #10 pc 000000000031830c /apex/com.android.art/lib64/libart.so (art::interpreter::ArtInterpreterToCompiledCodeBridge(art::Thread, art::ArtMethod, art::ShadowFrame, unsigned short, art::JValue)+376) (BuildId: beffb9d89cb54deeb47538c8f05338fb) 06-11 21:27:56.162 4332 4332 F DEBUG : #11 pc 000000000030e638 /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod, art::Thread, art::ShadowFrame&, art::Instruction const, unsigned short, art::JValue)+996) (BuildId: beffb9d89cb54deeb47538c8f05338fb) 06-11 21:27:56.162 4332 4332 F DEBUG : #12 pc 000000000067eb4c /apex/com.android.art/lib64/libart.so (MterpInvokeDirect+576) (BuildId: beffb9d89cb54deeb47538c8f05338fb) 06-11 21:27:56.162 4332 4332 F DEBUG : #13 pc 000000000012d914 /apex/com.android.art/lib64/libart.so (mterp_op_invoke_direct+20) (BuildId: beffb9d89cb54deeb47538c8f05338fb) 06-11 21:27:56.162 4332 4332 F DEBUG : #14 pc 0000000000ae3658 /data/app/~~7g3j5L3X7LGSbTP8Fup8nQ==/com.UniConnection.ARShouting-2Ct6B2p4-eT-w4_yu9uymw==/oat/arm64/base.vdex (com.unity3d.player.UnityPlayer.access$000) 06-11 21:27:56.162 4332 4332 F DEBUG : #15 pc 000000000067f6cc /apex/com.android.art/lib64/libart.so (MterpInvokeStatic+1224) (BuildId: beffb9d89cb54deeb47538c8f05338fb) 06-11 21:27:56.162 4332 4332 F DEBUG : #16 pc 000000000012d994 /apex/com.android.art/lib64/libart.so (mterp_op_invoke_static+20) (BuildId: beffb9d89cb54deeb47538c8f05338fb) 06-11 21:27:56.162 4332 4332 F DEBUG : #17 pc 0000000000ae1faa /data/app/~~7g3j5L3X7LGSbTP8Fup8nQ==/com.UniConnection.ARShouting-2Ct6B2p4-eT-w4_yu9uymw==/oat/arm64/base.vdex (com.unity3d.player.UnityPlayer$e$1.a+38) 06-11 21:27:56.162 4332 4332 F DEBUG : #18 pc 000000000067edec /apex/com.android.art/lib64/libart.so (MterpInvokeDirect+1248) (BuildId: beffb9d89cb54deeb47538c8f05338fb) 06-11 21:27:56.162 4332 4332 F DEBUG : #19 pc 000000000012d914 /apex/com.android.art/lib64/libart.so (mterp_op_invoke_direct+20) (BuildId: beffb9d89cb54deeb47538c8f05338fb) 06-11 21:27:56.162 4332 4332 F DEBUG : #20 pc 0000000000ae1e76 /data/app/~~7g3j5L3X7LGSbTP8Fup8nQ==/com.UniConnection.ARShouting-2Ct6B2p4-eT-w4_yu9uymw==/oat/arm64/base.vdex (com.unity3d.player.UnityPlayer$e$1.handleMessage+318) 06-11 21:27:56.162 4332 4332 F DEBUG : #21 pc 0000000000305c34 /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: beffb9d89cb54deeb47538c8f05338fb) 06-11 21:27:56.162 4332 4332 F DEBUG : #22 pc 000000000066b1d8 /apex/com.android.art/lib64/libart.so (artQuickToInterpreterBridge+780) (BuildId: beffb9d89cb54deeb47538c8f05338fb) 06-11 21:27:56.162 4332 4332 F DEBUG : #23 pc 000000000013cff8 /apex/com.android.art/lib64/libart.so (art_quick_to_interpreter_bridge+88) (BuildId: beffb9d89cb54deeb47538c8f05338fb) 06-11 21:27:56.162 4332 4332 F DEBUG : #24 pc 000000000064ca38 /system/framework/arm64/boot-framework.oat (android.os.Handler.dispatchMessage+136) (BuildId: 0c16bee66b51845f6f99be0ce8298b3f2415d685) 06-11 21:27:56.162 4332 4332 F DEBUG : #25 pc 000000000064ff5c /system/framework/arm64/boot-framework.oat (android.os.Looper.loop+1516) (BuildId: 0c16bee66b51845f6f99be0ce8298b3f2415d685) 06-11 21:27:56.162 4332 4332 F DEBUG : #26 pc 00000000001337e8 /apex/com.android.art/lib64/libart.so (art_quick_invoke_static_stub+568) (BuildId: beffb9d89cb54deeb47538c8f05338fb) 06-11 21:27:56.162 4332 4332 F DEBUG : #27 pc 00000000001a8a94 /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread, unsigned int, unsigned int, art::JValue, char const)+228) (BuildId: beffb9d89cb54deeb47538c8f05338fb) 06-11 21:27:56.162 4332 4332 F DEBUG : #28 pc 000000000031830c /apex/com.android.art/lib64/libart.so (art::interpreter::ArtInterpreterToCompiledCodeBridge(art::Thread, art::ArtMethod, art::ShadowFrame, unsigned short, art::JValue)+376) (BuildId: beffb9d89cb54deeb47538c8f05338fb) 06-11 21:27:56.162 4332 4332 F DEBUG : #29 pc 000000000030e638 /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod, art::Thread, art::ShadowFrame&, art::Instruction const, unsigned short, art::JValue)+996) (BuildId: beffb9d89cb54deeb47538c8f05338fb) 06-11 21:27:56.162 4332 4332 F DEBUG : #30 pc 000000000067f428 /apex/com.android.art/lib64/libart.so (MterpInvokeStatic+548) (BuildId: beffb9d89cb54deeb47538c8f05338fb) 06-11 21:27:56.162 4332 4332 F DEBUG : #31 pc 000000000012d994 /apex/com.android.art/lib64/libart.so (mterp_op_invoke_static+20) (BuildId: beffb9d89cb54deeb47538c8f05338fb) 06-11 21:27:56.162 4332 4332 F DEBUG : #32 pc 0000000000ae21f0 /data/app/~~7g3j5L3X7LGSbTP8Fup8nQ==/com.UniConnection.ARShouting-2Ct6B2p4-eT-w4_yu9uymw==/oat/arm64/base.vdex (com.unity3d.player.UnityPlayer$e.run+40) 06-11 21:27:56.162 4332 4332 F DEBUG : #33 pc 0000000000305c34 /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: beffb9d89cb54deeb47538c8f05338fb) 06-11 21:27:56.162 4332 4332 F DEBUG : #34 pc 000000000066b1d8 /apex/com.android.art/lib64/libart.so (artQuickToInterpreterBridge+780) (BuildId: beffb9d89cb54deeb47538c8f05338fb) 06-11 21:27:56.162 4332 4332 F DEBUG : #35 pc 000000000013cff8 /apex/com.android.art/lib64/libart.so (art_quick_to_interpreter_bridge+88) (BuildId: beffb9d89cb54deeb47538c8f05338fb) 06-11 21:27:56.162 4332 4332 F DEBUG : #36 pc 0000000000133564 /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+548) (BuildId: beffb9d89cb54deeb47538c8f05338fb) 06-11 21:27:56.162 4332 4332 F DEBUG : #37 pc 00000000001a8a78 /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread, unsigned int, unsigned int, art::JValue, char const)+200) (BuildId: beffb9d89cb54deeb47538c8f05338fb) 06-11 21:27:56.162 4332 4332 F DEBUG : #38 pc 0000000000554c48 /apex/com.android.art/lib64/libart.so (art::JValue art::InvokeVirtualOrInterfaceWithJValues<art::ArtMethod>(art::ScopedObjectAccessAlreadyRunnable const&, _jobject, art::ArtMethod, jvalue const)+460) (BuildId: beffb9d89cb54deeb47538c8f05338fb) 06-11 21:27:56.162 4332 4332 F DEBUG : #39 pc 00000000005a3fe4 /apex/com.android.art/lib64/libart.so (art::Thread::CreateCallback(void)+1308) (BuildId: beffb9d89cb54deeb47538c8f05338fb) 06-11 21:27:56.162 4332 4332 F DEBUG : #40 pc 00000000000b0048 /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start(void)+64) (BuildId: 5cf444ecfa9d1d87d12959a470ba5246) 06-11 21:27:56.162 4332 4332 F DEBUG : #41 pc 00000000000503c8 /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64) (BuildId: 5cf444ecfa9d1d87d12959a470ba5246)
Were you able to clear anything related to this plugin on the android device, and rebuild a fresh project with the package?
Thank you finary, I can login from Android.
Step1. Delete previous version of eos-plugin and Samples folder
Step2. Delete all files in Library.
Step3. install eos-plugin2.3.1
Step4. change res/value.xml in PlatformSpecificAssets\EOS\Android[static or dynamic]-stdc++\aar
Describe the bug After Logining to EPIC using Account portal , Android reboot automatically and need to login again.
Expected behavior Is this expected behaviour? If so, How to avoid login again?
Desktop (please complete the following information):
Smartphone (please complete the following information):