Skip to content

Documentation for Installing Android Cloud Emulator on Ubuntu 20.04 or 22.04 #342

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
adinath-devangles opened this issue May 24, 2023 · 3 comments

Comments

@adinath-devangles
Copy link

adinath-devangles commented May 24, 2023

Description

I successfully set up an Android Cloud Emulator using Docker containers in Ubuntu 18.04 LTS based on the official documentation.

Following are package versions used for installing the cloud emulator in Ubuntu 18.04 LTS:

  • Python: 3.6.9
  • Node: 16.20.0
  • Npm: 8.19.4

However, since Ubuntu 18.04 LTS will no longer have standard support after June 2023, I'm looking for documentation on how to install the Cloud emulator on Ubuntu 20.04 LTS or Ubuntu 22.04 LTS with Python 3.10 or Python 3.9.

Could someone please provide the official documentation link for installing the Cloud emulator on either Ubuntu 20.04 LTS or Ubuntu 22.04 LTS?

@shamun-khatri
Copy link

@adinath-devangles hey adinath its great news that it is working for you but i am getting lots of troubles especially after running docker the following command give infinite logcat on terminal
docker run
-e ADBKEY="$(cat ~/.android/adbkey)"
--device /dev/kvm
--publish 8554:8554/tcp
--publish 5555:5555/tcp
us-docker.pkg.dev/android-emulator-268719/images/30-google-x64:30.1.2

and also can you able to guide me setting that me up?

@adinath-devangles
Copy link
Author

Hi @shamun-khatri , can you please tell me what error is comming after docker run command.
From my experience, if adbkey not found error is present in logs.
Then you need to check first cat ~/.android/adbkey whether adbkey is present or not.
if it is not present then you need to execute following commands

adb connect localhost:5555
adb devices

After executing above commands then you can find adbkey is created in above location.
Then try running above docker run command

@wrokatval
Copy link

actually I experience the same problem. working on Ubuntu 20.04 LTS as vm in GCP. adbkey is present.

this is bottom of my logs

