Skip to content

Instantly share code, notes, and snippets.

@grimpy
Created November 23, 2019 15:01
Show Gist options
  • Save grimpy/50aebad6d1dd327b3a457bc094e59f9a to your computer and use it in GitHub Desktop.
Save grimpy/50aebad6d1dd327b3a457bc094e59f9a to your computer and use it in GitHub Desktop.
--------- beginning of crash
11-23 16:42:24.004 3380 3401 E AndroidRuntime: FATAL EXCEPTION: pool-3-thread-1
11-23 16:42:24.004 3380 3401 E AndroidRuntime: Process: com.topjohnwu.magisk, PID: 3380
11-23 16:42:24.004 3380 3401 E AndroidRuntime: android.database.sqlite.SQLiteCantOpenDatabaseException: unknown error (code 14 SQLITE_CANTOPEN): Could not open database
11-23 16:42:24.004 3380 3401 E AndroidRuntime: at android.database.sqlite.SQLiteConnection.nativeOpen(Native Method)
11-23 16:42:24.004 3380 3401 E AndroidRuntime: at android.database.sqlite.SQLiteConnection.open(SQLiteConnection.java:215)
11-23 16:42:24.004 3380 3401 E AndroidRuntime: at android.database.sqlite.SQLiteConnection.open(SQLiteConnection.java:197)
11-23 16:42:24.004 3380 3401 E AndroidRuntime: at android.database.sqlite.SQLiteConnectionPool.openConnectionLocked(SQLiteConnectionPool.java:505)
11-23 16:42:24.004 3380 3401 E AndroidRuntime: at android.database.sqlite.SQLiteConnectionPool.open(SQLiteConnectionPool.java:206)
11-23 16:42:24.004 3380 3401 E AndroidRuntime: at android.database.sqlite.SQLiteConnectionPool.open(SQLiteConnectionPool.java:198)
11-23 16:42:24.004 3380 3401 E AndroidRuntime: at android.database.sqlite.SQLiteDatabase.openInner(SQLiteDatabase.java:924)
11-23 16:42:24.004 3380 3401 E AndroidRuntime: at android.database.sqlite.SQLiteDatabase.open(SQLiteDatabase.java:904)
11-23 16:42:24.004 3380 3401 E AndroidRuntime: at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:768)
11-23 16:42:24.004 3380 3401 E AndroidRuntime: at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:757)
11-23 16:42:24.004 3380 3401 E AndroidRuntime: at android.database.sqlite.SQLiteOpenHelper.getDatabaseLocked(SQLiteOpenHelper.java:374)
11-23 16:42:24.004 3380 3401 E AndroidRuntime: at android.database.sqlite.SQLiteOpenHelper.getWritableDatabase(SQLiteOpenHelper.java:317)
11-23 16:42:24.004 3380 3401 E AndroidRuntime: at a.jw.a(Unknown Source:4)
11-23 16:42:24.004 3380 3401 E AndroidRuntime: at a.kw.a(Unknown Source:2)
11-23 16:42:24.004 3380 3401 E AndroidRuntime: at a.bv.c(Unknown Source:5)
11-23 16:42:24.004 3380 3401 E AndroidRuntime: at androidx.work.impl.utils.ForceStopRunnable.run(:3)
11-23 16:42:24.004 3380 3401 E AndroidRuntime: at a.r40.run(Unknown Source:2)
11-23 16:42:24.004 3380 3401 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
11-23 16:42:24.004 3380 3401 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
11-23 16:42:24.004 3380 3401 E AndroidRuntime: at java.lang.Thread.run(Thread.java:919)
11-23 16:43:29.118 4433 4433 E AndroidRuntime: FATAL EXCEPTION: main
11-23 16:43:29.118 4433 4433 E AndroidRuntime: Process: com.android.messaging, PID: 4433
11-23 16:43:29.118 4433 4433 E AndroidRuntime: java.lang.RuntimeException: Unable to create application com.android.messaging.BugleApplication: java.lang.IllegalStateException: Not allowed to start service Intent { cmp=com.android.messaging/.datamodel.action.ActionServiceImpl (has extras) }: app is in background uid UidRecord{30f6f9f u0a120 RCVR idle change:uncached procs:1 seq(0,0,0)}
11-23 16:43:29.118 4433 4433 E AndroidRuntime: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6465)
11-23 16:43:29.118 4433 4433 E AndroidRuntime: at android.app.ActivityThread.access$1300(ActivityThread.java:219)
11-23 16:43:29.118 4433 4433 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1859)
11-23 16:43:29.118 4433 4433 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:107)
11-23 16:43:29.118 4433 4433 E AndroidRuntime: at android.os.Looper.loop(Looper.java:214)
11-23 16:43:29.118 4433 4433 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:7356)
11-23 16:43:29.118 4433 4433 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
11-23 16:43:29.118 4433 4433 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:494)
11-23 16:43:29.118 4433 4433 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:930)
11-23 16:43:29.118 4433 4433 E AndroidRuntime: Caused by: java.lang.IllegalStateException: Not allowed to start service Intent { cmp=com.android.messaging/.datamodel.action.ActionServiceImpl (has extras) }: app is in background uid UidRecord{30f6f9f u0a120 RCVR idle change:uncached procs:1 seq(0,0,0)}
11-23 16:43:29.118 4433 4433 E AndroidRuntime: at android.app.ContextImpl.startServiceCommon(ContextImpl.java:1616)
11-23 16:43:29.118 4433 4433 E AndroidRuntime: at android.app.ContextImpl.startService(ContextImpl.java:1571)
11-23 16:43:29.118 4433 4433 E AndroidRuntime: at android.content.ContextWrapper.startService(ContextWrapper.java:669)
11-23 16:43:29.118 4433 4433 E AndroidRuntime: at com.android.messaging.datamodel.action.ActionServiceImpl.startServiceWithIntent(ActionServiceImpl.java:239)
11-23 16:43:29.118 4433 4433 E AndroidRuntime: at com.android.messaging.datamodel.action.ActionServiceImpl.startAction(ActionServiceImpl.java:56)
11-23 16:43:29.118 4433 4433 E AndroidRuntime: at com.android.messaging.datamodel.action.ActionService.startAction(ActionService.java:37)
11-23 16:43:29.118 4433 4433 E AndroidRuntime: at com.android.messaging.datamodel.DataModel.startActionService(DataModel.java:65)
11-23 16:43:29.118 4433 4433 E AndroidRuntime: at com.android.messaging.datamodel.action.Action.start(Action.java:151)
11-23 16:43:29.118 4433 4433 E AndroidRuntime: at com.android.messaging.datamodel.action.FixupMessageStatusOnStartupAction.fixupMessageStatus(FixupMessageStatusOnStartupAction.java:38)
11-23 16:43:29.118 4433 4433 E AndroidRuntime: at com.android.messaging.datamodel.DataModelImpl.onApplicationCreated(DataModelImpl.java:222)
11-23 16:43:29.118 4433 4433 E AndroidRuntime: at com.android.messaging.BugleApplication.initializeSync(BugleApplication.java:119)
11-23 16:43:29.118 4433 4433 E AndroidRuntime: at com.android.messaging.FactoryImpl.onRequiredPermissionsAcquired(FactoryImpl.java:121)
11-23 16:43:29.118 4433 4433 E AndroidRuntime: at com.android.messaging.FactoryImpl.register(FactoryImpl.java:108)
11-23 16:43:29.118 4433 4433 E AndroidRuntime: at com.android.messaging.BugleApplication.onCreate(BugleApplication.java:81)
11-23 16:43:29.118 4433 4433 E AndroidRuntime: at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1189)
11-23 16:43:29.118 4433 4433 E AndroidRuntime: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6460)
11-23 16:43:29.118 4433 4433 E AndroidRuntime: ... 8 more
11-23 16:45:23.225 7640 7681 E AndroidRuntime: FATAL EXCEPTION: pool-6-thread-1
11-23 16:45:23.225 7640 7681 E AndroidRuntime: Process: com.google.android.apps.docs.editors.docs, PID: 7640
11-23 16:45:23.225 7640 7681 E AndroidRuntime: android.database.sqlite.SQLiteException: not an error (code 0 SQLITE_OK): Could not open the database in read/write mode.
11-23 16:45:23.225 7640 7681 E AndroidRuntime: at android.database.sqlite.SQLiteConnection.nativeOpen(Native Method)
11-23 16:45:23.225 7640 7681 E AndroidRuntime: at android.database.sqlite.SQLiteConnection.open(SQLiteConnection.java:215)
11-23 16:45:23.225 7640 7681 E AndroidRuntime: at android.database.sqlite.SQLiteConnection.open(SQLiteConnection.java:197)
11-23 16:45:23.225 7640 7681 E AndroidRuntime: at android.database.sqlite.SQLiteConnectionPool.openConnectionLocked(SQLiteConnectionPool.java:505)
11-23 16:45:23.225 7640 7681 E AndroidRuntime: at android.database.sqlite.SQLiteConnectionPool.open(SQLiteConnectionPool.java:206)
11-23 16:45:23.225 7640 7681 E AndroidRuntime: at android.database.sqlite.SQLiteConnectionPool.open(SQLiteConnectionPool.java:198)
11-23 16:45:23.225 7640 7681 E AndroidRuntime: at android.database.sqlite.SQLiteDatabase.openInner(SQLiteDatabase.java:924)
11-23 16:45:23.225 7640 7681 E AndroidRuntime: at android.database.sqlite.SQLiteDatabase.open(SQLiteDatabase.java:904)
11-23 16:45:23.225 7640 7681 E AndroidRuntime: at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:768)
11-23 16:45:23.225 7640 7681 E AndroidRuntime: at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:757)
11-23 16:45:23.225 7640 7681 E AndroidRuntime: at android.database.sqlite.SQLiteOpenHelper.getDatabaseLocked(SQLiteOpenHelper.java:374)
11-23 16:45:23.225 7640 7681 E AndroidRuntime: at android.database.sqlite.SQLiteOpenHelper.getWritableDatabase(SQLiteOpenHelper.java:317)
11-23 16:45:23.225 7640 7681 E AndroidRuntime: at ai$a.a(PG:1)
11-23 16:45:23.225 7640 7681 E AndroidRuntime: at ai.a(PG:1)
11-23 16:45:23.225 7640 7681 E AndroidRuntime: at androidx.work.impl.utils.ForceStopRunnable.run(PG:6)
11-23 16:45:23.225 7640 7681 E AndroidRuntime: at sp$a.run(PG:1)
11-23 16:45:23.225 7640 7681 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
11-23 16:45:23.225 7640 7681 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
11-23 16:45:23.225 7640 7681 E AndroidRuntime: at java.lang.Thread.run(Thread.java:919)
11-23 16:45:23.856 7763 7876 E AndroidRuntime: FATAL EXCEPTION: pool-6-thread-1
11-23 16:45:23.856 7763 7876 E AndroidRuntime: Process: com.google.android.apps.docs.editors.docs, PID: 7763
11-23 16:45:23.856 7763 7876 E AndroidRuntime: android.database.sqlite.SQLiteException: not an error (code 0 SQLITE_OK): Could not open the database in read/write mode.
11-23 16:45:23.856 7763 7876 E AndroidRuntime: at android.database.sqlite.SQLiteConnection.nativeOpen(Native Method)
11-23 16:45:23.856 7763 7876 E AndroidRuntime: at android.database.sqlite.SQLiteConnection.open(SQLiteConnection.java:215)
11-23 16:45:23.856 7763 7876 E AndroidRuntime: at android.database.sqlite.SQLiteConnection.open(SQLiteConnection.java:197)
11-23 16:45:23.856 7763 7876 E AndroidRuntime: at android.database.sqlite.SQLiteConnectionPool.openConnectionLocked(SQLiteConnectionPool.java:505)
11-23 16:45:23.856 7763 7876 E AndroidRuntime: at android.database.sqlite.SQLiteConnectionPool.open(SQLiteConnectionPool.java:206)
11-23 16:45:23.856 7763 7876 E AndroidRuntime: at android.database.sqlite.SQLiteConnectionPool.open(SQLiteConnectionPool.java:198)
11-23 16:45:23.856 7763 7876 E AndroidRuntime: at android.database.sqlite.SQLiteDatabase.openInner(SQLiteDatabase.java:924)
11-23 16:45:23.856 7763 7876 E AndroidRuntime: at android.database.sqlite.SQLiteDatabase.open(SQLiteDatabase.java:904)
11-23 16:45:23.856 7763 7876 E AndroidRuntime: at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:768)
11-23 16:45:23.856 7763 7876 E AndroidRuntime: at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:757)
11-23 16:45:23.856 7763 7876 E AndroidRuntime: at android.database.sqlite.SQLiteOpenHelper.getDatabaseLocked(SQLiteOpenHelper.java:374)
11-23 16:45:23.856 7763 7876 E AndroidRuntime: at android.database.sqlite.SQLiteOpenHelper.getWritableDatabase(SQLiteOpenHelper.java:317)
11-23 16:45:23.856 7763 7876 E AndroidRuntime: at ai$a.a(PG:1)
11-23 16:45:23.856 7763 7876 E AndroidRuntime: at ai.a(PG:1)
11-23 16:45:23.856 7763 7876 E AndroidRuntime: at androidx.work.impl.utils.ForceStopRunnable.run(PG:6)
11-23 16:45:23.856 7763 7876 E AndroidRuntime: at sp$a.run(PG:1)
11-23 16:45:23.856 7763 7876 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
11-23 16:45:23.856 7763 7876 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
11-23 16:45:23.856 7763 7876 E AndroidRuntime: at java.lang.Thread.run(Thread.java:919)
11-23 16:46:10.743 8916 8962 E AndroidRuntime: FATAL EXCEPTION: 0
11-23 16:46:10.743 8916 8962 E AndroidRuntime: Process: com.google.android.gm, PID: 8916
11-23 16:46:10.743 8916 8962 E AndroidRuntime: android.database.sqlite.SQLiteException: not an error (code 0 SQLITE_OK): Could not open the database in read/write mode.
11-23 16:46:10.743 8916 8962 E AndroidRuntime: at android.database.sqlite.SQLiteConnection.nativeOpen(Native Method)
11-23 16:46:10.743 8916 8962 E AndroidRuntime: at android.database.sqlite.SQLiteConnection.open(SQLiteConnection.java:215)
11-23 16:46:10.743 8916 8962 E AndroidRuntime: at android.database.sqlite.SQLiteConnection.open(SQLiteConnection.java:197)
11-23 16:46:10.743 8916 8962 E AndroidRuntime: at android.database.sqlite.SQLiteConnectionPool.openConnectionLocked(SQLiteConnectionPool.java:505)
11-23 16:46:10.743 8916 8962 E AndroidRuntime: at android.database.sqlite.SQLiteConnectionPool.open(SQLiteConnectionPool.java:206)
11-23 16:46:10.743 8916 8962 E AndroidRuntime: at android.database.sqlite.SQLiteConnectionPool.open(SQLiteConnectionPool.java:198)
11-23 16:46:10.743 8916 8962 E AndroidRuntime: at android.database.sqlite.SQLiteDatabase.openInner(SQLiteDatabase.java:924)
11-23 16:46:10.743 8916 8962 E AndroidRuntime: at android.database.sqlite.SQLiteDatabase.open(SQLiteDatabase.java:904)
11-23 16:46:10.743 8916 8962 E AndroidRuntime: at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:768)
11-23 16:46:10.743 8916 8962 E AndroidRuntime: at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:757)
11-23 16:46:10.743 8916 8962 E AndroidRuntime: at android.database.sqlite.SQLiteOpenHelper.getDatabaseLocked(SQLiteOpenHelper.java:374)
11-23 16:46:10.743 8916 8962 E AndroidRuntime: at android.database.sqlite.SQLiteOpenHelper.getWritableDatabase(SQLiteOpenHelper.java:317)
11-23 16:46:10.743 8916 8962 E AndroidRuntime: at hzj.getWritableDatabase(PG:1)
11-23 16:46:10.743 8916 8962 E AndroidRuntime: at hzg.a(PG:7)
11-23 16:46:10.743 8916 8962 E AndroidRuntime: at com.android.email.provider.EmailProvider.a(PG:669)
11-23 16:46:10.743 8916 8962 E AndroidRuntime: at com.android.email.provider.EmailProvider.query(PG:11)
11-23 16:46:10.743 8916 8962 E AndroidRuntime: at android.content.ContentProvider.query(ContentProvider.java:1214)
11-23 16:46:10.743 8916 8962 E AndroidRuntime: at android.content.ContentProvider.query(ContentProvider.java:1307)
11-23 16:46:10.743 8916 8962 E AndroidRuntime: at android.content.ContentProvider$Transport.query(ContentProvider.java:267)
11-23 16:46:10.743 8916 8962 E AndroidRuntime: at android.content.ContentResolver.query(ContentResolver.java:944)
11-23 16:46:10.743 8916 8962 E AndroidRuntime: at android.content.ContentResolver.query(ContentResolver.java:880)
11-23 16:46:10.743 8916 8962 E AndroidRuntime: at android.content.ContentResolver.query(ContentResolver.java:836)
11-23 16:46:10.743 8916 8962 E AndroidRuntime: at com.android.email.provider.EmailProvider.c(PG:21)
11-23 16:46:10.743 8916 8962 E AndroidRuntime: at bch.run(Unknown Source:2)
11-23 16:46:10.743 8916 8962 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:883)
11-23 16:46:10.743 8916 8962 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:100)
11-23 16:46:10.743 8916 8962 E AndroidRuntime: at gfa.dispatchMessage(PG:1)
11-23 16:46:10.743 8916 8962 E AndroidRuntime: at android.os.Looper.loop(Looper.java:214)
11-23 16:46:10.743 8916 8962 E AndroidRuntime: at android.os.HandlerThread.run(HandlerThread.java:67)
11-23 16:46:10.745 8916 8961 E AndroidRuntime: FATAL EXCEPTION: AsyncTask #2
11-23 16:46:10.745 8916 8961 E AndroidRuntime: Process: com.google.android.gm, PID: 8916
11-23 16:46:10.745 8916 8961 E AndroidRuntime: java.lang.RuntimeException: An error occurred while executing doInBackground()
11-23 16:46:10.745 8916 8961 E AndroidRuntime: at android.os.AsyncTask$4.done(AsyncTask.java:399)
11-23 16:46:10.745 8916 8961 E AndroidRuntime: at java.util.concurrent.FutureTask.finishCompletion(FutureTask.java:383)
11-23 16:46:10.745 8916 8961 E AndroidRuntime: at java.util.concurrent.FutureTask.setException(FutureTask.java:252)
11-23 16:46:10.745 8916 8961 E AndroidRuntime: at java.util.concurrent.FutureTask.run(FutureTask.java:271)
11-23 16:46:10.745 8916 8961 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
11-23 16:46:10.745 8916 8961 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
11-23 16:46:10.745 8916 8961 E AndroidRuntime: at java.lang.Thread.run(Thread.java:919)
11-23 16:46:10.745 8916 8961 E AndroidRuntime: Caused by: android.database.sqlite.SQLiteException: not an error (code 0 SQLITE_OK): Could not open the database in read/write mode.
11-23 16:46:10.745 8916 8961 E AndroidRuntime: at android.database.sqlite.SQLiteConnection.nativeOpen(Native Method)
11-23 16:46:10.745 8916 8961 E AndroidRuntime: at android.database.sqlite.SQLiteConnection.open(SQLiteConnection.java:215)
11-23 16:46:10.745 8916 8961 E AndroidRuntime: at android.database.sqlite.SQLiteConnection.open(SQLiteConnection.java:197)
11-23 16:46:10.745 8916 8961 E AndroidRuntime: at android.database.sqlite.SQLiteConnectionPool.openConnectionLocked(SQLiteConnectionPool.java:505)
11-23 16:46:10.745 8916 8961 E AndroidRuntime: at android.database.sqlite.SQLiteConnectionPool.open(SQLiteConnectionPool.java:206)
11-23 16:46:10.745 8916 8961 E AndroidRuntime: at android.database.sqlite.SQLiteConnectionPool.open(SQLiteConnectionPool.java:198)
11-23 16:46:10.745 8916 8961 E AndroidRuntime: at android.database.sqlite.SQLiteDatabase.openInner(SQLiteDatabase.java:924)
11-23 16:46:10.745 8916 8961 E AndroidRuntime: at android.database.sqlite.SQLiteDatabase.open(SQLiteDatabase.java:904)
11-23 16:46:10.745 8916 8961 E AndroidRuntime: at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:768)
11-23 16:46:10.745 8916 8961 E AndroidRuntime: at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:757)
11-23 16:46:10.745 8916 8961 E AndroidRuntime: at android.database.sqlite.SQLiteOpenHelper.getDatabaseLocked(SQLiteOpenHelper.java:374)
11-23 16:46:10.745 8916 8961 E AndroidRuntime: at android.database.sqlite.SQLiteOpenHelper.getWritableDatabase(SQLiteOpenHelper.java:317)
11-23 16:46:10.745 8916 8961 E AndroidRuntime: at hzj.getWritableDatabase(PG:1)
11-23 16:46:10.745 8916 8961 E AndroidRuntime: at hzg.a(PG:7)
11-23 16:46:10.745 8916 8961 E AndroidRuntime: at com.android.email.provider.EmailProvider.a(PG:669)
11-23 16:46:10.745 8916 8961 E AndroidRuntime: at com.android.email.provider.EmailProvider.j(PG:3)
11-23 16:46:10.745 8916 8961 E AndroidRuntime: at com.android.email.provider.EmailProvider.b(PG:61)
11-23 16:46:10.745 8916 8961 E AndroidRuntime: at com.android.email.provider.EmailProvider.query(PG:5)
11-23 16:46:10.745 8916 8961 E AndroidRuntime: at android.content.ContentProvider.query(ContentProvider.java:1214)
11-23 16:46:10.745 8916 8961 E AndroidRuntime: at android.content.ContentProvider.query(ContentProvider.java:1307)
11-23 16:46:10.745 8916 8961 E AndroidRuntime: at android.content.ContentProvider$Transport.query(ContentProvider.java:267)
11-23 16:46:10.745 8916 8961 E AndroidRuntime: at android.content.ContentResolver.query(ContentResolver.java:944)
11-23 16:46:10.745 8916 8961 E AndroidRuntime: at android.content.ContentResolver.query(ContentResolver.java:880)
11-23 16:46:10.745 8916 8961 E AndroidRuntime: at android.content.CursorLoader.loadInBackground(CursorLoader.java:71)
11-23 16:46:10.745 8916 8961 E AndroidRuntime: at android.content.CursorLoader.loadInBackground(CursorLoader.java:46)
11-23 16:46:10.745 8916 8961 E AndroidRuntime: at android.content.AsyncTaskLoader.onLoadInBackground(AsyncTaskLoader.java:321)
11-23 16:46:10.745 8916 8961 E AndroidRuntime: at android.content.AsyncTaskLoader$LoadTask.doInBackground(AsyncTaskLoader.java:74)
11-23 16:46:10.745 8916 8961 E AndroidRuntime: at android.content.AsyncTaskLoader$LoadTask.doInBackground(AsyncTaskLoader.java:62)
11-23 16:46:10.745 8916 8961 E AndroidRuntime: at android.os.AsyncTask$3.call(AsyncTask.java:378)
11-23 16:46:10.745 8916 8961 E AndroidRuntime: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
11-23 16:46:10.745 8916 8961 E AndroidRuntime: ... 3 more
11-23 16:48:53.790 2562 2562 E AndroidRuntime: FATAL EXCEPTION: main
11-23 16:48:53.790 2562 2562 E AndroidRuntime: Process: com.android.launcher3, PID: 2562
11-23 16:48:53.790 2562 2562 E AndroidRuntime: java.lang.RuntimeException: Error receiving broadcast Intent { act=android.intent.action.ACTION_PREFERRED_ACTIVITY_CHANGED flg=0x4000010 (has extras) } in com.android.quickstep.OverviewComponentObserver$1@11dbc5e
11-23 16:48:53.790 2562 2562 E AndroidRuntime: at android.app.LoadedApk$ReceiverDispatcher$Args.lambda$getRunnable$0$LoadedApk$ReceiverDispatcher$Args(LoadedApk.java:1560)
11-23 16:48:53.790 2562 2562 E AndroidRuntime: at android.app.-$$Lambda$LoadedApk$ReceiverDispatcher$Args$_BumDX2UKsnxLVrE6UJsJZkotuA.run(Unknown Source:2)
11-23 16:48:53.790 2562 2562 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:883)
11-23 16:48:53.790 2562 2562 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:100)
11-23 16:48:53.790 2562 2562 E AndroidRuntime: at android.os.Looper.loop(Looper.java:214)
11-23 16:48:53.790 2562 2562 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:7356)
11-23 16:48:53.790 2562 2562 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
11-23 16:48:53.790 2562 2562 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:494)
11-23 16:48:53.790 2562 2562 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:930)
11-23 16:48:53.790 2562 2562 E AndroidRuntime: Caused by: java.lang.IllegalArgumentException: Receiver not registered: com.android.quickstep.OverviewComponentObserver$2@2ea915d
11-23 16:48:53.790 2562 2562 E AndroidRuntime: at android.app.LoadedApk.forgetReceiverDispatcher(LoadedApk.java:1429)
11-23 16:48:53.790 2562 2562 E AndroidRuntime: at android.app.ContextImpl.unregisterReceiver(ContextImpl.java:1543)
11-23 16:48:53.790 2562 2562 E AndroidRuntime: at android.content.ContextWrapper.unregisterReceiver(ContextWrapper.java:664)
11-23 16:48:53.790 2562 2562 E AndroidRuntime: at com.android.quickstep.OverviewComponentObserver.updateOverviewTargets(OverviewComponentObserver.java:154)
11-23 16:48:53.790 2562 2562 E AndroidRuntime: at com.android.quickstep.OverviewComponentObserver.access$000(OverviewComponentObserver.java:46)
11-23 16:48:53.790 2562 2562 E AndroidRuntime: at com.android.quickstep.OverviewComponentObserver$1.onReceive(OverviewComponentObserver.java:50)
11-23 16:48:53.790 2562 2562 E AndroidRuntime: at android.app.LoadedApk$ReceiverDispatcher$Args.lambda$getRunnable$0$LoadedApk$ReceiverDispatcher$Args(LoadedApk.java:1550)
11-23 16:48:53.790 2562 2562 E AndroidRuntime: ... 8 more
11-23 16:51:55.052 2478 2858 E AndroidRuntime: FATAL EXCEPTION: Binder:2478_B
11-23 16:51:55.052 2478 2858 E AndroidRuntime: Process: com.android.phone, PID: 2478
11-23 16:51:55.052 2478 2858 E AndroidRuntime: java.lang.IllegalAccessError: Method 'int com.android.internal.telephony.IccPhoneBookInterfaceManager.updateEfForIccType(int)' is inaccessible to class 'com.qualcomm.qti.internal.telephony.QtiIccPhoneBookInterfaceManager' (declaration of 'com.qualcomm.qti.internal.telephony.QtiIccPhoneBookInterfaceManager' appears in /product/framework/qti-telephony-common.jar)
11-23 16:51:55.052 2478 2858 E AndroidRuntime: at com.qualcomm.qti.internal.telephony.QtiIccPhoneBookInterfaceManager.getAdnRecordsInEf(QtiIccPhoneBookInterfaceManager.java:85)
11-23 16:51:55.052 2478 2858 E AndroidRuntime: at com.android.internal.telephony.UiccPhoneBookController.getAdnRecordsInEfForSubscriber(UiccPhoneBookController.java:125)
11-23 16:51:55.052 2478 2858 E AndroidRuntime: at com.android.internal.telephony.IccProvider.loadFromEf(IccProvider.java:406)
11-23 16:51:55.052 2478 2858 E AndroidRuntime: at com.android.internal.telephony.IccProvider.query(IccProvider.java:101)
11-23 16:51:55.052 2478 2858 E AndroidRuntime: at android.content.ContentProvider.query(ContentProvider.java:1214)
11-23 16:51:55.052 2478 2858 E AndroidRuntime: at android.content.ContentProvider.query(ContentProvider.java:1307)
11-23 16:51:55.052 2478 2858 E AndroidRuntime: at android.content.ContentProvider$Transport.query(ContentProvider.java:267)
11-23 16:51:55.052 2478 2858 E AndroidRuntime: at android.content.ContentProviderNative.onTransact(ContentProviderNative.java:104)
11-23 16:51:55.052 2478 2858 E AndroidRuntime: at android.os.Binder.execTransactInternal(Binder.java:1021)
11-23 16:51:55.052 2478 2858 E AndroidRuntime: at android.os.Binder.execTransact(Binder.java:994)
--------- beginning of system
11-23 16:51:58.201 15940 15940 W TelecomFramework: AccountEntry: registerMmTelCapabilityCallback: registration failed, no ImsService available. Exception: CapabilityCallbackManager - MmTelFeature binder is dead. (code: 1)
11-23 16:51:58.201 15940 15940 I TelecomFramework: TelecomAccountRegistry: setupAccounts: Phone with subscription id 2
11-23 16:51:58.209 1436 15663 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0}]: TSI.rPA@A/k
11-23 16:51:58.210 1436 15663 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0} Capabilities: SuppVideo CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: ***]: TSI.rPA@A/k
11-23 16:51:58.210 15940 15940 I TelecomFramework: AccountEntry: Registered phoneAccount: [[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0} Capabilities: SuppVideo CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: ***] with handle: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0}
11-23 16:51:58.211 15940 15940 I TelecomFramework: PstnIncomingCallNotifier: Registering: Handler (com.qualcomm.qti.internal.telephony.QtiGsmCdmaPhone) {dec059a}
11-23 16:51:58.212 15940 15940 W TelecomFramework: AccountEntry: registerMmTelCapabilityCallback: registration failed, no ImsService available. Exception: CapabilityCallbackManager - MmTelFeature binder is dead. (code: 1)
11-23 16:51:58.214 1436 9279 I WifiService: WifiService trying to set country code to
11-23 16:51:58.331 15940 15940 I TelecomFramework: PstnPhoneCapabilitiesNotifier: handleVideoCapabilitesChanged. Video capability - false
11-23 16:51:58.331 15940 15940 I TelecomFramework: PstnPhoneCapabilitiesNotifier: handleVideoCapabilitesChanged. Video capability - false
11-23 16:51:58.331 1436 9279 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.speech.action.GET_LANGUAGE_DETAILS flg=0x10 } to com.google.android.googlequicksearchbox/com.google.android.voicesearch.intentapi.IntentApiReceiver
11-23 16:51:58.332 15940 15940 I TelecomFramework: PstnPhoneCapabilitiesNotifier: handleVideoCapabilitesChanged. Video capability - false
11-23 16:51:58.334 1436 1518 W BroadcastQueue: Failure [background] sending broadcast result of Intent { act=android.speech.action.GET_LANGUAGE_DETAILS flg=0x10 }
11-23 16:51:58.334 1436 1518 W BroadcastQueue: android.os.RemoteException: app.thread must not be null
11-23 16:51:58.334 1436 1518 W BroadcastQueue: at com.android.server.am.BroadcastQueue.performReceiveLocked(BroadcastQueue.java:606)
11-23 16:51:58.334 1436 1518 W BroadcastQueue: at com.android.server.am.BroadcastQueue.processNextBroadcastLocked(BroadcastQueue.java:1131)
11-23 16:51:58.334 1436 1518 W BroadcastQueue: at com.android.server.am.BroadcastQueue.processNextBroadcast(BroadcastQueue.java:949)
11-23 16:51:58.334 1436 1518 W BroadcastQueue: at com.android.server.am.BroadcastQueue$BroadcastHandler.handleMessage(BroadcastQueue.java:186)
11-23 16:51:58.334 1436 1518 W BroadcastQueue: at android.os.Handler.dispatchMessage(Handler.java:107)
11-23 16:51:58.334 1436 1518 W BroadcastQueue: at android.os.Looper.loop(Looper.java:214)
11-23 16:51:58.334 1436 1518 W BroadcastQueue: at android.os.HandlerThread.run(HandlerThread.java:67)
11-23 16:51:58.334 1436 1518 W BroadcastQueue: at com.android.server.ServiceThread.run(ServiceThread.java:44)
11-23 16:51:58.341 15940 15940 W TelecomFramework: AccountEntry: registerMmTelCapabilityCallback: registration failed, no ImsService available. Exception: CapabilityCallbackManager - MmTelFeature binder is dead. (code: 1)
11-23 16:51:58.369 1436 8977 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0}]: TSI.rPA@A/w
11-23 16:51:58.372 1436 8977 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0} Capabilities: SuppVideo CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: ***]: TSI.rPA@A/w
11-23 16:51:58.374 15940 15940 I TelecomFramework: PstnPhoneCapabilitiesNotifier: handleVideoCapabilitesChanged. Video capability - false
11-23 16:51:58.379 15940 15940 W TelecomFramework: AccountEntry: registerMmTelCapabilityCallback: registration failed, no ImsService available. Exception: CapabilityCallbackManager - MmTelFeature binder is dead. (code: 1)
11-23 16:51:58.395 1436 15663 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0}]: TSI.rPA@A/0
11-23 16:51:58.398 1436 15663 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0} Capabilities: SuppVideo CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: ***]: TSI.rPA@A/0
11-23 16:51:58.744 15940 15940 D MccTable: updateMccMncConfiguration mccmnc='60202
11-23 16:51:58.744 15940 15940 D MccTable: updateMccMncConfiguration: mcc=602, mnc=2
11-23 16:51:58.744 15940 15940 D MccTable: updateMccMncConfiguration updateConfig config={0.0 602mcc2mnc ?localeList ?layoutDir ?swdp ?wdp ?hdp ?density ?lsize ?long ?ldr ?wideColorGamut ?orien ?uimode ?night ?touch ?keyb/?/? ?nav/? winConfig={ mBounds=Rect(0, 0 - 0, 0) mAppBounds=null mWindowingMode=undefined mDisplayWindowingMode=undefined mActivityType=undefined mAlwaysOnTop=undefined mRotation=undefined}}
11-23 16:51:58.745 1436 3636 I ActivityTaskManager: Config changes=3 {1.0 602mcc2mnc [en_BE] ldltr sw436dp w436dp h869dp 396dpi nrml long hdr widecg port night finger -keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 1080, 2340) mAppBounds=Rect(0, 0 - 1080, 2221) mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=undefined mAlwaysOnTop=undefined mRotation=ROTATION_0} s.207}
11-23 16:51:58.790 1436 3636 I ActivityTaskManager: Override config changes=3 {1.0 602mcc2mnc [en_BE] ldltr sw436dp w436dp h869dp 396dpi nrml long hdr widecg port night finger -keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 1080, 2340) mAppBounds=Rect(0, 0 - 1080, 2221) mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=undefined mAlwaysOnTop=undefined mRotation=ROTATION_0} s.207} for displayId=0
11-23 16:51:59.045 15940 15940 I TelecomFramework: : onSubscriptionsChanged - update accounts
11-23 16:51:59.045 15940 15940 I TelecomFramework: PstnIncomingCallNotifier: Unregistering: Handler (com.qualcomm.qti.internal.telephony.QtiGsmCdmaPhone) {c043a45}
11-23 16:51:59.047 15940 15940 I TelecomFramework: PstnIncomingCallNotifier: Unregistering: Handler (com.qualcomm.qti.internal.telephony.QtiGsmCdmaPhone) {dec059a}
11-23 16:51:59.051 15940 15940 I TelecomFramework: TelecomAccountRegistry: setupAccounts: Found 2 phones. Attempting to register.
11-23 16:51:59.052 15940 15940 I TelecomFramework: TelecomAccountRegistry: setupAccounts: Phone with subscription id 1
11-23 16:51:59.061 1436 3636 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0}]: TSI.rPA@A/4
11-23 16:51:59.066 1436 3636 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0} Capabilities: SuppVideo CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: ***]: TSI.rPA@A/4
11-23 16:51:59.070 15940 15940 I TelecomFramework: AccountEntry: Registered phoneAccount: [[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0} Capabilities: SuppVideo CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: ***] with handle: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0}
11-23 16:51:59.070 15940 15940 I TelecomFramework: PstnIncomingCallNotifier: Registering: Handler (com.qualcomm.qti.internal.telephony.QtiGsmCdmaPhone) {c043a45}
11-23 16:51:59.071 15940 15940 I TelecomFramework: TelecomAccountRegistry: setupAccounts: Phone with subscription id 2
11-23 16:51:59.078 1436 8977 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0}]: TSI.rPA@A/8
11-23 16:51:59.080 1436 8977 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0} Capabilities: SuppVideo CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: ***]: TSI.rPA@A/8
11-23 16:51:59.080 15940 15940 I TelecomFramework: AccountEntry: Registered phoneAccount: [[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0} Capabilities: SuppVideo CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: ***] with handle: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0}
11-23 16:51:59.080 15940 15940 I TelecomFramework: PstnIncomingCallNotifier: Registering: Handler (com.qualcomm.qti.internal.telephony.QtiGsmCdmaPhone) {dec059a}
11-23 16:51:59.110 15940 15940 I TelecomFramework: : onSubscriptionsChanged - update accounts
11-23 16:51:59.110 15940 15940 I TelecomFramework: PstnIncomingCallNotifier: Unregistering: Handler (com.qualcomm.qti.internal.telephony.QtiGsmCdmaPhone) {c043a45}
11-23 16:51:59.111 15940 15940 I TelecomFramework: PstnIncomingCallNotifier: Unregistering: Handler (com.qualcomm.qti.internal.telephony.QtiGsmCdmaPhone) {dec059a}
11-23 16:51:59.112 15940 15940 I TelecomFramework: TelecomAccountRegistry: setupAccounts: Found 2 phones. Attempting to register.
11-23 16:51:59.112 15940 15940 I TelecomFramework: TelecomAccountRegistry: setupAccounts: Phone with subscription id 1
11-23 16:51:59.117 1436 5652 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0}]: TSI.rPA@BAI
11-23 16:51:59.118 1436 5652 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0} Capabilities: SuppVideo CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: ***]: TSI.rPA@BAI
11-23 16:51:59.118 15940 15940 I TelecomFramework: AccountEntry: Registered phoneAccount: [[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0} Capabilities: SuppVideo CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: ***] with handle: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0}
11-23 16:51:59.118 15940 15940 I TelecomFramework: PstnIncomingCallNotifier: Registering: Handler (com.qualcomm.qti.internal.telephony.QtiGsmCdmaPhone) {c043a45}
11-23 16:51:59.120 15940 15940 I TelecomFramework: TelecomAccountRegistry: setupAccounts: Phone with subscription id 2
11-23 16:51:59.125 1436 8977 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0}]: TSI.rPA@BAM
11-23 16:51:59.126 1436 8977 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0} Capabilities: SuppVideo CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: ***]: TSI.rPA@BAM
11-23 16:51:59.126 15940 15940 I TelecomFramework: AccountEntry: Registered phoneAccount: [[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0} Capabilities: SuppVideo CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: ***] with handle: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0}
11-23 16:51:59.127 15940 15940 I TelecomFramework: PstnIncomingCallNotifier: Registering: Handler (com.qualcomm.qti.internal.telephony.QtiGsmCdmaPhone) {dec059a}
11-23 16:51:59.147 15940 15940 I TelecomFramework: : onSubscriptionsChanged - update accounts
11-23 16:51:59.147 15940 15940 I TelecomFramework: PstnIncomingCallNotifier: Unregistering: Handler (com.qualcomm.qti.internal.telephony.QtiGsmCdmaPhone) {c043a45}
11-23 16:51:59.148 15940 15940 I TelecomFramework: PstnIncomingCallNotifier: Unregistering: Handler (com.qualcomm.qti.internal.telephony.QtiGsmCdmaPhone) {dec059a}
11-23 16:51:59.149 15940 15940 I TelecomFramework: TelecomAccountRegistry: setupAccounts: Found 2 phones. Attempting to register.
11-23 16:51:59.149 15940 15940 I TelecomFramework: TelecomAccountRegistry: setupAccounts: Phone with subscription id 1
11-23 16:51:59.159 1436 9279 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0}]: TSI.rPA@BAY
11-23 16:51:59.161 1436 9279 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0} Capabilities: SuppVideo CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: ***]: TSI.rPA@BAY
11-23 16:51:59.161 15940 15940 I TelecomFramework: AccountEntry: Registered phoneAccount: [[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0} Capabilities: SuppVideo CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: ***] with handle: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0}
11-23 16:51:59.161 15940 15940 I TelecomFramework: PstnIncomingCallNotifier: Registering: Handler (com.qualcomm.qti.internal.telephony.QtiGsmCdmaPhone) {c043a45}
11-23 16:51:59.162 15940 15940 I TelecomFramework: TelecomAccountRegistry: setupAccounts: Phone with subscription id 2
11-23 16:51:59.169 1436 9279 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0}]: TSI.rPA@BAc
11-23 16:51:59.171 1436 9279 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0} Capabilities: SuppVideo CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: ***]: TSI.rPA@BAc
11-23 16:51:59.171 15940 15940 I TelecomFramework: AccountEntry: Registered phoneAccount: [[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0} Capabilities: SuppVideo CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: ***] with handle: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0}
11-23 16:51:59.171 15940 15940 I TelecomFramework: PstnIncomingCallNotifier: Registering: Handler (com.qualcomm.qti.internal.telephony.QtiGsmCdmaPhone) {dec059a}
11-23 16:51:59.207 15940 15940 I TelecomFramework: : onSubscriptionsChanged - update accounts
11-23 16:51:59.207 15940 15940 I TelecomFramework: PstnIncomingCallNotifier: Unregistering: Handler (com.qualcomm.qti.internal.telephony.QtiGsmCdmaPhone) {c043a45}
11-23 16:51:59.209 15940 15940 I TelecomFramework: PstnIncomingCallNotifier: Unregistering: Handler (com.qualcomm.qti.internal.telephony.QtiGsmCdmaPhone) {dec059a}
11-23 16:51:59.209 15940 15940 I TelecomFramework: TelecomAccountRegistry: setupAccounts: Found 2 phones. Attempting to register.
11-23 16:51:59.210 15940 15940 I TelecomFramework: TelecomAccountRegistry: setupAccounts: Phone with subscription id 1
11-23 16:51:59.216 1436 5652 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0}]: TSI.rPA@BAo
11-23 16:51:59.217 1436 5652 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0} Capabilities: SuppVideo CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: ***]: TSI.rPA@BAo
11-23 16:51:59.218 15940 15940 I TelecomFramework: AccountEntry: Registered phoneAccount: [[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0} Capabilities: SuppVideo CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: ***] with handle: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0}
11-23 16:51:59.218 15940 15940 I TelecomFramework: PstnIncomingCallNotifier: Registering: Handler (com.qualcomm.qti.internal.telephony.QtiGsmCdmaPhone) {c043a45}
11-23 16:51:59.219 15940 15940 I TelecomFramework: TelecomAccountRegistry: setupAccounts: Phone with subscription id 2
11-23 16:51:59.223 1436 9279 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0}]: TSI.rPA@BAs
11-23 16:51:59.225 1436 9279 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0} Capabilities: SuppVideo CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: ***]: TSI.rPA@BAs
11-23 16:51:59.225 15940 15940 I TelecomFramework: AccountEntry: Registered phoneAccount: [[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0} Capabilities: SuppVideo CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: ***] with handle: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0}
11-23 16:51:59.225 15940 15940 I TelecomFramework: PstnIncomingCallNotifier: Registering: Handler (com.qualcomm.qti.internal.telephony.QtiGsmCdmaPhone) {dec059a}
11-23 16:51:59.231 15940 15940 I TelecomFramework: : onSubscriptionsChanged - update accounts
11-23 16:51:59.232 15940 15940 I TelecomFramework: PstnIncomingCallNotifier: Unregistering: Handler (com.qualcomm.qti.internal.telephony.QtiGsmCdmaPhone) {c043a45}
11-23 16:51:59.232 15940 15940 I TelecomFramework: PstnIncomingCallNotifier: Unregistering: Handler (com.qualcomm.qti.internal.telephony.QtiGsmCdmaPhone) {dec059a}
11-23 16:51:59.233 15940 15940 I TelecomFramework: TelecomAccountRegistry: setupAccounts: Found 2 phones. Attempting to register.
11-23 16:51:59.233 15940 15940 I TelecomFramework: TelecomAccountRegistry: setupAccounts: Phone with subscription id 1
11-23 16:51:59.238 1436 9279 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0}]: TSI.rPA@BA4
11-23 16:51:59.239 1436 9279 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0} Capabilities: SuppVideo CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: ***]: TSI.rPA@BA4
11-23 16:51:59.239 15940 15940 I TelecomFramework: AccountEntry: Registered phoneAccount: [[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0} Capabilities: SuppVideo CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: ***] with handle: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0}
11-23 16:51:59.239 15940 15940 I TelecomFramework: PstnIncomingCallNotifier: Registering: Handler (com.qualcomm.qti.internal.telephony.QtiGsmCdmaPhone) {c043a45}
11-23 16:51:59.240 15940 15940 I TelecomFramework: TelecomAccountRegistry: setupAccounts: Phone with subscription id 2
11-23 16:51:59.245 1436 9279 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0}]: TSI.rPA@BA8
11-23 16:51:59.246 1436 9279 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0} Capabilities: SuppVideo CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: ***]: TSI.rPA@BA8
11-23 16:51:59.246 15940 15940 I TelecomFramework: AccountEntry: Registered phoneAccount: [[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0} Capabilities: SuppVideo CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: ***] with handle: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0}
11-23 16:51:59.247 15940 15940 I TelecomFramework: PstnIncomingCallNotifier: Registering: Handler (com.qualcomm.qti.internal.telephony.QtiGsmCdmaPhone) {dec059a}
11-23 16:51:59.275 15940 15940 I TelecomFramework: : onSubscriptionsChanged - update accounts
11-23 16:51:59.275 15940 15940 I TelecomFramework: PstnIncomingCallNotifier: Unregistering: Handler (com.qualcomm.qti.internal.telephony.QtiGsmCdmaPhone) {c043a45}
11-23 16:51:59.278 15940 15940 I TelecomFramework: PstnIncomingCallNotifier: Unregistering: Handler (com.qualcomm.qti.internal.telephony.QtiGsmCdmaPhone) {dec059a}
11-23 16:51:59.278 15940 15940 I TelecomFramework: TelecomAccountRegistry: setupAccounts: Found 2 phones. Attempting to register.
11-23 16:51:59.279 15940 15940 I TelecomFramework: TelecomAccountRegistry: setupAccounts: Phone with subscription id 1
11-23 16:51:59.298 1436 3636 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0}]: TSI.rPA@BBI
11-23 16:51:59.300 1436 3636 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0} Capabilities: SuppVideo CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: ***]: TSI.rPA@BBI
11-23 16:51:59.300 15940 15940 I TelecomFramework: AccountEntry: Registered phoneAccount: [[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0} Capabilities: SuppVideo CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: ***] with handle: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0}
11-23 16:51:59.300 15940 15940 I TelecomFramework: PstnIncomingCallNotifier: Registering: Handler (com.qualcomm.qti.internal.telephony.QtiGsmCdmaPhone) {c043a45}
11-23 16:51:59.302 15940 15940 I TelecomFramework: TelecomAccountRegistry: setupAccounts: Phone with subscription id 2
11-23 16:51:59.307 1436 3636 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0}]: TSI.rPA@BBM
11-23 16:51:59.308 1436 3636 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0} Capabilities: SuppVideo CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: ***]: TSI.rPA@BBM
11-23 16:51:59.308 15940 15940 I TelecomFramework: AccountEntry: Registered phoneAccount: [[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0} Capabilities: SuppVideo CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: ***] with handle: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0}
11-23 16:51:59.308 15940 15940 I TelecomFramework: PstnIncomingCallNotifier: Registering: Handler (com.qualcomm.qti.internal.telephony.QtiGsmCdmaPhone) {dec059a}
11-23 16:51:59.335 15940 15940 I TelecomFramework: : onSubscriptionsChanged - update accounts
11-23 16:51:59.336 15940 15940 I TelecomFramework: PstnIncomingCallNotifier: Unregistering: Handler (com.qualcomm.qti.internal.telephony.QtiGsmCdmaPhone) {c043a45}
11-23 16:51:59.337 15940 15940 I TelecomFramework: PstnIncomingCallNotifier: Unregistering: Handler (com.qualcomm.qti.internal.telephony.QtiGsmCdmaPhone) {dec059a}
11-23 16:51:59.338 15940 15940 I TelecomFramework: TelecomAccountRegistry: setupAccounts: Found 2 phones. Attempting to register.
11-23 16:51:59.338 15940 15940 I TelecomFramework: TelecomAccountRegistry: setupAccounts: Phone with subscription id 1
11-23 16:51:59.344 1436 3636 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0}]: TSI.rPA@BBY
11-23 16:51:59.346 1436 3636 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0} Capabilities: SuppVideo CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: ***]: TSI.rPA@BBY
11-23 16:51:59.346 15940 15940 I TelecomFramework: AccountEntry: Registered phoneAccount: [[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0} Capabilities: SuppVideo CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: ***] with handle: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0}
11-23 16:51:59.346 15940 15940 I TelecomFramework: PstnIncomingCallNotifier: Registering: Handler (com.qualcomm.qti.internal.telephony.QtiGsmCdmaPhone) {c043a45}
11-23 16:51:59.347 15940 15940 I TelecomFramework: TelecomAccountRegistry: setupAccounts: Phone with subscription id 2
11-23 16:51:59.358 1436 3636 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0}]: TSI.rPA@BBc
11-23 16:51:59.359 1436 3636 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0} Capabilities: SuppVideo CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: ***]: TSI.rPA@BBc
11-23 16:51:59.359 15940 15940 I TelecomFramework: AccountEntry: Registered phoneAccount: [[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0} Capabilities: SuppVideo CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: ***] with handle: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0}
11-23 16:51:59.359 15940 15940 I TelecomFramework: PstnIncomingCallNotifier: Registering: Handler (com.qualcomm.qti.internal.telephony.QtiGsmCdmaPhone) {dec059a}
11-23 16:51:59.368 15940 15940 I TelecomFramework: : onSubscriptionsChanged - update accounts
11-23 16:51:59.368 15940 15940 I TelecomFramework: PstnIncomingCallNotifier: Unregistering: Handler (com.qualcomm.qti.internal.telephony.QtiGsmCdmaPhone) {c043a45}
11-23 16:51:59.368 15940 15940 I TelecomFramework: PstnIncomingCallNotifier: Unregistering: Handler (com.qualcomm.qti.internal.telephony.QtiGsmCdmaPhone) {dec059a}
11-23 16:51:59.371 15940 15940 I TelecomFramework: TelecomAccountRegistry: setupAccounts: Found 2 phones. Attempting to register.
11-23 16:51:59.371 15940 15940 I TelecomFramework: TelecomAccountRegistry: setupAccounts: Phone with subscription id 1
11-23 16:51:59.381 1436 15663 I DropBoxManagerService: add tag=event_log isTagEnabled=true flags=0x2
11-23 16:51:59.381 1436 3636 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0}]: TSI.rPA@BBo
11-23 16:51:59.383 1436 3636 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0} Capabilities: SuppVideo CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: ***]: TSI.rPA@BBo
11-23 16:51:59.383 15940 15940 I TelecomFramework: AccountEntry: Registered phoneAccount: [[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0} Capabilities: SuppVideo CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: ***] with handle: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0}
11-23 16:51:59.383 15940 15940 I TelecomFramework: PstnIncomingCallNotifier: Registering: Handler (com.qualcomm.qti.internal.telephony.QtiGsmCdmaPhone) {c043a45}
11-23 16:51:59.384 15940 15940 I TelecomFramework: TelecomAccountRegistry: setupAccounts: Phone with subscription id 2
11-23 16:51:59.398 1436 3636 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0}]: TSI.rPA@BBs
11-23 16:51:59.399 1436 3636 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0} Capabilities: SuppVideo CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: ***]: TSI.rPA@BBs
11-23 16:51:59.399 15940 15940 I TelecomFramework: AccountEntry: Registered phoneAccount: [[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0} Capabilities: SuppVideo CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: ***] with handle: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0}
11-23 16:51:59.399 15940 15940 I TelecomFramework: PstnIncomingCallNotifier: Registering: Handler (com.qualcomm.qti.internal.telephony.QtiGsmCdmaPhone) {dec059a}
11-23 16:51:59.421 15940 15940 I TelecomFramework: : onSubscriptionsChanged - update accounts
11-23 16:51:59.421 15940 15940 I TelecomFramework: PstnIncomingCallNotifier: Unregistering: Handler (com.qualcomm.qti.internal.telephony.QtiGsmCdmaPhone) {c043a45}
11-23 16:51:59.422 15940 15940 I TelecomFramework: PstnIncomingCallNotifier: Unregistering: Handler (com.qualcomm.qti.internal.telephony.QtiGsmCdmaPhone) {dec059a}
11-23 16:51:59.424 15940 15940 I TelecomFramework: TelecomAccountRegistry: setupAccounts: Found 2 phones. Attempting to register.
11-23 16:51:59.424 15940 15940 I TelecomFramework: TelecomAccountRegistry: setupAccounts: Phone with subscription id 1
11-23 16:51:59.428 1436 2492 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0}]: TSI.rPA@BB4
11-23 16:51:59.430 1436 2492 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0} Capabilities: SuppVideo CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: ***]: TSI.rPA@BB4
11-23 16:51:59.430 15940 15940 I TelecomFramework: AccountEntry: Registered phoneAccount: [[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0} Capabilities: SuppVideo CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: ***] with handle: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0}
11-23 16:51:59.430 15940 15940 I TelecomFramework: PstnIncomingCallNotifier: Registering: Handler (com.qualcomm.qti.internal.telephony.QtiGsmCdmaPhone) {c043a45}
11-23 16:51:59.437 15940 15940 I TelecomFramework: TelecomAccountRegistry: setupAccounts: Phone with subscription id 2
11-23 16:51:59.447 1436 2492 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0}]: TSI.rPA@BB8
11-23 16:51:59.448 1436 2492 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0} Capabilities: SuppVideo CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: ***]: TSI.rPA@BB8
11-23 16:51:59.448 15940 15940 I TelecomFramework: AccountEntry: Registered phoneAccount: [[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0} Capabilities: SuppVideo CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: ***] with handle: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0}
11-23 16:51:59.448 15940 15940 I TelecomFramework: PstnIncomingCallNotifier: Registering: Handler (com.qualcomm.qti.internal.telephony.QtiGsmCdmaPhone) {dec059a}
11-23 16:51:59.455 1436 1519 I ActivityManager: Start proc 16267:com.google.process.gapps/u0a61 for content provider {com.google.android.gsf/com.google.android.gsf.settings.GoogleSettingsProvider}
11-23 16:51:59.476 15940 15940 I TelecomFramework: : onSubscriptionsChanged - update accounts
11-23 16:51:59.476 15940 15940 I TelecomFramework: PstnIncomingCallNotifier: Unregistering: Handler (com.qualcomm.qti.internal.telephony.QtiGsmCdmaPhone) {c043a45}
11-23 16:51:59.478 15940 15940 I TelecomFramework: PstnIncomingCallNotifier: Unregistering: Handler (com.qualcomm.qti.internal.telephony.QtiGsmCdmaPhone) {dec059a}
11-23 16:51:59.479 15940 15940 I TelecomFramework: TelecomAccountRegistry: setupAccounts: Found 2 phones. Attempting to register.
11-23 16:51:59.479 15940 15940 I TelecomFramework: TelecomAccountRegistry: setupAccounts: Phone with subscription id 1
11-23 16:51:59.490 1436 2492 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0}]: TSI.rPA@BCI
11-23 16:51:59.491 1436 2492 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0} Capabilities: SuppVideo CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: ***]: TSI.rPA@BCI
11-23 16:51:59.491 15940 15940 I TelecomFramework: AccountEntry: Registered phoneAccount: [[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0} Capabilities: SuppVideo CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: ***] with handle: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0}
11-23 16:51:59.491 15940 15940 I TelecomFramework: PstnIncomingCallNotifier: Registering: Handler (com.qualcomm.qti.internal.telephony.QtiGsmCdmaPhone) {c043a45}
11-23 16:51:59.493 15940 15940 I TelecomFramework: TelecomAccountRegistry: setupAccounts: Phone with subscription id 2
11-23 16:51:59.501 1436 5652 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0}]: TSI.rPA@BCM
11-23 16:51:59.503 1436 5652 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0} Capabilities: SuppVideo CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: ***]: TSI.rPA@BCM
11-23 16:51:59.503 15940 15940 I TelecomFramework: AccountEntry: Registered phoneAccount: [[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0} Capabilities: SuppVideo CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: ***] with handle: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0}
11-23 16:51:59.503 15940 15940 I TelecomFramework: PstnIncomingCallNotifier: Registering: Handler (com.qualcomm.qti.internal.telephony.QtiGsmCdmaPhone) {dec059a}
11-23 16:51:59.512 15940 15940 I TelecomFramework: : onSubscriptionsChanged - update accounts
11-23 16:51:59.512 15940 15940 I TelecomFramework: PstnIncomingCallNotifier: Unregistering: Handler (com.qualcomm.qti.internal.telephony.QtiGsmCdmaPhone) {c043a45}
11-23 16:51:59.513 15940 15940 I TelecomFramework: PstnIncomingCallNotifier: Unregistering: Handler (com.qualcomm.qti.internal.telephony.QtiGsmCdmaPhone) {dec059a}
11-23 16:51:59.514 15940 15940 I TelecomFramework: TelecomAccountRegistry: setupAccounts: Found 2 phones. Attempting to register.
11-23 16:51:59.514 15940 15940 I TelecomFramework: TelecomAccountRegistry: setupAccounts: Phone with subscription id 1
11-23 16:51:59.520 1436 2492 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0}]: TSI.rPA@BCY
11-23 16:51:59.522 1436 2492 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0} Capabilities: SuppVideo CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: ***]: TSI.rPA@BCY
11-23 16:51:59.522 15940 15940 I TelecomFramework: AccountEntry: Registered phoneAccount: [[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0} Capabilities: SuppVideo CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: ***] with handle: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0}
11-23 16:51:59.522 15940 15940 I TelecomFramework: PstnIncomingCallNotifier: Registering: Handler (com.qualcomm.qti.internal.telephony.QtiGsmCdmaPhone) {c043a45}
11-23 16:51:59.524 15940 15940 I TelecomFramework: TelecomAccountRegistry: setupAccounts: Phone with subscription id 2
11-23 16:51:59.529 1436 2492 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0}]: TSI.rPA@BCc
11-23 16:51:59.530 1436 2492 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0} Capabilities: SuppVideo CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: ***]: TSI.rPA@BCc
11-23 16:51:59.530 15940 15940 I TelecomFramework: AccountEntry: Registered phoneAccount: [[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0} Capabilities: SuppVideo CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: ***] with handle: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0}
11-23 16:51:59.530 15940 15940 I TelecomFramework: PstnIncomingCallNotifier: Registering: Handler (com.qualcomm.qti.internal.telephony.QtiGsmCdmaPhone) {dec059a}
11-23 16:51:59.565 15940 15940 I TelecomFramework: : onSubscriptionsChanged - update accounts
11-23 16:51:59.565 15940 15940 I TelecomFramework: PstnIncomingCallNotifier: Unregistering: Handler (com.qualcomm.qti.internal.telephony.QtiGsmCdmaPhone) {c043a45}
11-23 16:51:59.568 15940 15940 I TelecomFramework: PstnIncomingCallNotifier: Unregistering: Handler (com.qualcomm.qti.internal.telephony.QtiGsmCdmaPhone) {dec059a}
11-23 16:51:59.569 15940 15940 I TelecomFramework: TelecomAccountRegistry: setupAccounts: Found 2 phones. Attempting to register.
11-23 16:51:59.570 15940 15940 I TelecomFramework: TelecomAccountRegistry: setupAccounts: Phone with subscription id 1
11-23 16:51:59.588 1436 5652 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0}]: TSI.rPA@BCo
11-23 16:51:59.590 1436 5652 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0} Capabilities: SuppVideo CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: ***]: TSI.rPA@BCo
11-23 16:51:59.590 15940 15940 I TelecomFramework: AccountEntry: Registered phoneAccount: [[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0} Capabilities: SuppVideo CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: ***] with handle: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0}
11-23 16:51:59.590 15940 15940 I TelecomFramework: PstnIncomingCallNotifier: Registering: Handler (com.qualcomm.qti.internal.telephony.QtiGsmCdmaPhone) {c043a45}
11-23 16:51:59.594 15940 15940 I TelecomFramework: TelecomAccountRegistry: setupAccounts: Phone with subscription id 2
11-23 16:51:59.615 1436 5652 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0}]: TSI.rPA@BCs
11-23 16:51:59.619 1436 5652 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0} Capabilities: SuppVideo CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: ***]: TSI.rPA@BCs
11-23 16:51:59.620 15940 15940 I TelecomFramework: AccountEntry: Registered phoneAccount: [[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0} Capabilities: SuppVideo CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: ***] with handle: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0}
11-23 16:51:59.620 15940 15940 I TelecomFramework: PstnIncomingCallNotifier: Registering: Handler (com.qualcomm.qti.internal.telephony.QtiGsmCdmaPhone) {dec059a}
11-23 16:51:59.641 15940 15940 I TelecomFramework: PstnPhoneCapabilitiesNotifier: handleVideoCapabilitesChanged. Video capability - false
11-23 16:51:59.664 15940 15940 I TelecomFramework: PstnPhoneCapabilitiesNotifier: handleVideoCapabilitesChanged. Video capability - false
11-23 16:51:59.665 1436 1519 I ActivityManager: Start proc 16301:com.google.android.gms.unstable/u0a61 for service {com.google.android.gms/com.google.android.gms.droidguard.DroidGuardService}
11-23 16:51:59.665 15940 15940 I TelecomFramework: PstnPhoneCapabilitiesNotifier: handleVideoCapabilitesChanged. Video capability - false
11-23 16:51:59.709 15940 15940 I TelecomFramework: PstnPhoneCapabilitiesNotifier: handleVideoCapabilitesChanged. Video capability - false
11-23 16:51:59.709 1436 1519 I ActivityManager: Start proc 16315:com.android.carrierdefaultapp/u0a88 for broadcast {com.android.carrierdefaultapp/com.android.carrierdefaultapp.CarrierDefaultBroadcastReceiver}
11-23 16:51:59.726 1436 3636 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
11-23 16:51:59.732 1436 1518 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
11-23 16:51:59.734 15940 15940 I TelecomFramework: PstnPhoneCapabilitiesNotifier: handleVideoCapabilitesChanged. Video capability - false
11-23 16:51:59.786 15940 15940 I TelecomFramework: PstnPhoneCapabilitiesNotifier: handleVideoCapabilitesChanged. Video capability - false
11-23 16:51:59.796 1436 9279 I ActivityManager: Killing 15238:com.google.android.keep/u0a185 (adj 985): empty #17
11-23 16:51:59.801 1436 9279 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0}]: TSI.rPA@BC4
11-23 16:51:59.802 1436 9279 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0} Capabilities: SuppVideo CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: ***]: TSI.rPA@BC4
11-23 16:51:59.805 15940 15940 I TelecomFramework: PstnPhoneCapabilitiesNotifier: handleVideoCapabilitesChanged. Video capability - false
11-23 16:51:59.818 1436 8977 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0}]: TSI.rPA@BC8
11-23 16:51:59.819 1436 8977 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0} Capabilities: SuppVideo CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: ***]: TSI.rPA@BC8
11-23 16:51:59.871 1436 7753 I WifiService: WifiService trying to set country code to eg
11-23 16:51:59.925 15940 15940 I TelecomFramework: : onSubscriptionsChanged - update accounts
11-23 16:51:59.925 15940 15940 I TelecomFramework: PstnIncomingCallNotifier: Unregistering: Handler (com.qualcomm.qti.internal.telephony.QtiGsmCdmaPhone) {c043a45}
11-23 16:51:59.934 15940 15940 I TelecomFramework: PstnIncomingCallNotifier: Unregistering: Handler (com.qualcomm.qti.internal.telephony.QtiGsmCdmaPhone) {dec059a}
11-23 16:51:59.936 15940 15940 I TelecomFramework: TelecomAccountRegistry: setupAccounts: Found 2 phones. Attempting to register.
11-23 16:51:59.936 15940 15940 I TelecomFramework: TelecomAccountRegistry: setupAccounts: Phone with subscription id 1
11-23 16:51:59.944 1436 1436 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 1 queried, returning: null: TSI.gSCMFU@BDA
11-23 16:51:59.966 1436 8395 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0}]: TSI.rPA@BDI
11-23 16:51:59.970 1436 8395 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0} Capabilities: SuppVideo CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: ***]: TSI.rPA@BDI
11-23 16:51:59.970 15940 15940 I TelecomFramework: AccountEntry: Registered phoneAccount: [[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0} Capabilities: SuppVideo CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: ***] with handle: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0}
11-23 16:51:59.970 15940 15940 I TelecomFramework: PstnIncomingCallNotifier: Registering: Handler (com.qualcomm.qti.internal.telephony.QtiGsmCdmaPhone) {c043a45}
11-23 16:51:59.974 15940 15940 I TelecomFramework: TelecomAccountRegistry: setupAccounts: Phone with subscription id 2
11-23 16:51:59.999 1436 3636 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0}]: TSI.rPA@BDM
11-23 16:52:00.002 1436 3636 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0} Capabilities: SuppVideo CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: ***]: TSI.rPA@BDM
11-23 16:52:00.002 15940 15940 I TelecomFramework: AccountEntry: Registered phoneAccount: [[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0} Capabilities: SuppVideo CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: ***] with handle: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0}
11-23 16:52:00.002 15940 15940 I TelecomFramework: PstnIncomingCallNotifier: Registering: Handler (com.qualcomm.qti.internal.telephony.QtiGsmCdmaPhone) {dec059a}
11-23 16:52:00.012 15940 15940 I TelecomFramework: PstnIncomingCallNotifier: Unregistering: Handler (com.qualcomm.qti.internal.telephony.QtiGsmCdmaPhone) {c043a45}
11-23 16:52:00.015 15940 15940 I TelecomFramework: PstnIncomingCallNotifier: Unregistering: Handler (com.qualcomm.qti.internal.telephony.QtiGsmCdmaPhone) {dec059a}
11-23 16:52:00.017 15940 15940 I TelecomFramework: TelecomAccountRegistry: setupAccounts: Found 2 phones. Attempting to register.
11-23 16:52:00.017 15940 15940 I TelecomFramework: TelecomAccountRegistry: setupAccounts: Phone with subscription id 1
11-23 16:52:00.026 1436 3636 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0}]: TSI.rPA@BDY
11-23 16:52:00.031 1436 3636 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0} Capabilities: SuppVideo CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: ***]: TSI.rPA@BDY
11-23 16:52:00.032 15940 15940 I TelecomFramework: AccountEntry: Registered phoneAccount: [[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0} Capabilities: SuppVideo CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: ***] with handle: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0}
11-23 16:52:00.032 15940 15940 I TelecomFramework: PstnIncomingCallNotifier: Registering: Handler (com.qualcomm.qti.internal.telephony.QtiGsmCdmaPhone) {c043a45}
11-23 16:52:00.034 15940 15940 I TelecomFramework: TelecomAccountRegistry: setupAccounts: Phone with subscription id 2
11-23 16:52:00.043 1436 1456 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0}]: TSI.rPA@BDc
11-23 16:52:00.047 1436 1456 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0} Capabilities: SuppVideo CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: ***]: TSI.rPA@BDc
11-23 16:52:00.047 15940 15940 I TelecomFramework: AccountEntry: Registered phoneAccount: [[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0} Capabilities: SuppVideo CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: ***] with handle: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0}
11-23 16:52:00.048 15940 15940 I TelecomFramework: PstnIncomingCallNotifier: Registering: Handler (com.qualcomm.qti.internal.telephony.QtiGsmCdmaPhone) {dec059a}
11-23 16:52:00.160 1436 1436 I Telecom : PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 1 queried, returning: null: TSI.gSCMFU@BDo
11-23 16:52:00.164 15940 15940 I TelecomFramework: : Carrier-config changed, checking for phone account updates.
11-23 16:52:00.193 15940 15940 I TelecomFramework: AccountEntry: reRegisterPstnPhoneAccount: subId: 2 - no change
11-23 16:52:00.198 1436 1518 W BroadcastQueue: Permission Denial: broadcasting Intent { act=com.google.android.checkin.CHECKIN_COMPLETE flg=0x1000010 (has extras) } from com.google.android.gms (pid=9288, uid=10061) is not exported from uid 10067 due to receiver com.android.vending/com.google.android.finsky.checkin.CheckinReceiver
11-23 16:52:00.216 15940 15940 I TelecomFramework: PstnPhoneCapabilitiesNotifier: handleVideoCapabilitesChanged. Video capability - false
11-23 16:52:00.227 15940 15940 I TelecomFramework: PstnPhoneCapabilitiesNotifier: handleVideoCapabilitesChanged. Video capability - false
11-23 16:52:00.253 1436 4899 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0}]: TSI.rPA@BDw
11-23 16:52:00.258 1436 4899 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0} Capabilities: SuppVideo CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: ***]: TSI.rPA@BDw
11-23 16:52:00.261 1436 5652 D ConnectivityService: registerNetworkAgent NetworkAgentInfo{ ni{[type: MOBILE[LTE], state: CONNECTED/CONNECTED, reason: connected, extra: internet.vodafone.net, failover: false, available: true, roaming: false]} network{102} nethandle{441492361229} lp{{InterfaceName: rmnet_data2 LinkAddresses: [ 10.38.176.56/28 ] DnsAddresses: [ /62.240.110.198,/62.240.110.197 ] Domains: null MTU: 1500 TcpBufferSizes: 2097152,4194304,8388608,262144,524288,1048576 Routes: [ 0.0.0.0/0 -> 10.38.176.57 rmnet_data2,10.38.176.48/28 -> 0.0.0.0 rmnet_data2 ]}} nc{[ Transports: CELLULAR Capabilities: SUPL&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&NOT_ROAMING&FOREGROUND&NOT_CONGESTED&NOT_SUSPENDED LinkUpBandwidth>=51200Kbps LinkDnBandwidth>=102400Kbps Specifier: <1>]} Score{10} everValidated{false} lastValidated{false} created{false} lingering{false} explicitlySelected{false} acceptUnvalidated{false} everCaptivePortalDetected{false} lastCaptivePortalDetected{false} captivePortalValidationPending{false} partialConnectivity{false} acceptPartialConnectivity{false} clat{mBaseIface: null, mIface: null, mState: IDLE} }
11-23 16:52:00.263 15940 15940 I TelecomFramework: PstnPhoneCapabilitiesNotifier: handleVideoCapabilitesChanged. Video capability - false
11-23 16:52:00.269 1436 2211 D ConnectivityService: NetworkAgentInfo [MOBILE (LTE) - 102] EVENT_NETWORK_INFO_CHANGED, going from null to CONNECTED
11-23 16:52:00.271 1436 2211 W DnsManager: updatePrivateDns(102, PrivateDnsConfig{true:/[]})
11-23 16:52:00.271 1436 2211 D ConnectivityService: Setting DNS servers for network 102 to [/62.240.110.198, /62.240.110.197]
11-23 16:52:00.272 1436 2211 D DnsManager: setDnsConfigurationForNetwork(102, [62.240.110.198, 62.240.110.197], [], 1800, 25, 8, 64, 0, 0, , [62.240.110.198, 62.240.110.197])
11-23 16:52:00.273 1436 2211 D ConnectivityService: Adding iface rmnet_data2 to network 102
11-23 16:52:00.284 1436 8395 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0}]: TSI.rPA@BD0
11-23 16:52:00.285 1436 2211 D ConnectivityService: Setting DNS servers for network 102 to [/62.240.110.198, /62.240.110.197]
11-23 16:52:00.285 1436 2211 D DnsManager: setDnsConfigurationForNetwork(102, [62.240.110.198, 62.240.110.197], [], 1800, 25, 8, 64, 0, 0, , [62.240.110.198, 62.240.110.197])
11-23 16:52:00.287 1436 8395 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0} Capabilities: SuppVideo CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: ***]: TSI.rPA@BD0
11-23 16:52:00.296 1436 5652 D timedetector.SimpleTimeDetectorStrategy: adjustAndSetDeviceSystemClock: Not setting system clock. New time and system clock are close enough. elapsedRealtimeMillis=827827 newTime=TimestampedValue{mReferenceTimeMillis=827586, mValue=1574520719000} reason=New time signal systemClockUpdateThreshold=2000 absTimeDifference=1055
11-23 16:52:00.313 680 1374 E NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'INTERFACE' not found
11-23 16:52:00.313 680 1374 E NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'STATE' not found
11-23 16:52:00.313 680 1374 E NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'TIME_NS' not found
11-23 16:52:00.313 680 1374 E NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
11-23 16:52:00.315 1436 2211 D ConnectivityService: Switching to new default network: NetworkAgentInfo{ ni{[type: MOBILE[LTE], state: CONNECTED/CONNECTED, reason: connected, extra: internet.vodafone.net, failover: false, available: true, roaming: false]} network{102} nethandle{441492361229} lp{{InterfaceName: rmnet_data2 LinkAddresses: [ 10.38.176.56/28 ] DnsAddresses: [ /62.240.110.198,/62.240.110.197 ] Domains: null MTU: 1500 TcpBufferSizes: 2097152,4194304,8388608,262144,524288,1048576 Routes: [ 0.0.0.0/0 -> 10.38.176.57 rmnet_data2,10.38.176.48/28 -> 0.0.0.0 rmnet_data2 ]}} nc{[ Transports: CELLULAR Capabilities: SUPL&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&NOT_ROAMING&FOREGROUND&NOT_CONGESTED&NOT_SUSPENDED LinkUpBandwidth>=51200Kbps LinkDnBandwidth>=102400Kbps Specifier: <1>]} Score{10} everValidated{false} lastValidated{false} created{true} lingering{false} explicitlySelected{false} acceptUnvalidated{false} everCaptivePortalDetected{false} lastCaptivePortalDetected{false} captivePortalValidationPending{false} partialConnectivity{false} acceptPartialConnectivity{false} clat{mBaseIface: null, mIface: null, mState: IDLE} }
11-23 16:52:00.335 1436 2211 D ConnectivityService: Sending CONNECTED broadcast for type 0 NetworkAgentInfo [MOBILE (LTE) - 102] isDefaultNetwork=true
11-23 16:52:00.377 15940 15940 I TelecomFramework: : Carrier-config changed, checking for phone account updates.
11-23 16:52:00.399 15940 15940 I TelecomFramework: AccountEntry: reRegisterPstnPhoneAccount: subId: 1 - no change
11-23 16:52:00.659 1436 5652 I WifiService: WifiService trying to set country code to eg
11-23 16:52:00.781 15940 15940 I TelecomFramework: : onSubscriptionsChanged - update accounts
11-23 16:52:00.781 15940 15940 I TelecomFramework: PstnIncomingCallNotifier: Unregistering: Handler (com.qualcomm.qti.internal.telephony.QtiGsmCdmaPhone) {c043a45}
11-23 16:52:00.782 15940 15940 I TelecomFramework: PstnIncomingCallNotifier: Unregistering: Handler (com.qualcomm.qti.internal.telephony.QtiGsmCdmaPhone) {dec059a}
11-23 16:52:00.783 15940 15940 I TelecomFramework: TelecomAccountRegistry: setupAccounts: Found 2 phones. Attempting to register.
11-23 16:52:00.783 15940 15940 I TelecomFramework: TelecomAccountRegistry: setupAccounts: Phone with subscription id 1
11-23 16:52:00.793 1436 3636 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0}]: TSI.rPA@BEU
11-23 16:52:00.797 1436 3636 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0} Capabilities: SuppVideo CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: ***]: TSI.rPA@BEU
11-23 16:52:00.797 15940 15940 I TelecomFramework: AccountEntry: Registered phoneAccount: [[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0} Capabilities: SuppVideo CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: ***] with handle: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0}
11-23 16:52:00.797 15940 15940 I TelecomFramework: PstnIncomingCallNotifier: Registering: Handler (com.qualcomm.qti.internal.telephony.QtiGsmCdmaPhone) {c043a45}
11-23 16:52:00.799 15940 15940 I TelecomFramework: TelecomAccountRegistry: setupAccounts: Phone with subscription id 2
11-23 16:52:00.808 1436 3636 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0}]: TSI.rPA@BEY
11-23 16:52:00.812 1436 3636 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0} Capabilities: SuppVideo CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: ***]: TSI.rPA@BEY
11-23 16:52:00.812 15940 15940 I TelecomFramework: AccountEntry: Registered phoneAccount: [[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0} Capabilities: SuppVideo CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: ***] with handle: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0}
11-23 16:52:00.812 15940 15940 I TelecomFramework: PstnIncomingCallNotifier: Registering: Handler (com.qualcomm.qti.internal.telephony.QtiGsmCdmaPhone) {dec059a}
11-23 16:52:00.873 15940 15940 I TelecomFramework: PstnPhoneCapabilitiesNotifier: handleVideoCapabilitesChanged. Video capability - false
11-23 16:52:00.884 1436 3636 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0}]: TSI.rPA@BEo
11-23 16:52:00.888 1436 3636 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0} Capabilities: SuppVideo CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=0}] GroupId: ***]: TSI.rPA@BEo
11-23 16:52:00.890 1436 2211 D ConnectivityService: releasing NetworkRequest [ TRACK_DEFAULT id=41, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Uid: 1001] ] (release request)
11-23 16:52:00.890 15940 15940 I TelecomFramework: PstnPhoneCapabilitiesNotifier: handleVideoCapabilitesChanged. Video capability - false
11-23 16:52:00.901 1436 3636 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0}]: TSI.rPA@BEw
11-23 16:52:00.906 1436 3636 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0} Capabilities: SuppVideo CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true, android.telecom.extra.SORT_ORDER=1}] GroupId: ***]: TSI.rPA@BEw
11-23 16:52:01.497 1436 5652 D timedetector.SimpleTimeDetectorStrategy: adjustAndSetDeviceSystemClock: Not setting system clock. New time and system clock are close enough. elapsedRealtimeMillis=829029 newTime=TimestampedValue{mReferenceTimeMillis=829019, mValue=1574520721000} reason=New time signal systemClockUpdateThreshold=2000 absTimeDifference=487
11-23 16:52:02.126 1436 1507 I UsbDeviceManager: Setting USB config to accessory
11-23 16:52:02.239 1436 1507 W Looper : Slow dispatch took 114ms android.fg h=com.android.server.usb.UsbDeviceManager$UsbHandlerLegacy c=null m=2
11-23 16:52:02.443 1436 1507 D UsbDeviceManager: Clear notification
11-23 16:52:02.445 1436 1507 D UsbDeviceManager: push notification:USB accessory connected
11-23 16:52:02.470 1436 3636 I ActivityManager: Killing 15272:com.google.android.apps.fitness/u0a164 (adj 985): empty #17
11-23 16:52:02.474 1436 1507 D UsbDeviceManager: entering USB accessory mode: UsbAccessory[mManufacturer=Android, mModel=Android Auto, mDescription=Android Auto, mVersion=1.0, mUri=null, mSerialNumberReader=com.android.server.usb.UsbSerialReader@4f9b8a3]
11-23 16:52:02.496 1436 1507 I ActivityTaskManager: START u0 {act=android.hardware.usb.action.USB_ACCESSORY_ATTACHED flg=0x11000000 cmp=com.google.android.gms/.car.FirstActivity (has extras)} from uid 1000
11-23 16:52:02.539 1436 1519 I ActivityManager: Start proc 16467:com.google.android.projection.gearhead:shared/u0a138 for broadcast {com.google.android.projection.gearhead/com.google.android.apps.auto.components.connectivity.impl.ConnectivityEventHandlerImpl$ConnectivityEventBroadcastReceiver}
11-23 16:52:02.563 1436 1519 I ActivityManager: Start proc 16480:com.google.android.gms:car/u0a61 for activity {com.google.android.gms/com.google.android.gms.car.FirstActivity}
11-23 16:52:02.584 1436 9279 W ActivityTaskManager: Request to remove task ignored for non-existent task 30
11-23 16:52:02.706 1436 3636 I ActivityManager: Killing 15323:com.google.android.gms.ui/u0a61 (adj 985): empty #17
11-23 16:52:02.770 1436 1457 W ActivityManager: Background start not allowed: service Intent { cmp=com.google.android.apps.messaging/.shared.datamodel.action.execution.ActionExecutorImpl$EmptyService } to com.google.android.apps.messaging/.shared.datamodel.action.execution.ActionExecutorImpl$EmptyService from pid=15394 uid=10196 pkg=com.google.android.apps.messaging startFg?=false
11-23 16:52:02.838 1436 1519 I ActivityManager: Start proc 16554:com.google.android.projection.gearhead:car/u0a138 for service {com.google.android.projection.gearhead/com.google.android.apps.auto.carservice.service.impl.GearheadCarStartupService}
11-23 16:52:02.917 1436 1518 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.net.conn.NETWORK_CONDITIONS_MEASURED flg=0x10 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver
11-23 16:52:02.918 1436 2211 D ConnectivityService: NetworkAgentInfo [MOBILE (LTE) - 102] validation passed
11-23 16:52:02.933 1436 2211 D ConnectivityService: Setting DNS servers for network 102 to [/62.240.110.198, /62.240.110.197]
11-23 16:52:02.933 1436 2211 D DnsManager: setDnsConfigurationForNetwork(102, [62.240.110.198, 62.240.110.197], [], 1800, 25, 8, 64, 0, 0, , [62.240.110.198, 62.240.110.197])
11-23 16:52:03.808 1436 1519 I ActivityManager: Start proc 16593:com.google.android.apps.translate/u0a227 for broadcast {com.google.android.apps.translate/com.google.android.apps.translate.phenotype.PhenotypeBroadcastReceiver}
11-23 16:52:04.682 1436 7753 I ActivityTaskManager: START u0 {flg=0x10018000 cmp=com.google.android.gms/.car.SetupActivity (has extras)} from uid 10061
11-23 16:52:05.128 1436 2605 I ActivityManager: Killing 15350:com.google.vr.vrcore/u0a178 (adj 985): empty #17
11-23 16:52:06.387 1436 12167 I ActivityTaskManager: START u0 {cmp=com.google.android.projection.gearhead/.frx.SetupActivity (has extras)} from uid 10061
11-23 16:52:06.431 1436 1519 I ActivityManager: Start proc 16865:com.google.android.projection.gearhead:projection/u0a138 for activity {com.google.android.projection.gearhead/com.google.android.projection.gearhead.frx.SetupActivity}
11-23 16:52:07.570 1436 1519 I ActivityManager: Start proc 16915:com.google.android.calendar/u0a78 for service {com.google.android.calendar/com.google.android.syncadapters.calendar.CalendarSyncAdapterService}
11-23 16:52:07.929 1436 1518 W ActivityManager: Stopping service due to app idle: u0a193 -1m36s831ms com.google.android.apps.maps/com.google.android.apps.gmm.util.systemhealth.impl.SystemHealthService
11-23 16:52:08.365 1436 2605 I ActivityTaskManager: START u0 {act=com.google.android.apps.maps.car.PROJECTED_FIRST_RUN cmp=com.google.android.apps.maps/com.google.android.apps.gmm.car.firstrun.GmmProjectedFirstRunActivity} from uid 10138
11-23 16:52:08.413 1436 2605 I ActivityTaskManager: START u0 {act=com.google.android.apps.opa.OPT_IN_1P pkg=com.google.android.googlequicksearchbox cmp=com.google.android.googlequicksearchbox/com.google.android.apps.gsa.projection.OpaAutoOptInActivity (has extras)} from uid 10138
11-23 16:52:08.431 1436 7753 I ActivityTaskManager: START u0 {act=com.google.android.apps.now.OPT_IN_1P pkg=com.google.android.googlequicksearchbox cmp=com.google.android.googlequicksearchbox/com.google.android.sidekick.main.optin.NowOptInFirstPartyActivity (has extras)} from uid 10174
11-23 16:52:08.636 1436 3636 D BluetoothManagerService: enableNoAutoConnect(): mBluetooth =android.bluetooth.IBluetooth$Stub$Proxy@aab3064 mBinding = false
11-23 16:52:08.637 1436 2492 D BluetoothManagerService: enable(com.google.android.gms): mBluetooth =android.bluetooth.IBluetooth$Stub$Proxy@aab3064 mBinding = false mState = BLE_ON
11-23 16:52:08.638 1436 2492 D BluetoothManagerService: enable returning
11-23 16:52:08.638 1436 1509 D BluetoothManagerService: MESSAGE_ENABLE(0): mBluetooth = android.bluetooth.IBluetooth$Stub$Proxy@aab3064
11-23 16:52:08.638 1436 1509 W BluetoothManagerService: BT Enable in BLE_ON State, going to ON
11-23 16:52:08.639 1436 1509 D BluetoothManagerService: Persisting Bluetooth Setting: 1
11-23 16:52:08.640 1436 1436 V SettingsProvider: Notifying for 0: content://settings/global/bluetooth_on
11-23 16:52:08.640 1436 1509 D BluetoothManagerService: MESSAGE_BLUETOOTH_STATE_CHANGE: BLE_ON > TURNING_ON
11-23 16:52:08.640 1436 1509 D BluetoothManagerService: Sending BLE State Change: BLE_ON > TURNING_ON
11-23 16:52:08.641 1436 1518 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.bluetooth.adapter.action.STATE_CHANGED flg=0x4000010 (has extras) } to com.google.android.gms/.auth.easyunlock.authorization.BluetoothStateChangeReceiver
11-23 16:52:08.641 1436 1518 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.bluetooth.adapter.action.STATE_CHANGED flg=0x4000010 (has extras) } to com.google.android.gms/.auth.proximity.BluetoothServicesAdapterStateChangeReceiver
11-23 16:52:08.641 1436 1518 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.bluetooth.adapter.action.STATE_CHANGED flg=0x4000010 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver
11-23 16:52:08.648 1436 1436 V SettingsProvider: Notifying for 0: content://settings/system/sound_effects_enabled
11-23 16:52:08.688 1436 9279 W ActivityManager: Unable to start service Intent { cmp=com.teslacoilsw.notifier/.NotificationService (has extras) } U=0: not found
11-23 16:52:08.691 1436 1436 I Telecom : SystemStateHelper: Entering carmode: SSP.oR@BGc
11-23 16:52:08.805 1436 2605 I DisplayManagerService: Display device added: DisplayDeviceInfo{"LayoutDisplay": uniqueId="virtual:com.google.android.projection.gearhead,10138,LayoutDisplay,0", 800 x 480, modeId 2, defaultModeId 2, supportedModes [{id=2, width=800, height=480, fps=60.0}], colorMode 0, supportedColorModes [0], HdrCapabilities null, density 160, 160.0 x 160.0 dpi, appVsyncOff 0, presDeadline 16666666, touch NONE, rotation 0, type VIRTUAL, state OFF, owner com.google.android.projection.gearhead (uid 10138), FLAG_PRIVATE, FLAG_NEVER_BLANK, FLAG_OWN_CONTENT_ONLY}
11-23 16:52:12.640 1436 3603 D BluetoothManagerService: enableNoAutoConnect(): mBluetooth =android.bluetooth.IBluetooth$Stub$Proxy@aab3064 mBinding = false
11-23 16:52:12.643 1436 3603 D BluetoothManagerService: enable(com.google.android.gms): mBluetooth =android.bluetooth.IBluetooth$Stub$Proxy@aab3064 mBinding = false mState = TURNING_ON
11-23 16:52:12.644 1436 3603 D BluetoothManagerService: enable returning
11-23 16:52:12.644 1436 1509 D BluetoothManagerService: MESSAGE_ENABLE(0): mBluetooth = android.bluetooth.IBluetooth$Stub$Proxy@aab3064
11-23 16:52:15.655 1436 1509 E BluetoothManagerService: waitForOnOff time out
11-23 16:52:15.656 1436 1509 D BluetoothManagerService: MESSAGE_BLUETOOTH_STATE_CHANGE: TURNING_ON > TURNING_OFF
11-23 16:52:15.656 1436 1509 D BluetoothManagerService: Sending BLE State Change: TURNING_ON > TURNING_OFF
11-23 16:52:26.663 1436 2394 I UsbPortManager: ClientCallback V1_0: otg_default
11-23 16:52:28.663 1436 1523 W BatteryExternalStatsWorker: timeout reading bluetooth stats
11-23 16:52:30.663 1436 1523 W BatteryExternalStatsWorker: timeout reading telephony stats
11-23 16:52:45.483 1436 1530 V DisplayPowerController: Brightness [6] reason changing to: 'automatic [ dim ]', previous reason: 'automatic'.
11-23 16:52:52.482 1436 1530 I PowerManagerService: Going to sleep due to timeout (uid 1000)...
11-23 16:52:52.543 1436 1530 V DisplayPowerController: Brightness [101] reason changing to: 'automatic', previous reason: 'automatic [ dim ]'.
11-23 16:52:52.978 1436 1530 I DisplayPowerController: Blocking screen off
11-23 16:52:52.980 1436 1530 I DisplayPowerController: Unblocked screen off after 3 ms
11-23 16:53:05.878 1436 1513 I Watchdog: WAITED_HALF
11-23 16:53:05.986 1436 1513 I ActivityManager: dumpStackTraces pids=null nativepids=[736, 752, 738, 770, 1079, 746, 1050, 747, 733, 815, 579, 862, 881, 1032, 1033, 1040, 1041, 1042, 1043, 1046, 1050, 1079, 4185]
11-23 16:53:05.993 1436 1513 I ActivityManager: Dumping to /data/anr/anr_2019-11-23-16-53-05-991
11-23 16:53:05.993 1436 1513 I ActivityManager: Collecting stacks for pid 1436
11-23 16:53:06.149 1436 1513 I ActivityManager: Collecting stacks for native pid 736
11-23 16:53:06.295 1436 1513 I ActivityManager: Collecting stacks for native pid 752
11-23 16:53:06.403 1436 1513 I ActivityManager: Collecting stacks for native pid 738
11-23 16:53:06.569 1436 1513 I ActivityManager: Collecting stacks for native pid 770
11-23 16:53:06.657 1436 1513 I ActivityManager: Collecting stacks for native pid 1079
11-23 16:53:06.745 1436 1513 I ActivityManager: Collecting stacks for native pid 746
11-23 16:53:06.866 1436 1513 I ActivityManager: Collecting stacks for native pid 1050
11-23 16:53:07.437 1436 1513 I ActivityManager: Collecting stacks for native pid 747
11-23 16:53:07.509 1436 1513 I ActivityManager: Collecting stacks for native pid 733
11-23 16:53:07.562 1436 1513 I ActivityManager: Collecting stacks for native pid 815
11-23 16:53:07.859 1436 1513 I ActivityManager: Collecting stacks for native pid 579
11-23 16:53:07.964 1436 1513 I ActivityManager: Collecting stacks for native pid 862
11-23 16:53:08.063 1436 1513 I ActivityManager: Collecting stacks for native pid 881
11-23 16:53:08.214 1436 1513 I ActivityManager: Collecting stacks for native pid 1032
11-23 16:53:08.416 1436 1513 I ActivityManager: Collecting stacks for native pid 1033
11-23 16:53:08.606 1436 1513 I ActivityManager: Collecting stacks for native pid 1040
11-23 16:53:08.688 1436 1513 I ActivityManager: Collecting stacks for native pid 1041
11-23 16:53:08.771 1436 1513 I ActivityManager: Collecting stacks for native pid 1042
11-23 16:53:08.847 1436 1513 I ActivityManager: Collecting stacks for native pid 1043
11-23 16:53:09.056 1436 1513 I ActivityManager: Collecting stacks for native pid 1046
11-23 16:53:09.146 1436 1513 I ActivityManager: Collecting stacks for native pid 1050
11-23 16:53:09.630 1436 1513 I ActivityManager: Collecting stacks for native pid 1079
11-23 16:53:09.695 1436 1513 I ActivityManager: Collecting stacks for native pid 4185
11-23 16:53:10.345 1436 1513 I ActivityManager: Done dumping
11-23 16:53:24.792 1436 2190 I PowerManagerService: Waking up from Dozing (uid=1000, reason=WAKE_REASON_POWER_BUTTON, details=android.policy:POWER)...
11-23 16:53:24.872 1436 2190 D WindowManager: powerPress: eventTime=655125 interactive=true count=1 beganFromNonInteractive=true mShortPressOnPowerBehavior=1
11-23 16:53:26.153 1436 2190 D WindowManager: powerPress: eventTime=656284 interactive=true count=1 beganFromNonInteractive=false mShortPressOnPowerBehavior=1
11-23 16:53:26.153 1436 2190 I PowerManagerService: Going to sleep due to power_button (uid 1000)...
11-23 16:53:26.985 1436 2190 I PowerManagerService: Waking up from Dozing (uid=1000, reason=WAKE_REASON_POWER_BUTTON, details=android.policy:POWER)...
11-23 16:53:27.073 1436 2190 D WindowManager: powerPress: eventTime=657319 interactive=true count=1 beganFromNonInteractive=true mShortPressOnPowerBehavior=1
11-23 16:53:27.578 1436 2190 D WindowManager: powerPress: eventTime=657861 interactive=true count=1 beganFromNonInteractive=false mShortPressOnPowerBehavior=1
11-23 16:53:27.579 1436 2190 I PowerManagerService: Going to sleep due to power_button (uid 1000)...
11-23 16:53:28.084 1436 2190 I PowerManagerService: Waking up from Dozing (uid=1000, reason=WAKE_REASON_POWER_BUTTON, details=android.policy:POWER)...
11-23 16:53:28.158 1436 2190 D WindowManager: powerPress: eventTime=658419 interactive=true count=1 beganFromNonInteractive=true mShortPressOnPowerBehavior=1
11-23 16:53:40.490 1436 1513 I ActivityManager: dumpStackTraces pids=null nativepids=[736, 752, 738, 770, 1079, 746, 1050, 747, 733, 815, 579, 862, 881, 1032, 1033, 1040, 1041, 1042, 1043, 1046, 1050, 1079, 4185]
11-23 16:53:40.492 1436 1513 I ActivityManager: Dumping to /data/anr/anr_2019-11-23-16-53-40-491
11-23 16:53:40.492 1436 1513 I ActivityManager: Collecting stacks for pid 1436
11-23 16:53:40.775 1436 1513 I ActivityManager: Collecting stacks for pid 15940
11-23 16:53:40.983 1436 1513 I ActivityManager: Collecting stacks for native pid 736
11-23 16:53:41.053 1436 1513 I ActivityManager: Collecting stacks for native pid 752
11-23 16:53:41.146 1436 1513 I ActivityManager: Collecting stacks for native pid 738
11-23 16:53:41.299 1436 1513 I ActivityManager: Collecting stacks for native pid 770
11-23 16:53:41.378 1436 1513 I ActivityManager: Collecting stacks for native pid 1079
11-23 16:53:41.536 1436 1513 I ActivityManager: Collecting stacks for native pid 746
11-23 16:53:41.638 1436 1513 I ActivityManager: Collecting stacks for native pid 1050
11-23 16:53:42.135 1436 1513 I ActivityManager: Collecting stacks for native pid 747
11-23 16:53:42.195 1436 1513 I ActivityManager: Collecting stacks for native pid 733
11-23 16:53:42.252 1436 1513 I ActivityManager: Collecting stacks for native pid 815
11-23 16:53:42.436 1436 1513 I ActivityManager: Collecting stacks for native pid 579
11-23 16:53:42.519 1436 1513 I ActivityManager: Collecting stacks for native pid 862
11-23 16:53:42.627 1436 1513 I ActivityManager: Collecting stacks for native pid 881
11-23 16:53:42.736 1436 1513 I ActivityManager: Collecting stacks for native pid 1032
11-23 16:53:42.950 1436 1513 I ActivityManager: Collecting stacks for native pid 1033
11-23 16:53:43.120 1436 1513 I ActivityManager: Collecting stacks for native pid 1040
11-23 16:53:43.198 1436 1513 I ActivityManager: Collecting stacks for native pid 1041
11-23 16:53:43.284 1436 1513 I ActivityManager: Collecting stacks for native pid 1042
11-23 16:53:43.350 1436 1513 I ActivityManager: Collecting stacks for native pid 1043
11-23 16:53:43.554 1436 1513 I ActivityManager: Collecting stacks for native pid 1046
11-23 16:53:43.648 1436 1513 I ActivityManager: Collecting stacks for native pid 1050
11-23 16:53:44.164 1436 1513 I ActivityManager: Collecting stacks for native pid 1079
11-23 16:53:44.291 1436 1513 I ActivityManager: Collecting stacks for native pid 4185
11-23 16:53:44.728 1436 1513 I ActivityManager: Done dumping
11-23 16:53:49.766 1436 17406 I DropBoxManagerService: add tag=system_server_watchdog isTagEnabled=true flags=0x2
11-23 16:53:49.795 1436 1513 W Watchdog: *** WATCHDOG KILLING SYSTEM PROCESS: Blocked in handler on foreground thread (android.fg), Blocked in handler on main thread (main), Blocked in handler on ui thread (android.ui), Blocked in handler on i/o thread (android.io), Blocked in handler on display thread (android.display), Blocked in handler on animation thread (android.anim), Blocked in handler on ActivityManager (ActivityManager)
11-23 16:53:49.797 1436 1513 W Watchdog: android.fg annotated stack trace:
11-23 16:53:49.797 1436 1513 W Watchdog: at com.android.server.am.ActivityManagerService.unbindService(ActivityManagerService.java:14063)
11-23 16:53:49.798 1436 1513 W Watchdog: - waiting to lock <0x073c6e4a> (a com.android.server.am.ActivityManagerService)
11-23 16:53:49.798 1436 1513 W Watchdog: at android.app.ContextImpl.unbindService(ContextImpl.java:1779)
11-23 16:53:49.798 1436 1513 W Watchdog: at android.content.ContextWrapper.unbindService(ContextWrapper.java:741)
11-23 16:53:49.798 1436 1513 W Watchdog: at com.android.internal.infra.AbstractRemoteService.handleEnsureUnbound(AbstractRemoteService.java:454)
11-23 16:53:49.798 1436 1513 W Watchdog: at com.android.internal.infra.AbstractRemoteService.handleUnbind(AbstractRemoteService.java:376)
11-23 16:53:49.798 1436 1513 W Watchdog: at com.android.internal.infra.AbstractRemoteService.lambda$MDW40b8CzodE5xRowI9wDEyXEnw(Unknown Source:0)
11-23 16:53:49.798 1436 1513 W Watchdog: at com.android.internal.infra.-$$Lambda$AbstractRemoteService$MDW40b8CzodE5xRowI9wDEyXEnw.accept(Unknown Source:2)
11-23 16:53:49.798 1436 1513 W Watchdog: at com.android.internal.util.function.pooled.PooledLambdaImpl.doInvoke(PooledLambdaImpl.java:257)
11-23 16:53:49.798 1436 1513 W Watchdog: at com.android.internal.util.function.pooled.PooledLambdaImpl.invoke(PooledLambdaImpl.java:195)
11-23 16:53:49.799 1436 1513 W Watchdog: at com.android.internal.util.function.pooled.OmniFunction.run(OmniFunction.java:86)
11-23 16:53:49.799 1436 1513 W Watchdog: at android.os.Handler.handleCallback(Handler.java:883)
11-23 16:53:49.799 1436 1513 W Watchdog: at android.os.Handler.dispatchMessage(Handler.java:100)
11-23 16:53:49.799 1436 1513 W Watchdog: at android.os.Looper.loop(Looper.java:214)
11-23 16:53:49.799 1436 1513 W Watchdog: at android.os.HandlerThread.run(HandlerThread.java:67)
11-23 16:53:49.799 1436 1513 W Watchdog: at com.android.server.ServiceThread.run(ServiceThread.java:44)
11-23 16:53:49.800 1436 1513 W Watchdog: main annotated stack trace:
11-23 16:53:49.800 1436 1513 W Watchdog: at com.android.server.am.ActivityManagerService.isAppBad(ActivityManagerService.java:5712)
11-23 16:53:49.800 1436 1513 W Watchdog: - waiting to lock <0x073c6e4a> (a com.android.server.am.ActivityManagerService)
11-23 16:53:49.800 1436 1513 W Watchdog: at com.android.server.am.ActivityManagerService.access$1600(ActivityManagerService.java:403)
11-23 16:53:49.800 1436 1513 W Watchdog: at com.android.server.am.ActivityManagerService$LocalService.isAppBad(ActivityManagerService.java:18444)
11-23 16:53:49.800 1436 1513 W Watchdog: at com.android.server.job.JobSchedulerService.isComponentUsable(JobSchedulerService.java:2350)
11-23 16:53:49.800 1436 1513 W Watchdog: at com.android.server.job.JobSchedulerService.areComponentsInPlaceLocked(JobSchedulerService.java:2397)
11-23 16:53:49.801 1436 1513 W Watchdog: at com.android.server.job.controllers.StateController.wouldBeReadyWithConstraintLocked(StateController.java:130)
11-23 16:53:49.801 1436 1513 W Watchdog: at com.android.server.job.controllers.TimeController.checkExpiredDelaysAndResetAlarm(TimeController.java:325)
11-23 16:53:49.801 1436 1513 W Watchdog: - locked <0x0a693ed7> (a java.lang.Object)
11-23 16:53:49.801 1436 1513 W Watchdog: at com.android.server.job.controllers.TimeController$2.onAlarm(TimeController.java:451)
11-23 16:53:49.801 1436 1513 W Watchdog: at android.app.AlarmManager$ListenerWrapper.run(AlarmManager.java:252)
11-23 16:53:49.801 1436 1513 W Watchdog: at android.os.Handler.handleCallback(Handler.java:883)
11-23 16:53:49.801 1436 1513 W Watchdog: at android.os.Handler.dispatchMessage(Handler.java:100)
11-23 16:53:49.801 1436 1513 W Watchdog: at android.os.Looper.loop(Looper.java:214)
11-23 16:53:49.801 1436 1513 W Watchdog: at com.android.server.SystemServer.run(SystemServer.java:546)
11-23 16:53:49.801 1436 1513 W Watchdog: at com.android.server.SystemServer.main(SystemServer.java:354)
11-23 16:53:49.802 1436 1513 W Watchdog: at java.lang.reflect.Method.invoke(Native Method)
11-23 16:53:49.802 1436 1513 W Watchdog: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:494)
11-23 16:53:49.802 1436 1513 W Watchdog: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:908)
11-23 16:53:49.803 1436 1513 W Watchdog: android.ui annotated stack trace:
11-23 16:53:49.803 1436 1513 W Watchdog: at com.android.server.am.ActivityManagerService.checkContentProviderAccess(ActivityManagerService.java:6498)
11-23 16:53:49.803 1436 1513 W Watchdog: - waiting to lock <0x073c6e4a> (a com.android.server.am.ActivityManagerService)
11-23 16:53:49.803 1436 1513 W Watchdog: at com.android.server.am.ActivityManagerService$LocalService.checkContentProviderAccess(ActivityManagerService.java:17744)
11-23 16:53:49.803 1436 1513 W Watchdog: at com.android.server.content.ContentService.registerContentObserver(ContentService.java:341)
11-23 16:53:49.803 1436 1513 W Watchdog: at android.content.ContentResolver.registerContentObserver(ContentResolver.java:2263)
11-23 16:53:49.803 1436 1513 W Watchdog: at com.android.server.wm.DisplayPolicy$SettingsObserver.<init>(DisplayPolicy.java:444)
11-23 16:53:49.803 1436 1513 W Watchdog: at com.android.server.wm.DisplayPolicy.<init>(DisplayPolicy.java:649)
11-23 16:53:49.803 1436 1513 W Watchdog: at com.android.server.wm.DisplayContent.<init>(DisplayContent.java:940)
11-23 16:53:49.803 1436 1513 W Watchdog: at com.android.server.wm.RootWindowContainer.createDisplayContent(RootWindowContainer.java:240)
11-23 16:53:49.803 1436 1513 W Watchdog: at com.android.server.wm.ActivityDisplay.createDisplayContent(ActivityDisplay.java:171)
11-23 16:53:49.803 1436 1513 W Watchdog: at com.android.server.wm.ActivityDisplay.<init>(ActivityDisplay.java:166)
11-23 16:53:49.804 1436 1513 W Watchdog: at com.android.server.wm.RootActivityContainer.getActivityDisplayOrCreate(RootActivityContainer.java:315)
11-23 16:53:49.804 1436 1513 W Watchdog: at com.android.server.wm.RootActivityContainer.onDisplayAdded(RootActivityContainer.java:1361)
11-23 16:53:49.804 1436 1513 W Watchdog: - locked <0x0898f173> (a com.android.server.wm.WindowManagerGlobalLock)
11-23 16:53:49.804 1436 1513 W Watchdog: at android.hardware.display.DisplayManagerGlobal$DisplayListenerDelegate.handleMessage(DisplayManagerGlobal.java:696)
11-23 16:53:49.804 1436 1513 W Watchdog: at android.os.Handler.dispatchMessage(Handler.java:107)
11-23 16:53:49.804 1436 1513 W Watchdog: at android.os.Looper.loop(Looper.java:214)
11-23 16:53:49.804 1436 1513 W Watchdog: at android.os.HandlerThread.run(HandlerThread.java:67)
11-23 16:53:49.804 1436 1513 W Watchdog: at com.android.server.ServiceThread.run(ServiceThread.java:44)
11-23 16:53:49.804 1436 1513 W Watchdog: at com.android.server.UiThread.run(UiThread.java:43)
11-23 16:53:49.804 1436 1513 W Watchdog: android.io annotated stack trace:
11-23 16:53:49.804 1436 1513 W Watchdog: at com.android.server.am.ActivityManagerService.broadcastIntent(ActivityManagerService.java:15540)
11-23 16:53:49.804 1436 1513 W Watchdog: - waiting to lock <0x073c6e4a> (a com.android.server.am.ActivityManagerService)
11-23 16:53:49.804 1436 1513 W Watchdog: at android.app.ContextImpl.sendBroadcastAsUser(ContextImpl.java:1263)
11-23 16:53:49.804 1436 1513 W Watchdog: at android.app.ContextImpl.sendBroadcastAsUser(ContextImpl.java:1235)
11-23 16:53:49.804 1436 1513 W Watchdog: at com.android.server.BluetoothManagerService.sendBleStateChanged(BluetoothManagerService.java:2126)
11-23 16:53:49.805 1436 1513 W Watchdog: at com.android.server.BluetoothManagerService.bluetoothStateChangeHandler(BluetoothManagerService.java:2193)
11-23 16:53:49.805 1436 1513 W Watchdog: at com.android.server.BluetoothManagerService.access$4200(BluetoothManagerService.java:85)
11-23 16:53:49.805 1436 1513 W Watchdog: at com.android.server.BluetoothManagerService$BluetoothHandler.handleMessage(BluetoothManagerService.java:1801)
11-23 16:53:49.805 1436 1513 W Watchdog: at android.os.Handler.dispatchMessage(Handler.java:107)
11-23 16:53:49.805 1436 1513 W Watchdog: at android.os.Looper.loop(Looper.java:214)
11-23 16:53:49.805 1436 1513 W Watchdog: at android.os.HandlerThread.run(HandlerThread.java:67)
11-23 16:53:49.805 1436 1513 W Watchdog: at com.android.server.ServiceThread.run(ServiceThread.java:44)
11-23 16:53:49.805 1436 1513 W Watchdog: android.display annotated stack trace:
11-23 16:53:49.805 1436 1513 W Watchdog: at com.android.server.wm.WindowManagerService.requestTraversal(WindowManagerService.java:5406)
11-23 16:53:49.805 1436 1513 W Watchdog: - waiting to lock <0x0898f173> (a com.android.server.wm.WindowManagerGlobalLock)
11-23 16:53:49.805 1436 1513 W Watchdog: at com.android.server.wm.WindowManagerService$LocalService.requestTraversalFromDisplayManager(WindowManagerService.java:7132)
11-23 16:53:49.806 1436 1513 W Watchdog: at com.android.server.display.DisplayManagerService$DisplayManagerHandler.handleMessage(DisplayManagerService.java:1636)
11-23 16:53:49.806 1436 1513 W Watchdog: at android.os.Handler.dispatchMessage(Handler.java:107)
11-23 16:53:49.806 1436 1513 W Watchdog: at android.os.Looper.loop(Looper.java:214)
11-23 16:53:49.806 1436 1513 W Watchdog: at android.os.HandlerThread.run(HandlerThread.java:67)
11-23 16:53:49.806 1436 1513 W Watchdog: at com.android.server.ServiceThread.run(ServiceThread.java:44)
11-23 16:53:49.806 1436 1513 W Watchdog: android.anim annotated stack trace:
11-23 16:53:49.806 1436 1513 W Watchdog: at com.android.server.wm.SurfaceAnimator.lambda$getFinishedCallback$1$SurfaceAnimator(SurfaceAnimator.java:75)
11-23 16:53:49.806 1436 1513 W Watchdog: - waiting to lock <0x0898f173> (a com.android.server.wm.WindowManagerGlobalLock)
11-23 16:53:49.806 1436 1513 W Watchdog: at com.android.server.wm.-$$Lambda$SurfaceAnimator$vdRZk66hQVbQCvVXEaQCT1kVmFc.onAnimationFinished(Unknown Source:4)
11-23 16:53:49.806 1436 1513 W Watchdog: at com.android.server.wm.LocalAnimationAdapter.lambda$startAnimation$0$LocalAnimationAdapter(LocalAnimationAdapter.java:60)
11-23 16:53:49.806 1436 1513 W Watchdog: at com.android.server.wm.-$$Lambda$LocalAnimationAdapter$X--EomqUvw4qy89IeeTFTH7aCMo.run(Unknown Source:4)
11-23 16:53:49.806 1436 1513 W Watchdog: at android.os.Handler.handleCallback(Handler.java:883)
11-23 16:53:49.806 1436 1513 W Watchdog: at android.os.Handler.dispatchMessage(Handler.java:100)
11-23 16:53:49.806 1436 1513 W Watchdog: at android.os.Looper.loop(Looper.java:214)
11-23 16:53:49.806 1436 1513 W Watchdog: at android.os.HandlerThread.run(HandlerThread.java:67)
11-23 16:53:49.806 1436 1513 W Watchdog: at com.android.server.ServiceThread.run(ServiceThread.java:44)
11-23 16:53:49.807 1436 1513 W Watchdog: ActivityManager annotated stack trace:
11-23 16:53:49.807 1436 1513 W Watchdog: at com.android.server.am.BroadcastQueue$BroadcastHandler.handleMessage(BroadcastQueue.java:189)
11-23 16:53:49.807 1436 1513 W Watchdog: - waiting to lock <0x073c6e4a> (a com.android.server.am.ActivityManagerService)
11-23 16:53:49.807 1436 1513 W Watchdog: at android.os.Handler.dispatchMessage(Handler.java:107)
11-23 16:53:49.807 1436 1513 W Watchdog: at android.os.Looper.loop(Looper.java:214)
11-23 16:53:49.807 1436 1513 W Watchdog: at android.os.HandlerThread.run(HandlerThread.java:67)
11-23 16:53:49.807 1436 1513 W Watchdog: at com.android.server.ServiceThread.run(ServiceThread.java:44)
11-23 16:53:49.807 1436 1513 W Watchdog: *** GOODBYE!
11-23 16:53:50.021 15666 15666 E AndroidRuntime: FATAL EXCEPTION: main
11-23 16:53:50.021 15666 15666 E AndroidRuntime: Process: com.google.android.apps.docs, PID: 15666
11-23 16:53:50.021 15666 15666 E AndroidRuntime: DeadSystemException: The system died; earlier logs will point to the root cause
11-23 16:53:50.021 16554 16554 E AndroidRuntime: FATAL EXCEPTION: main
11-23 16:53:50.021 16554 16554 E AndroidRuntime: Process: com.google.android.projection.gearhead:car, PID: 16554
11-23 16:53:50.021 16554 16554 E AndroidRuntime: DeadSystemException: The system died; earlier logs will point to the root cause
11-23 16:53:50.022 16480 16480 E AndroidRuntime: FATAL EXCEPTION: main
11-23 16:53:50.022 16480 16480 E AndroidRuntime: Process: com.google.android.gms:car, PID: 16480
11-23 16:53:50.022 16480 16480 E AndroidRuntime: DeadSystemException: The system died; earlier logs will point to the root cause
11-23 16:53:50.022 14185 14185 E AndroidRuntime: FATAL EXCEPTION: main
11-23 16:53:50.022 14185 14185 E AndroidRuntime: Process: com.google.android.apps.maps, PID: 14185
11-23 16:53:50.022 14185 14185 E AndroidRuntime: DeadSystemException: The system died; earlier logs will point to the root cause
11-23 16:53:50.024 3728 3728 E AndroidRuntime: FATAL EXCEPTION: main
11-23 16:53:50.024 3728 3728 E AndroidRuntime: Process: com.android.vending, PID: 3728
11-23 16:53:50.024 3728 3728 E AndroidRuntime: DeadSystemException: The system died; earlier logs will point to the root cause
11-23 16:53:50.024 15880 15880 E AndroidRuntime: FATAL EXCEPTION: main
11-23 16:53:50.024 15880 15880 E AndroidRuntime: Process: com.google.android.apps.messaging:rcs, PID: 15880
11-23 16:53:50.024 15880 15880 E AndroidRuntime: DeadSystemException: The system died; earlier logs will point to the root cause
11-23 16:53:50.026 4185 4227 E AndroidRuntime: FATAL EXCEPTION: AdapterState
11-23 16:53:50.026 4185 4227 E AndroidRuntime: Process: com.android.bluetooth, PID: 4185
11-23 16:53:50.026 4185 4227 E AndroidRuntime: DeadSystemException: The system died; earlier logs will point to the root cause
11-23 16:53:50.027 15394 15394 E AndroidRuntime: FATAL EXCEPTION: main
11-23 16:53:50.027 15394 15394 E AndroidRuntime: Process: com.google.android.apps.messaging, PID: 15394
11-23 16:53:50.027 15394 15394 E AndroidRuntime: DeadSystemException: The system died; earlier logs will point to the root cause
11-23 16:53:50.027 17056 17056 E AndroidRuntime: FATAL EXCEPTION: main
11-23 16:53:50.027 17056 17056 E AndroidRuntime: PID: 17056
11-23 16:53:50.027 17056 17056 E AndroidRuntime: DeadSystemException: The system died; earlier logs will point to the root cause
11-23 16:53:50.028 9288 9288 E AndroidRuntime: FATAL EXCEPTION: main
11-23 16:53:50.028 9288 9288 E AndroidRuntime: Process: com.google.android.gms, PID: 9288
11-23 16:53:50.028 9288 9288 E AndroidRuntime: DeadSystemException: The system died; earlier logs will point to the root cause
11-23 16:53:50.028 2860 2860 E AndroidRuntime: FATAL EXCEPTION: main
11-23 16:53:50.028 2860 2860 E AndroidRuntime: Process: com.google.android.gms.persistent, PID: 2860
11-23 16:53:50.028 2860 2860 E AndroidRuntime: DeadSystemException: The system died; earlier logs will point to the root cause
11-23 16:53:50.029 2443 2443 E AndroidRuntime: FATAL EXCEPTION: main
11-23 16:53:50.029 2443 2443 E AndroidRuntime: Process: com.qualcomm.qcrilmsgtunnel, PID: 2443
11-23 16:53:50.029 2443 2443 E AndroidRuntime: DeadSystemException: The system died; earlier logs will point to the root cause
11-23 16:53:50.031 16467 16467 E AndroidRuntime: FATAL EXCEPTION: main
11-23 16:53:50.031 16467 16467 E AndroidRuntime: Process: com.google.android.projection.gearhead:shared, PID: 16467
11-23 16:53:50.031 16467 16467 E AndroidRuntime: DeadSystemException: The system died; earlier logs will point to the root cause
11-23 16:53:50.032 14274 14274 E AndroidRuntime: FATAL EXCEPTION: main
11-23 16:53:50.032 14274 14274 E AndroidRuntime: Process: ak.alizandro.smartaudiobookplayer, PID: 14274
11-23 16:53:50.032 14274 14274 E AndroidRuntime: DeadSystemException: The system died; earlier logs will point to the root cause
11-23 16:53:50.033 16301 16301 E AndroidRuntime: FATAL EXCEPTION: main
11-23 16:53:50.033 16301 16301 E AndroidRuntime: Process: com.google.android.gms.unstable, PID: 16301
11-23 16:53:50.033 16301 16301 E AndroidRuntime: DeadSystemException: The system died; earlier logs will point to the root cause
11-23 16:53:50.033 15940 15940 E AndroidRuntime: FATAL EXCEPTION: main
11-23 16:53:50.033 15940 15940 E AndroidRuntime: Process: com.android.phone, PID: 15940
11-23 16:53:50.033 15940 15940 E AndroidRuntime: DeadSystemException: The system died; earlier logs will point to the root cause
11-23 16:53:50.035 12221 12221 E AndroidRuntime: FATAL EXCEPTION: main
11-23 16:53:50.035 12221 12221 E AndroidRuntime: Process: com.google.android.googlequicksearchbox:search, PID: 12221
11-23 16:53:50.035 12221 12221 E AndroidRuntime: DeadSystemException: The system died; earlier logs will point to the root cause
11-23 16:53:50.036 15794 15794 E AndroidRuntime: FATAL EXCEPTION: main
11-23 16:53:50.036 15794 15794 E AndroidRuntime: Process: com.google.android.inputmethod.latin, PID: 15794
11-23 16:53:50.036 15794 15794 E AndroidRuntime: DeadSystemException: The system died; earlier logs will point to the root cause
11-23 16:53:50.037 16593 17078 E AndroidRuntime: FATAL EXCEPTION: Failed Connect
11-23 16:53:50.037 16593 17078 E AndroidRuntime: Process: com.google.android.apps.translate, PID: 16593
11-23 16:53:50.037 16593 17078 E AndroidRuntime: DeadSystemException: The system died; earlier logs will point to the root cause
11-23 16:53:50.038 16865 16865 E AndroidRuntime: FATAL EXCEPTION: main
11-23 16:53:50.038 16865 16865 E AndroidRuntime: Process: com.google.android.projection.gearhead:projection, PID: 16865
11-23 16:53:50.038 16865 16865 E AndroidRuntime: DeadSystemException: The system died; earlier logs will point to the root cause
11-23 16:53:50.038 15489 15489 E AndroidRuntime: FATAL EXCEPTION: main
11-23 16:53:50.038 15489 15489 E AndroidRuntime: Process: com.google.android.contacts, PID: 15489
11-23 16:53:50.038 15489 15489 E AndroidRuntime: DeadSystemException: The system died; earlier logs will point to the root cause
11-23 16:53:50.039 16915 17079 E AndroidRuntime: FATAL EXCEPTION: Failed Connect
11-23 16:53:50.039 16915 17079 E AndroidRuntime: Process: com.google.android.calendar, PID: 16915
11-23 16:53:50.039 16915 17079 E AndroidRuntime: DeadSystemException: The system died; earlier logs will point to the root cause
11-23 16:53:50.049 16915 16915 E AndroidRuntime: FATAL EXCEPTION: main
11-23 16:53:50.049 16915 16915 E AndroidRuntime: Process: com.google.android.calendar, PID: 16915
11-23 16:53:50.049 16915 16915 E AndroidRuntime: DeadSystemException: The system died; earlier logs will point to the root cause
11-23 16:53:50.073 13826 13826 E AndroidRuntime: FATAL EXCEPTION: main
11-23 16:53:50.073 13826 13826 E AndroidRuntime: Process: com.teslacoilsw.launcher, PID: 13826
11-23 16:53:50.073 13826 13826 E AndroidRuntime: DeadSystemException: The system died; earlier logs will point to the root cause
11-23 16:53:50.094 2249 2249 E AndroidRuntime: FATAL EXCEPTION: main
11-23 16:53:50.094 2249 2249 E AndroidRuntime: Process: com.android.systemui, PID: 2249
11-23 16:53:50.094 2249 2249 E AndroidRuntime: DeadSystemException: The system died; earlier logs will point to the root cause
11-23 16:53:50.097 1047 1876 E storaged: package_native::getNamesForUids failed:
11-23 16:53:50.099 15449 15486 E AndroidRuntime: FATAL EXCEPTION: GoogleApiHandler
11-23 16:53:50.099 15449 15486 E AndroidRuntime: Process: com.google.android.apps.photos, PID: 15449
11-23 16:53:50.099 15449 15486 E AndroidRuntime: DeadSystemException: The system died; earlier logs will point to the root cause
11-23 16:53:50.270 17438 17451 D BootAnimation: BootAnimationShownTiming start time: 937802ms
11-23 16:53:50.390 17462 17462 I wificond: wificond is starting up...
11-23 16:53:51.084 17517 17517 I chatty : uid=1000 system_server expire 38 lines
11-23 16:53:51.184 17517 17546 I chatty : uid=1000 system_server expire 9 lines
11-23 16:53:51.214 17517 17553 I chatty : uid=1000(system) batterystats-wo expire 2 lines
11-23 16:53:51.290 17517 17542 I chatty : uid=1000(system) android.display expire 2 lines
11-23 16:53:51.385 17517 17561 I chatty : uid=1000(system) CpuTracker expire 2 lines
11-23 16:53:51.444 17517 17517 I chatty : uid=1000 system_server expire 4 lines
11-23 16:53:51.647 17517 17619 I chatty : uid=1000 system_server expire 3 lines
11-23 16:53:51.956 17517 17517 I chatty : uid=1000 system_server expire 962 lines
11-23 16:53:52.081 17517 17641 I chatty : uid=1000 system_server expire 3 lines
11-23 16:53:52.186 17517 17650 I chatty : uid=1000 system_server expire 1 line
11-23 16:53:52.291 17517 17652 I chatty : uid=1000 system_server expire 1 line
11-23 16:53:52.296 17517 17651 I chatty : uid=1000 system_server expire 1 line
11-23 16:53:52.533 17517 17669 I chatty : uid=1000 system_server expire 1 line
11-23 16:53:52.578 17517 17672 I chatty : uid=1000 system_server expire 8 lines
11-23 16:53:52.583 17517 17673 I chatty : uid=1000 system_server expire 6 lines
11-23 16:53:52.621 17517 17675 I chatty : uid=1000 system_server expire 15 lines
11-23 16:53:52.653 17517 17674 I chatty : uid=1000 system_server expire 7 lines
11-23 16:53:53.369 17517 17539 I chatty : uid=1000(system) android.fg expire 29 lines
11-23 16:53:53.517 17517 17553 I chatty : uid=1000(system) batterystats-wo expire 2 lines
11-23 16:53:53.572 17517 17701 I chatty : uid=1000 system_server expire 1 line
11-23 16:53:53.664 17517 17542 I chatty : uid=1000(system) android.display expire 15 lines
11-23 16:53:53.695 17517 17709 I chatty : uid=1000(system) NetworkWatchlis expire 2 lines
11-23 16:53:53.695 17517 17548 I chatty : uid=1000(system) android.bg expire 42 lines
11-23 16:53:53.712 17517 17683 I chatty : uid=1000 system_server expire 1 line
11-23 16:53:53.784 17517 17710 I chatty : uid=1000(system) StorageManagerS expire 6 lines
11-23 16:53:53.790 17517 17711 I chatty : uid=1000 system_server expire 2 lines
11-23 16:53:54.014 17517 17563 I chatty : uid=1000(system) HwBinder:17517_ expire 1 line
11-23 16:53:54.100 17517 17693 I chatty : uid=1000 system_server expire 3 lines
11-23 16:53:54.244 758 2704 I [email protected]: Legacy HAL stop complete callback received
11-23 16:53:54.283 758 758 I [email protected]: Wifi HAL stopped
11-23 16:53:54.305 17517 17722 I chatty : uid=1000(system) ConnectivitySer expire 49 lines
11-23 16:53:54.375 17517 17562 I chatty : uid=1000(system) PowerManagerSer expire 4 lines
11-23 16:53:54.375 758 758 I [email protected]: Wifi HAL started
11-23 16:53:54.377 17517 17567 I chatty : uid=1000(system) PackageManager expire 21 lines
11-23 16:53:54.407 758 758 I [email protected]: Adding interface handle for wlan0
11-23 16:53:54.407 758 758 I [email protected]: Adding interface handle for p2p0
11-23 16:53:54.407 758 758 I [email protected]: Adding interface handle for wlan1
11-23 16:53:54.407 758 758 W [email protected]: No active wlan interfaces in use! Using default
11-23 16:53:54.407 758 758 W [email protected]: No active wlan interfaces in use! Using default
11-23 16:53:54.413 758 758 I [email protected]: Configured chip in mode 3
11-23 16:53:54.413 758 758 W [email protected]: No active wlan interfaces in use! Using default
11-23 16:53:54.417 758 758 W [email protected]: No active wlan interfaces in use! Using default
11-23 16:53:54.429 17462 17462 I wificond: create scanner for interface with index: 30
11-23 16:53:54.429 17462 17462 I wificond: subscribe scan result for interface with index: 30
11-23 16:53:54.432 17462 17462 E wificond: No Offload Service available
11-23 16:53:54.432 17462 17462 I wificond: Offload HAL not supported
11-23 16:53:54.582 17517 17541 I chatty : uid=1000(system) android.io expire 19 lines
11-23 16:53:54.615 17517 17550 I chatty : uid=1000(system) ActivityManager expire 83 lines
11-23 16:53:54.633 17517 17739 I chatty : uid=1000(system) HwBinder:17517_ expire 1 line
11-23 16:53:54.634 17517 17731 I chatty : uid=1000(system) AudioService expire 2 lines
11-23 16:53:54.665 17517 17706 I chatty : uid=1000 system_server expire 1 line
11-23 16:53:54.705 17517 17716 I chatty : uid=1000(system) NetworkPolicy expire 1 line
11-23 16:53:54.740 17517 17790 I chatty : uid=1000(system) Binder:17517_4 expire 22 lines
11-23 16:53:54.777 17517 17549 I chatty : uid=1000(system) ActivityManager expire 31 lines
11-23 16:53:54.870 17462 17462 W wificond: No pno scan started
11-23 16:53:54.874 17462 17462 W wificond: Scheduled scan is not running!
11-23 16:53:54.927 17517 17536 I chatty : uid=1000(system) Binder:17517_2 expire 10 lines
11-23 16:53:54.930 17517 17791 I chatty : uid=1000(system) Binder:17517_5 expire 9 lines
11-23 16:53:54.940 758 758 W [email protected]: No active wlan interfaces in use! Using default
11-23 16:53:54.942 17462 17462 I wificond: Unsubscribe scan result for interface with index: 30
11-23 16:53:54.989 758 17758 I [email protected]: Legacy HAL stop complete callback received
11-23 16:53:54.992 758 758 I [email protected]: Wifi HAL stopped
11-23 16:53:55.001 758 758 I [email protected]: Wifi HAL started
11-23 16:53:55.152 758 758 I [email protected]: Adding interface handle for wlan0
11-23 16:53:55.152 758 758 I [email protected]: Adding interface handle for p2p0
11-23 16:53:55.152 758 758 I [email protected]: Adding interface handle for wlan1
11-23 16:53:55.152 758 758 W [email protected]: No active wlan interfaces in use! Using default
11-23 16:53:55.152 758 758 W [email protected]: No active wlan interfaces in use! Using default
11-23 16:53:55.154 758 758 I [email protected]: Configured chip in mode 3
11-23 16:53:55.154 758 758 W [email protected]: No active wlan interfaces in use! Using default
11-23 16:53:55.156 758 758 W [email protected]: No active wlan interfaces in use! Using default
11-23 16:53:55.165 17462 17462 I wificond: create scanner for interface with index: 30
11-23 16:53:55.166 17462 17462 I wificond: subscribe scan result for interface with index: 30
11-23 16:53:55.167 17462 17462 E wificond: No Offload Service available
11-23 16:53:55.167 17462 17462 I wificond: Offload HAL not supported
11-23 16:53:55.168 17517 18099 I chatty : uid=1000(system) BluetoothRouteM expire 1 line
11-23 16:53:55.184 17517 18121 I chatty : uid=1000(system) uteStateMachine expire 2 lines
11-23 16:53:55.199 17517 18127 I chatty : uid=1000(system) CallAudioModeSt expire 1 line
11-23 16:53:55.360 17517 17686 I chatty : uid=1000(system) Binder:17517_3 expire 49 lines
11-23 16:53:55.384 758 18101 E [email protected]: Callback invoked on an invalid object
11-23 16:53:55.578 18085 18085 I SystemConfig: Adding association: com.google.android.as <- com.android.providers.contacts
11-23 16:53:55.578 18085 18085 I SystemConfig: Adding association: com.google.android.as <- com.android.providers.media
11-23 16:53:55.578 18085 18085 I SystemConfig: Adding association: com.google.android.as <- com.android.providers.telephony
11-23 16:53:55.578 18085 18085 I SystemConfig: Adding association: com.google.android.as <- com.android.systemui
11-23 16:53:55.578 18085 18085 I SystemConfig: Adding association: com.google.android.as <- com.google.android.gms
11-23 16:53:55.578 18085 18085 I SystemConfig: Adding association: com.google.android.as <- com.google.android.gsf
11-23 16:53:55.592 18085 18085 W SystemConfig: No directory /product/etc/sysconfig, skipping
11-23 16:53:55.595 18085 18085 W SystemConfig: No directory /product_services/etc/sysconfig, skipping
11-23 16:53:55.595 18085 18085 W SystemConfig: No directory /product_services/etc/permissions, skipping
11-23 16:53:55.880 17517 18174 I chatty : uid=1000(system) Binder:17517_7 expire 22 lines
11-23 16:53:55.940 17517 18208 I chatty : uid=1000(system) Binder:17517_8 expire 39 lines
11-23 16:53:56.064 18085 18085 I TelecomFramework: : onSubscriptionsChanged - update accounts
11-23 16:53:56.064 18085 18085 I TelecomFramework: TelecomAccountRegistry: setupAccounts: Found 2 phones. Attempting to register.
11-23 16:53:56.064 18085 18085 I TelecomFramework: TelecomAccountRegistry: setupAccounts: Phone with subscription id -1
11-23 16:53:56.064 18085 18085 I TelecomFramework: TelecomAccountRegistry: setupAccounts: Phone with subscription id -1
11-23 16:53:56.064 18085 18085 I TelecomFramework: TelecomAccountRegistry: setupAccounts: adding default
11-23 16:53:56.076 18085 18085 I TelecomFramework: AccountEntry: Registered phoneAccount: [[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0} Capabilities: SuppVideo CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true}] GroupId: ***] with handle: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0}
11-23 16:53:56.076 18085 18085 I TelecomFramework: PstnIncomingCallNotifier: Registering: Handler (com.qualcomm.qti.internal.telephony.QtiGsmCdmaPhone) {2a0ad30}
11-23 16:53:56.077 579 579 E Cryptfs : cryptfs_get_password not valid for file encryption
11-23 16:53:56.078 18085 18085 I TelecomFramework: TelecomAccountRegistry: Unregistering phone account ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0}.
11-23 16:53:56.081 18085 18085 I TelecomFramework: TelecomAccountRegistry: Unregistering phone account ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0}.
11-23 16:53:56.101 18085 18085 I TelecomFramework: : onSubscriptionsChanged - update accounts
11-23 16:53:56.101 18085 18085 I TelecomFramework: PstnIncomingCallNotifier: Unregistering: Handler (com.qualcomm.qti.internal.telephony.QtiGsmCdmaPhone) {2a0ad30}
11-23 16:53:56.101 18085 18085 I TelecomFramework: TelecomAccountRegistry: setupAccounts: Found 2 phones. Attempting to register.
11-23 16:53:56.102 18085 18085 I TelecomFramework: TelecomAccountRegistry: setupAccounts: Phone with subscription id -1
11-23 16:53:56.102 18085 18085 I TelecomFramework: TelecomAccountRegistry: setupAccounts: Phone with subscription id -1
11-23 16:53:56.102 18085 18085 I TelecomFramework: TelecomAccountRegistry: setupAccounts: adding default
11-23 16:53:56.107 18085 18085 I TelecomFramework: AccountEntry: Registered phoneAccount: [[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0} Capabilities: SuppVideo CallProvider MultiUser PlaceEmerg SimSub Audio Routes: BESW Schemes: tel voicemail Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true}] GroupId: ***] with handle: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0}
11-23 16:53:56.108 18085 18085 I TelecomFramework: PstnIncomingCallNotifier: Registering: Handler (com.qualcomm.qti.internal.telephony.QtiGsmCdmaPhone) {2a0ad30}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment