Closed umairkhan22 closed 2 years ago
I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.
Hi @umairkhan22
Assets/Plugins/Android/mainTemplate.gradle
?Assets > External Dependency Manager > Android Resolver > Force Resolve
?Assets > External Dependency Manager > Android Resolver > Display Libraries
? Feel free to mask sensitive information.Thank you, Shawn
([rootProject] + (rootProject.subprojects as List)).each { project -> project.repositories { def unityProjectPath = $/file:///DIR_UNITYPROJECT/$.replace("\", "/") maven { url "https://maven.google.com" } maven { url "https://maven.google.com/" // Assets/GoogleMobileAds/Editor/GoogleMobileAdsDependencies.xml:7, Assets/GoogleMobileAds/Editor/GoogleMobileAdsDependencies.xml:12, Assets/GoogleMobileAds/Editor/GoogleMobileAdsDependencies.xml:17, Assets/GoogleMobileAdsNative/Editor/GoogleMobileAdsNativeDependencies.xml:7 } maven { url "https://repo.maven.apache.org/maven2/" // Assets/GoogleMobileAds/Editor/InMobiMediationDependencies.xml:8, Assets/GoogleMobileAds/Editor/UnityMediationDependencies.xml:9, Assets/GoogleMobileAds/Editor/UnityMediationDependencies.xml:17 } maven { url "https://android-sdk.is.com/" // Assets/GoogleMobileAds/Editor/IronSourceMediationDependencies.xml:8 } maven { url "https://maven.google.com" // Assets/GoogleMobileAdsMediationTestSuite/Editor/GoogleMobileAdsMediationTestSuiteDependencies.xml:7 } maven { url "https://dl.google.com/dl/android/maven2/" // Assets/GoogleMobileAds/Editor/InMobiMediationDependencies.xml:8, Assets/GoogleMobileAds/Editor/IronSourceMediationDependencies.xml:8, Assets/GoogleMobileAds/Editor/UnityMediationDependencies.xml:9 } mavenLocal() mavenCentral() } } dependencies { implementation 'androidx.lifecycle:lifecycle-common-java8:2.4.1' // Assets/GoogleMobileAds/Editor/GoogleMobileAdsDependencies.xml:12 implementation 'androidx.lifecycle:lifecycle-process:2.4.1' // Assets/GoogleMobileAds/Editor/GoogleMobileAdsDependencies.xml:17 implementation 'com.google.ads.mediation:inmobi:10.0.5.0' // Assets/GoogleMobileAds/Editor/InMobiMediationDependencies.xml:8 implementation 'com.google.ads.mediation:ironsource:7.2.2.1.0' // Assets/GoogleMobileAds/Editor/IronSourceMediationDependencies.xml:8 implementation 'com.google.ads.mediation:unity:4.2.1.1' // Assets/GoogleMobileAds/Editor/UnityMediationDependencies.xml:9 implementation 'com.google.android.ads:mediation-test-suite:3.0.0' // Assets/GoogleMobileAdsMediationTestSuite/Editor/GoogleMobileAdsMediationTestSuiteDependencies.xml:7 implementation 'com.google.android.gms:play-services-ads:21.0.0' // Assets/GoogleMobileAds/Editor/GoogleMobileAdsDependencies.xml:7 implementation 'com.google.code.gson:gson:2.8.5' // Assets/GoogleMobileAdsNative/Editor/GoogleMobileAdsNativeDependencies.xml:7 implementation 'com.unity3d.ads:unity-ads:4.2.1' // Assets/GoogleMobileAds/Editor/UnityMediationDependencies.xml:17 } android { packagingOptions { exclude ('/lib/armeabi/' + '') exclude ('/lib/mips/' + '') exclude ('/lib/mips64/' + '') exclude ('/lib/x86/' + '') exclude ('/lib/x86_64/' + '') }
On Tue, Aug 30, 2022 at 1:03 AM chkuang-g @.***> wrote:
Hi @umairkhan22 https://github.com/umairkhan22
- Are you using Assets/Plugins/Android/mainTemplate.gradle?
- Do you have any resolution conflict when using editor tool Assets > External Dependency Manager > Android Resolver > Force Resolve?
- Could you post your content when you click on Assets > External Dependency Manager > Android Resolver > Display Libraries? Feel free to mask sensitive information.
Thank you, Shawn
— Reply to this email directly, view it on GitHub https://github.com/firebase/firebase-unity-sdk/issues/453#issuecomment-1230801743, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEXVBNR2AE5QD46XKNYHAQTV3UJQFANCNFSM574MZPHQ . You are receiving this because you were mentioned.Message ID: @.***>
Any solution Wating For your responce Please reply
Hi,
Here is what I tried:
Based on Analytics quickstart and Firebase 9.6.0
and Unity 2019.4.36f1
, I added InMobiMediationDependencies.xml
When I did Force Resolve, there is no error at this point.
This is what you mentioned:
Conflict Dependencies resolved by doing force resolve through External Dependency Manager.
Could you post what conflict you saw?
Also, I did saw a build fail after adding InMobiMediationDependencies.xml
.
Execution failed for task ':launcher:processReleaseResources'.
> Android resource linking failed
/Users/chkuang/Workspace/google3/database-desktop/unity-testapp/analytics/Temp/gradleOut/launcher/build/intermediates/merged_manifests/release/AndroidManifest.xml:44: AAPT: error: unexpected element <queries> found in <manifest>.
/Users/chkuang/Workspace/google3/database-desktop/unity-testapp/analytics/Temp/gradleOut/launcher/build/intermediates/merged_manifests/release/AndroidManifest.xml:61: AAPT: error: unexpected element <queries> found in <manifest>.
Did you see anything like this?
At this point, I have a feeling that the InMobi libraries had something that Unity is unable to merge. I would recommend you to contact Admob team for this matter.
Hey @umairkhan22. We need more information to resolve this issue but there hasn't been an update in 5 weekdays. I'm marking the issue as stale and if there are no new updates in the next 5 days I will close it automatically.
If you have more information that will help us get to the bottom of this, just add a comment!
Since there haven't been any recent updates here, I am going to close this issue.
@umairkhan22 if you're still experiencing this problem and want to continue the discussion just leave a comment here and we are happy to re-open this.
[REQUIRED] Please fill in the following fields:
[REQUIRED] Please describe the issue here:
using Admob mediation. its adpoter Inmobi Dependencies Conflict with FireBase Analytics. (Please list the full steps to reproduce the issue. Include device logs, Unity logs, and stack traces if available.)
Steps to reproduce:
Have you been able to reproduce this issue with just the Firebase Unity quickstarts (this GitHub project)? What's the issue repro rate? (eg 100%, 1/5 etc) yes i try this. this will not work .
I am using Admob mediation with 3 adopter Unity ,Iron source,AppLovin,Adcolony,vungle and Inmobi. All working fine . But the issue is When we Include Firebase in admob Mediation then Just Inmobi Dependencies Conflict with firebase and my (Unity)Android Game Crashes Immediately On All Phones. . i also use External dependencies Mangers to resolve the dependencies But it still same . Unity =2020.3.37f1 FirebaseAnalytics Version = 9.4.0 Admob version =7.2.0 Inmobi adopter Version= 4.0.4 Attached crash Log file as well. Please help to resolve these inmobi dependences Confliction . Thanks
Relevant Code:
Crash Code 0001/01/01 00:00:00.000 -1 -1 Info --------- beginning of crash 2022/08/25 13:05:10.203 6039 6039 Error AndroidRuntime FATAL EXCEPTION: main 2022/08/25 13:05:10.203 6039 6039 Error AndroidRuntime Process: com.gns.army.commando.counterattack.fps.snipergame, PID: 6039 2022/08/25 13:05:10.203 6039 6039 Error AndroidRuntime java.lang.RuntimeException: Unable to get provider androidx.startup.InitializationProvider: androidx.startup.StartupException: java.lang.AbstractMethodError: abstract method "void androidx.lifecycle.DefaultLifecycleObserver.onCreate(androidx.lifecycle.LifecycleOwner)" 2022/08/25 13:05:10.203 6039 6039 Error AndroidRuntime at android.app.ActivityThread.installProvider(ActivityThread.java:7430) 2022/08/25 13:05:10.203 6039 6039 Error AndroidRuntime at android.app.ActivityThread.installContentProviders(ActivityThread.java:6942) 2022/08/25 13:05:10.203 6039 6039 Error AndroidRuntime at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6713) 2022/08/25 13:05:10.203 6039 6039 Error AndroidRuntime at android.app.ActivityThread.access$1500(ActivityThread.java:247) 2022/08/25 13:05:10.203 6039 6039 Error AndroidRuntime at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2057) 2022/08/25 13:05:10.203 6039 6039 Error AndroidRuntime at android.os.Handler.dispatchMessage(Handler.java:106) 2022/08/25 13:05:10.203 6039 6039 Error AndroidRuntime at android.os.Looper.loopOnce(Looper.java:201) 2022/08/25 13:05:10.203 6039 6039 Error AndroidRuntime at android.os.Looper.loop(Looper.java:288) 2022/08/25 13:05:10.203 6039 6039 Error AndroidRuntime at android.app.ActivityThread.main(ActivityThread.java:7842) 2022/08/25 13:05:10.203 6039 6039 Error AndroidRuntime at java.lang.reflect.Method.invoke(Native Method) 2022/08/25 13:05:10.203 6039 6039 Error AndroidRuntime at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) 2022/08/25 13:05:10.203 6039 6039 Error AndroidRuntime at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003) 2022/08/25 13:05:10.203 6039 6039 Error AndroidRuntime Caused by: androidx.startup.StartupException: java.lang.AbstractMethodError: abstract method "void androidx.lifecycle.DefaultLifecycleObserver.onCreate(androidx.lifecycle.LifecycleOwner)" 2022/08/25 13:05:10.203 6039 6039 Error AndroidRuntime at androidx.startup.AppInitializer.doInitialize(AppInitializer.java:187) 2022/08/25 13:05:10.203 6039 6039 Error AndroidRuntime at androidx.startup.AppInitializer.discoverAndInitialize(AppInitializer.java:238) 2022/08/25 13:05:10.203 6039 6039 Error AndroidRuntime at androidx.startup.AppInitializer.discoverAndInitialize(AppInitializer.java:206) 2022/08/25 13:05:10.203 6039 6039 Error AndroidRuntime at androidx.startup.InitializationProvider.onCreate(InitializationProvider.java:45) 2022/08/25 13:05:10.203 6039 6039 Error AndroidRuntime at android.content.ContentProvider.attachInfo(ContentProvider.java:2404) 2022/08/25 13:05:10.203 6039 6039 Error AndroidRuntime at android.content.ContentProvider.attachInfo(ContentProvider.java:2374) 2022/08/25 13:05:10.203 6039 6039 Error AndroidRuntime at android.app.ActivityThread.installProvider(ActivityThread.java:7425) 2022/08/25 13:05:10.203 6039 6039 Error AndroidRuntime ... 11 more 2022/08/25 13:05:10.203 6039 6039 Error AndroidRuntime Caused by: java.lang.AbstractMethodError: abstract method "void androidx.lifecycle.DefaultLifecycleObserver.onCreate(androidx.lifecycle.LifecycleOwner)" 2022/08/25 13:05:10.203 6039 6039 Error AndroidRuntime at androidx.lifecycle.FullLifecycleObserverAdapter.onStateChanged(FullLifecycleObserverAdapter.java:36) 2022/08/25 13:05:10.203 6039 6039 Error AndroidRuntime at androidx.lifecycle.LifecycleRegistry$ObserverWithState.dispatchEvent(LifecycleRegistry.java:354) 2022/08/25 13:05:10.203 6039 6039 Error AndroidRuntime at androidx.lifecycle.LifecycleRegistry.addObserver(LifecycleRegistry.java:196) 2022/08/25 13:05:10.203 6039 6039 Error AndroidRuntime at androidx.emoji2.text.EmojiCompatInitializer.delayUntilFirstResume(EmojiCompatInitializer.java:107) 2022/08/25 13:05:10.203 6039 6039 Error AndroidRuntime at androidx.emoji2.text.EmojiCompatInitializer.create(EmojiCompatInitializer.java:89) 2022/08/25 13:05:10.203 6039 6039 Error AndroidRuntime at androidx.emoji2.text.EmojiCompatInitializer.create(EmojiCompatInitializer.java:73) 2022/08/25 13:05:10.203 6039 6039 Error AndroidRuntime at androidx.startup.AppInitializer.doInitialize(AppInitializer.java:180) 2022/08/25 13:05:10.203 6039 6039 Error AndroidRuntime ... 17 more 2022/08/25 13:05:10.205 1785 6065 Info DropBoxManagerService add tag=data_app_crash isTagEnabled=true flags=0x2 2022/08/25 13:05:10.205 1785 4111 Warn ActivityTaskManager Force finishing activity com.gns.army.commando.counterattack.fps.snipergame/com.unity3d.player.UnityPlayerActivity 2022/08/25 13:05:10.206 1114 4480 Debug audio_hw_primary out_write: retry previous failed cal level set 2022/08/25 13:05:10.206 6039 6059 Warn System ClassLoader referenced unknown path: 2022/08/25 13:05:10.213 6039 6057 Info DynamiteModule Considering local module com.google.android.gms.ads.dynamite:0 and remote module com.google.android.gms.ads.dynamite:221908400 2022/08/25 13:05:10.213 6039 6057 Info DynamiteModule Selected remote version of com.google.android.gms.ads.dynamite, version >= 221908400 2022/08/25 13:05:10.213 6039 6057 Verbose DynamiteModule Dynamite loader version >= 2, using loadModule2NoCrashUtils 2022/08/25 13:05:10.217 6039 6039 Info Process Sending signal. PID: 6039 SIG: 9 2022/08/25 13:05:10.222 1785 1867 Warn BroadcastQueue Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver 2022/08/25 13:05:10.222 1785 1867 Warn BroadcastQueue Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver 2022/08/25 13:05:10.227 1785 4106 Info ActivityManager Process com.gns.army.commando.counterattack.fps.snipergame (pid 6039) has died: prcp TOP 2022/08/25 13:05:10.227 1100 1100 Info Zygote Process 6039 exited due to signal 9 (Killed) 2022/08/25 13:05:10.228 1785 1869 Info libprocessgroup Successfully killed process cgroup uid 10469 pid 6039 in 0ms 2022/08/25 13:05:10.241 3099 3099 Info GsaVoiceInteractionSrv Handling ACTION_STOP_HOTWORD 2022/08/25 13:05:10.243 3099 3099 Info GsaVoiceInteractionSrv Handling ACTION_STARTHOTWORD 2022/08/25 13:05:10.243 3099 3524 Info GsaVoiceInteractionSrv (REDACTED) disregardVoiceMatch: %b 2022/08/25 13:05:10.243 3099 3524 Info GsaVoiceInteractionSrv Cannot start hotword, hotword has been explicitly disabled. 2022/08/25 13:05:10.249 1131 1131 Info android.hardware.health@2.0-service.crosshatch Entry state: 0 chargerstatus: Charging batteryLevel: 100 2022/08/25 13:05:10.249 1131 1131 Info android.hardware.health@2.0-service.crosshatch Exit state: 0 batteryLevel: 100 2022/08/25 13:05:10.254 2318 2318 Debug PowerNotificationWarningsGoogleImpl isPlugged: true | isOverheated: false | defenderEnabled: false 2022/08/25 13:05:10.256 2318 14228 Debug PowerUI can't show warning due to - plugged: true status unknown: false 2022/08/25 13:05:10.264 25169 25169 Warn ContentCaptureService handleSendEvents() received empty list of events 2022/08/25 13:05:10.265 4525 4525 Info GoogleInputMethodService GoogleInputMethodService.onFinishInput():3273 2022/08/25 13:05:10.267 4525 4525 Info GoogleInputMethodService GoogleInputMethodService.updateDeviceLockedStatus():2165 repeatCheckTimes = 0, unlocked = true 2022/08/25 13:05:10.267 4525 4525 Info GoogleInputMethodService GoogleInputMethodService.onStartInput():1956 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=2131361902 fieldName=null extras=null}, false) 2022/08/25 13:05:10.267 4525 4525 Info GoogleInputMethodService GoogleInputMethodService.shouldHideHeaderOnInitialState():4081 ShouldHideHeaderOnInitialState = false 2022/08/25 13:05:10.268 4525 4525 Info GoogleInputMethodService GoogleInputMethodService.updateDeviceLockedStatus():2165 repeatCheckTimes = 2, unlocked = true 2022/08/25 13:05:10.268 25169 25214 Info AiAiEcho Predicting[1]: { Feature:1, creation:2022-08-25T06:57:40.041Z, expiry:2022-08-25T12:57:40.041Z, isExpired: false} 2022/08/25 13:05:10.269 25169 25214 Info AiAiEcho Ranked targets strategy: WEIGHTED, count: 1, ranking metadata: { cardId: WEATHER-569377242, card type: 1, update time: 2022-08-25T06:57:40.041Z, expiration time: 2022-08-25T12:57:40.041Z, ranking metadata: RankingMetaData(urgency=0.0, priority=0.3, recency=1.0, rankScore=0.0, importantTimePoints=# jvw@7bca4) } 2022/08/25 13:05:10.270 25169 25214 Info AiAiEcho #postPredictionTargets: Sending updates to UISurface lockscreen with targets# 1 2022/08/25 13:05:10.270 25169 25214 Info AiAiEcho #postPredictionTargets: Sending updates to UISurface home with targets# 1 2022/08/25 13:05:10.270 25169 25214 Info AiAiEcho #postPredictionTargets: Sending updates to UISurface media_datamanager with targets# 0 2022/08/25 13:05:10.277 23134 23134 Warn BcSmartspaceCard No title view to update 2022/08/25 13:05:10.278 2318 2318 Warn BcSmartspaceCard No title view to update 2022/08/25 13:05:10.613 1785 2662 Warn InputManager-JNI Input channel object '2cf9372 Splash Screen com.gns.army.commando.counterattack.fps.snipergame (client)' was disposed without first being removed with the input manager! 2022/08/25 13:05:10.655 1785 1860 Warn ActivityTaskManager Can't find TaskDisplayArea to determine support for multi window. Task id=432 attached=false 2022/08/25 13:05:10.655 1785 1860 Warn ActivityTaskManager Can't find TaskDisplayArea to determine support for multi window. Task id=432 attached=false 2022/08/25 13:05:10.707 1785 1859 Warn ActivityTaskManager Activity top resumed state loss timeout for ActivityRecord{dcc7c27 u0 com.gns.army.commando.counterattack.fps.snipergame/com.unity3d.player.UnityPlayerActivity t-1 f}} 2022/08/25 13:05:10.983 1131 1131 Info android.hardware.health@2.0-service.crosshatch Entry state: 0 chargerstatus: Charging batteryLevel: 100 2022/08/25 13:05:10.983 1131 1131 Info android.hardware.health@2.0-service.crosshatch Exit state: 0 batteryLevel: 100 2022/08/25 13:05:13.402 1114 1114 Debug audio_hw_primary disable_audio_route: usecase(1) reset and update mixer path: low-latency-playback speaker 2022/08/25 13:05:13.407 1114 1114 Info audio_hw_cirrus_playback audio_extn_spkr_prot_stop_processing: pcm_tx_close 2022/08/25 13:05:13.417 1114 1114 Debug audio_hw_primary disable_audio_route: usecase(25) reset and update mixer path: spkr-vi-record vi-feedback 2022/08/25 13:05:13.417 1114 1114 Debug audio_hw_primary disable_snd_device: snd_device(104: vi-feedback) 2022/08/25 13:05:16.507 4416 4438 Info QcrilOemhookMsgTunnel [0]processOemHookIndication length=21 2022/08/25 13:05:16.509 4416 4416 Debug QcrilMsgTunnelIfaceManager handleMessage what = 0 2022/08/25 13:05:16.548 1785 4113 Warn ContextImpl Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1256 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:2870 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1608 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:455 android.os.Binder.execTransactInternal:1179 2022/08/25 13:05:16.548 1785 1867 Warn BroadcastQueue Permission Denial: receiving Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to ProcessRecord{972abfc 2318:com.android.systemui/u0a195} (pid=2318, uid=10195) requires android.permission.READ_PHONE_STATE due to sender android (uid 1001) 2022/08/25 13:05:16.549 1785 1867 Warn BroadcastQueue Permission Denial: receiving Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to com.google.android.cellbroadcastreceiver/com.android.cellbroadcastreceiver.CellBroadcastReceiver requires android.permission.READ_PHONE_STATE due to sender android (uid 1001) 2022/08/25 13:05:16.551 2527 2527 Debug ServiceStateProvider subId=-1 2022/08/25 13:05:16.553 2318 2318 Warn KeyguardUpdateMonitor invalid subId in handleServiceStateChange() 2022/08/25 13:05:16.553 2527 2527 Warn PhoneGlobals Can't get phone with sub id = -1 2022/08/25 13:05:16.554 2527 2527 Warn PhoneGlobals Can't get phone with sub id = -1 2022/08/25 13:05:24.176 1139 1226 Debug ASH @ 172458.593: AP has been up: last 172157526539, now 172458592859 usec 2022/08/25 13:05:29.561 1139 1226 Info CHRE @ 172463.977: [ImuCal] [NanoSensorCal:GYRO_RPS] Offset | Temperature [C]: -0.001751, 0.001835, -0.001443 | 33.67 2022/08/25 13:05:29.561 1139 1226 Info CHRE @ 172463.979: [ImuCal] [NanoSensorCal:GYRO_RPS] Temp Sensitivity: 0.000026, -0.000035, 0.000001 2022/08/25 13:05:29.561 1139 1226 Info CHRE @ 172463.979: [ImuCal] [NanoSensorCal:GYRO_RPS] Temp Intercept: -0.002567, 0.003090, -0.001449 2022/08/25 13:06:00.012 25169 25214 Info AiAiEcho Predicting[1]: { Feature:1, creation:2022-08-25T06:57:40.041Z, expiry:2022-08-25T12:57:40.041Z, isExpired: false} 2022/08/25 13:06:00.014 25169 25214 Info AiAiEcho Ranked targets strategy: WEIGHTED, count: 1, ranking metadata: { cardId: WEATHER-569377242, card type: 1, update time: 2022-08-25T06:57:40.041Z, expiration time: 2022-08-25T12:57:40.041Z, ranking metadata: RankingMetaData(urgency=0.0, priority=0.3, recency=1.0, rankScore=0.0, importantTimePoints=# jvw@7bca4) } 2022/08/25 13:06:00.019 25169 25214 Info AiAiEcho #postPredictionTargets: Sending updates to UISurface lockscreen with targets# 1 2022/08/25 13:06:00.020 25169 25214 Info AiAiEcho #postPredictionTargets: Sending updates to UISurface home with targets# 1 2022/08/25 13:06:00.021 25169 25214 Info AiAiEcho #postPredictionTargets: Sending updates to UISurface media_datamanager with targets# 0 2022/08/25 13:06:00.025 23134 23134 Warn BcSmartspaceCard No title view to update 2022/08/25 13:06:00.049 2318 2318 Warn BcSmartspaceCard No title view to update 2022/08/25 13:06:02.513 25169 25221 Info AiAiStatsd No op: the most recent atoms from the date 2022-08-24 have been uploaded. 2022/08/25 13:06:05.280 1131 1131 Info android.hardware.health@2.0-service.crosshatch Entry state: 0 chargerstatus: Charging batteryLevel: 100 2022/08/25 13:06:05.280 1131 1131 Info android.hardware.health@2.0-service.crosshatch Exit state: 0 batteryLevel: 100 2022/08/25 13:06:05.291 2318 2318 Debug PowerNotificationWarningsGoogleImpl isPlugged: true | isOverheated: false | defenderEnabled: false 2022/08/25 13:06:05.291 2318 2761 Debug PowerUI can't show warning due to - plugged: true status unknown: false 2022/08/25 13:06:21.944 1099 2377 Warn statsd StatsPullerManager: Unknown tagId 10038 2022/08/25 13:07:00.018 25169 25214 Info AiAiEcho Predicting[1]: { Feature:1, creation:2022-08-25T06:57:40.041Z, expiry:2022-08-25T12:57:40.041Z, isExpired: false} 2022/08/25 13:07:00.020 25169 25214 Info AiAiEcho Ranked targets strategy: WEIGHTED, count: 1, ranking metadata: { cardId: WEATHER-569377242, card type: 1, update time: 2022-08-25T06:57:40.041Z, expiration time: 2022-08-25T12:57:40.041Z, ranking metadata: RankingMetaData(urgency=0.0, priority=0.3, recency=1.0, rankScore=0.0, importantTimePoints=# jvw@7bca4) } 2022/08/25 13:07:00.024 25169 25214 Info AiAiEcho #postPredictionTargets: Sending updates to UISurface lockscreen with targets# 1 2022/08/25 13:07:00.025 25169 25214 Info AiAiEcho #postPredictionTargets: Sending updates to UISurface home with targets# 1 2022/08/25 13:07:00.026 25169 25214 Info AiAiEcho #postPredictionTargets: Sending updates to UISurface media_data_manager with targets# 0 2022/08/25 13:07:00.029 23134 23134 Warn BcSmartspaceCard No title view to update 2022/08/25 13:07:00.059 2318 2318 Warn BcSmartspaceCard No title view to update 2022/08/25 13:07:02.390 21471 21487 Info Finsky [34] jbv.run(31): Stats for Executor: BlockingExecutor jcp@99bebaf[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 283] 2022/08/25 13:07:02.391 21471 21487 Info Finsky [34] jbv.run(31): Stats for Executor: LightweightExecutor jcp@18cdbbc[Running, pool size = 4, active threads = 0, queued tasks = 0, completed tasks = 3124] 2022/08/25 13:07:02.392 21471 21487 Info Finsky [34] jbv.run(31): Stats for Executor: bgExecutor jcp@3550745[Running, pool size = 4, active threads = 0, queued tasks = 0, completed tasks = 13112] 2022/08/25 13:07:04.591 21471 22252 Info PlayCommon [133] aehj.j(22): Preparing logs for uploading 2022/08/25 13:07:04.594 21471 22252 Warn PlayCommon [133] aehj.l(1): No account for auth token provided 2022/08/25 13:07:04.596 21471 22252 Info PlayCommon [133] aehj.j(163): Connecting to server: https://play.googleapis.com/play/log?format=raw&proto_v2=true 2022/08/25 13:07:04.604 21471 22252 Error PlayCommon [133] aehj.j(169): Failed to connect to server for log upload. 2022/08/25 13:07:05.280 1131 1131 Info android.hardware.health@2.0-service.crosshatch Entry state_: 0 chargerstatus: Charging batteryLevel: 100 2022/08/25 13:07:05.281 1131 1131 Info android.hardware.health@2.0-service.crosshatch Exit state: 0 batteryLevel: 100 2022/08/25 13:07:05.292 2318 2318 Debug PowerNotificationWarningsGoogleImpl isPlugged: true | isOverheated: false | defenderEnabled: false 2022/08/25 13:07:05.293 2318 5601 Debug PowerUI can't show warning due to - plugged: true status unknown: false 2022/08/25 13:08:00.012 25169 25214 Info AiAiEcho Predicting[1]: { Feature:1, creation:2022-08-25T06:57:40.041Z, expiry:2022-08-25T12:57:40.041Z, isExpired: false} 2022/08/25 13:08:00.013 25169 25214 Info AiAiEcho Ranked targets strategy: WEIGHTED, count: 1, ranking metadata: { cardId: WEATHER-569377242, card type: 1, update time: 2022-08-25T06:57:40.041Z, expiration time: 2022-08-25T12:57:40.041Z, ranking metadata: RankingMetaData(urgency=0.0, priority=0.3, recency=1.0, rankScore=0.0, importantTimePoints=# jvw@7bca4) } 2022/08/25 13:08:00.015 25169 25214 Info AiAiEcho #postPredictionTargets: Sending updates to UISurface lockscreen with targets# 1 2022/08/25 13:08:00.016 25169 25214 Info AiAiEcho #postPredictionTargets: Sending updates to UISurface home with targets# 1 2022/08/25 13:08:00.016 25169 25214 Info AiAiEcho #postPredictionTargets: Sending updates to UISurface media_datamanager with targets# 0 2022/08/25 13:08:00.020 23134 23134 Warn BcSmartspaceCard No title view to update 2022/08/25 13:08:00.042 2318 2318 Warn BcSmartspaceCard No title view to update 2022/08/25 13:08:05.281 1131 1131 Info android.hardware.health@2.0-service.crosshatch Entry state: 0 chargerstatus: Charging batteryLevel: 100 2022/08/25 13:08:05.282 1131 1131 Info android.hardware.health@2.0-service.crosshatch Exit state: 0 batteryLevel: 100 2022/08/25 13:08:05.292 2318 2318 Debug PowerNotificationWarningsGoogleImpl isPlugged: true | isOverheated: false | defenderEnabled: false 2022/08/25 13:08:05.294 2318 11110 Debug PowerUI can't show warning due to - plugged: true status unknown: false 2022/08/25 13:08:25.471 4848 4896 Warn TimedProcessReaper Memory state is: 400 2022/08/25 13:08:25.471 4848 4896 Warn TimedProcessReaper Killing process to refresh configuration 2022/08/25 13:08:25.472 4848 4896 Info Process Sending signal. PID: 4848 SIG: 9 2022/08/25 13:08:25.624 1785 4111 Info ActivityManager Process com.google.android.apps.nbu.files (pid 4848) has died: prev LAST 2022/08/25 13:08:25.626 1785 1869 Info libprocessgroup Successfully killed process cgroup uid 10131 pid 4848 in 0ms 2022/08/25 13:08:25.626 1785 2021 Info WindowManager WIN DEATH: Window{ad3e9ba u0 com.google.android.apps.nbu.files/com.google.android.apps.nbu.files.home.HomeActivity} 2022/08/25 13:08:25.627 1785 2021 Warn InputManager-JNI Input channel object 'ad3e9ba com.google.android.apps.nbu.files/com.google.android.apps.nbu.files.home.HomeActivity (client)' was disposed without first being removed with the input manager! 2022/08/25 13:08:25.627 1100 1100 Info Zygote Process 4848 exited due to signal 9 (Killed) 2022/08/25 13:08:25.631 1785 7993 Info WindowManager WIN DEATH: Window{d43b87f u0 com.google.android.apps.nbu.files/com.google.android.apps.nbu.files.documentbrowser.filebrowser.SearchActivity} 2022/08/25 13:08:25.631 1785 7993 Warn InputManager-JNI Input channel object 'd43b87f com.google.android.apps.nbu.files/com.google.android.apps.nbu.files.documentbrowser.filebrowser.SearchActivity (client)' was disposed without first being removed with the input manager! 2022/08/25 13:08:25.636 1785 1859 Warn ActivityManager setHasOverlayUi called on unknown pid: 4848 2022/08/25 13:08:25.687 1785 1866 Warn UsageStatsService Unexpected activity event reported! (com.google.android.apps.nbu.files/com.google.android.apps.nbu.files.documentbrowser.filebrowser.SearchActivity event : 23 instanceId : 198274339) 2022/08/25 13:08:25.687 1785 1866 Warn UsageStatsService Unexpected activity event reported! (com.google.android.apps.nbu.files/com.google.android.apps.nbu.files.home.HomeActivity event : 23 instanceId : 183308795) 2022/08/25 13:09:00.013 25169 25214 Info AiAiEcho Predicting[1]: { Feature:1, creation:2022-08-25T06:57:40.041Z, expiry:2022-08-25T12:57:40.041Z, isExpired: false} 2022/08/25 13:09:00.014 25169 25214 Info AiAiEcho Ranked targets strategy: WEIGHTED, count: 1, ranking metadata: { cardId: WEATHER-569377242, card type: 1, update time: 2022-08-25T06:57:40.041Z, expiration time: 2022-08-25T12:57:40.041Z, ranking metadata: RankingMetaData(urgency=0.0, priority=0.3, recency=1.0, rankScore=0.0, importantTimePoints=# jvw@7bca4) } 2022/08/25 13:09:00.016 25169 25214 Info AiAiEcho #postPredictionTargets: Sending updates to UISurface lockscreen with targets# 1 2022/08/25 13:09:00.017 25169 25214 Info AiAiEcho #postPredictionTargets: Sending updates to UISurface home with targets# 1 2022/08/25 13:09:00.018 25169 25214 Info AiAiEcho #postPredictionTargets: Sending updates to UISurface media_datamanager with targets# 0 2022/08/25 13:09:00.021 23134 23134 Warn BcSmartspaceCard No title view to update 2022/08/25 13:09:00.038 2318 2318 Warn BcSmartspaceCard No title view to update 2022/08/25 13:09:05.281 1131 1131 Info android.hardware.health@2.0-service.crosshatch Entry state: 0 chargerstatus: Charging batteryLevel: 100 2022/08/25 13:09:05.281 1131 1131 Info android.hardware.health@2.0-service.crosshatch Exit state: 0 batteryLevel: 100 2022/08/25 13:09:05.293 2318 2318 Debug PowerNotificationWarningsGoogleImpl isPlugged: true | isOverheated: false | defenderEnabled: false 2022/08/25 13:09:05.294 2318 12286 Debug PowerUI can't show warning due to - plugged: true status unknown: false 2022/08/25 13:09:14.737 21471 21514 Info PlayCommon [58] aehj.j(22): Preparing logs for uploading 2022/08/25 13:09:14.749 21471 21514 Info PlayCommon [58] aehj.j(163): Connecting to server: https://play.googleapis.com/play/log?format=raw&proto_v2=true 2022/08/25 13:09:14.756 21471 21514 Error PlayCommon [58] aehj.j(169): Failed to connect to server for log upload. 2022/08/25 13:09:53.480 8550 8639 Info A Cobalt: try to find ProjectConfig for given tags 2022/08/25 13:09:53.483 8550 8639 Warn A Cobalt: couldn't find ProjectConfig for given tags 2022/08/25 13:09:53.600 8550 8684 Info A (REDACTED) GMSCore Auth returned %d accounts. 2022/08/25 13:09:53.600 8550 8684 Info A (REDACTED) GoogleOwnersProvider returned %d accounts. 2022/08/25 13:09:53.719 8550 8630 Warn CompleteServerZpWorker com.google.frameworks.client.data.android.ac: Http networking stack error 2022/08/25 13:09:53.719 8550 8630 Warn CompleteServerZpWorker at com.google.frameworks.client.data.android.y.run(PG:7) 2022/08/25 13:09:53.719 8550 8630 Warn CompleteServerZpWorker at com.google.android.libraries.i.ae.run(PG:1) 2022/08/25 13:09:53.719 8550 8630 Warn CompleteServerZpWorker at com.google.android.libraries.i.am.run(PG:23) 2022/08/25 13:09:53.719 8550 8630 Warn CompleteServerZpWorker at com.google.android.libraries.i.e.run(PG:2) 2022/08/25 13:09:53.719 8550 8630 Warn CompleteServerZpWorker at com.google.android.libraries.i.p.run(PG:4) 2022/08/25 13:09:53.719 8550 8630 Warn CompleteServerZpWorker at java.lang.Thread.run(Thread.java:1012) 2022/08/25 13:09:53.719 8550 8630 Warn CompleteServerZpWorker Caused by: org.chromium.net.impl.ch: Exception in CronetUrlRequest: net::ERR_INTERNET_DISCONNECTED, ErrorCode=2, InternalErrorCode=-106, Retryable=false 2022/08/25 13:09:53.719 8550 8630 Warn CompleteServerZpWorker at org.chromium.net.impl.CronetUrlRequest.onError(PG:4) 2022/08/25 13:09:53.735 8550 8617 Info WM-WorkerWrapper Worker result FAILURE for Work [ id=0ce3f362-02ae-4304-bc6e-333bbbb8ecbe, tags={ com.google.apps.tiktok.contrib.work.TikTokListenableWorker, TikTokWorker#com.google.android.libraries.search.suggest.sources.completeserver.CompleteServerZeroPrefixWorker, tiktok_account_work, account_id_3 } ] 2022/08/25 13:10:00.014 25169 25214 Info AiAiEcho Predicting[1]: { Feature:1, creation:2022-08-25T06:57:40.041Z, expiry:2022-08-25T12:57:40.041Z, isExpired: false} 2022/08/25 13:10:00.015 25169 25214 Info AiAiEcho Ranked targets strategy: WEIGHTED, count: 1, ranking metadata: { cardId: WEATHER-569377242, card type: 1, update time: 2022-08-25T06:57:40.041Z, expiration time: 2022-08-25T12:57:40.041Z, ranking metadata: RankingMetaData(urgency=0.0, priority=0.3, recency=1.0, rankScore=0.0, importantTimePoints=# jvw@7bca4) } 2022/08/25 13:10:00.017 25169 25214 Info AiAiEcho #postPredictionTargets: Sending updates to UISurface lockscreen with targets# 1 2022/08/25 13:10:00.018 25169 25214 Info AiAiEcho #postPredictionTargets: Sending updates to UISurface home with targets# 1 2022/08/25 13:10:00.019 25169 25214 Info AiAiEcho #postPredictionTargets: Sending updates to UISurface media_datamanager with targets# 0 2022/08/25 13:10:00.023 23134 23134 Warn BcSmartspaceCard No title view to update 2022/08/25 13:10:00.049 2318 2318 Warn BcSmartspaceCard No title view to update 2022/08/25 13:10:05.281 1131 1131 Info android.hardware.health@2.0-service.crosshatch Entry state: 0 chargerstatus: Charging batteryLevel: 100 2022/08/25 13:10:05.282 1131 1131 Info android.hardware.health@2.0-service.crosshatch Exit state: 0 batteryLevel: 100 2022/08/25 13:10:05.282 1131 1131 Info android.hardware.health@2.0-service.crosshatch Recording a sample at time 172732 2022/08/25 13:10:05.295 2318 2318 Debug PowerNotificationWarningsGoogleImpl isPlugged: true | isOverheated: false | defenderEnabled: false 2022/08/25 13:10:05.296 2318 13613 Debug PowerUI can't show warning due to - plugged: true status unknown: false 2022/08/25 13:10:25.963 1139 1226 Debug ASH @ 172760.376: AP has been up: last 172458595228, now 172760376400 usec 2022/08/25 13:10:31.180 1131 1131 Info android.hardware.health@2.0-service.crosshatch Entry state_: 0 chargerstatus: Full batteryLevel: 100 2022/08/25 13:10:31.181 1131 1131 Info android.hardware.health@2.0-service.crosshatch Exit state: 1 batteryLevel: 100 2022/08/25 13:10:31.190 2318 2318 Debug PowerNotificationWarningsGoogleImpl isPlugged: true | isOverheated: false | defenderEnabled: false 2022/08/25 13:10:31.191 2318 14182 Debug PowerUI can't show warning due to - plugged: true status unknown: false 2022/08/25 13:10:31.351 1139 1226 Info CHRE @ 172765.769: [ImuCal] [NanoSensorCal:GYRO_RPS] Offset | Temperature [C]: -0.001501, 0.002027, -0.001620 | 33.47 2022/08/25 13:10:31.351 1139 1226 Info CHRE @ 172765.770: [ImuCal] [NanoSensorCal:GYRO_RPS] Temp Sensitivity: 0.000014, -0.000044, 0.000016 2022/08/25 13:10:31.351 1139 1226 Info CHRE @ 172765.770: [ImuCal] [NanoSensorCal:GYRO_RPS] Temp Intercept: -0.001988, 0.003513, -0.002149