logcat: 02-06 11:00:43.596   529  2288 I ActivityManager: Killing 5009:com.google.android.calendar/u0a126 (adj 985): empty #17
logcat: 02-06 11:00:43.604   300   300 I Zygote  : Process 5009 exited due to signal 9 (Killed)
logcat: 02-06 11:00:43.642   529   581 I libprocessgroup: Successfully killed process cgroup uid 10126 pid 5009 in 44ms
logcat: 02-06 11:00:47.682  1244  3307 E GmsTaskScheduler: sendWakeUpEvent called on SchedulerClientBroadcastStrategy
logcat: 02-06 11:00:50.685  1489  5812 I Vision  : Requesting optional module download of ocr.
logcat: 02-06 11:00:50.685  1489  5812 I Vision  : Checking for download completion for 248764 -- ocr
logcat: 02-06 11:00:51.413   529   854 W ActivityManager: Background start not allowed: service Intent { cmp=com.google.android.apps.messaging/.shared.datamodel.action.execution.ActionExecutorImpl$EmptyService (has extras) } to com.google.android.apps.messaging/.shared.datamodel.action.execution.ActionExecutorImpl$EmptyService from pid=2892 uid=10124 pkg=com.google.android.apps.messaging startFg?=false
logcat: 02-06 11:00:51.413  2892  2892 W BugleDataModel: ActionExecutorImpl: Action started execution, but we can't guarantee it will complete, the app may be killed. Action: class com.google.android.apps.messaging.shared.datamodel.action.CountryCodeDetectorAction-CountryCodeDetectorAction:118850004
logcat: 02-06 11:00:51.413  2892  2892 W BugleDataModel: java.lang.IllegalStateException: Not allowed to start service Intent { cmp=com.google.android.apps.messaging/.shared.datamodel.action.execution.ActionExecutorImpl$EmptyService (has extras) }: app is in background uid UidRecord{fa824a5 u0a124 CEM  bg:+2m12s151ms idle procs:1 seq(0,0,0)}
logcat: 02-06 11:00:51.413  2892  2892 W BugleDataModel:        at android.app.ContextImpl.startServiceCommon(ContextImpl.java:1715)
logcat: 02-06 11:00:51.413  2892  2892 W BugleDataModel:        at android.app.ContextImpl.startService(ContextImpl.java:1670)
logcat: 02-06 11:00:51.413  2892  2892 W BugleDataModel:        at android.content.ContextWrapper.startService(ContextWrapper.java:720)
logcat: 02-06 11:00:51.413  2892  2892 W BugleDataModel:        at com.google.android.apps.messaging.shared.datamodel.action.execution.ActionExecutorImpl.a(PG:98)
logcat: 02-06 11:00:51.413  2892  2892 W BugleDataModel:        at com.google.android.apps.messaging.shared.datamodel.action.execution.ActionExecutorImpl.a(PG:93)
logcat: 02-06 11:00:51.413  2892  2892 W BugleDataModel:        at gjl.c(PG:119)
logcat: 02-06 11:00:51.413  2892  2892 W BugleDataModel:        at gji.run(Unknown Source:1)
logcat: 02-06 11:00:51.413  2892  2892 W BugleDataModel:        at afou.run(PG:3)
logcat: 02-06 11:00:51.413  2892  2892 W BugleDataModel:        at android.os.Handler.handleCallback(Handler.java:938)
logcat: 02-06 11:00:51.413  2892  2892 W BugleDataModel:        at android.os.Handler.dispatchMessage(Handler.java:99)
logcat: 02-06 11:00:51.413  2892  2892 W BugleDataModel:        at android.os.Looper.loop(Looper.java:223)
logcat: 02-06 11:00:51.413  2892  2892 W BugleDataModel:        at android.app.ActivityThread.main(ActivityThread.java:7656)
logcat: 02-06 11:00:51.413  2892  2892 W BugleDataModel:        at java.lang.reflect.Method.invoke(Native Method)
logcat: 02-06 11:00:51.413  2892  2892 W BugleDataModel:        at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:592)
logcat: 02-06 11:00:51.413  2892  2892 W BugleDataModel:        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947)
logcat: 02-06 11:00:51.418  2892  5814 I Bugle   : CountryCodeDetector: updateMainDeviceCountry from default subscription network country. detected country: us
logcat: 02-06 11:00:51.903  2892  5814 I BugleDataModel: ParticipantRefresh: Start participant refresh. refreshMode: SELF_ONLY
logcat: 02-06 11:00:51.946  2892  5814 W BugleDataModel: SelfParticipantsData: Failed to update self participants' subscription info. updateCount: 0
logcat: 02-06 11:00:51.982  2892  5814 W BugleDataModel: SelfParticipantsData: Failed to update self participants' subscription info. updateCount: 0
logcat: 02-06 11:00:52.116  2892  5814 I BugleDataModel: ParticipantRefresh: Number of participants refreshed: 0
logcat: 02-06 11:00:51.902   529   854 W ActivityManager: Background start not allowed: service Intent { cmp=com.google.android.apps.messaging/.shared.datamodel.action.execution.ActionExecutorImpl$EmptyService (has extras) } to com.google.android.apps.messaging/.shared.datamodel.action.execution.ActionExecutorImpl$EmptyService from pid=2892 uid=10124 pkg=com.google.android.apps.messaging startFg?=false
logcat: 02-06 11:00:55.339   529  2401 I ActivityManager: Killing 5104:com.google.android.apps.maps/u0a130 (adj 985): empty #17
logcat: 02-06 11:00:55.349   300   300 I Zygote  : Process 5104 exited due to signal 9 (Killed)
logcat: 02-06 11:00:55.384   529   581 I libprocessgroup: Successfully killed process cgroup uid 10130 pid 5104 in 43ms
logcat: 02-06 11:00:57.741  1937  2255 W OpaSSRequestSender: Failed to get ZeroStateResponse from AssistantClientSyncWorker with error java.util.concurrent.TimeoutException
logcat: 02-06 11:00:58.299  1937  2304 W OpaSSRequestSender: Failed to get ZeroStateResponse from AssistantClientSyncWorker with error java.util.concurrent.TimeoutException
logcat: 02-06 11:01:00.003   761   761 D KeyguardClockSwitch: Updating clock: 1101
logcat: 02-06 11:01:00.691   529  1655 I ActivityManager: Killing 5347:com.google.android.configupdater/u0a99 (adj 985): empty #17
logcat: 02-06 11:01:00.697   300   300 I Zygote  : Process 5347 exited due to signal 9 (Killed)
logcat: 02-06 11:01:00.699  1489  5816 I Vision  : Requesting optional module download of ocr.
logcat: 02-06 11:01:00.700  1489  5816 I Vision  : Exceeded maximum feature download tries for ocr
logcat: 02-06 11:01:00.700  1489  5816 W Vision  : Request of optional module download of ocr failed.
logcat: 02-06 11:01:00.700  1489  5816 I Vision  : Checking for download completion for 258779 -- ocr
logcat: 02-06 11:01:00.728   529   854 D WifiNl80211Manager: Scan result ready event
logcat: 02-06 11:01:00.728   529   854 D WifiNative: Scan result ready event
logcat: 02-06 11:01:00.737   529   581 I libprocessgroup: Successfully killed process cgroup uid 10099 pid 5347 in 45ms
logcat: 02-06 11:01:02.906  2163  3238 I DialerOmtpVvmCarrierConfigHelper: com.android.voicemail.impl.OmtpVvmCarrierConfigHelper.handleEvent:549 OmtpEvent:CONFIG_STATUS_SMS_TIME_OUT PhoneAccountHandle: [ComponentName: com.android.phone/com.android.services.telephony.TelephonyConnectionService subId: 1] [CONTEXT enable_persistent_logger=true ]
logcat: 02-06 11:01:02.907  2163  2163 I DialerRetryPolicy: com.android.voicemail.impl.scheduling.RetryPolicy.onCompleted:111 discarding deferred status: configuration_state=4 [CONTEXT enable_persistent_logger=true ]
logcat: 02-06 11:01:02.909  2163  2163 I DialerTaskExecutor: com.android.voicemail.impl.scheduling.TaskExecutor.prepareStop:379 no more tasks, stopping service if no task are added in 5000 millis [CONTEXT enable_persistent_logger=true ]
logcat: 02-06 11:01:02.909  2163  2163 I DialerLogcatLoggingBindings: com.android.dialer.logging.logcat.LogcatLoggingBindings.logImpression:49 Impression: VVM_AUTO_RETRY_ACTIVATION
logcat: 02-06 11:01:02.910  2163  2163 I DialerTaskReceiver: com.android.voicemail.impl.scheduling.TaskReceiver.onReceive:64 task received [CONTEXT enable_persistent_logger=true ]
logcat: 02-06 11:01:02.910  2163  2163 I DialerTaskReceiver: com.android.voicemail.impl.scheduling.TaskReceiver.onReceive:67 TaskExecutor already running [CONTEXT enable_persistent_logger=true ]
logcat: 02-06 11:01:02.911  2163  2163 I DialerTasks: com.android.voicemail.impl.scheduling.Tasks.createTask:59 Task.createTask create task:com.android.voicemail.impl.ActivationTask [CONTEXT enable_persistent_logger=true ]
logcat: 02-06 11:01:02.911  2163  2163 I DialerRetryPolicy: com.android.voicemail.impl.scheduling.RetryPolicy.onCreate:74 retry #2 for com.android.voicemail.impl.ActivationTask@66032 queued, executing in 5000 [CONTEXT enable_persistent_logger=true ]
logcat: 02-06 11:01:02.919  2163  2163 I DialerTaskExecutor: com.android.voicemail.impl.scheduling.TaskExecutor.addTask:297 com.android.voicemail.impl.ActivationTask@66032 added [CONTEXT enable_persistent_logger=true ]
logcat: 02-06 11:01:02.919  2163  2163 I DialerTaskExecutor: com.android.voicemail.impl.scheduling.TaskExecutor.runNextTask:346 minimal wait time:4992 [CONTEXT enable_persistent_logger=true ]
logcat: 02-06 11:01:02.920  2163  2163 I DialerTaskExecutor: com.android.voicemail.impl.scheduling.TaskExecutor.sleep:356 sleep for 4992 millis [CONTEXT enable_persistent_logger=true ]
kernel: [  252.258629] healthd: battery l=100 v=5000 t=25.0 h=2 st=2 c=900000 fc=300000 cc=10 chg=a
logcat: 02-06 11:01:05.877   475   475 E wifi_forwarder: qemu_pipe_open_ns:62: Could not connect to the 'pipe:qemud:wififorward' service: Invalid argument
logcat: 02-06 11:01:05.877   475   475 E wifi_forwarder: RemoteConnection failed to initialize: RemoteConnection failed to open pipe
logcat: 02-06 11:01:05.877   464   464 E netmgr  : qemu_pipe_open_ns:62: Could not connect to the 'pipe:qemud:network' service: Invalid argument
logcat: 02-06 11:01:05.877   464   464 E netmgr  : Failed to open QEMU pipe 'qemud:network': Invalid argument
logcat: 02-06 11:01:07.953  2163  3238 I DialerTaskExecutor: com.android.voicemail.impl.scheduling.TaskExecutor$WorkerThreadHandler.handleMessage:218 executing task com.android.voicemail.impl.ActivationTask@66032 [CONTEXT enable_persistent_logger=true ]
logcat: 02-06 11:01:07.955  2163  2163 I DialerLogcatLoggingBindings: com.android.dialer.logging.logcat.LogcatLoggingBindings.logImpression:49 Impression: VVM_ACTIVATION_STARTED
logcat: 02-06 11:01:07.955  2163  3238 I DialerPreOMigrationHandler: com.android.voicemail.impl.PreOMigrationHandler.migrate:71 ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0} already migrated [CONTEXT enable_persistent_logger=true ]
logcat: 02-06 11:01:07.975  2163  3238 W DialerOmtpVvmCarrierConfigHelper: com.android.voicemail.impl.OmtpVvmCarrierConfigHelper.isCarrierAppInstalled:661 package needs <queries> declaration in Android R
logcat: 02-06 11:01:07.975  2163  3238 W DialerOmtpVvmCarrierConfigHelper: android.content.pm.PackageManager$NameNotFoundException: com.tmobile.vvm.application
logcat: 02-06 11:01:07.975  2163  3238 W DialerOmtpVvmCarrierConfigHelper:      at android.app.ApplicationPackageManager.getApplicationInfoAsUser(ApplicationPackageManager.java:423)
logcat: 02-06 11:01:07.975  2163  3238 W DialerOmtpVvmCarrierConfigHelper:      at android.app.ApplicationPackageManager.getApplicationInfo(ApplicationPackageManager.java:412)
logcat: 02-06 11:01:07.975  2163  3238 W DialerOmtpVvmCarrierConfigHelper:      at ixu.n(PG:3)
logcat: 02-06 11:01:07.975  2163  3238 W DialerOmtpVvmCarrierConfigHelper:      at ixu.d(Unknown Source:8)
logcat: 02-06 11:01:07.975  2163  3238 W DialerOmtpVvmCarrierConfigHelper:      at jde.a(PG:5)
logcat: 02-06 11:01:07.975  2163  3238 W DialerOmtpVvmCarrierConfigHelper:      at com.android.voicemail.impl.ActivationTask.b(PG:31)
logcat: 02-06 11:01:07.975  2163  3238 W DialerOmtpVvmCarrierConfigHelper:      at jct.handleMessage(PG:2)
logcat: 02-06 11:01:07.975  2163  3238 W DialerOmtpVvmCarrierConfigHelper:      at android.os.Handler.dispatchMessage(Handler.java:106)
logcat: 02-06 11:01:07.975  2163  3238 W DialerOmtpVvmCarrierConfigHelper:      at android.os.Looper.loop(Looper.java:223)
logcat: 02-06 11:01:07.975  2163  3238 W DialerOmtpVvmCarrierConfigHelper:      at android.os.HandlerThread.run(HandlerThread.java:67)
logcat: 02-06 11:01:07.989  5580  5690 I VoicemailNotifier: receivers for android.intent.action.PROVIDER_CHANGED :[]
logcat: 02-06 11:01:07.994  2163  3238 I DialerActivationTask: com.android.voicemail.impl.ActivationTask.onExecuteInBackgroundThread:275 VVM content provider configured - vvm_type_cvvm PhoneAccountHandle: [ComponentName: com.android.phone/com.android.services.telephony.TelephonyConnectionService subId: 1] [CONTEXT enable_persistent_logger=true ]
logcat: 02-06 11:01:07.997  2163  3238 I DialerOmtpVvmCarrierConfigHelper: com.android.voicemail.impl.OmtpVvmCarrierConfigHelper.handleEvent:549 OmtpEvent:CONFIG_ACTIVATING PhoneAccountHandle: [ComponentName: com.android.phone/com.android.services.telephony.TelephonyConnectionService subId: 1] [CONTEXT enable_persistent_logger=true ]
logcat: 02-06 11:01:08.005  5580  5690 I VoicemailNotifier: receivers for android.intent.action.PROVIDER_CHANGED :[]
logcat: 02-06 11:01:08.020  1136  1419 D SmsNumberUtils: enter filterDestAddr. destAddr="[BajqU4K5_YhSYbs-7QUn0dOwcmI]"
logcat: 02-06 11:01:08.023  1136  1419 D SmsNumberUtils: destAddr is not formatted.
logcat: 02-06 11:01:08.023  1136  1419 D SmsNumberUtils: leave filterDestAddr, new destAddr="[BajqU4K5_YhSYbs-7QUn0dOwcmI]"
logcat: 02-06 11:01:08.033  2163  2163 I DialerStatusSmsFetcher: com.android.voicemail.impl.sms.StatusSmsFetcher.onReceive:102 Request SMS successfully sent [CONTEXT enable_persistent_logger=true ]
logcat: 02-06 11:01:10.711  1489  5818 I Vision  : Requesting optional module download of ocr.
logcat: 02-06 11:01:10.716  1489  5818 I Vision  : Checking for download completion for 268794 -- ocr
logcat: 02-06 11:01:10.721  1489  5818 E ConfigFileUtils: Failed to read config file: /data/user_de/0/com.google.android.gms/app_chimera/next_container.pb: open failed: ENOENT (No such file or directory)
logcat: 02-06 11:01:10.735  1827  5819 D DownloadManager: [3] Starting
logcat: 02-06 11:01:10.739  1489  5818 I ChmraDebugLogger: [73] 1801
logcat: 02-06 11:01:10.743  1489  5818 I ChmraDebugLogger: [30] [VisionOcr.optional:201817000800] permitMetered=true,
logcat: 02-06 11:01:10.747  1489  5818 W ChimeraConfigService: Retry attempt was throttled.
logcat: 02-06 11:01:10.759  1827  5819 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false
logcat: 02-06 11:01:10.759  1827  5819 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false
logcat: 02-06 11:01:10.791  1489  2756 I TelephonySpam: TelephonySpamChimeraService - Running Telephony Spam Chimera Service
logcat: 02-06 11:01:10.793  1489  2756 I TelephonySpam: TelephonySpamChimeraService - Cleaning SIP Header local table of old entries
logcat: 02-06 11:01:10.794  1489  2756 I TelephonySpam: SpamListSync - Call spam module disabled. Skipping cleaning cache sip header table.
logcat: 02-06 11:01:10.794  1489  2756 I TelephonySpam: TelephonySpamChimeraService - Syncing Call Spam List
logcat: 02-06 11:01:10.794  1489  2756 I TelephonySpam: SpamListSync - SpamListSyncChimeraService.syncSpamList called with tag: telephonyspam.SpamListSyncOneOffTask, extras: Bundle[{SpamList Type=0, Action=1.0}]
logcat: 02-06 11:01:10.794  1489  2756 I TelephonySpam: SpamListSync - Call spam module disabled. Skipping spam list syncing.
logcat: 02-06 11:01:10.859  1827  5819 W DownloadManager: [3] Stop requested with status FILE_ERROR: Failed to generate filename: java.io.IOException: Failed to create parent for /storage/emulated/0/Android/data/com.google.android.googlequicksearchbox/files/download_cache
logcat: 02-06 11:01:10.859  1827  5819 D DownloadManager: [3] Finished with status WAITING_TO_RETRY
logcat: 02-06 11:01:10.870  1827  1827 D DownloadManager: onStopJob id=3, reason=cancel() called by app, callingUid=10066 uid=10066 jobId=3
logcat: 02-06 11:01:10.904  5646  5665 E libc    : Access denied finding property "persist.adb.tls_server.enable"
kernel: [  259.493928] type=1400 audit(1738839670.904:22): avc: denied { read } for comm="Binder:5646_2" name="u:object_r:system_adbd_prop:s0" dev="tmpfs" ino=205 scontext=u:r:gmscore_app:s0:c512,c768 tcontext=u:object_r:system_adbd_prop:s0 tclass=file permissive=0 app=com.google.android.gms
logcat: 02-06 11:01:10.904  5646  5646 W Binder:5646_2: type=1400 audit(0.0:22): avc: denied { read } for name="u:object_r:system_adbd_prop:s0" dev="tmpfs" ino=205 scontext=u:r:gmscore_app:s0:c512,c768 tcontext=u:object_r:system_adbd_prop:s0 tclass=file permissive=0 app=com.google.android.gms
logcat: 02-06 11:01:11.011  1244  5636 E GmsTaskScheduler: sendWakeUpEvent called on SchedulerClientBroadcastStrategy
logcat: 02-06 11:01:11.014  1244  2502 W GLSUser : [AppCertManager] Failed to get security token.
logcat: 02-06 11:01:11.014  1244  2502 W GLSUser : java.io.IOException: Invalid scope
logcat: 02-06 11:01:11.014  1244  2502 W GLSUser :      at adac.b(:com.google.android.gms@[email protected] (040800-311416286):23)
logcat: 02-06 11:01:11.014  1244  2502 W GLSUser :      at adac.a(:com.google.android.gms@[email protected] (040800-311416286):18)
logcat: 02-06 11:01:11.014  1244  2502 W GLSUser :      at adac.a(:com.google.android.gms@[email protected] (040800-311416286):11)
logcat: 02-06 11:01:11.014  1244  2502 W GLSUser :      at huk.a(:com.google.android.gms@[email protected] (040800-311416286):16)
logcat: 02-06 11:01:11.014  1244  2502 W GLSUser :      at hui.a(:com.google.android.gms@[email protected] (040800-311416286):41)
logcat: 02-06 11:01:11.014  1244  2502 W GLSUser :      at hud.a(:com.google.android.gms@[email protected] (040800-311416286):0)
logcat: 02-06 11:01:11.014  1244  2502 W GLSUser :      at hug.a(:com.google.android.gms@[email protected] (040800-311416286):10)
logcat: 02-06 11:01:11.014  1244  2502 W GLSUser :      at fzn.call(:com.google.android.gms@[email protected] (040800-311416286):5)
logcat: 02-06 11:01:11.014  1244  2502 W GLSUser :      at java.util.concurrent.FutureTask.run(FutureTask.java:266)
logcat: 02-06 11:01:11.014  1244  2502 W GLSUser :      at sji.b(:com.google.android.gms@[email protected] (040800-311416286):12)
logcat: 02-06 11:01:11.014  1244  2502 W GLSUser :      at sji.run(:com.google.android.gms@[email protected] (040800-311416286):7)
logcat: 02-06 11:01:11.014  1244  2502 W GLSUser :      at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
logcat: 02-06 11:01:11.014  1244  2502 W GLSUser :      at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
logcat: 02-06 11:01:11.014  1244  2502 W GLSUser :      at spj.run(:com.google.android.gms@[email protected] (040800-311416286):0)
logcat: 02-06 11:01:11.014  1244  2502 W GLSUser :      at java.lang.Thread.run(Thread.java:923)
logcat: 02-06 11:01:11.034  1244  2502 E GmsTaskScheduler: sendWakeUpEvent called on SchedulerClientBroadcastStrategy
logcat: 02-06 11:01:11.035  1244  2502 W GLSUser : [AppCertManager] IOException while requesting key: 
logcat: 02-06 11:01:11.035  1244  2502 W GLSUser : java.io.IOException: Invalid device key response.
logcat: 02-06 11:01:11.035  1244  2502 W GLSUser :      at huk.a(:com.google.android.gms@[email protected] (040800-311416286):46)
logcat: 02-06 11:01:11.035  1244  2502 W GLSUser :      at hui.a(:com.google.android.gms@[email protected] (040800-311416286):41)
logcat: 02-06 11:01:11.035  1244  2502 W GLSUser :      at hud.a(:com.google.android.gms@[email protected] (040800-311416286):0)
logcat: 02-06 11:01:11.035  1244  2502 W GLSUser :      at hug.a(:com.google.android.gms@[email protected] (040800-311416286):10)
logcat: 02-06 11:01:11.035  1244  2502 W GLSUser :      at fzn.call(:com.google.android.gms@[email protected] (040800-311416286):5)
logcat: 02-06 11:01:11.035  1244  2502 W GLSUser :      at java.util.concurrent.FutureTask.run(FutureTask.java:266)
logcat: 02-06 11:01:11.035  1244  2502 W GLSUser :      at sji.b(:com.google.android.gms@[email protected] (040800-311416286):12)
logcat: 02-06 11:01:11.035  1244  2502 W GLSUser :      at sji.run(:com.google.android.gms@[email protected] (040800-311416286):7)
logcat: 02-06 11:01:11.035  1244  2502 W GLSUser :      at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
logcat: 02-06 11:01:11.035  1244  2502 W GLSUser :      at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
logcat: 02-06 11:01:11.035  1244  2502 W GLSUser :      at spj.run(:com.google.android.gms@[email protected] (040800-311416286):0)
logcat: 02-06 11:01:11.035  1244  2502 W GLSUser :      at java.lang.Thread.run(Thread.java:923)
logcat: 02-06 11:01:18.646  1937  2268 W OpaSSRequestSender: Failed to get ZeroStateResponse from AssistantClientSyncWorker with error java.util.concurrent.TimeoutException
logcat: 02-06 11:01:20.722  1489  5835 I Vision  : Requesting optional module download of ocr.
logcat: 02-06 11:01:20.723  1489  5835 I Vision  : Checking for download completion for 278801 -- ocr
logcat: 02-06 11:01:30.729  1489  5837 I Vision  : Requesting optional module download of ocr.
logcat: 02-06 11:01:30.730  1489  5837 I Vision  : Checking for download completion for 288808 -- ocr
logcat: 02-06 11:01:40.739  1489  5839 I Vision  : Requesting optional module download of ocr.
logcat: 02-06 11:01:40.739  1489  5839 I Vision  : Checking for download completion for 298818 -- ocr
logcat: 02-06 11:01:50.748  1489  5843 I Vision  : Requesting optional module download of ocr.
logcat: 02-06 11:01:50.748  1489  5843 I Vision  : Checking for download completion for 308826 -- ocr
logcat: 02-06 11:02:00.002   761   761 D KeyguardClockSwitch: Updating clock: 1102
logcat: 02-06 11:02:00.754  1489  5845 I Vision  : Requesting optional module download of ocr.
logcat: 02-06 11:02:00.755  1489  5845 I Vision  : Exceeded maximum feature download tries for ocr
logcat: 02-06 11:02:00.755  1489  5845 W Vision  : Request of optional module download of ocr failed.
logcat: 02-06 11:02:00.755  1489  5845 I Vision  : Checking for download completion for 318833 -- ocr
kernel: [  312.258472] healthd: battery l=100 v=5000 t=25.0 h=2 st=2 c=900000 fc=300000 cc=10 chg=a
logcat: 02-06 11:02:05.937   475   475 E wifi_forwarder: qemu_pipe_open_ns:62: Could not connect to the 'pipe:qemud:wififorward' service: Invalid argument
logcat: 02-06 11:02:05.937   475   475 E wifi_forwarder: RemoteConnection failed to initialize: RemoteConnection failed to open pipe
logcat: 02-06 11:02:05.938   464   464 E netmgr  : qemu_pipe_open_ns:62: Could not connect to the 'pipe:qemud:network' service: Invalid argument
logcat: 02-06 11:02:05.938   464   464 E netmgr  : Failed to open QEMU pipe 'qemud:network': Invalid argument
logcat: 02-06 11:02:08.041  2163  3238 I DialerOmtpVvmCarrierConfigHelper: com.android.voicemail.impl.OmtpVvmCarrierConfigHelper.handleEvent:549 OmtpEvent:CONFIG_STATUS_SMS_TIME_OUT PhoneAccountHandle: [ComponentName: com.android.phone/com.android.services.telephony.TelephonyConnectionService subId: 1] [CONTEXT enable_persistent_logger=true ]
logcat: 02-06 11:02:08.042  2163  2163 I DialerRetryPolicy: com.android.voicemail.impl.scheduling.RetryPolicy.onCompleted:111 discarding deferred status: configuration_state=4 [CONTEXT enable_persistent_logger=true ]
logcat: 02-06 11:02:08.044  2163  2163 I DialerTaskExecutor: com.android.voicemail.impl.scheduling.TaskExecutor.prepareStop:379 no more tasks, stopping service if no task are added in 5000 millis [CONTEXT enable_persistent_logger=true ]
logcat: 02-06 11:02:08.045  2163  2163 I DialerLogcatLoggingBindings: com.android.dialer.logging.logcat.LogcatLoggingBindings.logImpression:49 Impression: VVM_AUTO_RETRY_ACTIVATION
logcat: 02-06 11:02:08.045  2163  2163 I DialerTaskReceiver: com.android.voicemail.impl.scheduling.TaskReceiver.onReceive:64 task received [CONTEXT enable_persistent_logger=true ]
logcat: 02-06 11:02:08.045  2163  2163 I DialerTaskReceiver: com.android.voicemail.impl.scheduling.TaskReceiver.onReceive:67 TaskExecutor already running [CONTEXT enable_persistent_logger=true ]
logcat: 02-06 11:02:08.046  2163  2163 I DialerTasks: com.android.voicemail.impl.scheduling.Tasks.createTask:59 Task.createTask create task:com.android.voicemail.impl.ActivationTask [CONTEXT enable_persistent_logger=true ]
logcat: 02-06 11:02:08.047  2163  2163 I DialerRetryPolicy: com.android.voicemail.impl.scheduling.RetryPolicy.onCreate:74 retry #3 for com.android.voicemail.impl.ActivationTask@f21f2ad queued, executing in 5000 [CONTEXT enable_persistent_logger=true ]
logcat: 02-06 11:02:08.056  2163  2163 I DialerTaskExecutor: com.android.voicemail.impl.scheduling.TaskExecutor.addTask:297 com.android.voicemail.impl.ActivationTask@f21f2ad added [CONTEXT enable_persistent_logger=true ]
logcat: 02-06 11:02:08.057  2163  2163 I DialerTaskExecutor: com.android.voicemail.impl.scheduling.TaskExecutor.runNextTask:346 minimal wait time:4992 [CONTEXT enable_persistent_logger=true ]
logcat: 02-06 11:02:08.057  2163  2163 I DialerTaskExecutor: com.android.voicemail.impl.scheduling.TaskExecutor.sleep:356 sleep for 4992 millis [CONTEXT enable_persistent_logger=true ]
logcat: 02-06 11:02:10.762  1489  5847 I Vision  : Requesting optional module download of ocr.
logcat: 02-06 11:02:10.767  1489  5847 I Vision  : Checking for download completion for 328845 -- ocr
logcat: 02-06 11:02:10.769  1489  5847 E ConfigFileUtils: Failed to read config file: /data/user_de/0/com.google.android.gms/app_chimera/next_container.pb: open failed: ENOENT (No such file or directory)
logcat: 02-06 11:02:10.783  1489  5847 I ChmraDebugLogger: [73] 1801
logcat: 02-06 11:02:10.785  1489  5847 I ChmraDebugLogger: [30] [VisionOcr.optional:201817000800] permitMetered=true,
logcat: 02-06 11:02:10.788  1489  5847 W ChimeraConfigService: Retry attempt was throttled.
logcat: 02-06 11:02:13.088  2163  3238 I DialerTaskExecutor: com.android.voicemail.impl.scheduling.TaskExecutor$WorkerThreadHandler.handleMessage:218 executing task com.android.voicemail.impl.ActivationTask@f21f2ad [CONTEXT enable_persistent_logger=true ]
logcat: 02-06 11:02:13.089  2163  3238 I DialerPreOMigrationHandler: com.android.voicemail.impl.PreOMigrationHandler.migrate:71 ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0} already migrated [CONTEXT enable_persistent_logger=true ]
logcat: 02-06 11:02:13.089  2163  2163 I DialerLogcatLoggingBindings: com.android.dialer.logging.logcat.LogcatLoggingBindings.logImpression:49 Impression: VVM_ACTIVATION_STARTED
logcat: 02-06 11:02:13.109  2163  3238 W DialerOmtpVvmCarrierConfigHelper: com.android.voicemail.impl.OmtpVvmCarrierConfigHelper.isCarrierAppInstalled:661 package needs <queries> declaration in Android R
logcat: 02-06 11:02:13.109  2163  3238 W DialerOmtpVvmCarrierConfigHelper: android.content.pm.PackageManager$NameNotFoundException: com.tmobile.vvm.application
logcat: 02-06 11:02:13.109  2163  3238 W DialerOmtpVvmCarrierConfigHelper:      at android.app.ApplicationPackageManager.getApplicationInfoAsUser(ApplicationPackageManager.java:423)
logcat: 02-06 11:02:13.109  2163  3238 W DialerOmtpVvmCarrierConfigHelper:      at android.app.ApplicationPackageManager.getApplicationInfo(ApplicationPackageManager.java:412)
logcat: 02-06 11:02:13.109  2163  3238 W DialerOmtpVvmCarrierConfigHelper:      at ixu.n(PG:3)
logcat: 02-06 11:02:13.109  2163  3238 W DialerOmtpVvmCarrierConfigHelper:      at ixu.d(Unknown Source:8)
logcat: 02-06 11:02:13.109  2163  3238 W DialerOmtpVvmCarrierConfigHelper:      at jde.a(PG:5)
logcat: 02-06 11:02:13.109  2163  3238 W DialerOmtpVvmCarrierConfigHelper:      at com.android.voicemail.impl.ActivationTask.b(PG:31)
logcat: 02-06 11:02:13.109  2163  3238 W DialerOmtpVvmCarrierConfigHelper:      at jct.handleMessage(PG:2)
logcat: 02-06 11:02:13.109  2163  3238 W DialerOmtpVvmCarrierConfigHelper:      at android.os.Handler.dispatchMessage(Handler.java:106)
logcat: 02-06 11:02:13.109  2163  3238 W DialerOmtpVvmCarrierConfigHelper:      at android.os.Looper.loop(Looper.java:223)
logcat: 02-06 11:02:13.109  2163  3238 W DialerOmtpVvmCarrierConfigHelper:      at android.os.HandlerThread.run(HandlerThread.java:67)
logcat: 02-06 11:02:13.120  5580  5599 I VoicemailNotifier: receivers for android.intent.action.PROVIDER_CHANGED :[]
logcat: 02-06 11:02:13.124  2163  3238 I DialerActivationTask: com.android.voicemail.impl.ActivationTask.onExecuteInBackgroundThread:275 VVM content provider configured - vvm_type_cvvm PhoneAccountHandle: [ComponentName: com.android.phone/com.android.services.telephony.TelephonyConnectionService subId: 1] [CONTEXT enable_persistent_logger=true ]
logcat: 02-06 11:02:13.127  2163  3238 I DialerOmtpVvmCarrierConfigHelper: com.android.voicemail.impl.OmtpVvmCarrierConfigHelper.handleEvent:549 OmtpEvent:CONFIG_ACTIVATING PhoneAccountHandle: [ComponentName: com.android.phone/com.android.services.telephony.TelephonyConnectionService subId: 1] [CONTEXT enable_persistent_logger=true ]
logcat: 02-06 11:02:13.134  5580  5599 I VoicemailNotifier: receivers for android.intent.action.PROVIDER_CHANGED :[]
logcat: 02-06 11:02:13.149  1136  1419 D SmsNumberUtils: enter filterDestAddr. destAddr="[BajqU4K5_YhSYbs-7QUn0dOwcmI]"
logcat: 02-06 11:02:13.152  1136  1419 D SmsNumberUtils: destAddr is not formatted.
logcat: 02-06 11:02:13.152  1136  1419 D SmsNumberUtils: leave filterDestAddr, new destAddr="[BajqU4K5_YhSYbs-7QUn0dOwcmI]"
logcat: 02-06 11:02:13.160  2163  2163 I DialerStatusSmsFetcher: com.android.voicemail.impl.sms.StatusSmsFetcher.onReceive:102 Request SMS successfully sent [CONTEXT enable_persistent_logger=true ]
logcat: 02-06 11:02:20.774  1489  5853 I Vision  : Requesting optional module download of ocr.
logcat: 02-06 11:02:20.774  1489  5853 I Vision  : Checking for download completion for 338853 -- ocr
logcat: 02-06 11:02:30.782  1489  5855 I Vision  : Requesting optional module download of ocr.
logcat: 02-06 11:02:30.783  1489  5855 I Vision  : Checking for download completion for 348861 -- ocr
logcat: 02-06 11:02:30.805  1827  5856 D DownloadManager: [3] Starting
logcat: 02-06 11:02:30.817  1827  5856 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false
logcat: 02-06 11:02:30.817  1827  5856 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false
logcat: 02-06 11:02:30.896  1827  5856 W DownloadManager: [3] Stop requested with status FILE_ERROR: Failed to generate filename: java.io.IOException: Failed to create parent for /storage/emulated/0/Android/data/com.google.android.googlequicksearchbox/files/download_cache
logcat: 02-06 11:02:30.897  1827  5856 D DownloadManager: [3] Finished with status WAITING_TO_RETRY
logcat: 02-06 11:02:30.908  1827  1827 D DownloadManager: onStopJob id=3, reason=cancel() called by app, callingUid=10066 uid=10066 jobId=3
logcat: 02-06 11:02:34.967  1244  2357 D BluetoothAdapter: isLeEnabled(): ON
logcat: 02-06 11:02:34.973  1244  2357 I NearbyDiscovery: FastPairScanner2: isAlive? bleEnabled:true, btEnabled:true, bleScanAvailable:false [CONTEXT service_id=49 ]
logcat: 02-06 11:02:34.973  1244  2357 I NearbyDiscovery: FastPair: isDestroyable: Scanner is alive. [CONTEXT service_id=49 ]
logcat: 02-06 11:02:34.973  1244  2357 I NearbyDiscovery: DiscoveryService: Skip stopSelf(), fast pair controller is not destroyable. [CONTEXT service_id=49 ]
logcat: 02-06 11:02:40.789  1489  5861 I Vision  : Requesting optional module download of ocr.
logcat: 02-06 11:02:40.790  1489  5861 I Vision  : Checking for download completion for 358868 -- ocr
logcat: 02-06 11:02:50.797  1489  5865 I Vision  : Requesting optional module download of ocr.
logcat: 02-06 11:02:50.797  1489  5865 I Vision  : Checking for download completion for 368876 -- ocr
logcat: 02-06 11:03:00.003   761   761 D KeyguardClockSwitch: Updating clock: 1103
logcat: 02-06 11:03:00.804  1489  5870 I Vision  : Requesting optional module download of ocr.
logcat: 02-06 11:03:00.805  1489  5870 I Vision  : Exceeded maximum feature download tries for ocr
logcat: 02-06 11:03:00.805  1489  5870 W Vision  : Request of optional module download of ocr failed.
logcat: 02-06 11:03:00.805  1489  5870 I Vision  : Checking for download completion for 378883 -- ocr
logcat: 02-06 11:03:01.074   529   572 I DropBoxManagerService: add tag=system_server_strictmode isTagEnabled=true flags=0x2
logcat: 02-06 11:03:01.079   529   572 I chatty  : uid=1000(system) android.io identical 2 lines
logcat: 02-06 11:03:01.080   529   572 I DropBoxManagerService: add tag=system_server_strictmode isTagEnabled=true flags=0x2
logcat: 02-06 11:03:03.080   529   579 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver
logcat: 02-06 11:03:03.080   529   579 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver
kernel: [  372.258665] healthd: battery l=100 v=5000 t=25.0 h=2 st=2 c=900000 fc=300000 cc=10 chg=a
logcat: 02-06 11:01:04.180     0     0 I chatty  : uid=0(root) logd identical 1 line
logcat: 02-06 11:02:04.179     0     0 W healthd : battery l=100 v=5000 t=25.0 h=2 st=2 c=900000 fc=300000 cc=10 chg=a
logcat: 02-06 11:03:04.180     0     0 W healthd : battery l=100 v=5000 t=25.0 h=2 st=2 c=900000 fc=300000 cc=10 chg=a
logcat: 02-06 11:03:05.938   475   475 E wifi_forwarder: qemu_pipe_open_ns:62: Could not connect to the 'pipe:qemud:wififorward' service: Invalid argument
logcat: 02-06 11:03:05.938   475   475 E wifi_forwarder: RemoteConnection failed to initialize: RemoteConnection failed to open pipe
logcat: 02-06 11:03:05.954   464   464 E netmgr  : qemu_pipe_open_ns:62: Could not connect to the 'pipe:qemud:network' service: Invalid argument
logcat: 02-06 11:03:05.954   464   464 E netmgr  : Failed to open QEMU pipe 'qemud:network': Invalid argument
logcat: 02-06 11:03:10.811  1489  5875 I Vision  : Requesting optional module download of ocr.
logcat: 02-06 11:03:10.816  1489  5875 I Vision  : Checking for download completion for 388894 -- ocr
logcat: 02-06 11:03:10.819  1489  5875 E ConfigFileUtils: Failed to read config file: /data/user_de/0/com.google.android.gms/app_chimera/next_container.pb: open failed: ENOENT (No such file or directory)
logcat: 02-06 11:03:10.832  1489  5875 I ChmraDebugLogger: [73] 1801
logcat: 02-06 11:03:10.834  1489  5875 I ChmraDebugLogger: [30] [VisionOcr.optional:201817000800] permitMetered=true,
logcat: 02-06 11:03:10.837  1489  5875 W ChimeraConfigService: Retry attempt was throttled.
logcat: 02-06 11:03:13.201  2163  3238 I DialerOmtpVvmCarrierConfigHelper: com.android.voicemail.impl.OmtpVvmCarrierConfigHelper.handleEvent:549 OmtpEvent:CONFIG_STATUS_SMS_TIME_OUT PhoneAccountHandle: [ComponentName: com.android.phone/com.android.services.telephony.TelephonyConnectionService subId: 1] [CONTEXT enable_persistent_logger=true ]
logcat: 02-06 11:03:13.203  2163  2163 I DialerRetryPolicy: com.android.voicemail.impl.scheduling.RetryPolicy.onCompleted:111 discarding deferred status: configuration_state=4 [CONTEXT enable_persistent_logger=true ]
logcat: 02-06 11:03:13.204  2163  2163 I DialerTaskExecutor: com.android.voicemail.impl.scheduling.TaskExecutor.prepareStop:379 no more tasks, stopping service if no task are added in 5000 millis [CONTEXT enable_persistent_logger=true ]
logcat: 02-06 11:03:13.205  2163  2163 I DialerLogcatLoggingBindings: com.android.dialer.logging.logcat.LogcatLoggingBindings.logImpression:49 Impression: VVM_AUTO_RETRY_ACTIVATION
logcat: 02-06 11:03:13.206  2163  2163 I DialerTaskReceiver: com.android.voicemail.impl.scheduling.TaskReceiver.onReceive:64 task received [CONTEXT enable_persistent_logger=true ]
logcat: 02-06 11:03:13.206  2163  2163 I DialerTaskReceiver: com.android.voicemail.impl.scheduling.TaskReceiver.onReceive:67 TaskExecutor already running [CONTEXT enable_persistent_logger=true ]
logcat: 02-06 11:03:13.207  2163  2163 I DialerTasks: com.android.voicemail.impl.scheduling.Tasks.createTask:59 Task.createTask create task:com.android.voicemail.impl.ActivationTask [CONTEXT enable_persistent_logger=true ]
logcat: 02-06 11:03:13.207  2163  2163 I DialerRetryPolicy: com.android.voicemail.impl.scheduling.RetryPolicy.onCreate:74 retry #4 for com.android.voicemail.impl.ActivationTask@351e11d queued, executing in 5000 [CONTEXT enable_persistent_logger=true ]
logcat: 02-06 11:03:13.217  2163  2163 I DialerTaskExecutor: com.android.voicemail.impl.scheduling.TaskExecutor.addTask:297 com.android.voicemail.impl.ActivationTask@351e11d added [CONTEXT enable_persistent_logger=true ]
logcat: 02-06 11:03:13.217  2163  2163 I DialerTaskExecutor: com.android.voicemail.impl.scheduling.TaskExecutor.runNextTask:346 minimal wait time:4991 [CONTEXT enable_persistent_logger=true ]
logcat: 02-06 11:03:13.218  2163  2163 I DialerTaskExecutor: com.android.voicemail.impl.scheduling.TaskExecutor.sleep:356 sleep for 4991 millis [CONTEXT enable_persistent_logger=true ]
logcat: 02-06 11:03:18.249  2163  3238 I DialerTaskExecutor: com.android.voicemail.impl.scheduling.TaskExecutor$WorkerThreadHandler.handleMessage:218 executing task com.android.voicemail.impl.ActivationTask@351e11d [CONTEXT enable_persistent_logger=true ]
logcat: 02-06 11:03:18.250  2163  3238 I DialerPreOMigrationHandler: com.android.voicemail.impl.PreOMigrationHandler.migrate:71 ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0} already migrated [CONTEXT enable_persistent_logger=true ]
logcat: 02-06 11:03:18.250  2163  2163 I DialerLogcatLoggingBindings: com.android.dialer.logging.logcat.LogcatLoggingBindings.logImpression:49 Impression: VVM_ACTIVATION_STARTED
logcat: 02-06 11:03:18.271  2163  3238 W DialerOmtpVvmCarrierConfigHelper: com.android.voicemail.impl.OmtpVvmCarrierConfigHelper.isCarrierAppInstalled:661 package needs <queries> declaration in Android R
logcat: 02-06 11:03:18.271  2163  3238 W DialerOmtpVvmCarrierConfigHelper: android.content.pm.PackageManager$NameNotFoundException: com.tmobile.vvm.application
logcat: 02-06 11:03:18.271  2163  3238 W DialerOmtpVvmCarrierConfigHelper:      at android.app.ApplicationPackageManager.getApplicationInfoAsUser(ApplicationPackageManager.java:423)
logcat: 02-06 11:03:18.271  2163  3238 W DialerOmtpVvmCarrierConfigHelper:      at android.app.ApplicationPackageManager.getApplicationInfo(ApplicationPackageManager.java:412)
logcat: 02-06 11:03:18.271  2163  3238 W DialerOmtpVvmCarrierConfigHelper:      at ixu.n(PG:3)
logcat: 02-06 11:03:18.271  2163  3238 W DialerOmtpVvmCarrierConfigHelper:      at ixu.d(Unknown Source:8)
logcat: 02-06 11:03:18.271  2163  3238 W DialerOmtpVvmCarrierConfigHelper:      at jde.a(PG:5)
logcat: 02-06 11:03:18.271  2163  3238 W DialerOmtpVvmCarrierConfigHelper:      at com.android.voicemail.impl.ActivationTask.b(PG:31)
logcat: 02-06 11:03:18.271  2163  3238 W DialerOmtpVvmCarrierConfigHelper:      at jct.handleMessage(PG:2)
logcat: 02-06 11:03:18.271  2163  3238 W DialerOmtpVvmCarrierConfigHelper:      at android.os.Handler.dispatchMessage(Handler.java:106)
logcat: 02-06 11:03:18.271  2163  3238 W DialerOmtpVvmCarrierConfigHelper:      at android.os.Looper.loop(Looper.java:223)
logcat: 02-06 11:03:18.271  2163  3238 W DialerOmtpVvmCarrierConfigHelper:      at android.os.HandlerThread.run(HandlerThread.java:67)
logcat: 02-06 11:03:18.283  5580  5599 I VoicemailNotifier: receivers for android.intent.action.PROVIDER_CHANGED :[]
logcat: 02-06 11:03:18.287  2163  3238 I DialerActivationTask: com.android.voicemail.impl.ActivationTask.onExecuteInBackgroundThread:275 VVM content provider configured - vvm_type_cvvm PhoneAccountHandle: [ComponentName: com.android.phone/com.android.services.telephony.TelephonyConnectionService subId: 1] [CONTEXT enable_persistent_logger=true ]
logcat: 02-06 11:03:18.289  2163  3238 I DialerOmtpVvmCarrierConfigHelper: com.android.voicemail.impl.OmtpVvmCarrierConfigHelper.handleEvent:549 OmtpEvent:CONFIG_ACTIVATING PhoneAccountHandle: [ComponentName: com.android.phone/com.android.services.telephony.TelephonyConnectionService subId: 1] [CONTEXT enable_persistent_logger=true ]
logcat: 02-06 11:03:18.297  5580  5599 I VoicemailNotifier: receivers for android.intent.action.PROVIDER_CHANGED :[]
logcat: 02-06 11:03:18.312  1136  1419 D SmsNumberUtils: enter filterDestAddr. destAddr="[BajqU4K5_YhSYbs-7QUn0dOwcmI]"
logcat: 02-06 11:03:18.314  1136  1419 D SmsNumberUtils: destAddr is not formatted.
logcat: 02-06 11:03:18.314  1136  1419 D SmsNumberUtils: leave filterDestAddr, new destAddr="[BajqU4K5_YhSYbs-7QUn0dOwcmI]"
logcat: 02-06 11:03:18.322  2163  2163 I DialerStatusSmsFetcher: com.android.voicemail.impl.sms.StatusSmsFetcher.onReceive:102 Request SMS successfully sent [CONTEXT enable_persistent_logger=true ]
logcat: 02-06 11:03:20.823  1489  5881 I Vision  : Requesting optional module download of ocr.
logcat: 02-06 11:03:20.823  1489  5881 I Vision  : Checking for download completion for 398901 -- ocr
logcat: 02-06 11:03:30.829  1489  5883 I Vision  : Requesting optional module download of ocr.
logcat: 02-06 11:03:30.829  1489  5883 I Vision  : Checking for download completion for 408908 -- ocr
logcat: 02-06 11:03:40.836  1489  5885 I Vision  : Requesting optional module download of ocr.
logcat: 02-06 11:03:40.837  1489  5885 I Vision  : Checking for download completion for 418915 -- ocr
logcat: 02-06 11:03:50.844  1489  5889 I Vision  : Requesting optional module download of ocr.
logcat: 02-06 11:03:50.844  1489  5889 I Vision  : Checking for download completion for 428922 -- ocr
logcat: 02-06 11:04:00.003   761   761 D KeyguardClockSwitch: Updating clock: 1104
logcat: 02-06 11:04:00.850  1489  5891 I Vision  : Requesting optional module download of ocr.
logcat: 02-06 11:04:00.851  1489  5891 I Vision  : Exceeded maximum feature download tries for ocr
logcat: 02-06 11:04:00.851  1489  5891 W Vision  : Request of optional module download of ocr failed.
logcat: 02-06 11:04:00.851  1489  5891 I Vision  : Checking for download completion for 438930 -- ocr

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

No branches or pull requests

3 participants