--------- beginning of crash 11-22 10:43:52.647 14047 14047 E AndroidRuntime: FATAL EXCEPTION: main 11-22 10:43:52.647 14047 14047 E AndroidRuntime: Process: com.fsck.k9, PID: 14047 11-22 10:43:52.647 14047 14047 E AndroidRuntime: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String java.lang.String.substring(int, int)' on a null object reference 11-22 10:43:52.647 14047 14047 E AndroidRuntime: at com.fsck.k9.ui.compose.QuotedMessagePresenter.processDraftMessage(QuotedMessagePresenter.java:287) 11-22 10:43:52.647 14047 14047 E AndroidRuntime: at com.fsck.k9.activity.MessageCompose.processDraftMessage(MessageCompose.java:1451) 11-22 10:43:52.647 14047 14047 E AndroidRuntime: at com.fsck.k9.activity.MessageCompose.processSourceMessage(MessageCompose.java:1262) 11-22 10:43:52.647 14047 14047 E AndroidRuntime: at com.fsck.k9.activity.MessageCompose.loadLocalMessageForDisplay(MessageCompose.java:1659) 11-22 10:43:52.647 14047 14047 E AndroidRuntime: at com.fsck.k9.activity.MessageCompose$11.onMessageViewInfoLoadFinished(MessageCompose.java:1679) 11-22 10:43:52.647 14047 14047 E AndroidRuntime: at com.fsck.k9.activity.MessageLoaderHelper.onDecodeMessageFinished(MessageLoaderHelper.java:405) 11-22 10:43:52.647 14047 14047 E AndroidRuntime: at com.fsck.k9.activity.MessageLoaderHelper.-$$Nest$monDecodeMessageFinished(MessageLoaderHelper.java:0) 11-22 10:43:52.647 14047 14047 E AndroidRuntime: at com.fsck.k9.activity.MessageLoaderHelper$3.onLoadFinished(MessageLoaderHelper.java:441) 11-22 10:43:52.647 14047 14047 E AndroidRuntime: at com.fsck.k9.activity.MessageLoaderHelper$3.onLoadFinished(MessageLoaderHelper.java:418) 11-22 10:43:52.647 14047 14047 E AndroidRuntime: at androidx.loader.app.LoaderManagerImpl$LoaderObserver.onChanged(LoaderManagerImpl.java:250) 11-22 10:43:52.647 14047 14047 E AndroidRuntime: at androidx.lifecycle.LiveData.considerNotify(LiveData.java:133) 11-22 10:43:52.647 14047 14047 E AndroidRuntime: at androidx.lifecycle.LiveData.dispatchingValue(LiveData.java:151) 11-22 10:43:52.647 14047 14047 E AndroidRuntime: at androidx.lifecycle.LiveData.setValue(LiveData.java:309) 11-22 10:43:52.647 14047 14047 E AndroidRuntime: at androidx.lifecycle.MutableLiveData.setValue(MutableLiveData.java:50) 11-22 10:43:52.647 14047 14047 E AndroidRuntime: at androidx.loader.app.LoaderManagerImpl$LoaderInfo.setValue(LoaderManagerImpl.java:189) 11-22 10:43:52.647 14047 14047 E AndroidRuntime: at androidx.loader.app.LoaderManagerImpl$LoaderInfo.onLoadComplete(LoaderManagerImpl.java:174) 11-22 10:43:52.647 14047 14047 E AndroidRuntime: at androidx.loader.content.Loader.deliverResult(Loader.java:132) 11-22 10:43:52.647 14047 14047 E AndroidRuntime: at com.fsck.k9.ui.message.LocalMessageExtractorLoader.deliverResult(LocalMessageExtractorLoader.java:47) 11-22 10:43:52.647 14047 14047 E AndroidRuntime: at com.fsck.k9.ui.message.LocalMessageExtractorLoader.deliverResult(LocalMessageExtractorLoader.java:16) 11-22 10:43:52.647 14047 14047 E AndroidRuntime: at androidx.loader.content.AsyncTaskLoader.dispatchOnLoadComplete(AsyncTaskLoader.java:258) 11-22 10:43:52.647 14047 14047 E AndroidRuntime: at androidx.loader.content.AsyncTaskLoader$LoadTask.onPostExecute(AsyncTaskLoader.java:83) 11-22 10:43:52.647 14047 14047 E AndroidRuntime: at androidx.loader.content.ModernAsyncTask.finish(ModernAsyncTask.java:490) 11-22 10:43:52.647 14047 14047 E AndroidRuntime: at androidx.loader.content.ModernAsyncTask$InternalHandler.handleMessage(ModernAsyncTask.java:507) 11-22 10:43:52.647 14047 14047 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:106) 11-22 10:43:52.647 14047 14047 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:230) 11-22 10:43:52.647 14047 14047 E AndroidRuntime: at android.os.Looper.loop(Looper.java:319) 11-22 10:43:52.647 14047 14047 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:9063) 11-22 10:43:52.647 14047 14047 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method) 11-22 10:43:52.647 14047 14047 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:588) 11-22 10:43:52.647 14047 14047 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103) 11-22 17:11:09.998 15383 15383 E AndroidRuntime: FATAL EXCEPTION: main 11-22 17:11:09.998 15383 15383 E AndroidRuntime: Process: com.fsck.k9, PID: 15383 11-22 17:11:09.998 15383 15383 E AndroidRuntime: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.fsck.k9/com.fsck.k9.activity.MessageList}: java.lang.IllegalStateException: Required value was null. 11-22 17:11:09.998 15383 15383 E AndroidRuntime: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:4172) 11-22 17:11:09.998 15383 15383 E AndroidRuntime: at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:4330) 11-22 17:11:09.998 15383 15383 E AndroidRuntime: at android.app.ActivityThread.handleRelaunchActivityInner(ActivityThread.java:6614) 11-22 17:11:09.998 15383 15383 E AndroidRuntime: at android.app.ActivityThread.handleRelaunchActivity(ActivityThread.java:6463) 11-22 17:11:09.998 15383 15383 E AndroidRuntime: at android.app.servertransaction.ActivityRelaunchItem.execute(ActivityRelaunchItem.java:76) 11-22 17:11:09.998 15383 15383 E AndroidRuntime: at android.app.servertransaction.ActivityTransactionItem.execute(ActivityTransactionItem.java:45) 11-22 17:11:09.998 15383 15383 E AndroidRuntime: at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:139) 11-22 17:11:09.998 15383 15383 E AndroidRuntime: at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:96) 11-22 17:11:09.998 15383 15383 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2693) 11-22 17:11:09.998 15383 15383 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:106) 11-22 17:11:09.998 15383 15383 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:230) 11-22 17:11:09.998 15383 15383 E AndroidRuntime: at android.os.Looper.loop(Looper.java:319) 11-22 17:11:09.998 15383 15383 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:9063) 11-22 17:11:09.998 15383 15383 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method) 11-22 17:11:09.998 15383 15383 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:588) 11-22 17:11:09.998 15383 15383 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103) 11-22 17:11:09.998 15383 15383 E AndroidRuntime: Caused by: java.lang.IllegalStateException: Required value was null. 11-22 17:11:09.998 15383 15383 E AndroidRuntime: at com.fsck.k9.activity.MessageList.showMessageView(MessageList.kt:1302) 11-22 17:11:09.998 15383 15383 E AndroidRuntime: at com.fsck.k9.activity.MessageList.displayViews(MessageList.kt:339) 11-22 17:11:09.998 15383 15383 E AndroidRuntime: at com.fsck.k9.activity.MessageList.onCreate(MessageList.kt:190) 11-22 17:11:09.998 15383 15383 E AndroidRuntime: at android.app.Activity.performCreate(Activity.java:9001) 11-22 17:11:09.998 15383 15383 E AndroidRuntime: at android.app.Activity.performCreate(Activity.java:8970) 11-22 17:11:09.998 15383 15383 E AndroidRuntime: at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1456) 11-22 17:11:09.998 15383 15383 E AndroidRuntime: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:4154) 11-22 17:11:09.998 15383 15383 E AndroidRuntime: ... 15 more 11-22 17:14:29.710 31900 31900 E AndroidRuntime: FATAL EXCEPTION: main 11-22 17:14:29.710 31900 31900 E AndroidRuntime: Process: com.fsck.k9, PID: 31900 11-22 17:14:29.710 31900 31900 E AndroidRuntime: java.lang.IndexOutOfBoundsException: 2, 0 11-22 17:14:29.710 31900 31900 E AndroidRuntime: at android.text.PackedIntVector.getValue(PackedIntVector.java:75) 11-22 17:14:29.710 31900 31900 E AndroidRuntime: at android.text.DynamicLayout.getLineStart(DynamicLayout.java:1029) 11-22 17:14:29.710 31900 31900 E AndroidRuntime: at android.text.Layout.drawText(Layout.java:619) 11-22 17:14:29.710 31900 31900 E AndroidRuntime: at android.widget.Editor.drawHardwareAcceleratedInner(Editor.java:2529) 11-22 17:14:29.710 31900 31900 E AndroidRuntime: at android.widget.Editor.drawHardwareAccelerated(Editor.java:2447) 11-22 17:14:29.710 31900 31900 E AndroidRuntime: at android.widget.Editor.onDraw(Editor.java:2385) 11-22 17:14:29.710 31900 31900 E AndroidRuntime: at android.widget.TextView.onDraw(TextView.java:9603) 11-22 17:14:29.710 31900 31900 E AndroidRuntime: at android.view.View.draw(View.java:25194) 11-22 17:14:29.710 31900 31900 E AndroidRuntime: at android.view.View.updateDisplayListIfDirty(View.java:24053) 11-22 17:14:29.710 31900 31900 E AndroidRuntime: at android.view.View.draw(View.java:24924) 11-22 17:14:29.710 31900 31900 E AndroidRuntime: at android.view.ViewGroup.drawChild(ViewGroup.java:4804) 11-22 17:14:29.710 31900 31900 E AndroidRuntime: at android.view.ViewGroup.dispatchDraw(ViewGroup.java:4562) 11-22 17:14:29.710 31900 31900 E AndroidRuntime: at android.view.View.updateDisplayListIfDirty(View.java:24039) 11-22 17:14:29.710 31900 31900 E AndroidRuntime: at android.view.View.draw(View.java:24924) 11-22 17:14:29.710 31900 31900 E AndroidRuntime: at android.view.ViewGroup.drawChild(ViewGroup.java:4804) 11-22 17:14:29.710 31900 31900 E AndroidRuntime: at android.view.ViewGroup.dispatchDraw(ViewGroup.java:4562) 11-22 17:14:29.710 31900 31900 E AndroidRuntime: at android.view.View.draw(View.java:25197) 11-22 17:14:29.710 31900 31900 E AndroidRuntime: at android.view.View.updateDisplayListIfDirty(View.java:24053) 11-22 17:14:29.710 31900 31900 E AndroidRuntime: at android.view.View.draw(View.java:24924) 11-22 17:14:29.710 31900 31900 E AndroidRuntime: at android.view.ViewGroup.drawChild(ViewGroup.java:4804) 11-22 17:14:29.710 31900 31900 E AndroidRuntime: at android.view.ViewGroup.dispatchDraw(ViewGroup.java:4562) 11-22 17:14:29.710 31900 31900 E AndroidRuntime: at android.view.View.updateDisplayListIfDirty(View.java:24039) 11-22 17:14:29.710 31900 31900 E AndroidRuntime: at android.view.View.draw(View.java:24924) 11-22 17:14:29.710 31900 31900 E AndroidRuntime: at android.view.ViewGroup.drawChild(ViewGroup.java:4804) 11-22 17:14:29.710 31900 31900 E AndroidRuntime: at android.view.ViewGroup.dispatchDraw(ViewGroup.java:4562) 11-22 17:14:29.710 31900 31900 E AndroidRuntime: at android.view.View.draw(View.java:25197) 11-22 17:14:29.710 31900 31900 E AndroidRuntime: at android.widget.ScrollView.draw(ScrollView.java:2957) 11-22 17:14:29.710 31900 31900 E AndroidRuntime: at android.view.View.updateDisplayListIfDirty(View.java:24053) 11-22 17:14:29.710 31900 31900 E AndroidRuntime: at android.view.View.draw(View.java:24924) 11-22 17:14:29.710 31900 31900 E AndroidRuntime: at android.view.ViewGroup.drawChild(ViewGroup.java:4804) 11-22 17:14:29.710 31900 31900 E AndroidRuntime: at android.view.ViewGroup.dispatchDraw(ViewGroup.java:4562) 11-22 17:14:29.710 31900 31900 E AndroidRuntime: at android.view.View.updateDisplayListIfDirty(View.java:24039) 11-22 17:14:29.710 31900 31900 E AndroidRuntime: at android.view.View.draw(View.java:24924) 11-22 17:14:29.710 31900 31900 E AndroidRuntime: at android.view.ViewGroup.drawChild(ViewGroup.java:4804) 11-22 17:14:29.710 31900 31900 E AndroidRuntime: at android.view.ViewGroup.dispatchDraw(ViewGroup.java:4562) 11-22 17:14:29.710 31900 31900 E AndroidRuntime: at android.view.View.updateDisplayListIfDirty(View.java:24039) 11-22 17:14:29.710 31900 31900 E AndroidRuntime: at android.view.View.draw(View.java:24924) 11-22 17:14:29.710 31900 31900 E AndroidRuntime: at android.view.ViewGroup.drawChild(ViewGroup.java:4804) 11-22 17:14:29.710 31900 31900 E AndroidRuntime: at android.view.ViewGroup.dispatchDraw(ViewGroup.java:4562) 11-22 17:14:29.710 31900 31900 E AndroidRuntime: at android.view.View.updateDisplayListIfDirty(View.java:24039) 11-22 17:14:29.710 31900 31900 E AndroidRuntime: at android.view.View.draw(View.java:24924) 11-22 17:14:29.710 31900 31900 E AndroidRuntime: at android.view.ViewGroup.drawChild(ViewGroup.java:4804) 11-22 17:14:29.710 31900 31900 E AndroidRuntime: at android.view.ViewGroup.dispatchDraw(ViewGroup.java:4562) 11-22 17:14:29.710 31900 31900 E AndroidRuntime: at android.view.View.updateDisplayListIfDirty(View.java:24039) 11-22 17:14:29.710 31900 31900 E AndroidRuntime: at android.view.View.draw(View.java:24924) 11-22 17:14:29.710 31900 31900 E AndroidRuntime: at android.view.ViewGroup.drawChild(ViewGroup.java:4804) 11-22 17:14:29.710 31900 31900 E AndroidRuntime: at android.view.ViewGroup.dispatchDraw(ViewGroup.java:4562) 11-22 17:14:29.710 31900 31900 E AndroidRuntime: at android.view.View.updateDisplayListIfDirty(View.java:24039) 11-22 17:14:29.710 31900 31900 E AndroidRuntime: at android.view.View.draw(View.java:24924) 11-22 17:14:29.710 31900 31900 E AndroidRuntime: at android.view.ViewGroup.drawChild(ViewGroup.java:4804) 11-22 17:14:29.710 31900 31900 E AndroidRuntime: at android.view.ViewGroup.dispatchDraw(ViewGroup.java:4562) 11-22 17:14:29.710 31900 31900 E AndroidRuntime: at com.android.internal.policy.DecorView.dispatchDraw(DecorView.java:1197) 11-22 17:14:29.710 31900 31900 E AndroidRuntime: at android.view.View.draw(View.java:25197) 11-22 17:14:29.710 31900 31900 E AndroidRuntime: at com.android.internal.policy.DecorView.draw(DecorView.java:1179) 11-22 17:14:29.710 31900 31900 E AndroidRuntime: at android.view.View.updateDisplayListIfDirty(View.java:24053) 11-22 17:14:29.710 31900 31900 E AndroidRuntime: at android.view.ThreadedRenderer.updateViewTreeDisplayList(ThreadedRenderer.java:768) 11-22 17:14:29.710 31900 31900 E AndroidRuntime: at android.view.ThreadedRenderer.updateRootDisplayList(ThreadedRenderer.java:774) 11-22 17:14:29.710 31900 31900 E AndroidRuntime: at android.view.ThreadedRenderer.draw(ThreadedRenderer.java:872) 11-22 17:14:29.710 31900 31900 E AndroidRuntime: at android.view.ViewRootImpl.draw(ViewRootImpl.java:6121) 11-22 17:14:29.710 31900 31900 E AndroidRuntime: at android.view.ViewRootImpl.performDraw(ViewRootImpl.java:5776) 11-22 17:14:29.710 31900 31900 E AndroidRuntime: at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:4858) 11-22 17:14:29.710 31900 31900 E AndroidRuntime: at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:3345) 11-22 17:14:29.710 31900 31900 E AndroidRuntime: at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:11437) 11-22 17:14:29.710 31900 31900 E AndroidRuntime: at android.view.Choreographer$CallbackRecord.run(Choreographer.java:1690) 11-22 17:14:29.710 31900 31900 E AndroidRuntime: at android.view.Choreographer$CallbackRecord.run(Choreographer.java:1699) 11-22 17:14:29.710 31900 31900 E AndroidRuntime: at android.view.Choreographer.doCallbacks(Choreographer.java:1154) 11-22 17:14:29.710 31900 31900 E AndroidRuntime: at android.view.Choreographer.doFrame(Choreographer.java:1080) 11-22 17:14:29.710 31900 31900 E AndroidRuntime: at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:1647) 11-22 17:14:29.710 31900 31900 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:958) 11-22 17:14:29.710 31900 31900 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:99) 11-22 17:14:29.710 31900 31900 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:230) 11-22 17:14:29.710 31900 31900 E AndroidRuntime: at android.os.Looper.loop(Looper.java:319) 11-22 17:14:29.710 31900 31900 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:9063) 11-22 17:14:29.710 31900 31900 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method) 11-22 17:14:29.710 31900 31900 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:588) 11-22 17:14:29.710 31900 31900 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103) 11-23 01:30:22.482 3204 3204 E AndroidRuntime: FATAL EXCEPTION: main 11-23 01:30:22.482 3204 3204 E AndroidRuntime: Process: com.fsck.k9, PID: 3204 11-23 01:30:22.482 3204 3204 E AndroidRuntime: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String java.lang.String.substring(int, int)' on a null object reference 11-23 01:30:22.482 3204 3204 E AndroidRuntime: at com.fsck.k9.ui.compose.QuotedMessagePresenter.processDraftMessage(QuotedMessagePresenter.java:287) 11-23 01:30:22.482 3204 3204 E AndroidRuntime: at com.fsck.k9.activity.MessageCompose.processDraftMessage(MessageCompose.java:1451) 11-23 01:30:22.482 3204 3204 E AndroidRuntime: at com.fsck.k9.activity.MessageCompose.processSourceMessage(MessageCompose.java:1262) 11-23 01:30:22.482 3204 3204 E AndroidRuntime: at com.fsck.k9.activity.MessageCompose.loadLocalMessageForDisplay(MessageCompose.java:1659) 11-23 01:30:22.482 3204 3204 E AndroidRuntime: at com.fsck.k9.activity.MessageCompose$11.onMessageViewInfoLoadFinished(MessageCompose.java:1679) 11-23 01:30:22.482 3204 3204 E AndroidRuntime: at com.fsck.k9.activity.MessageLoaderHelper.onDecodeMessageFinished(MessageLoaderHelper.java:405) 11-23 01:30:22.482 3204 3204 E AndroidRuntime: at com.fsck.k9.activity.MessageLoaderHelper.-$$Nest$monDecodeMessageFinished(MessageLoaderHelper.java:0) 11-23 01:30:22.482 3204 3204 E AndroidRuntime: at com.fsck.k9.activity.MessageLoaderHelper$3.onLoadFinished(MessageLoaderHelper.java:441) 11-23 01:30:22.482 3204 3204 E AndroidRuntime: at com.fsck.k9.activity.MessageLoaderHelper$3.onLoadFinished(MessageLoaderHelper.java:418) 11-23 01:30:22.482 3204 3204 E AndroidRuntime: at androidx.loader.app.LoaderManagerImpl$LoaderObserver.onChanged(LoaderManagerImpl.java:250) 11-23 01:30:22.482 3204 3204 E AndroidRuntime: at androidx.lifecycle.LiveData.considerNotify(LiveData.java:133) 11-23 01:30:22.482 3204 3204 E AndroidRuntime: at androidx.lifecycle.LiveData.dispatchingValue(LiveData.java:151) 11-23 01:30:22.482 3204 3204 E AndroidRuntime: at androidx.lifecycle.LiveData.setValue(LiveData.java:309) 11-23 01:30:22.482 3204 3204 E AndroidRuntime: at androidx.lifecycle.MutableLiveData.setValue(MutableLiveData.java:50) 11-23 01:30:22.482 3204 3204 E AndroidRuntime: at androidx.loader.app.LoaderManagerImpl$LoaderInfo.setValue(LoaderManagerImpl.java:189) 11-23 01:30:22.482 3204 3204 E AndroidRuntime: at androidx.loader.app.LoaderManagerImpl$LoaderInfo.onLoadComplete(LoaderManagerImpl.java:174) 11-23 01:30:22.482 3204 3204 E AndroidRuntime: at androidx.loader.content.Loader.deliverResult(Loader.java:132) 11-23 01:30:22.482 3204 3204 E AndroidRuntime: at com.fsck.k9.ui.message.LocalMessageExtractorLoader.deliverResult(LocalMessageExtractorLoader.java:47) 11-23 01:30:22.482 3204 3204 E AndroidRuntime: at com.fsck.k9.ui.message.LocalMessageExtractorLoader.deliverResult(LocalMessageExtractorLoader.java:16) 11-23 01:30:22.482 3204 3204 E AndroidRuntime: at androidx.loader.content.AsyncTaskLoader.dispatchOnLoadComplete(AsyncTaskLoader.java:258) 11-23 01:30:22.482 3204 3204 E AndroidRuntime: at androidx.loader.content.AsyncTaskLoader$LoadTask.onPostExecute(AsyncTaskLoader.java:83) 11-23 01:30:22.482 3204 3204 E AndroidRuntime: at androidx.loader.content.ModernAsyncTask.finish(ModernAsyncTask.java:490) 11-23 01:30:22.482 3204 3204 E AndroidRuntime: at androidx.loader.content.ModernAsyncTask$InternalHandler.handleMessage(ModernAsyncTask.java:507) 11-23 01:30:22.482 3204 3204 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:106) 11-23 01:30:22.482 3204 3204 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:230) 11-23 01:30:22.482 3204 3204 E AndroidRuntime: at android.os.Looper.loop(Looper.java:319) 11-23 01:30:22.482 3204 3204 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:9063) 11-23 01:30:22.482 3204 3204 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method) 11-23 01:30:22.482 3204 3204 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:588) 11-23 01:30:22.482 3204 3204 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103) 11-23 02:20:03.936 32231 32231 E AndroidRuntime: FATAL EXCEPTION: main 11-23 02:20:03.936 32231 32231 E AndroidRuntime: Process: com.fsck.k9, PID: 32231 11-23 02:20:03.936 32231 32231 E AndroidRuntime: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.fsck.k9/com.fsck.k9.activity.MessageList}: java.lang.IllegalStateException: Required value was null. 11-23 02:20:03.936 32231 32231 E AndroidRuntime: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:4172) 11-23 02:20:03.936 32231 32231 E AndroidRuntime: at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:4330) 11-23 02:20:03.936 32231 32231 E AndroidRuntime: at android.app.ActivityThread.handleRelaunchActivityInner(ActivityThread.java:6614) 11-23 02:20:03.936 32231 32231 E AndroidRuntime: at android.app.ActivityThread.handleRelaunchActivity(ActivityThread.java:6463) 11-23 02:20:03.936 32231 32231 E AndroidRuntime: at android.app.servertransaction.ActivityRelaunchItem.execute(ActivityRelaunchItem.java:76) 11-23 02:20:03.936 32231 32231 E AndroidRuntime: at android.app.servertransaction.ActivityTransactionItem.execute(ActivityTransactionItem.java:45) 11-23 02:20:03.936 32231 32231 E AndroidRuntime: at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:139) 11-23 02:20:03.936 32231 32231 E AndroidRuntime: at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:96) 11-23 02:20:03.936 32231 32231 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2693) 11-23 02:20:03.936 32231 32231 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:106) 11-23 02:20:03.936 32231 32231 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:230) 11-23 02:20:03.936 32231 32231 E AndroidRuntime: at android.os.Looper.loop(Looper.java:319) 11-23 02:20:03.936 32231 32231 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:9063) 11-23 02:20:03.936 32231 32231 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method) 11-23 02:20:03.936 32231 32231 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:588) 11-23 02:20:03.936 32231 32231 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103) 11-23 02:20:03.936 32231 32231 E AndroidRuntime: Caused by: java.lang.IllegalStateException: Required value was null. 11-23 02:20:03.936 32231 32231 E AndroidRuntime: at com.fsck.k9.activity.MessageList.showMessageView(MessageList.kt:1302) 11-23 02:20:03.936 32231 32231 E AndroidRuntime: at com.fsck.k9.activity.MessageList.displayViews(MessageList.kt:339) 11-23 02:20:03.936 32231 32231 E AndroidRuntime: at com.fsck.k9.activity.MessageList.onCreate(MessageList.kt:190) 11-23 02:20:03.936 32231 32231 E AndroidRuntime: at android.app.Activity.performCreate(Activity.java:9001) 11-23 02:20:03.936 32231 32231 E AndroidRuntime: at android.app.Activity.performCreate(Activity.java:8970) 11-23 02:20:03.936 32231 32231 E AndroidRuntime: at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1456) 11-23 02:20:03.936 32231 32231 E AndroidRuntime: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:4154) 11-23 02:20:03.936 32231 32231 E AndroidRuntime: ... 15 more 11-23 19:55:31.513 13401 13401 E AndroidRuntime: FATAL EXCEPTION: main 11-23 19:55:31.513 13401 13401 E AndroidRuntime: Process: com.fsck.k9, PID: 13401 11-23 19:55:31.513 13401 13401 E AndroidRuntime: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.fsck.k9/com.fsck.k9.activity.MessageList}: java.lang.IllegalStateException: Required value was null. 11-23 19:55:31.513 13401 13401 E AndroidRuntime: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:4172) 11-23 19:55:31.513 13401 13401 E AndroidRuntime: at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:4330) 11-23 19:55:31.513 13401 13401 E AndroidRuntime: at android.app.ActivityThread.handleRelaunchActivityInner(ActivityThread.java:6614) 11-23 19:55:31.513 13401 13401 E AndroidRuntime: at android.app.ActivityThread.handleRelaunchActivity(ActivityThread.java:6463) 11-23 19:55:31.513 13401 13401 E AndroidRuntime: at android.app.servertransaction.ActivityRelaunchItem.execute(ActivityRelaunchItem.java:76) 11-23 19:55:31.513 13401 13401 E AndroidRuntime: at android.app.servertransaction.ActivityTransactionItem.execute(ActivityTransactionItem.java:45) 11-23 19:55:31.513 13401 13401 E AndroidRuntime: at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:139) 11-23 19:55:31.513 13401 13401 E AndroidRuntime: at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:96) 11-23 19:55:31.513 13401 13401 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2693) 11-23 19:55:31.513 13401 13401 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:106) 11-23 19:55:31.513 13401 13401 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:230) 11-23 19:55:31.513 13401 13401 E AndroidRuntime: at android.os.Looper.loop(Looper.java:319) 11-23 19:55:31.513 13401 13401 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:9063) 11-23 19:55:31.513 13401 13401 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method) 11-23 19:55:31.513 13401 13401 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:588) 11-23 19:55:31.513 13401 13401 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103) 11-23 19:55:31.513 13401 13401 E AndroidRuntime: Caused by: java.lang.IllegalStateException: Required value was null. 11-23 19:55:31.513 13401 13401 E AndroidRuntime: at com.fsck.k9.activity.MessageList.showMessageView(MessageList.kt:1302) 11-23 19:55:31.513 13401 13401 E AndroidRuntime: at com.fsck.k9.activity.MessageList.displayViews(MessageList.kt:339) 11-23 19:55:31.513 13401 13401 E AndroidRuntime: at com.fsck.k9.activity.MessageList.onCreate(MessageList.kt:190) 11-23 19:55:31.513 13401 13401 E AndroidRuntime: at android.app.Activity.performCreate(Activity.java:9001) 11-23 19:55:31.513 13401 13401 E AndroidRuntime: at android.app.Activity.performCreate(Activity.java:8970) 11-23 19:55:31.513 13401 13401 E AndroidRuntime: at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1456) 11-23 19:55:31.513 13401 13401 E AndroidRuntime: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:4154) 11-23 19:55:31.513 13401 13401 E AndroidRuntime: ... 15 more 11-23 23:31:44.825 8185 8185 E AndroidRuntime: FATAL EXCEPTION: main 11-23 23:31:44.825 8185 8185 E AndroidRuntime: Process: com.fsck.k9, PID: 8185 11-23 23:31:44.825 8185 8185 E AndroidRuntime: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String java.lang.String.substring(int, int)' on a null object reference 11-23 23:31:44.825 8185 8185 E AndroidRuntime: at com.fsck.k9.ui.compose.QuotedMessagePresenter.processDraftMessage(QuotedMessagePresenter.java:287) 11-23 23:31:44.825 8185 8185 E AndroidRuntime: at com.fsck.k9.activity.MessageCompose.processDraftMessage(MessageCompose.java:1451) 11-23 23:31:44.825 8185 8185 E AndroidRuntime: at com.fsck.k9.activity.MessageCompose.processSourceMessage(MessageCompose.java:1262) 11-23 23:31:44.825 8185 8185 E AndroidRuntime: at com.fsck.k9.activity.MessageCompose.loadLocalMessageForDisplay(MessageCompose.java:1659) 11-23 23:31:44.825 8185 8185 E AndroidRuntime: at com.fsck.k9.activity.MessageCompose$11.onMessageViewInfoLoadFinished(MessageCompose.java:1679) 11-23 23:31:44.825 8185 8185 E AndroidRuntime: at com.fsck.k9.activity.MessageLoaderHelper.onDecodeMessageFinished(MessageLoaderHelper.java:405) 11-23 23:31:44.825 8185 8185 E AndroidRuntime: at com.fsck.k9.activity.MessageLoaderHelper.-$$Nest$monDecodeMessageFinished(MessageLoaderHelper.java:0) 11-23 23:31:44.825 8185 8185 E AndroidRuntime: at com.fsck.k9.activity.MessageLoaderHelper$3.onLoadFinished(MessageLoaderHelper.java:441) 11-23 23:31:44.825 8185 8185 E AndroidRuntime: at com.fsck.k9.activity.MessageLoaderHelper$3.onLoadFinished(MessageLoaderHelper.java:418) 11-23 23:31:44.825 8185 8185 E AndroidRuntime: at androidx.loader.app.LoaderManagerImpl$LoaderObserver.onChanged(LoaderManagerImpl.java:250) 11-23 23:31:44.825 8185 8185 E AndroidRuntime: at androidx.lifecycle.LiveData.considerNotify(LiveData.java:133) 11-23 23:31:44.825 8185 8185 E AndroidRuntime: at androidx.lifecycle.LiveData.dispatchingValue(LiveData.java:151) 11-23 23:31:44.825 8185 8185 E AndroidRuntime: at androidx.lifecycle.LiveData.setValue(LiveData.java:309) 11-23 23:31:44.825 8185 8185 E AndroidRuntime: at androidx.lifecycle.MutableLiveData.setValue(MutableLiveData.java:50) 11-23 23:31:44.825 8185 8185 E AndroidRuntime: at androidx.loader.app.LoaderManagerImpl$LoaderInfo.setValue(LoaderManagerImpl.java:189) 11-23 23:31:44.825 8185 8185 E AndroidRuntime: at androidx.loader.app.LoaderManagerImpl$LoaderInfo.onLoadComplete(LoaderManagerImpl.java:174) 11-23 23:31:44.825 8185 8185 E AndroidRuntime: at androidx.loader.content.Loader.deliverResult(Loader.java:132) 11-23 23:31:44.825 8185 8185 E AndroidRuntime: at com.fsck.k9.ui.message.LocalMessageExtractorLoader.deliverResult(LocalMessageExtractorLoader.java:47) 11-23 23:31:44.825 8185 8185 E AndroidRuntime: at com.fsck.k9.ui.message.LocalMessageExtractorLoader.deliverResult(LocalMessageExtractorLoader.java:16) 11-23 23:31:44.825 8185 8185 E AndroidRuntime: at androidx.loader.content.AsyncTaskLoader.dispatchOnLoadComplete(AsyncTaskLoader.java:258) 11-23 23:31:44.825 8185 8185 E AndroidRuntime: at androidx.loader.content.AsyncTaskLoader$LoadTask.onPostExecute(AsyncTaskLoader.java:83) 11-23 23:31:44.825 8185 8185 E AndroidRuntime: at androidx.loader.content.ModernAsyncTask.finish(ModernAsyncTask.java:490) 11-23 23:31:44.825 8185 8185 E AndroidRuntime: at androidx.loader.content.ModernAsyncTask$InternalHandler.handleMessage(ModernAsyncTask.java:507) 11-23 23:31:44.825 8185 8185 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:106) 11-23 23:31:44.825 8185 8185 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:230) 11-23 23:31:44.825 8185 8185 E AndroidRuntime: at android.os.Looper.loop(Looper.java:319) 11-23 23:31:44.825 8185 8185 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:9063) 11-23 23:31:44.825 8185 8185 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method) 11-23 23:31:44.825 8185 8185 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:588) 11-23 23:31:44.825 8185 8185 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103) 11-23 23:33:56.835 660 660 E AndroidRuntime: FATAL EXCEPTION: main 11-23 23:33:56.835 660 660 E AndroidRuntime: Process: com.fsck.k9, PID: 660 11-23 23:33:56.835 660 660 E AndroidRuntime: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String java.lang.String.substring(int, int)' on a null object reference 11-23 23:33:56.835 660 660 E AndroidRuntime: at com.fsck.k9.ui.compose.QuotedMessagePresenter.processDraftMessage(QuotedMessagePresenter.java:287) 11-23 23:33:56.835 660 660 E AndroidRuntime: at com.fsck.k9.activity.MessageCompose.processDraftMessage(MessageCompose.java:1451) 11-23 23:33:56.835 660 660 E AndroidRuntime: at com.fsck.k9.activity.MessageCompose.processSourceMessage(MessageCompose.java:1262) 11-23 23:33:56.835 660 660 E AndroidRuntime: at com.fsck.k9.activity.MessageCompose.loadLocalMessageForDisplay(MessageCompose.java:1659) 11-23 23:33:56.835 660 660 E AndroidRuntime: at com.fsck.k9.activity.MessageCompose$11.onMessageViewInfoLoadFinished(MessageCompose.java:1679) 11-23 23:33:56.835 660 660 E AndroidRuntime: at com.fsck.k9.activity.MessageLoaderHelper.onDecodeMessageFinished(MessageLoaderHelper.java:405) 11-23 23:33:56.835 660 660 E AndroidRuntime: at com.fsck.k9.activity.MessageLoaderHelper.-$$Nest$monDecodeMessageFinished(MessageLoaderHelper.java:0) 11-23 23:33:56.835 660 660 E AndroidRuntime: at com.fsck.k9.activity.MessageLoaderHelper$3.onLoadFinished(MessageLoaderHelper.java:441) 11-23 23:33:56.835 660 660 E AndroidRuntime: at com.fsck.k9.activity.MessageLoaderHelper$3.onLoadFinished(MessageLoaderHelper.java:418) 11-23 23:33:56.835 660 660 E AndroidRuntime: at androidx.loader.app.LoaderManagerImpl$LoaderObserver.onChanged(LoaderManagerImpl.java:250) 11-23 23:33:56.835 660 660 E AndroidRuntime: at androidx.lifecycle.LiveData.considerNotify(LiveData.java:133) 11-23 23:33:56.835 660 660 E AndroidRuntime: at androidx.lifecycle.LiveData.dispatchingValue(LiveData.java:151) 11-23 23:33:56.835 660 660 E AndroidRuntime: at androidx.lifecycle.LiveData.setValue(LiveData.java:309) 11-23 23:33:56.835 660 660 E AndroidRuntime: at androidx.lifecycle.MutableLiveData.setValue(MutableLiveData.java:50) 11-23 23:33:56.835 660 660 E AndroidRuntime: at androidx.loader.app.LoaderManagerImpl$LoaderInfo.setValue(LoaderManagerImpl.java:189) 11-23 23:33:56.835 660 660 E AndroidRuntime: at androidx.loader.app.LoaderManagerImpl$LoaderInfo.onLoadComplete(LoaderManagerImpl.java:174) 11-23 23:33:56.835 660 660 E AndroidRuntime: at androidx.loader.content.Loader.deliverResult(Loader.java:132) 11-23 23:33:56.835 660 660 E AndroidRuntime: at com.fsck.k9.ui.message.LocalMessageExtractorLoader.deliverResult(LocalMessageExtractorLoader.java:47) 11-23 23:33:56.835 660 660 E AndroidRuntime: at com.fsck.k9.ui.message.LocalMessageExtractorLoader.deliverResult(LocalMessageExtractorLoader.java:16) 11-23 23:33:56.835 660 660 E AndroidRuntime: at androidx.loader.content.AsyncTaskLoader.dispatchOnLoadComplete(AsyncTaskLoader.java:258) 11-23 23:33:56.835 660 660 E AndroidRuntime: at androidx.loader.content.AsyncTaskLoader$LoadTask.onPostExecute(AsyncTaskLoader.java:83) 11-23 23:33:56.835 660 660 E AndroidRuntime: at androidx.loader.content.ModernAsyncTask.finish(ModernAsyncTask.java:490) 11-23 23:33:56.835 660 660 E AndroidRuntime: at androidx.loader.content.ModernAsyncTask$InternalHandler.handleMessage(ModernAsyncTask.java:507) 11-23 23:33:56.835 660 660 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:106) 11-23 23:33:56.835 660 660 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:230) 11-23 23:33:56.835 660 660 E AndroidRuntime: at android.os.Looper.loop(Looper.java:319) 11-23 23:33:56.835 660 660 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:9063) 11-23 23:33:56.835 660 660 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method) 11-23 23:33:56.835 660 660 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:588) 11-23 23:33:56.835 660 660 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103) 11-23 23:34:28.857 1522 1522 E AndroidRuntime: FATAL EXCEPTION: main 11-23 23:34:28.857 1522 1522 E AndroidRuntime: Process: com.fsck.k9, PID: 1522 11-23 23:34:28.857 1522 1522 E AndroidRuntime: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String java.lang.String.substring(int, int)' on a null object reference 11-23 23:34:28.857 1522 1522 E AndroidRuntime: at com.fsck.k9.ui.compose.QuotedMessagePresenter.processDraftMessage(QuotedMessagePresenter.java:287) 11-23 23:34:28.857 1522 1522 E AndroidRuntime: at com.fsck.k9.activity.MessageCompose.processDraftMessage(MessageCompose.java:1451) 11-23 23:34:28.857 1522 1522 E AndroidRuntime: at com.fsck.k9.activity.MessageCompose.processSourceMessage(MessageCompose.java:1262) 11-23 23:34:28.857 1522 1522 E AndroidRuntime: at com.fsck.k9.activity.MessageCompose.loadLocalMessageForDisplay(MessageCompose.java:1659) 11-23 23:34:28.857 1522 1522 E AndroidRuntime: at com.fsck.k9.activity.MessageCompose$11.onMessageViewInfoLoadFinished(MessageCompose.java:1679) 11-23 23:34:28.857 1522 1522 E AndroidRuntime: at com.fsck.k9.activity.MessageLoaderHelper.onDecodeMessageFinished(MessageLoaderHelper.java:405) 11-23 23:34:28.857 1522 1522 E AndroidRuntime: at com.fsck.k9.activity.MessageLoaderHelper.-$$Nest$monDecodeMessageFinished(MessageLoaderHelper.java:0) 11-23 23:34:28.857 1522 1522 E AndroidRuntime: at com.fsck.k9.activity.MessageLoaderHelper$3.onLoadFinished(MessageLoaderHelper.java:441) 11-23 23:34:28.857 1522 1522 E AndroidRuntime: at com.fsck.k9.activity.MessageLoaderHelper$3.onLoadFinished(MessageLoaderHelper.java:418) 11-23 23:34:28.857 1522 1522 E AndroidRuntime: at androidx.loader.app.LoaderManagerImpl$LoaderObserver.onChanged(LoaderManagerImpl.java:250) 11-23 23:34:28.857 1522 1522 E AndroidRuntime: at androidx.lifecycle.LiveData.considerNotify(LiveData.java:133) 11-23 23:34:28.857 1522 1522 E AndroidRuntime: at androidx.lifecycle.LiveData.dispatchingValue(LiveData.java:151) 11-23 23:34:28.857 1522 1522 E AndroidRuntime: at androidx.lifecycle.LiveData.setValue(LiveData.java:309) 11-23 23:34:28.857 1522 1522 E AndroidRuntime: at androidx.lifecycle.MutableLiveData.setValue(MutableLiveData.java:50) 11-23 23:34:28.857 1522 1522 E AndroidRuntime: at androidx.loader.app.LoaderManagerImpl$LoaderInfo.setValue(LoaderManagerImpl.java:189) 11-23 23:34:28.857 1522 1522 E AndroidRuntime: at androidx.loader.app.LoaderManagerImpl$LoaderInfo.onLoadComplete(LoaderManagerImpl.java:174) 11-23 23:34:28.857 1522 1522 E AndroidRuntime: at androidx.loader.content.Loader.deliverResult(Loader.java:132) 11-23 23:34:28.857 1522 1522 E AndroidRuntime: at com.fsck.k9.ui.message.LocalMessageExtractorLoader.deliverResult(LocalMessageExtractorLoader.java:47) 11-23 23:34:28.857 1522 1522 E AndroidRuntime: at com.fsck.k9.ui.message.LocalMessageExtractorLoader.deliverResult(LocalMessageExtractorLoader.java:16) 11-23 23:34:28.857 1522 1522 E AndroidRuntime: at androidx.loader.content.AsyncTaskLoader.dispatchOnLoadComplete(AsyncTaskLoader.java:258) 11-23 23:34:28.857 1522 1522 E AndroidRuntime: at androidx.loader.content.AsyncTaskLoader$LoadTask.onPostExecute(AsyncTaskLoader.java:83) 11-23 23:34:28.857 1522 1522 E AndroidRuntime: at androidx.loader.content.ModernAsyncTask.finish(ModernAsyncTask.java:490) 11-23 23:34:28.857 1522 1522 E AndroidRuntime: at androidx.loader.content.ModernAsyncTask$InternalHandler.handleMessage(ModernAsyncTask.java:507) 11-23 23:34:28.857 1522 1522 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:106) 11-23 23:34:28.857 1522 1522 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:230) 11-23 23:34:28.857 1522 1522 E AndroidRuntime: at android.os.Looper.loop(Looper.java:319) 11-23 23:34:28.857 1522 1522 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:9063) 11-23 23:34:28.857 1522 1522 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method) 11-23 23:34:28.857 1522 1522 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:588) 11-23 23:34:28.857 1522 1522 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103) --------- beginning of system 11-24 12:40:52.690 10359 10359 I SurfaceSyncGroup: addLocalSync=ViewRootImpl@1bbc6ac[MessageList]#35 to name=wmsSync-ViewRootImpl@1bbc6ac[MessageList]#34, callers=android.window.SurfaceSyncGroup.add:431 android.window.SurfaceSyncGroup.add:392 android.window.SurfaceSyncGroup.add:340 android.view.ViewRootImpl.createSyncIfNeeded:4912 android.view.ViewRootImpl.performTraversals:4796 android.view.ViewRootImpl.doTraversal:3345 11-24 12:40:52.748 10359 10403 I SurfaceSyncGroup: onTransactionReady mName=wmsSync-ViewRootImpl@1bbc6ac[MessageList]#34 callback=158777441 11-24 12:41:09.505 10359 10359 D Activity: onKeyDown(KEYCODE_BACK) 11-24 12:41:09.588 10359 10359 D Activity: onKeyUp(KEYCODE_BACK) isTracking()=true isCanceled()=false hasCallback=false 11-24 12:41:09.734 10359 10359 D Activity: onKeyDown(KEYCODE_BACK) 11-24 12:41:09.837 10359 10359 D Activity: onKeyUp(KEYCODE_BACK) isTracking()=true isCanceled()=false hasCallback=false 11-24 12:41:09.838 10359 10359 D Activity: onBackPressed 11-24 12:41:10.975 10359 10359 I SurfaceSyncGroup: addLocalSync=ViewRootImpl@1bbc6ac[MessageList]#37 to name=wmsSync-ViewRootImpl@1bbc6ac[MessageList]#36, callers=android.window.SurfaceSyncGroup.add:431 android.window.SurfaceSyncGroup.add:392 android.window.SurfaceSyncGroup.add:340 android.view.ViewRootImpl.createSyncIfNeeded:4912 android.view.ViewRootImpl.performTraversals:4796 android.view.ViewRootImpl.doTraversal:3345 11-24 12:41:10.987 10359 10403 I SurfaceSyncGroup: onTransactionReady mName=wmsSync-ViewRootImpl@1bbc6ac[MessageList]#36 callback=35446751 11-24 12:41:25.693 10359 10359 D Activity: onKeyDown(KEYCODE_BACK) 11-24 12:41:25.857 10359 10359 D Activity: onKeyUp(KEYCODE_BACK) isTracking()=true isCanceled()=false hasCallback=false 11-24 12:41:38.714 10359 10359 I SurfaceSyncGroup: addLocalSync=ViewRootImpl@1bbc6ac[MessageList]#39 to name=wmsSync-ViewRootImpl@1bbc6ac[MessageList]#38, callers=android.window.SurfaceSyncGroup.add:431 android.window.SurfaceSyncGroup.add:392 android.window.SurfaceSyncGroup.add:340 android.view.ViewRootImpl.createSyncIfNeeded:4912 android.view.ViewRootImpl.performTraversals:4796 android.view.ViewRootImpl.doTraversal:3345 11-24 12:41:38.723 10359 10403 I SurfaceSyncGroup: onTransactionReady mName=wmsSync-ViewRootImpl@1bbc6ac[MessageList]#38 callback=116055982 11-24 12:41:48.877 10359 10359 D Activity: onKeyDown(KEYCODE_BACK) 11-24 12:41:49.080 10359 10359 D Activity: onKeyUp(KEYCODE_BACK) isTracking()=true isCanceled()=false hasCallback=false 11-24 12:41:50.127 10359 10359 D Activity: onKeyDown(KEYCODE_BACK) 11-24 12:41:50.246 10359 10359 D Activity: onKeyUp(KEYCODE_BACK) isTracking()=true isCanceled()=false hasCallback=false 11-24 12:41:57.778 10359 10359 D Activity: onKeyDown(KEYCODE_BACK) 11-24 12:41:57.955 10359 10359 D Activity: onKeyUp(KEYCODE_BACK) isTracking()=true isCanceled()=false hasCallback=false 11-24 12:42:08.558 10359 10359 I SurfaceSyncGroup: addLocalSync=ViewRootImpl@eaec0df[MessageCompose]#41 to name=wmsSync-ViewRootImpl@eaec0df[MessageCompose]#40, callers=android.window.SurfaceSyncGroup.add:431 android.window.SurfaceSyncGroup.add:392 android.window.SurfaceSyncGroup.add:340 android.view.ViewRootImpl.createSyncIfNeeded:4912 android.view.ViewRootImpl.performTraversals:4796 android.view.ViewRootImpl.doTraversal:3345 11-24 12:42:08.564 10359 10403 I SurfaceSyncGroup: onTransactionReady mName=wmsSync-ViewRootImpl@eaec0df[MessageCompose]#40 callback=120704574 11-24 12:42:08.592 10359 10359 E AndroidRuntime: FATAL EXCEPTION: main 11-24 12:42:08.592 10359 10359 E AndroidRuntime: Process: com.fsck.k9, PID: 10359 11-24 12:42:08.592 10359 10359 E AndroidRuntime: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String java.lang.String.substring(int, int)' on a null object reference 11-24 12:42:08.592 10359 10359 E AndroidRuntime: at com.fsck.k9.ui.compose.QuotedMessagePresenter.processDraftMessage(QuotedMessagePresenter.java:287) 11-24 12:42:08.592 10359 10359 E AndroidRuntime: at com.fsck.k9.activity.MessageCompose.processDraftMessage(MessageCompose.java:1451) 11-24 12:42:08.592 10359 10359 E AndroidRuntime: at com.fsck.k9.activity.MessageCompose.processSourceMessage(MessageCompose.java:1262) 11-24 12:42:08.592 10359 10359 E AndroidRuntime: at com.fsck.k9.activity.MessageCompose.loadLocalMessageForDisplay(MessageCompose.java:1659) 11-24 12:42:08.592 10359 10359 E AndroidRuntime: at com.fsck.k9.activity.MessageCompose$11.onMessageViewInfoLoadFinished(MessageCompose.java:1679) 11-24 12:42:08.592 10359 10359 E AndroidRuntime: at com.fsck.k9.activity.MessageLoaderHelper.onDecodeMessageFinished(MessageLoaderHelper.java:405) 11-24 12:42:08.592 10359 10359 E AndroidRuntime: at com.fsck.k9.activity.MessageLoaderHelper.-$$Nest$monDecodeMessageFinished(MessageLoaderHelper.java:0) 11-24 12:42:08.592 10359 10359 E AndroidRuntime: at com.fsck.k9.activity.MessageLoaderHelper$3.onLoadFinished(MessageLoaderHelper.java:441) 11-24 12:42:08.592 10359 10359 E AndroidRuntime: at com.fsck.k9.activity.MessageLoaderHelper$3.onLoadFinished(MessageLoaderHelper.java:418) 11-24 12:42:08.592 10359 10359 E AndroidRuntime: at androidx.loader.app.LoaderManagerImpl$LoaderObserver.onChanged(LoaderManagerImpl.java:250) 11-24 12:42:08.592 10359 10359 E AndroidRuntime: at androidx.lifecycle.LiveData.considerNotify(LiveData.java:133) 11-24 12:42:08.592 10359 10359 E AndroidRuntime: at androidx.lifecycle.LiveData.dispatchingValue(LiveData.java:151) 11-24 12:42:08.592 10359 10359 E AndroidRuntime: at androidx.lifecycle.LiveData.setValue(LiveData.java:309) 11-24 12:42:08.592 10359 10359 E AndroidRuntime: at androidx.lifecycle.MutableLiveData.setValue(MutableLiveData.java:50) 11-24 12:42:08.592 10359 10359 E AndroidRuntime: at androidx.loader.app.LoaderManagerImpl$LoaderInfo.setValue(LoaderManagerImpl.java:189) 11-24 12:42:08.592 10359 10359 E AndroidRuntime: at androidx.loader.app.LoaderManagerImpl$LoaderInfo.onLoadComplete(LoaderManagerImpl.java:174) 11-24 12:42:08.592 10359 10359 E AndroidRuntime: at androidx.loader.content.Loader.deliverResult(Loader.java:132) 11-24 12:42:08.592 10359 10359 E AndroidRuntime: at com.fsck.k9.ui.message.LocalMessageExtractorLoader.deliverResult(LocalMessageExtractorLoader.java:47) 11-24 12:42:08.592 10359 10359 E AndroidRuntime: at com.fsck.k9.ui.message.LocalMessageExtractorLoader.deliverResult(LocalMessageExtractorLoader.java:16) 11-24 12:42:08.592 10359 10359 E AndroidRuntime: at androidx.loader.content.AsyncTaskLoader.dispatchOnLoadComplete(AsyncTaskLoader.java:258) 11-24 12:42:08.592 10359 10359 E AndroidRuntime: at androidx.loader.content.AsyncTaskLoader$LoadTask.onPostExecute(AsyncTaskLoader.java:83) 11-24 12:42:08.592 10359 10359 E AndroidRuntime: at androidx.loader.content.ModernAsyncTask.finish(ModernAsyncTask.java:490) 11-24 12:42:08.592 10359 10359 E AndroidRuntime: at androidx.loader.content.ModernAsyncTask$InternalHandler.handleMessage(ModernAsyncTask.java:507) 11-24 12:42:08.592 10359 10359 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:106) 11-24 12:42:08.592 10359 10359 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:230) 11-24 12:42:08.592 10359 10359 E AndroidRuntime: at android.os.Looper.loop(Looper.java:319) 11-24 12:42:08.592 10359 10359 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:9063) 11-24 12:42:08.592 10359 10359 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method) 11-24 12:42:08.592 10359 10359 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:588) 11-24 12:42:08.592 10359 10359 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103) 11-24 12:42:10.949 15252 15289 I NotificationManager: com.fsck.k9: notify(48, null, Notification(channel=messages_channel_9207f9b1-307e-46ff-99a0-176c05056138_1690912860 shortcut=null contentView=null vibrate=null sound=null tick defaults=0x0 flags=0x0 color=0xff669900 category=email groupKey=newMailNotifications-2 actions=2 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0)) as user 11-24 12:42:10.952 15252 15289 I NotificationManager: com.fsck.k9: notify(47, null, Notification(channel=messages_channel_9207f9b1-307e-46ff-99a0-176c05056138_1690912860 shortcut=null contentView=null vibrate=null sound=null tick defaults=0x0 flags=0x0 color=0xff669900 category=email groupKey=newMailNotifications-2 actions=2 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0)) as user 11-24 12:42:10.967 15252 15289 I NotificationManager: com.fsck.k9: notify(46, null, Notification(channel=messages_channel_9207f9b1-307e-46ff-99a0-176c05056138_1690912860 shortcut=null contentView=null vibrate=null sound=null tick defaults=0x0 flags=0x0 color=0xff669900 category=email groupKey=newMailNotifications-2 actions=2 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0)) as user 11-24 12:42:10.968 15252 15289 I NotificationManager: com.fsck.k9: notify(45, null, Notification(channel=messages_channel_9207f9b1-307e-46ff-99a0-176c05056138_1690912860 shortcut=null contentView=null vibrate=null sound=null tick defaults=0x0 flags=0x0 color=0xff669900 category=email groupKey=newMailNotifications-2 actions=2 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0)) as user 11-24 12:42:10.971 15252 15289 I NotificationManager: com.fsck.k9: notify(44, null, Notification(channel=messages_channel_9207f9b1-307e-46ff-99a0-176c05056138_1690912860 shortcut=null contentView=null vibrate=null sound=null tick defaults=0x0 flags=0x0 color=0xff669900 category=email groupKey=newMailNotifications-2 actions=2 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0)) as user 11-24 12:42:10.972 15252 15289 I NotificationManager: com.fsck.k9: notify(43, null, Notification(channel=messages_channel_9207f9b1-307e-46ff-99a0-176c05056138_1690912860 shortcut=null contentView=null vibrate=null sound=null tick defaults=0x0 flags=0x0 color=0xff669900 category=email groupKey=newMailNotifications-2 actions=2 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0)) as user 11-24 12:42:10.974 15252 15289 I NotificationManager: com.fsck.k9: notify(42, null, Notification(channel=messages_channel_9207f9b1-307e-46ff-99a0-176c05056138_1690912860 shortcut=null contentView=null vibrate=null sound=null tick defaults=0x0 flags=0x0 color=0xff669900 category=email groupKey=newMailNotifications-2 actions=2 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0)) as user 11-24 12:42:10.977 15252 15289 I NotificationManager: com.fsck.k9: notify(41, null, Notification(channel=messages_channel_9207f9b1-307e-46ff-99a0-176c05056138_1690912860 shortcut=null contentView=null vibrate=null sound=null tick defaults=0x0 flags=0x200 color=0xff669900 category=email groupKey=newMailNotifications-2 actions=1 vis=PRIVATE publicVersion=Notification(channel=messages_channel_9207f9b1-307e-46ff-99a0-176c05056138_1690912860 shortcut=null contentView=null vibrate=null sound=null defaults=0x0 flags=0x0 color=0xff669900 category=email vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0) semFlags=0x0 semPriority=0 semMissedCount=0)) as user 11-24 12:42:10.985 15252 15252 I SurfaceSyncGroup: addLocalSync=ViewRootImpl@608256f[MessageList]#1 to name=wmsSync-ViewRootImpl@608256f[MessageList]#0, callers=android.window.SurfaceSyncGroup.add:431 android.window.SurfaceSyncGroup.add:392 android.window.SurfaceSyncGroup.add:340 android.view.ViewRootImpl.createSyncIfNeeded:4912 android.view.ViewRootImpl.performTraversals:4796 android.view.ViewRootImpl.doTraversal:3345 11-24 12:42:10.995 15252 15315 I SurfaceSyncGroup: onTransactionReady mName=wmsSync-ViewRootImpl@608256f[MessageList]#0 callback=235140578 11-24 12:42:17.463 15252 15252 I SurfaceSyncGroup: addLocalSync=ViewRootImpl@9d0a950[MessageCompose]#3 to name=wmsSync-ViewRootImpl@9d0a950[MessageCompose]#2, callers=android.window.SurfaceSyncGroup.add:431 android.window.SurfaceSyncGroup.add:392 android.window.SurfaceSyncGroup.add:340 android.view.ViewRootImpl.createSyncIfNeeded:4912 android.view.ViewRootImpl.performTraversals:4796 android.view.ViewRootImpl.doTraversal:3345 11-24 12:42:17.468 15252 15315 I SurfaceSyncGroup: onTransactionReady mName=wmsSync-ViewRootImpl@9d0a950[MessageCompose]#2 callback=142091792 11-24 12:42:17.497 15252 15252 E AndroidRuntime: FATAL EXCEPTION: main 11-24 12:42:17.497 15252 15252 E AndroidRuntime: Process: com.fsck.k9, PID: 15252 11-24 12:42:17.497 15252 15252 E AndroidRuntime: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String java.lang.String.substring(int, int)' on a null object reference 11-24 12:42:17.497 15252 15252 E AndroidRuntime: at com.fsck.k9.ui.compose.QuotedMessagePresenter.processDraftMessage(QuotedMessagePresenter.java:287) 11-24 12:42:17.497 15252 15252 E AndroidRuntime: at com.fsck.k9.activity.MessageCompose.processDraftMessage(MessageCompose.java:1451) 11-24 12:42:17.497 15252 15252 E AndroidRuntime: at com.fsck.k9.activity.MessageCompose.processSourceMessage(MessageCompose.java:1262) 11-24 12:42:17.497 15252 15252 E AndroidRuntime: at com.fsck.k9.activity.MessageCompose.loadLocalMessageForDisplay(MessageCompose.java:1659) 11-24 12:42:17.497 15252 15252 E AndroidRuntime: at com.fsck.k9.activity.MessageCompose$11.onMessageViewInfoLoadFinished(MessageCompose.java:1679) 11-24 12:42:17.497 15252 15252 E AndroidRuntime: at com.fsck.k9.activity.MessageLoaderHelper.onDecodeMessageFinished(MessageLoaderHelper.java:405) 11-24 12:42:17.497 15252 15252 E AndroidRuntime: at com.fsck.k9.activity.MessageLoaderHelper.-$$Nest$monDecodeMessageFinished(MessageLoaderHelper.java:0) 11-24 12:42:17.497 15252 15252 E AndroidRuntime: at com.fsck.k9.activity.MessageLoaderHelper$3.onLoadFinished(MessageLoaderHelper.java:441) 11-24 12:42:17.497 15252 15252 E AndroidRuntime: at com.fsck.k9.activity.MessageLoaderHelper$3.onLoadFinished(MessageLoaderHelper.java:418) 11-24 12:42:17.497 15252 15252 E AndroidRuntime: at androidx.loader.app.LoaderManagerImpl$LoaderObserver.onChanged(LoaderManagerImpl.java:250) 11-24 12:42:17.497 15252 15252 E AndroidRuntime: at androidx.lifecycle.LiveData.considerNotify(LiveData.java:133) 11-24 12:42:17.497 15252 15252 E AndroidRuntime: at androidx.lifecycle.LiveData.dispatchingValue(LiveData.java:151) 11-24 12:42:17.497 15252 15252 E AndroidRuntime: at androidx.lifecycle.LiveData.setValue(LiveData.java:309) 11-24 12:42:17.497 15252 15252 E AndroidRuntime: at androidx.lifecycle.MutableLiveData.setValue(MutableLiveData.java:50) 11-24 12:42:17.497 15252 15252 E AndroidRuntime: at androidx.loader.app.LoaderManagerImpl$LoaderInfo.setValue(LoaderManagerImpl.java:189) 11-24 12:42:17.497 15252 15252 E AndroidRuntime: at androidx.loader.app.LoaderManagerImpl$LoaderInfo.onLoadComplete(LoaderManagerImpl.java:174) 11-24 12:42:17.497 15252 15252 E AndroidRuntime: at androidx.loader.content.Loader.deliverResult(Loader.java:132) 11-24 12:42:17.497 15252 15252 E AndroidRuntime: at com.fsck.k9.ui.message.LocalMessageExtractorLoader.deliverResult(LocalMessageExtractorLoader.java:47) 11-24 12:42:17.497 15252 15252 E AndroidRuntime: at com.fsck.k9.ui.message.LocalMessageExtractorLoader.deliverResult(LocalMessageExtractorLoader.java:16) 11-24 12:42:17.497 15252 15252 E AndroidRuntime: at androidx.loader.content.AsyncTaskLoader.dispatchOnLoadComplete(AsyncTaskLoader.java:258) 11-24 12:42:17.497 15252 15252 E AndroidRuntime: at androidx.loader.content.AsyncTaskLoader$LoadTask.onPostExecute(AsyncTaskLoader.java:83) 11-24 12:42:17.497 15252 15252 E AndroidRuntime: at androidx.loader.content.ModernAsyncTask.finish(ModernAsyncTask.java:490) 11-24 12:42:17.497 15252 15252 E AndroidRuntime: at androidx.loader.content.ModernAsyncTask$InternalHandler.handleMessage(ModernAsyncTask.java:507) 11-24 12:42:17.497 15252 15252 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:106) 11-24 12:42:17.497 15252 15252 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:230) 11-24 12:42:17.497 15252 15252 E AndroidRuntime: at android.os.Looper.loop(Looper.java:319) 11-24 12:42:17.497 15252 15252 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:9063) 11-24 12:42:17.497 15252 15252 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method) 11-24 12:42:17.497 15252 15252 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:588) 11-24 12:42:17.497 15252 15252 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103) 11-24 12:42:18.843 15732 15775 I NotificationManager: com.fsck.k9: notify(48, null, Notification(channel=messages_channel_9207f9b1-307e-46ff-99a0-176c05056138_1690912860 shortcut=null contentView=null vibrate=null sound=null tick defaults=0x0 flags=0x0 color=0xff669900 category=email groupKey=newMailNotifications-2 actions=2 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0)) as user 11-24 12:42:18.847 15732 15775 I NotificationManager: com.fsck.k9: notify(47, null, Notification(channel=messages_channel_9207f9b1-307e-46ff-99a0-176c05056138_1690912860 shortcut=null contentView=null vibrate=null sound=null tick defaults=0x0 flags=0x0 color=0xff669900 category=email groupKey=newMailNotifications-2 actions=2 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0)) as user 11-24 12:42:18.851 15732 15775 I NotificationManager: com.fsck.k9: notify(46, null, Notification(channel=messages_channel_9207f9b1-307e-46ff-99a0-176c05056138_1690912860 shortcut=null contentView=null vibrate=null sound=null tick defaults=0x0 flags=0x0 color=0xff669900 category=email groupKey=newMailNotifications-2 actions=2 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0)) as user 11-24 12:42:18.853 15732 15775 I NotificationManager: com.fsck.k9: notify(45, null, Notification(channel=messages_channel_9207f9b1-307e-46ff-99a0-176c05056138_1690912860 shortcut=null contentView=null vibrate=null sound=null tick defaults=0x0 flags=0x0 color=0xff669900 category=email groupKey=newMailNotifications-2 actions=2 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0)) as user 11-24 12:42:18.855 15732 15775 I NotificationManager: com.fsck.k9: notify(44, null, Notification(channel=messages_channel_9207f9b1-307e-46ff-99a0-176c05056138_1690912860 shortcut=null contentView=null vibrate=null sound=null tick defaults=0x0 flags=0x0 color=0xff669900 category=email groupKey=newMailNotifications-2 actions=2 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0)) as user 11-24 12:42:18.857 15732 15775 I NotificationManager: com.fsck.k9: notify(43, null, Notification(channel=messages_channel_9207f9b1-307e-46ff-99a0-176c05056138_1690912860 shortcut=null contentView=null vibrate=null sound=null tick defaults=0x0 flags=0x0 color=0xff669900 category=email groupKey=newMailNotifications-2 actions=2 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0)) as user 11-24 12:42:18.860 15732 15775 I NotificationManager: com.fsck.k9: notify(42, null, Notification(channel=messages_channel_9207f9b1-307e-46ff-99a0-176c05056138_1690912860 shortcut=null contentView=null vibrate=null sound=null tick defaults=0x0 flags=0x0 color=0xff669900 category=email groupKey=newMailNotifications-2 actions=2 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0)) as user 11-24 12:42:18.863 15732 15775 I NotificationManager: com.fsck.k9: notify(41, null, Notification(channel=messages_channel_9207f9b1-307e-46ff-99a0-176c05056138_1690912860 shortcut=null contentView=null vibrate=null sound=null tick defaults=0x0 flags=0x200 color=0xff669900 category=email groupKey=newMailNotifications-2 actions=1 vis=PRIVATE publicVersion=Notification(channel=messages_channel_9207f9b1-307e-46ff-99a0-176c05056138_1690912860 shortcut=null contentView=null vibrate=null sound=null defaults=0x0 flags=0x0 color=0xff669900 category=email vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0) semFlags=0x0 semPriority=0 semMissedCount=0)) as user 11-24 12:42:18.894 15732 15732 I SurfaceSyncGroup: addLocalSync=ViewRootImpl@bf6c3b2[MessageList]#1 to name=wmsSync-ViewRootImpl@bf6c3b2[MessageList]#0, callers=android.window.SurfaceSyncGroup.add:431 android.window.SurfaceSyncGroup.add:392 android.window.SurfaceSyncGroup.add:340 android.view.ViewRootImpl.createSyncIfNeeded:4912 android.view.ViewRootImpl.performTraversals:4796 android.view.ViewRootImpl.doTraversal:3345 11-24 12:42:18.905 15732 15782 I SurfaceSyncGroup: onTransactionReady mName=wmsSync-ViewRootImpl@bf6c3b2[MessageList]#0 callback=41929086 11-24 12:42:22.711 15732 15732 I SurfaceSyncGroup: addLocalSync=ViewRootImpl@17d1e5d[SettingsActivity]#3 to name=wmsSync-ViewRootImpl@17d1e5d[SettingsActivity]#2, callers=android.window.SurfaceSyncGroup.add:431 android.window.SurfaceSyncGroup.add:392 android.window.SurfaceSyncGroup.add:340 android.view.ViewRootImpl.createSyncIfNeeded:4912 android.view.ViewRootImpl.performTraversals:4796 android.view.ViewRootImpl.doTraversal:3345 11-24 12:42:22.715 15732 15782 I SurfaceSyncGroup: onTransactionReady mName=wmsSync-ViewRootImpl@17d1e5d[SettingsActivity]#2 callback=8518430 11-24 12:42:28.906 15732 15732 I SurfaceSyncGroup: addLocalSync=ViewRootImpl@9b3c1c5[GeneralSettingsActivity]#5 to name=wmsSync-ViewRootImpl@9b3c1c5[GeneralSettingsActivity]#4, callers=android.window.SurfaceSyncGroup.add:431 android.window.SurfaceSyncGroup.add:392 android.window.SurfaceSyncGroup.add:340 android.view.ViewRootImpl.createSyncIfNeeded:4912 android.view.ViewRootImpl.performTraversals:4796 android.view.ViewRootImpl.doTraversal:3345 11-24 12:42:28.910 15732 15782 I SurfaceSyncGroup: onTransactionReady mName=wmsSync-ViewRootImpl@9b3c1c5[GeneralSettingsActivity]#4 callback=158965408 11-24 12:42:38.405 15732 15732 I SurfaceSyncGroup: addLocalSync=ViewRootImpl@484a4c6[PopupWindow:108308]#7 to name=wmsSync-ViewRootImpl@484a4c6[PopupWindow:108308]#6, callers=android.window.SurfaceSyncGroup.add:431 android.window.SurfaceSyncGroup.add:392 android.window.SurfaceSyncGroup.add:340 android.view.ViewRootImpl.createSyncIfNeeded:4912 android.view.ViewRootImpl.performTraversals:4796 android.view.ViewRootImpl.doTraversal:3345 11-24 12:42:38.407 15732 15782 I SurfaceSyncGroup: onTransactionReady mName=wmsSync-ViewRootImpl@484a4c6[PopupWindow:108308]#6 callback=231057997 11-24 12:42:38.415 15732 15732 I SurfaceSyncGroup: addLocalSync=ViewRootImpl@484a4c6[PopupWindow:108308]#9 to name=wmsSync-ViewRootImpl@484a4c6[PopupWindow:108308]#8, callers=android.window.SurfaceSyncGroup.add:431 android.window.SurfaceSyncGroup.add:392 android.window.SurfaceSyncGroup.add:340 android.view.ViewRootImpl.createSyncIfNeeded:4912 android.view.ViewRootImpl.performTraversals:4796 android.view.ViewRootImpl.doTraversal:3345 11-24 12:42:38.416 15732 15782 I SurfaceSyncGroup: onTransactionReady mName=wmsSync-ViewRootImpl@484a4c6[PopupWindow:108308]#8 callback=74390608 11-24 12:42:43.778 15732 15732 D Activity: onKeyDown(KEYCODE_BACK) 11-24 12:42:43.924 15732 15732 D Activity: onKeyUp(KEYCODE_BACK) isTracking()=true isCanceled()=false hasCallback=false 11-24 12:42:44.484 15732 15732 D Activity: onKeyDown(KEYCODE_BACK) 11-24 12:42:44.574 15732 15732 D Activity: onKeyUp(KEYCODE_BACK) isTracking()=true isCanceled()=false hasCallback=false 11-24 12:42:44.574 15732 15732 D Activity: onBackPressed 11-24 12:42:44.618 15732 15732 I SurfaceSyncGroup: addLocalSync=ViewRootImpl@17d1e5d[SettingsActivity]#11 to name=wmsSync-ViewRootImpl@17d1e5d[SettingsActivity]#10, callers=android.window.SurfaceSyncGroup.add:431 android.window.SurfaceSyncGroup.add:392 android.window.SurfaceSyncGroup.add:340 android.view.ViewRootImpl.createSyncIfNeeded:4912 android.view.ViewRootImpl.performTraversals:4796 android.view.ViewRootImpl.doTraversal:3345 11-24 12:42:44.631 15732 15782 I SurfaceSyncGroup: onTransactionReady mName=wmsSync-ViewRootImpl@17d1e5d[SettingsActivity]#10 callback=68066993 11-24 12:42:45.457 15732 15732 D Activity: onKeyDown(KEYCODE_BACK) 11-24 12:42:45.560 15732 15732 D Activity: onKeyUp(KEYCODE_BACK) isTracking()=true isCanceled()=false hasCallback=false 11-24 12:42:45.560 15732 15732 D Activity: onBackPressed 11-24 12:42:45.589 15732 15732 I SurfaceSyncGroup: addLocalSync=ViewRootImpl@bf6c3b2[MessageList]#13 to name=wmsSync-ViewRootImpl@bf6c3b2[MessageList]#12, callers=android.window.SurfaceSyncGroup.add:431 android.window.SurfaceSyncGroup.add:392 android.window.SurfaceSyncGroup.add:340 android.view.ViewRootImpl.createSyncIfNeeded:4912 android.view.ViewRootImpl.performTraversals:4796 android.view.ViewRootImpl.doTraversal:3345 11-24 12:42:45.596 15732 15782 I SurfaceSyncGroup: onTransactionReady mName=wmsSync-ViewRootImpl@bf6c3b2[MessageList]#12 callback=10937986 11-24 12:42:46.375 15732 15732 D Activity: onKeyDown(KEYCODE_BACK) 11-24 12:42:46.467 15732 15732 D Activity: onKeyUp(KEYCODE_BACK) isTracking()=true isCanceled()=false hasCallback=false 11-24 12:42:48.241 15732 15732 I SurfaceSyncGroup: addLocalSync=ViewRootImpl@bf6c3b2[MessageList]#15 to name=wmsSync-ViewRootImpl@bf6c3b2[MessageList]#14, callers=android.window.SurfaceSyncGroup.add:431 android.window.SurfaceSyncGroup.add:392 android.window.SurfaceSyncGroup.add:340 android.view.ViewRootImpl.createSyncIfNeeded:4912 android.view.ViewRootImpl.performTraversals:4796 android.view.ViewRootImpl.doTraversal:3345 11-24 12:42:48.247 15732 15782 I SurfaceSyncGroup: onTransactionReady mName=wmsSync-ViewRootImpl@bf6c3b2[MessageList]#14 callback=187156517 11-24 12:42:55.597 15732 15732 I SurfaceSyncGroup: addLocalSync=ViewRootImpl@f8895bd[MessageCompose]#17 to name=wmsSync-ViewRootImpl@f8895bd[MessageCompose]#16, callers=android.window.SurfaceSyncGroup.add:431 android.window.SurfaceSyncGroup.add:392 android.window.SurfaceSyncGroup.add:340 android.view.ViewRootImpl.createSyncIfNeeded:4912 android.view.ViewRootImpl.performTraversals:4796 android.view.ViewRootImpl.doTraversal:3345 11-24 12:42:55.602 15732 15782 I SurfaceSyncGroup: onTransactionReady mName=wmsSync-ViewRootImpl@f8895bd[MessageCompose]#16 callback=117643732 11-24 12:42:55.639 15732 15732 E AndroidRuntime: FATAL EXCEPTION: main 11-24 12:42:55.639 15732 15732 E AndroidRuntime: Process: com.fsck.k9, PID: 15732 11-24 12:42:55.639 15732 15732 E AndroidRuntime: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String java.lang.String.substring(int, int)' on a null object reference 11-24 12:42:55.639 15732 15732 E AndroidRuntime: at com.fsck.k9.ui.compose.QuotedMessagePresenter.processDraftMessage(QuotedMessagePresenter.java:287) 11-24 12:42:55.639 15732 15732 E AndroidRuntime: at com.fsck.k9.activity.MessageCompose.processDraftMessage(MessageCompose.java:1451) 11-24 12:42:55.639 15732 15732 E AndroidRuntime: at com.fsck.k9.activity.MessageCompose.processSourceMessage(MessageCompose.java:1262) 11-24 12:42:55.639 15732 15732 E AndroidRuntime: at com.fsck.k9.activity.MessageCompose.loadLocalMessageForDisplay(MessageCompose.java:1659) 11-24 12:42:55.639 15732 15732 E AndroidRuntime: at com.fsck.k9.activity.MessageCompose$11.onMessageViewInfoLoadFinished(MessageCompose.java:1679) 11-24 12:42:55.639 15732 15732 E AndroidRuntime: at com.fsck.k9.activity.MessageLoaderHelper.onDecodeMessageFinished(MessageLoaderHelper.java:405) 11-24 12:42:55.639 15732 15732 E AndroidRuntime: at com.fsck.k9.activity.MessageLoaderHelper.-$$Nest$monDecodeMessageFinished(MessageLoaderHelper.java:0) 11-24 12:42:55.639 15732 15732 E AndroidRuntime: at com.fsck.k9.activity.MessageLoaderHelper$3.onLoadFinished(MessageLoaderHelper.java:441) 11-24 12:42:55.639 15732 15732 E AndroidRuntime: at com.fsck.k9.activity.MessageLoaderHelper$3.onLoadFinished(MessageLoaderHelper.java:418) 11-24 12:42:55.639 15732 15732 E AndroidRuntime: at androidx.loader.app.LoaderManagerImpl$LoaderObserver.onChanged(LoaderManagerImpl.java:250) 11-24 12:42:55.639 15732 15732 E AndroidRuntime: at androidx.lifecycle.LiveData.considerNotify(LiveData.java:133) 11-24 12:42:55.639 15732 15732 E AndroidRuntime: at androidx.lifecycle.LiveData.dispatchingValue(LiveData.java:151) 11-24 12:42:55.639 15732 15732 E AndroidRuntime: at androidx.lifecycle.LiveData.setValue(LiveData.java:309) 11-24 12:42:55.639 15732 15732 E AndroidRuntime: at androidx.lifecycle.MutableLiveData.setValue(MutableLiveData.java:50) 11-24 12:42:55.639 15732 15732 E AndroidRuntime: at androidx.loader.app.LoaderManagerImpl$LoaderInfo.setValue(LoaderManagerImpl.java:189) 11-24 12:42:55.639 15732 15732 E AndroidRuntime: at androidx.loader.app.LoaderManagerImpl$LoaderInfo.onLoadComplete(LoaderManagerImpl.java:174) 11-24 12:42:55.639 15732 15732 E AndroidRuntime: at androidx.loader.content.Loader.deliverResult(Loader.java:132) 11-24 12:42:55.639 15732 15732 E AndroidRuntime: at com.fsck.k9.ui.message.LocalMessageExtractorLoader.deliverResult(LocalMessageExtractorLoader.java:47) 11-24 12:42:55.639 15732 15732 E AndroidRuntime: at com.fsck.k9.ui.message.LocalMessageExtractorLoader.deliverResult(LocalMessageExtractorLoader.java:16) 11-24 12:42:55.639 15732 15732 E AndroidRuntime: at androidx.loader.content.AsyncTaskLoader.dispatchOnLoadComplete(AsyncTaskLoader.java:258) 11-24 12:42:55.639 15732 15732 E AndroidRuntime: at androidx.loader.content.AsyncTaskLoader$LoadTask.onPostExecute(AsyncTaskLoader.java:83) 11-24 12:42:55.639 15732 15732 E AndroidRuntime: at androidx.loader.content.ModernAsyncTask.finish(ModernAsyncTask.java:490) 11-24 12:42:55.639 15732 15732 E AndroidRuntime: at androidx.loader.content.ModernAsyncTask$InternalHandler.handleMessage(ModernAsyncTask.java:507) 11-24 12:42:55.639 15732 15732 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:106) 11-24 12:42:55.639 15732 15732 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:230) 11-24 12:42:55.639 15732 15732 E AndroidRuntime: at android.os.Looper.loop(Looper.java:319) 11-24 12:42:55.639 15732 15732 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:9063) 11-24 12:42:55.639 15732 15732 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method) 11-24 12:42:55.639 15732 15732 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:588) 11-24 12:42:55.639 15732 15732 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103) 11-24 12:42:58.245 16341 16373 I NotificationManager: com.fsck.k9: notify(48, null, Notification(channel=messages_channel_9207f9b1-307e-46ff-99a0-176c05056138_1690912860 shortcut=null contentView=null vibrate=null sound=null tick defaults=0x0 flags=0x0 color=0xff669900 category=email groupKey=newMailNotifications-2 actions=2 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0)) as user 11-24 12:42:58.247 16341 16373 I NotificationManager: com.fsck.k9: notify(47, null, Notification(channel=messages_channel_9207f9b1-307e-46ff-99a0-176c05056138_1690912860 shortcut=null contentView=null vibrate=null sound=null tick defaults=0x0 flags=0x0 color=0xff669900 category=email groupKey=newMailNotifications-2 actions=2 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0)) as user 11-24 12:42:58.250 16341 16373 I NotificationManager: com.fsck.k9: notify(46, null, Notification(channel=messages_channel_9207f9b1-307e-46ff-99a0-176c05056138_1690912860 shortcut=null contentView=null vibrate=null sound=null tick defaults=0x0 flags=0x0 color=0xff669900 category=email groupKey=newMailNotifications-2 actions=2 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0)) as user 11-24 12:42:58.252 16341 16373 I NotificationManager: com.fsck.k9: notify(45, null, Notification(channel=messages_channel_9207f9b1-307e-46ff-99a0-176c05056138_1690912860 shortcut=null contentView=null vibrate=null sound=null tick defaults=0x0 flags=0x0 color=0xff669900 category=email groupKey=newMailNotifications-2 actions=2 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0)) as user 11-24 12:42:58.254 16341 16373 I NotificationManager: com.fsck.k9: notify(44, null, Notification(channel=messages_channel_9207f9b1-307e-46ff-99a0-176c05056138_1690912860 shortcut=null contentView=null vibrate=null sound=null tick defaults=0x0 flags=0x0 color=0xff669900 category=email groupKey=newMailNotifications-2 actions=2 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0)) as user 11-24 12:42:58.256 16341 16373 I NotificationManager: com.fsck.k9: notify(43, null, Notification(channel=messages_channel_9207f9b1-307e-46ff-99a0-176c05056138_1690912860 shortcut=null contentView=null vibrate=null sound=null tick defaults=0x0 flags=0x0 color=0xff669900 category=email groupKey=newMailNotifications-2 actions=2 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0)) as user 11-24 12:42:58.265 16341 16373 I NotificationManager: com.fsck.k9: notify(42, null, Notification(channel=messages_channel_9207f9b1-307e-46ff-99a0-176c05056138_1690912860 shortcut=null contentView=null vibrate=null sound=null tick defaults=0x0 flags=0x0 color=0xff669900 category=email groupKey=newMailNotifications-2 actions=2 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0)) as user 11-24 12:42:58.272 16341 16373 I NotificationManager: com.fsck.k9: notify(41, null, Notification(channel=messages_channel_9207f9b1-307e-46ff-99a0-176c05056138_1690912860 shortcut=null contentView=null vibrate=null sound=null tick defaults=0x0 flags=0x200 color=0xff669900 category=email groupKey=newMailNotifications-2 actions=1 vis=PRIVATE publicVersion=Notification(channel=messages_channel_9207f9b1-307e-46ff-99a0-176c05056138_1690912860 shortcut=null contentView=null vibrate=null sound=null defaults=0x0 flags=0x0 color=0xff669900 category=email vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0) semFlags=0x0 semPriority=0 semMissedCount=0)) as user 11-24 12:42:58.313 16341 16341 I SurfaceSyncGroup: addLocalSync=ViewRootImpl@229c629[MessageList]#1 to name=wmsSync-ViewRootImpl@229c629[MessageList]#0, callers=android.window.SurfaceSyncGroup.add:431 android.window.SurfaceSyncGroup.add:392 android.window.SurfaceSyncGroup.add:340 android.view.ViewRootImpl.createSyncIfNeeded:4912 android.view.ViewRootImpl.performTraversals:4796 android.view.ViewRootImpl.doTraversal:3345 11-24 12:42:58.326 16341 16382 I SurfaceSyncGroup: onTransactionReady mName=wmsSync-ViewRootImpl@229c629[MessageList]#0 callback=166730802 11-24 12:43:06.245 16341 16341 I SurfaceSyncGroup: addLocalSync=ViewRootImpl@17d1e5d[SettingsActivity]#3 to name=wmsSync-ViewRootImpl@17d1e5d[SettingsActivity]#2, callers=android.window.SurfaceSyncGroup.add:431 android.window.SurfaceSyncGroup.add:392 android.window.SurfaceSyncGroup.add:340 android.view.ViewRootImpl.createSyncIfNeeded:4912 android.view.ViewRootImpl.performTraversals:4796 android.view.ViewRootImpl.doTraversal:3345 11-24 12:43:06.249 16341 16382 I SurfaceSyncGroup: onTransactionReady mName=wmsSync-ViewRootImpl@17d1e5d[SettingsActivity]#2 callback=8518430 11-24 12:43:08.054 16341 16341 I SurfaceSyncGroup: addLocalSync=ViewRootImpl@e8d4e09[GeneralSettingsActivity]#5 to name=wmsSync-ViewRootImpl@e8d4e09[GeneralSettingsActivity]#4, callers=android.window.SurfaceSyncGroup.add:431 android.window.SurfaceSyncGroup.add:392 android.window.SurfaceSyncGroup.add:340 android.view.ViewRootImpl.createSyncIfNeeded:4912 android.view.ViewRootImpl.performTraversals:4796 android.view.ViewRootImpl.doTraversal:3345 11-24 12:43:08.059 16341 16382 I SurfaceSyncGroup: onTransactionReady mName=wmsSync-ViewRootImpl@e8d4e09[GeneralSettingsActivity]#4 callback=82674484 11-24 12:43:13.660 16341 16341 I SurfaceSyncGroup: addLocalSync=ViewRootImpl@a25cb76[PopupWindow:36ebe38]#7 to name=wmsSync-ViewRootImpl@a25cb76[PopupWindow:36ebe38]#6, callers=android.window.SurfaceSyncGroup.add:431 android.window.SurfaceSyncGroup.add:392 android.window.SurfaceSyncGroup.add:340 android.view.ViewRootImpl.createSyncIfNeeded:4912 android.view.ViewRootImpl.performTraversals:4796 android.view.ViewRootImpl.doTraversal:3345 11-24 12:43:13.662 16341 16382 I SurfaceSyncGroup: onTransactionReady mName=wmsSync-ViewRootImpl@a25cb76[PopupWindow:36ebe38]#6 callback=204484628 11-24 12:43:13.663 16341 16341 I SurfaceSyncGroup: addLocalSync=ViewRootImpl@a25cb76[PopupWindow:36ebe38]#9 to name=wmsSync-ViewRootImpl@a25cb76[PopupWindow:36ebe38]#8, callers=android.window.SurfaceSyncGroup.add:431 android.window.SurfaceSyncGroup.add:392 android.window.SurfaceSyncGroup.add:340 android.view.ViewRootImpl.createSyncIfNeeded:4912 android.view.ViewRootImpl.performTraversals:4796 android.view.ViewRootImpl.doTraversal:3345 11-24 12:43:13.666 16341 16382 I SurfaceSyncGroup: onTransactionReady mName=wmsSync-ViewRootImpl@a25cb76[PopupWindow:36ebe38]#8 callback=36230659 11-24 12:43:20.078 16341 16341 I SurfaceSyncGroup: addLocalSync=ViewRootImpl@e8d4e09[GeneralSettingsActivity]#11 to name=wmsSync-ViewRootImpl@e8d4e09[GeneralSettingsActivity]#10, callers=android.window.SurfaceSyncGroup.add:431 android.window.SurfaceSyncGroup.add:392 android.window.SurfaceSyncGroup.add:340 android.view.ViewRootImpl.createSyncIfNeeded:4912 android.view.ViewRootImpl.performTraversals:4796 android.view.ViewRootImpl.doTraversal:3345 11-24 12:43:20.085 16341 16382 I SurfaceSyncGroup: onTransactionReady mName=wmsSync-ViewRootImpl@e8d4e09[GeneralSettingsActivity]#10 callback=174766547 11-24 12:48:06.287 16341 16341 I SurfaceSyncGroup: addLocalSync=ViewRootImpl@e8d4e09[GeneralSettingsActivity]#13 to name=wmsSync-ViewRootImpl@e8d4e09[GeneralSettingsActivity]#12, callers=android.window.SurfaceSyncGroup.add:431 android.window.SurfaceSyncGroup.add:392 android.window.SurfaceSyncGroup.add:340 android.view.ViewRootImpl.createSyncIfNeeded:4912 android.view.ViewRootImpl.performTraversals:4796 android.view.ViewRootImpl.doTraversal:3345 11-24 12:48:06.328 16341 16382 I SurfaceSyncGroup: onTransactionReady mName=wmsSync-ViewRootImpl@e8d4e09[GeneralSettingsActivity]#12 callback=44413205 11-24 12:48:10.841 16341 16341 I SurfaceSyncGroup: addLocalSync=ViewRootImpl@39691e7[PopupWindow:b32b901]#15 to name=wmsSync-ViewRootImpl@39691e7[PopupWindow:b32b901]#14, callers=android.window.SurfaceSyncGroup.add:431 android.window.SurfaceSyncGroup.add:392 android.window.SurfaceSyncGroup.add:340 android.view.ViewRootImpl.createSyncIfNeeded:4912 android.view.ViewRootImpl.performTraversals:4796 android.view.ViewRootImpl.doTraversal:3345 11-24 12:48:10.844 16341 16382 I SurfaceSyncGroup: onTransactionReady mName=wmsSync-ViewRootImpl@39691e7[PopupWindow:b32b901]#14 callback=204974020 11-24 12:48:10.846 16341 16341 I SurfaceSyncGroup: addLocalSync=ViewRootImpl@39691e7[PopupWindow:b32b901]#17 to name=wmsSync-ViewRootImpl@39691e7[PopupWindow:b32b901]#16, callers=android.window.SurfaceSyncGroup.add:431 android.window.SurfaceSyncGroup.add:392 android.window.SurfaceSyncGroup.add:340 android.view.ViewRootImpl.createSyncIfNeeded:4912 android.view.ViewRootImpl.performTraversals:4796 android.view.ViewRootImpl.doTraversal:3345 11-24 12:48:10.847 16341 16382 I SurfaceSyncGroup: onTransactionReady mName=wmsSync-ViewRootImpl@39691e7[PopupWindow:b32b901]#16 callback=71677299 11-24 12:48:15.423 16341 16341 D Activity: onKeyDown(KEYCODE_BACK) 11-24 12:48:15.631 16341 16341 D Activity: onKeyUp(KEYCODE_BACK) isTracking()=true isCanceled()=false hasCallback=false 11-24 12:48:22.248 16341 16341 D Activity: onKeyDown(KEYCODE_BACK) 11-24 12:48:22.375 16341 16341 D Activity: onKeyUp(KEYCODE_BACK) isTracking()=true isCanceled()=false hasCallback=false 11-24 12:48:22.375 16341 16341 D Activity: onBackPressed 11-24 12:48:22.418 16341 16341 I SurfaceSyncGroup: addLocalSync=ViewRootImpl@17d1e5d[SettingsActivity]#19 to name=wmsSync-ViewRootImpl@17d1e5d[SettingsActivity]#18, callers=android.window.SurfaceSyncGroup.add:431 android.window.SurfaceSyncGroup.add:392 android.window.SurfaceSyncGroup.add:340 android.view.ViewRootImpl.createSyncIfNeeded:4912 android.view.ViewRootImpl.performTraversals:4796 android.view.ViewRootImpl.doTraversal:3345 11-24 12:48:22.429 16341 16382 I SurfaceSyncGroup: onTransactionReady mName=wmsSync-ViewRootImpl@17d1e5d[SettingsActivity]#18 callback=231603790 11-24 12:48:23.472 16341 16341 D Activity: onKeyDown(KEYCODE_BACK) 11-24 12:48:23.540 16341 16341 D Activity: onKeyUp(KEYCODE_BACK) isTracking()=true isCanceled()=false hasCallback=false 11-24 12:48:23.540 16341 16341 D Activity: onBackPressed 11-24 12:48:23.581 16341 16341 I SurfaceSyncGroup: addLocalSync=ViewRootImpl@229c629[MessageList]#21 to name=wmsSync-ViewRootImpl@229c629[MessageList]#20, callers=android.window.SurfaceSyncGroup.add:431 android.window.SurfaceSyncGroup.add:392 android.window.SurfaceSyncGroup.add:340 android.view.ViewRootImpl.createSyncIfNeeded:4912 android.view.ViewRootImpl.performTraversals:4796 android.view.ViewRootImpl.doTraversal:3345 11-24 12:48:23.612 16341 16382 I SurfaceSyncGroup: onTransactionReady mName=wmsSync-ViewRootImpl@229c629[MessageList]#20 callback=57975269 11-24 12:48:30.997 16341 16341 I SurfaceSyncGroup: addLocalSync=ViewRootImpl@900219a[MessageList]#23 to name=wmsSync-ViewRootImpl@900219a[MessageList]#22, callers=android.window.SurfaceSyncGroup.add:431 android.window.SurfaceSyncGroup.add:392 android.window.SurfaceSyncGroup.add:340 android.view.ViewRootImpl.createSyncIfNeeded:4912 android.view.ViewRootImpl.performTraversals:4796 android.view.ViewRootImpl.doTraversal:3345 11-24 12:48:31.002 16341 16382 I SurfaceSyncGroup: onTransactionReady mName=wmsSync-ViewRootImpl@900219a[MessageList]#22 callback=253187640 11-24 12:48:33.266 16341 16341 I SurfaceSyncGroup: addLocalSync=ViewRootImpl@5528400[MessageList]#25 to name=wmsSync-ViewRootImpl@5528400[MessageList]#24, callers=android.window.SurfaceSyncGroup.add:431 android.window.SurfaceSyncGroup.add:392 android.window.SurfaceSyncGroup.add:340 android.view.ViewRootImpl.createSyncIfNeeded:4912 android.view.ViewRootImpl.performTraversals:4796 android.view.ViewRootImpl.doTraversal:3345 11-24 12:48:33.276 16341 16382 I SurfaceSyncGroup: onTransactionReady mName=wmsSync-ViewRootImpl@5528400[MessageList]#24 callback=32848703 --------- beginning of main 11-24 12:50:05.774 16341 16341 I ViewRootImpl@5528400[MessageList]: handleAppVisibility mAppVisible = false visible = true 11-24 12:50:05.775 16341 16341 I ViewRootImpl@5528400[MessageList]: stopped(false) old = true 11-24 12:50:05.775 16341 16341 D ViewRootImpl@5528400[MessageList]: WindowStopped on com.fsck.k9/com.fsck.k9.activity.MessageList set to false 11-24 12:50:05.834 16341 16341 D ConnectivityManager: StackLog: [android.net.ConnectivityManager.sendRequestForNetwork(ConnectivityManager.java:4402)] [android.net.ConnectivityManager.registerDefaultNetworkCallbackForUid(ConnectivityManager.java:4966)] [android.net.ConnectivityManager.registerDefaultNetworkCallback(ConnectivityManager.java:4933)] [android.net.ConnectivityManager.registerDefaultNetworkCallback(ConnectivityManager.java:4907)] [androidx.work.impl.utils.NetworkApi24$$ExternalSyntheticApiModelOutline0.m(R8$$SyntheticClass:0)] [com.bumptech.glide.manager.SingletonConnectivityReceiver$FrameworkConnectivityMonitorPostApi24.register(SingletonConnectivityReceiver.java:191)] [com.bumptech.glide.manager.SingletonConnectivityReceiver.maybeRegisterReceiver(SingletonConnectivityReceiver.java:113)] [com.bumptech.glide.manager.SingletonConnectivityReceiver.register(SingletonConnectivityReceiver.java:94)] [com.bumptech.glide.manager.DefaultConnectivityMonitor.register(DefaultConnectivityMonitor.java:25)] [com.bumptech.glide.manager.DefaultConnectivityMonitor.onStart(DefaultConnectivityMonitor.java:34)] [com.bumptech.glide.manager.LifecycleLifecycle.onStart(LifecycleLifecycle.java:28)] [java.lang.reflect.Method.invoke(Native Method)] [androidx.lifecycle.ClassesInfoCache$MethodReference.invokeCallback(ClassesInfoCache.java:225)] [androidx.lifecycle.ClassesInfoCache$CallbackInfo.invokeMethodsForEvent(ClassesInfoCache.java:199)] [androidx.lifecycle.ClassesInfoCache$CallbackInfo.invokeCallbacks(ClassesInfoCache.java:190)] [androidx.lifecycle.ReflectiveGenericLifecycleObserver.onStateChanged(ReflectiveGenericLifecycleObserver.java:40)] [androidx.lifecycle.LifecycleRegistry$ObserverWithState.dispatchEvent(LifecycleRegistry.jvm.kt:320)] [androidx.lifecycle.LifecycleRegistry.forwardPass(LifecycleRegistry.jvm.kt:257)] [androidx.lifecycle.LifecycleRegistry.sync(LifecycleRegistry.jvm.kt:293)] [androidx.lifecycle.LifecycleRegistry.moveToState(LifecycleRegistry.jvm.kt:142)] [androidx.lifecycle.LifecycleRegistry.handleLifecycleEvent(LifecycleRegistry.jvm.kt:124)] [androidx.lifecycle.ReportFragment$Companion.dispatch$lifecycle_runtime_release(ReportFragment.android.kt:190)] [androidx.lifecycle.ReportFragment$LifecycleCallbacks.onActivityPostStarted(ReportFragment.android.kt:119)] [android.app.Activity.dispatchActivityPostStarted(Activity.java:1526)] [android.app.Activity.performStart(Activity.java:9073)] [android.app.ActivityThread.handleStartActivity(ActivityThread.java:4206)] [android.app.servertransaction.TransactionExecutor.performLifecycleSequence(TransactionExecutor.java:225)] [android.app.servertransaction.TransactionExecutor.cycleToPath(TransactionExecutor.java:205)] [android.app.servertransaction.TransactionExecutor.executeLifecycleState(TransactionExecutor.java:177)] [android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:98)] [android.app.ActivityThread$H.handleMessage(ActivityThread.java:2693)] 11-24 12:50:05.853 16341 16341 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=navigationBars, host=com.fsck.k9/com.fsck.k9.activity.MessageList 11-24 12:50:05.854 16341 16341 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=statusBars, host=com.fsck.k9/com.fsck.k9.activity.MessageList 11-24 12:50:05.854 16341 16341 I BufferQueueProducer: [](id:3fd50000000b,api:0,p:114,c:16341) setDequeueTimeout:2077252342 11-24 12:50:05.854 16341 16341 I BLASTBufferQueue_Java: new BLASTBufferQueue, mName= ViewRootImpl@5528400[MessageList] mNativeObject= 0xb4000074ff8bc100 sc.mNativeObject= 0xb4000074ffcf43c0 caller= android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3085 android.view.ViewRootImpl.relayoutWindow:10224 android.view.ViewRootImpl.performTraversals:4167 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 android.view.Choreographer$CallbackRecord.run:1690 android.view.Choreographer$CallbackRecord.run:1699 android.view.Choreographer.doCallbacks:1154 android.view.Choreographer.doFrame:1080 android.view.Choreographer$FrameDisplayEventReceiver.run:1647 11-24 12:50:05.854 16341 16341 I BLASTBufferQueue_Java: update, w= 1080 h= 2316 mName = ViewRootImpl@5528400[MessageList] mNativeObject= 0xb4000074ff8bc100 sc.mNativeObject= 0xb4000074ffcf43c0 format= -1 caller= android.graphics.BLASTBufferQueue.:89 android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3085 android.view.ViewRootImpl.relayoutWindow:10224 android.view.ViewRootImpl.performTraversals:4167 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 11-24 12:50:05.855 16341 16341 I ViewRootImpl@5528400[MessageList]: Relayout returned: old=(0,0,1080,2316) new=(0,0,1080,2316) relayoutAsync=false req=(1080,2316)0 dur=7 res=0x403 s={true 0xb400007480486000} ch=true seqId=0 11-24 12:50:05.855 16341 16341 D ViewRootImpl@5528400[MessageList]: mThreadedRenderer.initialize() mSurface={isValid=true 0xb400007480486000} hwInitialized=true 11-24 12:50:05.855 16341 16382 I AdrenoGLES-0: QUALCOMM build : 7b26bdd942, Iab69c31769 11-24 12:50:05.855 16341 16382 I AdrenoGLES-0: Build Date : 08/28/23 11-24 12:50:05.855 16341 16382 I AdrenoGLES-0: OpenGL ES Shader Compiler Version: E031.41.03.44 11-24 12:50:05.855 16341 16382 I AdrenoGLES-0: Local Branch : 11-24 12:50:05.855 16341 16382 I AdrenoGLES-0: Remote Branch : refs/tags/AU_LINUX_ANDROID_LA.VENDOR.13.2.0.11.00.00.855.659 11-24 12:50:05.855 16341 16382 I AdrenoGLES-0: Remote Branch : NONE 11-24 12:50:05.855 16341 16382 I AdrenoGLES-0: Reconstruct Branch : NOTHING 11-24 12:50:05.855 16341 16382 I AdrenoGLES-0: Build Config : S P 14.1.4 AArch64 11-24 12:50:05.855 16341 16382 I AdrenoGLES-0: Driver Path : /vendor/lib64/egl/libGLESv2_adreno.so 11-24 12:50:05.855 16341 16382 I AdrenoGLES-0: Driver Version : 0676.42 11-24 12:50:05.857 16341 16341 D ViewRootImpl@5528400[MessageList]: reportNextDraw android.view.ViewRootImpl.performTraversals:4781 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 android.view.Choreographer$CallbackRecord.run:1690 android.view.Choreographer$CallbackRecord.run:1699 11-24 12:50:05.857 16341 16341 I ViewRootImpl@5528400[MessageList]: Setup new sync=wmsSync-ViewRootImpl@5528400[MessageList]#26 11-24 12:50:05.857 16341 16341 I ViewRootImpl@5528400[MessageList]: Creating new active sync group ViewRootImpl@5528400[MessageList]#27 11-24 12:50:05.857 16341 16341 I SurfaceSyncGroup: addLocalSync=ViewRootImpl@5528400[MessageList]#27 to name=wmsSync-ViewRootImpl@5528400[MessageList]#26, callers=android.window.SurfaceSyncGroup.add:431 android.window.SurfaceSyncGroup.add:392 android.window.SurfaceSyncGroup.add:340 android.view.ViewRootImpl.createSyncIfNeeded:4912 android.view.ViewRootImpl.performTraversals:4796 android.view.ViewRootImpl.doTraversal:3345 11-24 12:50:05.864 16341 16382 I AdrenoGLES-0: PFP: 0x01740158, ME: 0x00000000 11-24 12:50:05.866 16341 16382 W Adreno-AppProfiles: Could not find QSPM HAL service. Skipping adreno profile processing. 11-24 12:50:05.873 16341 16341 I ViewRootImpl@5528400[MessageList]: registerCallbacksForSync syncBuffer=false 11-24 12:50:05.877 16341 16397 I ViewRootImpl@5528400[MessageList]: Received frameDrawingCallback syncResult=0 frameNum=1. 11-24 12:50:05.878 16341 16397 I ViewRootImpl@5528400[MessageList]: mWNT: t=0xb4000074f6728080 mBlastBufferQueue=0xb4000074ff8bc100 fn= 1 mRenderHdrSdrRatio=1.0 caller= android.view.ViewRootImpl$8.onFrameDraw:13946 android.view.ThreadedRenderer$1.onFrameDraw:792 11-24 12:50:05.878 16341 16397 I ViewRootImpl@5528400[MessageList]: Setting up sync and frameCommitCallback 11-24 12:50:05.886 16341 16382 I BLASTBufferQueue: [ViewRootImpl@5528400[MessageList]#11](f:0,a:0,s:0) onFrameAvailable the first frame is available 11-24 12:50:05.886 16341 16382 I ViewRootImpl@5528400[MessageList]: Received frameCommittedCallback lastAttemptedDrawFrameNum=1 didProduceBuffer=true 11-24 12:50:05.887 16341 16382 I SurfaceSyncGroup: onTransactionReady mName=wmsSync-ViewRootImpl@5528400[MessageList]#26 callback=197993447 11-24 12:50:05.887 16341 16341 I ViewRootImpl@5528400[MessageList]: reportDrawFinished seqId=0 11-24 12:50:05.888 16341 16341 I InsetsController: onStateChanged: host=com.fsck.k9/com.fsck.k9.activity.MessageList, from=android.view.ViewRootImpl$ViewRootHandler.handleMessageImpl:7279, state=InsetsState: {mDisplayFrame=Rect(0, 0 - 1080, 2316), mDisplayCutout=DisplayCutout{insets=Rect(0, 75 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(513, 0 - 567, 75), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080 displayHeight=2316 physicalDisplayWidth=1080 physicalDisplayHeight=2316 density={2.8125} cutoutSpec={M 0,0 H -9.466666666666667 V 26.66666666666667‬ H 9.466666666666667 V 0 H 0 Z @dp} rotation={0} scale={1.0} physicalPixelDisplaySizeRatio={1.0}}}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=8, center=Point(8, 8)}, RoundedCorner{position=TopRight, radius=8, center=Point(1072, 8)}, RoundedCorner{position=BottomRight, radius=8, center=Point(1072, 2308)}, RoundedCorner{position=BottomLeft, radius=8, center=Point(8, 2308)}]} mRoundedCornerFrame=Rect(0, 0 - 1080, 2316), mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(956, 0 - 1080, 75) rotation=0}, mDisplayShape=DisplayShape{ spec=-311912193 displayWidth=1440 displayHeight=3088 physicalPixelDisplaySizeRatio=1.0 rotation=0 offsetX=0 offsetY=0 scale=1.0}, mSources= { InsetsSource: {fd920000 mType=statusBars mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {fd920005 mType=mandatorySystemGestures mFrame=[0,0][1080,109] mVisible=true mFlags=[]}, InsetsSource: {fd920006 mType=tappableElement mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {27 mType=displayCutout mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {174a0001 mType=navigationBars mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0004 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags=[]}, InsetsSource: {174a0005 mType=mandatorySystemGestures mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0006 mType=tappableElement mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0024 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags=[]} } 11-24 12:50:05.888 16341 16341 I ViewRootImpl@5528400[MessageList]: onDisplayChanged oldDisplayState=2 newDisplayState=2 11-24 12:50:05.896 16341 16341 I ViewRootImpl@5528400[MessageList]: handleWindowFocusChanged: 1 0 call from android.view.ViewRootImpl.-$$Nest$mhandleWindowFocusChanged:0 11-24 12:50:05.896 16341 16341 D ViewRootImpl@5528400[MessageList]: mThreadedRenderer.initializeIfNeeded()#2 mSurface={isValid=true 0xb400007480486000} 11-24 12:50:05.897 16341 16341 D InputMethodManagerUtils: startInputInner - Id : 0 11-24 12:50:05.897 16341 16341 I InputMethodManager: startInputInner - IInputMethodManagerGlobalInvoker.startInputOrWindowGainedFocus 11-24 12:50:05.906 16341 22496 I ViewRootImpl@5528400[MessageList]: Resizing android.view.ViewRootImpl@d3e1783: frame = [0,0][1080,2316] reportDraw = false forceLayout = false syncSeqId = -1 11-24 12:50:05.918 16341 16341 I InputMethodManager: invalidateInput 11-24 12:50:05.918 16341 16341 I InputMethodManager: invalidateInput 11-24 12:50:05.919 16341 16341 I InputMethodManager: invalidateInput 11-24 12:50:05.925 16341 16341 I InsetsController: onStateChanged: host=com.fsck.k9/com.fsck.k9.activity.MessageList, from=android.view.ViewRootImpl$ViewRootHandler.handleMessageImpl:7279, state=InsetsState: {mDisplayFrame=Rect(0, 0 - 1080, 2316), mDisplayCutout=DisplayCutout{insets=Rect(0, 75 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(513, 0 - 567, 75), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080 displayHeight=2316 physicalDisplayWidth=1080 physicalDisplayHeight=2316 density={2.8125} cutoutSpec={M 0,0 H -9.466666666666667 V 26.66666666666667‬ H 9.466666666666667 V 0 H 0 Z @dp} rotation={0} scale={1.0} physicalPixelDisplaySizeRatio={1.0}}}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=8, center=Point(8, 8)}, RoundedCorner{position=TopRight, radius=8, center=Point(1072, 8)}, RoundedCorner{position=BottomRight, radius=8, center=Point(1072, 2308)}, RoundedCorner{position=BottomLeft, radius=8, center=Point(8, 2308)}]} mRoundedCornerFrame=Rect(0, 0 - 1080, 2316), mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(956, 0 - 1080, 75) rotation=0}, mDisplayShape=DisplayShape{ spec=-311912193 displayWidth=1440 displayHeight=3088 physicalPixelDisplaySizeRatio=1.0 rotation=0 offsetX=0 offsetY=0 scale=1.0}, mSources= { InsetsSource: {fd920000 mType=statusBars mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {fd920005 mType=mandatorySystemGestures mFrame=[0,0][1080,109] mVisible=true mFlags=[]}, InsetsSource: {fd920006 mType=tappableElement mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {3 mType=ime mFrame=[0,0][0,0] mVisible=false mFlags=[]}, InsetsSource: {27 mType=displayCutout mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {174a0001 mType=navigationBars mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0004 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags=[]}, InsetsSource: {174a0005 mType=mandatorySystemGestures mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0006 mType=tappableElement mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0024 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags=[]} } 11-24 12:50:05.925 16341 16341 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=false, type=ime, host=com.fsck.k9/com.fsck.k9.activity.MessageList 11-24 12:50:05.926 16341 16341 I ViewRootImpl@5528400[MessageList]: handleResized, msg = 4 frames=ClientWindowFrames{frame=[0,0][1080,2316] display=[0,0][1080,2316] parentFrame=[0,0][0,0]} forceNextWindowRelayout=false displayId=0 dragResizing=false compatScale=1.0 frameChanged=false attachedFrameChanged=false configChanged=false displayChanged=false compatScaleChanged=false 11-24 12:50:09.595 16341 16341 I ViewRootImpl@5528400[MessageList]: ViewPostIme pointer 0 11-24 12:50:09.607 16341 16341 I GestureDetector: obtain mCurrentDownEvent. id: 579943596 caller: androidx.core.view.GestureDetectorCompat.onTouchEvent:98 app.k9mail.ui.utils.itemtouchhelper.ItemTouchHelper$2.onInterceptTouchEvent:314 androidx.recyclerview.widget.RecyclerView.findInterceptingOnItemTouchListener:3583 11-24 12:50:09.609 16341 16341 I GestureDetector: obtain mCurrentMotionEventRaw. action: 2 id: 125739603 11-24 12:50:09.747 16341 16341 I ViewRootImpl@5528400[MessageList]: ViewPostIme pointer 1 11-24 12:50:09.779 16341 16341 I InputMethodManager: invalidateInput 11-24 12:50:09.779 16341 16341 I ImeTracker: com.fsck.k9:b7e7d5a7: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT 11-24 12:50:09.780 16341 16341 I InputMethodManager_LC: hsifw() - flag : 0 11-24 12:50:09.780 16341 16341 I InputMethodManager_LC: hsifw() - mService.hideSoftInput 11-24 12:50:09.799 16341 16341 I DecorView: setWindowBackground: isPopOver=false color=ff131314 d=android.graphics.drawable.ColorDrawable@c6b1c90 11-24 12:50:09.804 16341 16341 D ScrollView: initGoToTop 11-24 12:50:09.813 16341 16341 I InputMethodManager: invalidateInput 11-24 12:50:09.814 16341 16341 I InputMethodManager: invalidateInput 11-24 12:50:09.815 16341 16341 I InputMethodManager: invalidateInput 11-24 12:50:09.816 16341 16341 I InputMethodManager: invalidateInput 11-24 12:50:09.817 16341 16341 I InputMethodManager: invalidateInput 11-24 12:50:09.817 16341 16341 I InputMethodManager: invalidateInput 11-24 12:50:09.818 16341 16341 I InputMethodManager: invalidateInput 11-24 12:50:09.818 16341 16341 I InputMethodManager: invalidateInput 11-24 12:50:09.819 16341 16341 I InputMethodManager: invalidateInput 11-24 12:50:09.819 16341 16341 I InputMethodManager: invalidateInput 11-24 12:50:09.819 16341 16341 I InputMethodManager: invalidateInput 11-24 12:50:09.821 16341 16341 I InputMethodManager: invalidateInput 11-24 12:50:09.821 16341 16341 I InputMethodManager: invalidateInput 11-24 12:50:09.822 16341 16341 I InputMethodManager: invalidateInput 11-24 12:50:09.822 16341 16341 I InputMethodManager: invalidateInput 11-24 12:50:09.824 16341 16341 I InputMethodManager: invalidateInput 11-24 12:50:09.824 16341 16341 I InputMethodManager: invalidateInput 11-24 12:50:09.827 16341 16341 W ziparchive: Unable to open '/data/app/~~L3-Fg_eSm53eOspiRjga3A==/com.google.android.trichromelibrary_672310733-NUA1vpi48gd9WblKoXlncQ==/base.dm': No such file or directory 11-24 12:50:09.827 16341 16341 W ziparchive: Unable to open '/data/app/~~L3-Fg_eSm53eOspiRjga3A==/com.google.android.trichromelibrary_672310733-NUA1vpi48gd9WblKoXlncQ==/base.dm': No such file or directory 11-24 12:50:09.827 16341 16341 W com.fsck.k9: Entry not found 11-24 12:50:09.828 16341 16341 D nativeloader: Configuring clns-5 for other apk /data/app/~~L3-Fg_eSm53eOspiRjga3A==/com.google.android.trichromelibrary_672310733-NUA1vpi48gd9WblKoXlncQ==/base.apk. target_sdk_version=34, uses_libraries=ALL, library_path=/data/app/~~wuEKnBlzYMmDoxSeysBTBA==/com.google.android.webview-V3AGHCLikvh6ZuLkO6OcaQ==/lib/arm64:/data/app/~~wuEKnBlzYMmDoxSeysBTBA==/com.google.android.webview-V3AGHCLikvh6ZuLkO6OcaQ==/base.apk!/lib/arm64-v8a:/data/app/~~L3-Fg_eSm53eOspiRjga3A==/com.google.android.trichromelibrary_672310733-NUA1vpi48gd9WblKoXlncQ==/base.apk!/lib/arm64-v8a, permitted_path=/data:/mnt/expand 11-24 12:50:09.828 16341 16341 D nativeloader: Extending system_exposed_libraries: libhumantracking.arcsoft.so:libPortraitDistortionCorrection.arcsoft.so:libPortraitDistortionCorrectionCali.arcsoft.so:libface_landmark.arcsoft.so:libFacialStickerEngine.arcsoft.so:libfrtracking_engine.arcsoft.so:libFaceRecognition.arcsoft.so:libveengine.arcsoft.so:lib_pet_detection.arcsoft.so:libae_bracket_hdr.arcsoft.so:libaiclearzoom_raw.arcsoft.so:libacz_hhdr.arcsoft.so:libhybrid_high_dynamic_range.arcsoft.so:libimage_enhancement.arcsoft.so:liblow_light_hdr.arcsoft.so:libmacroclearshot_raw.arcsoft.so:libhigh_dynamic_range.arcsoft.so:libsuperresolution_raw.arcsoft.so:libobjectcapture_jni.arcsoft.so:libobjectcapture.arcsoft.so:libFacialAttributeDetection.arcsoft.so:libaudiomirroring_jni.audiomirroring.samsung.so:libBeauty_v4.camera.samsung.so:libexifa.camera.samsung.so:libjpega.camera.samsung.so:libOpenCv.camera.samsung.so:libaifrcInterface.camera.samsung.so:libVideoClassifier.camera.samsung.so:libImageScreener.camera.samsung.so:libMyFilter.camera.samsung.so:libtflite2.my 11-24 12:50:09.831 16341 16341 D nativeloader: Configuring clns-6 for other apk /data/app/~~wuEKnBlzYMmDoxSeysBTBA==/com.google.android.webview-V3AGHCLikvh6ZuLkO6OcaQ==/base.apk. target_sdk_version=34, uses_libraries=, library_path=/data/app/~~wuEKnBlzYMmDoxSeysBTBA==/com.google.android.webview-V3AGHCLikvh6ZuLkO6OcaQ==/lib/arm64:/data/app/~~wuEKnBlzYMmDoxSeysBTBA==/com.google.android.webview-V3AGHCLikvh6ZuLkO6OcaQ==/base.apk!/lib/arm64-v8a:/data/app/~~L3-Fg_eSm53eOspiRjga3A==/com.google.android.trichromelibrary_672310733-NUA1vpi48gd9WblKoXlncQ==/base.apk!/lib/arm64-v8a, permitted_path=/data:/mnt/expand 11-24 12:50:09.832 16341 16341 I WebViewFactory: Loading com.google.android.webview version 130.0.6723.107 (code 672310733) 11-24 12:50:09.845 16341 16341 I cr_WVCFactoryProvider: version=130.0.6723.107 (672310733) minSdkVersion=29 isBundle=true multiprocess=true packageId=2 11-24 12:50:09.852 16341 25032 I chromium: [1124/125009.851784:INFO:variations_seed_loader.cc(68)] Failed to open file for reading.: No such file or directory (2) 11-24 12:50:09.858 16341 16341 I cr_LibraryLoader: Successfully loaded native library 11-24 12:50:09.859 16341 16341 I cr_CachingUmaRecorder: Flushed 6 samples from 6 histograms, 0 samples were dropped. 11-24 12:50:09.861 16341 16341 I cr_CombinedPProvider: #registerProvider() provider:WV.z8@8cc1b7d isPolicyCacheEnabled:false policyProvidersSize:0 11-24 12:50:09.862 16341 16341 I cr_PolicyProvider: #setManagerAndSource() 0 11-24 12:50:09.866 16341 16341 I cr_CombinedPProvider: #linkNativeInternal() 1 11-24 12:50:09.866 16341 16341 D CompatibilityChangeReporter: Compat change id reported: 183155436; UID 10516; state: ENABLED 11-24 12:50:09.866 16341 16341 I cr_AppResProvider: #getApplicationRestrictionsFromUserManager() Bundle[EMPTY_PARCEL] 11-24 12:50:09.866 16341 16341 I cr_PolicyProvider: #notifySettingsAvailable() 0 11-24 12:50:09.866 16341 16341 I cr_CombinedPProvider: #onSettingsAvailable() 0 11-24 12:50:09.866 16341 16341 I cr_CombinedPProvider: #flushPolicies() 11-24 12:50:09.893 16341 16341 D CompatibilityChangeReporter: Compat change id reported: 214741472; UID 10516; state: ENABLED 11-24 12:50:09.899 16341 16341 D ConnectivityManager: StackLog: [android.net.ConnectivityManager.sendRequestForNetwork(ConnectivityManager.java:4402)] [android.net.ConnectivityManager.registerDefaultNetworkCallbackForUid(ConnectivityManager.java:4966)] [android.net.ConnectivityManager.registerDefaultNetworkCallback(ConnectivityManager.java:4933)] [WV.gE.e(chromium-TrichromeWebViewGoogle6432.aab-stable-672310733:44)] [WV.gE.b(chromium-TrichromeWebViewGoogle6432.aab-stable-672310733:1)] [org.chromium.android_webview.AwContentsLifecycleNotifier.onFirstWebViewCreated(chromium-TrichromeWebViewGoogle6432.aab-stable-672310733:19)] [J.N._J_J(Native Method)] [org.chromium.android_webview.AwContents.(chromium-TrichromeWebViewGoogle6432.aab-stable-672310733:442)] [com.android.webview.chromium.l.run(chromium-TrichromeWebViewGoogle6432.aab-stable-672310733:148)] [WV.xY.b(chromium-TrichromeWebViewGoogle6432.aab-stable-672310733:20)] [WV.wY.run(chromium-TrichromeWebViewGoogle6432.aab-stable-672310733:3)] [org.chromium.base.task.PostTask.d(chromium-TrichromeWebViewGoogle6432.aab-stable-672310733:12)] [WV.xY.a(chromium-TrichromeWebViewGoogle6432.aab-stable-672310733:23)] [com.android.webview.chromium.WebViewChromiumFactoryProvider.a(chromium-TrichromeWebViewGoogle6432.aab-stable-672310733:3)] [com.android.webview.chromium.WebViewChromium.init(chromium-TrichromeWebViewGoogle6432.aab-stable-672310733:329)] [android.webkit.WebView.(WebView.java:447)] [android.webkit.WebView.(WebView.java:367)] [android.webkit.WebView.(WebView.java:349)] [android.webkit.WebView.(WebView.java:336)] [com.fsck.k9.view.MessageWebView.(MessageWebView.kt:17)] [java.lang.reflect.Constructor.newInstance0(Native Method)] [java.lang.reflect.Constructor.newInstance(Constructor.java:343)] [android.view.LayoutInflater.createView(LayoutInflater.java:882)] [android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:1034)] [android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:989)] [android.view.LayoutInflater.rInflate(LayoutInflater.java:1151)] [android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:1112)] [android.view.LayoutInflater.rInflate(LayoutInflater.java:1154)] [android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:1112)] [android.view.LayoutInflater.rInflate(LayoutInflater.java:1154)] [android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:1112)] [android.view.LayoutInflater.inflate(LayoutInflater.java:700)] [android.view.LayoutInflater.inflate(LayoutInflater.java:544)] [android.view.ViewStub.inflateViewNoAdd(ViewStub.java:272)] [android.view.ViewStub.inflate(ViewStub.java:305)] [com.fsck.k9.activity.MessageCompose.onCreate(MessageCompose.java:266)] [android.app.Activity.performCreate(Activity.java:9001)] [android.app.Activity.performCreate(Activity.java:8970)] [android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1456)] [android.app.ActivityThread.performLaunchActivity(ActivityThread.java:4154)] [android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:4330)] [android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)] [android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:139)] [android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:96)] [android.app.ActivityThread$H.handleMessage(ActivityThread.java:2693)] 11-24 12:50:09.902 16341 16341 D ConnectivityManager: StackLog: [android.net.ConnectivityManager.sendRequestForNetwork(ConnectivityManager.java:4402)] [android.net.ConnectivityManager.sendRequestForNetwork(ConnectivityManager.java:4444)] [android.net.ConnectivityManager.registerNetworkCallback(ConnectivityManager.java:4826)] [WV.gE.e(chromium-TrichromeWebViewGoogle6432.aab-stable-672310733:93)] [WV.gE.b(chromium-TrichromeWebViewGoogle6432.aab-stable-672310733:1)] [org.chromium.android_webview.AwContentsLifecycleNotifier.onFirstWebViewCreated(chromium-TrichromeWebViewGoogle6432.aab-stable-672310733:19)] [J.N._J_J(Native Method)] [org.chromium.android_webview.AwContents.(chromium-TrichromeWebViewGoogle6432.aab-stable-672310733:442)] [com.android.webview.chromium.l.run(chromium-TrichromeWebViewGoogle6432.aab-stable-672310733:148)] [WV.xY.b(chromium-TrichromeWebViewGoogle6432.aab-stable-672310733:20)] [WV.wY.run(chromium-TrichromeWebViewGoogle6432.aab-stable-672310733:3)] [org.chromium.base.task.PostTask.d(chromium-TrichromeWebViewGoogle6432.aab-stable-672310733:12)] [WV.xY.a(chromium-TrichromeWebViewGoogle6432.aab-stable-672310733:23)] [com.android.webview.chromium.WebViewChromiumFactoryProvider.a(chromium-TrichromeWebViewGoogle6432.aab-stable-672310733:3)] [com.android.webview.chromium.WebViewChromium.init(chromium-TrichromeWebViewGoogle6432.aab-stable-672310733:329)] [android.webkit.WebView.(WebView.java:447)] [android.webkit.WebView.(WebView.java:367)] [android.webkit.WebView.(WebView.java:349)] [android.webkit.WebView.(WebView.java:336)] [com.fsck.k9.view.MessageWebView.(MessageWebView.kt:17)] [java.lang.reflect.Constructor.newInstance0(Native Method)] [java.lang.reflect.Constructor.newInstance(Constructor.java:343)] [android.view.LayoutInflater.createView(LayoutInflater.java:882)] [android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:1034)] [android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:989)] [android.view.LayoutInflater.rInflate(LayoutInflater.java:1151)] [android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:1112)] [android.view.LayoutInflater.rInflate(LayoutInflater.java:1154)] [android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:1112)] [android.view.LayoutInflater.rInflate(LayoutInflater.java:1154)] [android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:1112)] [android.view.LayoutInflater.inflate(LayoutInflater.java:700)] [android.view.LayoutInflater.inflate(LayoutInflater.java:544)] [android.view.ViewStub.inflateViewNoAdd(ViewStub.java:272)] [android.view.ViewStub.inflate(ViewStub.java:305)] [com.fsck.k9.activity.MessageCompose.onCreate(MessageCompose.java:266)] [android.app.Activity.performCreate(Activity.java:9001)] [android.app.Activity.performCreate(Activity.java:8970)] [android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1456)] [android.app.ActivityThread.performLaunchActivity(ActivityThread.java:4154)] [android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:4330)] [android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)] [android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:139)] [android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:96)] [android.app.ActivityThread$H.handleMessage(ActivityThread.java:2693)] 11-24 12:50:09.911 16341 16341 I InputMethodManager: invalidateInput 11-24 12:50:09.911 16341 16341 I InputMethodManager: invalidateInput 11-24 12:50:09.911 16341 16341 E PhoneWindow: Circular progress bar not located in current window decor 11-24 12:50:09.925 16341 16341 I InputMethodManager: invalidateInput 11-24 12:50:09.935 16341 16341 D AutofillManager: view not autofillable - has multiline input type 11-24 12:50:09.938 16341 16382 D NativeCustomFrequencyManager: [NativeCFMS] BpCustomFrequencyManager::BpCustomFrequencyManager() 11-24 12:50:09.942 16341 16341 I InsetsController: onStateChanged: host=com.fsck.k9/com.fsck.k9.activity.MessageCompose, from=android.view.ViewRootImpl.setView:1797, state=InsetsState: {mDisplayFrame=Rect(0, 0 - 1080, 2316), mDisplayCutout=DisplayCutout{insets=Rect(0, 75 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(513, 0 - 567, 75), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080 displayHeight=2316 physicalDisplayWidth=1080 physicalDisplayHeight=2316 density={2.8125} cutoutSpec={M 0,0 H -9.466666666666667 V 26.66666666666667‬ H 9.466666666666667 V 0 H 0 Z @dp} rotation={0} scale={1.0} physicalPixelDisplaySizeRatio={1.0}}}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=8, center=Point(8, 8)}, RoundedCorner{position=TopRight, radius=8, center=Point(1072, 8)}, RoundedCorner{position=BottomRight, radius=8, center=Point(1072, 2308)}, RoundedCorner{position=BottomLeft, radius=8, center=Point(8, 2308)}]} mRoundedCornerFrame=Rect(0, 0 - 1080, 2316), mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(956, 0 - 1080, 75) rotation=0}, mDisplayShape=DisplayShape{ spec=-311912193 displayWidth=1440 displayHeight=3088 physicalPixelDisplaySizeRatio=1.0 rotation=0 offsetX=0 offsetY=0 scale=1.0}, mSources= { InsetsSource: {fd920000 mType=statusBars mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {fd920005 mType=mandatorySystemGestures mFrame=[0,0][1080,109] mVisible=true mFlags=[]}, InsetsSource: {fd920006 mType=tappableElement mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {27 mType=displayCutout mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {174a0001 mType=navigationBars mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0004 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags=[]}, InsetsSource: {174a0005 mType=mandatorySystemGestures mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0006 mType=tappableElement mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0024 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags=[]} } 11-24 12:50:09.942 16341 16341 I ViewRootImpl@bebbefd[MessageCompose]: synced displayState. AttachInfo displayState=2 11-24 12:50:09.942 16341 16341 I ViewRootImpl@bebbefd[MessageCompose]: setView = com.android.internal.policy.DecorView@67cfcc0 TM=true 11-24 12:50:09.945 16341 16341 D AutofillManager: view not autofillable - has multiline input type 11-24 12:50:09.945 16341 16341 D AutofillManager: view not autofillable - has multiline input type 11-24 12:50:09.946 16341 16341 D AnimatorSet: mReversing is false. Don't call initChildren. 11-24 12:50:09.946 16341 16341 D AutofillManager: view not autofillable - has multiline input type 11-24 12:50:09.947 16341 16341 D CompatibilityChangeReporter: Compat change id reported: 193247900; UID 10516; state: ENABLED 11-24 12:50:09.955 16341 16341 I InsetsController: onStateChanged: host=com.fsck.k9/com.fsck.k9.activity.MessageCompose, from=android.view.ViewRootImpl.relayoutWindow:10165, state=InsetsState: {mDisplayFrame=Rect(0, 0 - 1080, 2316), mDisplayCutout=DisplayCutout{insets=Rect(0, 75 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(513, 0 - 567, 75), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080 displayHeight=2316 physicalDisplayWidth=1080 physicalDisplayHeight=2316 density={2.8125} cutoutSpec={M 0,0 H -9.466666666666667 V 26.66666666666667‬ H 9.466666666666667 V 0 H 0 Z @dp} rotation={0} scale={1.0} physicalPixelDisplaySizeRatio={1.0}}}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=8, center=Point(8, 8)}, RoundedCorner{position=TopRight, radius=8, center=Point(1072, 8)}, RoundedCorner{position=BottomRight, radius=8, center=Point(1072, 2308)}, RoundedCorner{position=BottomLeft, radius=8, center=Point(8, 2308)}]} mRoundedCornerFrame=Rect(0, 0 - 1080, 2316), mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(956, 0 - 1080, 75) rotation=0}, mDisplayShape=DisplayShape{ spec=-311912193 displayWidth=1440 displayHeight=3088 physicalPixelDisplaySizeRatio=1.0 rotation=0 offsetX=0 offsetY=0 scale=1.0}, mSources= { InsetsSource: {fd920000 mType=statusBars mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {fd920005 mType=mandatorySystemGestures mFrame=[0,0][1080,109] mVisible=true mFlags=[]}, InsetsSource: {fd920006 mType=tappableElement mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {3 mType=ime mFrame=[0,0][0,0] mVisible=false mFlags=[]}, InsetsSource: {27 mType=displayCutout mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {174a0001 mType=navigationBars mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0004 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags=[]}, InsetsSource: {174a0005 mType=mandatorySystemGestures mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0006 mType=tappableElement mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0024 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags=[]} } 11-24 12:50:09.955 16341 16341 I BufferQueueProducer: [](id:3fd50000000c,api:0,p:0,c:16341) setDequeueTimeout:2077252342 11-24 12:50:09.955 16341 16341 I BLASTBufferQueue_Java: new BLASTBufferQueue, mName= ViewRootImpl@bebbefd[MessageCompose] mNativeObject= 0xb4000074ff8ab200 sc.mNativeObject= 0xb40000748054e500 caller= android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3085 android.view.ViewRootImpl.relayoutWindow:10224 android.view.ViewRootImpl.performTraversals:4167 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 android.view.Choreographer$CallbackRecord.run:1690 android.view.Choreographer$CallbackRecord.run:1699 android.view.Choreographer.doCallbacks:1154 android.view.Choreographer.doFrame:1080 android.view.Choreographer$FrameDisplayEventReceiver.run:1647 11-24 12:50:09.955 16341 16341 I BLASTBufferQueue_Java: update, w= 1080 h= 2316 mName = ViewRootImpl@bebbefd[MessageCompose] mNativeObject= 0xb4000074ff8ab200 sc.mNativeObject= 0xb40000748054e500 format= -1 caller= android.graphics.BLASTBufferQueue.:89 android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3085 android.view.ViewRootImpl.relayoutWindow:10224 android.view.ViewRootImpl.performTraversals:4167 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 11-24 12:50:09.955 16341 16341 I ViewRootImpl@bebbefd[MessageCompose]: Relayout returned: old=(0,0,1080,2316) new=(0,0,1080,2316) relayoutAsync=false req=(1080,2316)0 dur=5 res=0x403 s={true 0xb400007480488800} ch=true seqId=0 11-24 12:50:09.956 16341 16341 I ViewRootImpl@bebbefd[MessageCompose]: performConfigurationChange setNightDimText nightDimLevel=0 11-24 12:50:09.956 16341 16341 D ViewRootImpl@bebbefd[MessageCompose]: mThreadedRenderer.initialize() mSurface={isValid=true 0xb400007480488800} hwInitialized=true 11-24 12:50:09.956 16341 16341 D AutofillManager: view not autofillable - has multiline input type 11-24 12:50:09.958 16341 16341 D ScrollView: onsize change changed 11-24 12:50:09.958 16341 16341 D ViewRootImpl@bebbefd[MessageCompose]: reportNextDraw android.view.ViewRootImpl.performTraversals:4781 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 android.view.Choreographer$CallbackRecord.run:1690 android.view.Choreographer$CallbackRecord.run:1699 11-24 12:50:09.959 16341 16341 I ViewRootImpl@bebbefd[MessageCompose]: Setup new sync=wmsSync-ViewRootImpl@bebbefd[MessageCompose]#28 11-24 12:50:09.959 16341 16341 I ViewRootImpl@bebbefd[MessageCompose]: Creating new active sync group ViewRootImpl@bebbefd[MessageCompose]#29 11-24 12:50:09.959 16341 16341 I SurfaceSyncGroup: addLocalSync=ViewRootImpl@bebbefd[MessageCompose]#29 to name=wmsSync-ViewRootImpl@bebbefd[MessageCompose]#28, callers=android.window.SurfaceSyncGroup.add:431 android.window.SurfaceSyncGroup.add:392 android.window.SurfaceSyncGroup.add:340 android.view.ViewRootImpl.createSyncIfNeeded:4912 android.view.ViewRootImpl.performTraversals:4796 android.view.ViewRootImpl.doTraversal:3345 11-24 12:50:09.959 16341 16341 I ViewRootImpl@bebbefd[MessageCompose]: registerCallbacksForSync syncBuffer=false 11-24 12:50:09.962 16341 16396 I ViewRootImpl@bebbefd[MessageCompose]: Received frameDrawingCallback syncResult=0 frameNum=1. 11-24 12:50:09.962 16341 16396 I ViewRootImpl@bebbefd[MessageCompose]: mWNT: t=0xb40000748055f300 mBlastBufferQueue=0xb4000074ff8ab200 fn= 1 mRenderHdrSdrRatio=1.0 caller= android.view.ViewRootImpl$8.onFrameDraw:13946 android.view.ThreadedRenderer$1.onFrameDraw:792 11-24 12:50:09.962 16341 16396 I ViewRootImpl@bebbefd[MessageCompose]: Setting up sync and frameCommitCallback 11-24 12:50:09.964 16341 16382 I BLASTBufferQueue: [ViewRootImpl@bebbefd[MessageCompose]#12](f:0,a:0,s:0) onFrameAvailable the first frame is available 11-24 12:50:09.965 16341 16382 I ViewRootImpl@bebbefd[MessageCompose]: Received frameCommittedCallback lastAttemptedDrawFrameNum=1 didProduceBuffer=true 11-24 12:50:09.965 16341 16382 I SurfaceSyncGroup: onTransactionReady mName=wmsSync-ViewRootImpl@bebbefd[MessageCompose]#28 callback=131096596 11-24 12:50:09.965 16341 16382 D OpenGLRenderer: CFMS:: SetUp Pid : 16341 Tid : 16382 11-24 12:50:09.965 16341 16341 I ViewRootImpl@bebbefd[MessageCompose]: reportDrawFinished seqId=0 11-24 12:50:09.966 16341 16341 I GestureDetector: handleMessage TAP 11-24 12:50:09.970 16341 16341 D TokenAutoComplete: Current completion text: redacted@kingqueen.org.uk, 11-24 12:50:09.973 16341 16341 E PhoneWindow: Circular progress bar not located in current window decor 11-24 12:50:09.974 16341 16382 D OpenGLRenderer: HWUI - treat SMPTE_170M as sRGB 11-24 12:50:09.974 16341 16341 I ViewRootImpl@5528400[MessageList]: handleWindowFocusChanged: 0 0 call from android.view.ViewRootImpl.-$$Nest$mhandleWindowFocusChanged:0 11-24 12:50:09.974 16341 16341 I ImeFocusController: onPreWindowFocus: skipped, hasWindowFocus=false mHasImeFocus=true 11-24 12:50:09.974 16341 16341 I ImeFocusController: onPostWindowFocus: skipped, hasWindowFocus=false mHasImeFocus=true 11-24 12:50:09.986 16341 16341 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=navigationBars, host=com.fsck.k9/com.fsck.k9.activity.MessageCompose 11-24 12:50:09.986 16341 16341 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=statusBars, host=com.fsck.k9/com.fsck.k9.activity.MessageCompose 11-24 12:50:09.998 16341 16341 I InputMethodManager: invalidateInput 11-24 12:50:10.002 16341 16341 I InputMethodManager: invalidateInput 11-24 12:50:10.003 16341 16341 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length 11-24 12:50:10.003 16341 16341 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length 11-24 12:50:10.004 16341 16341 I InputMethodManager: invalidateInput 11-24 12:50:10.004 16341 16341 D AndroidRuntime: Shutting down VM 11-24 12:50:10.004 16341 16341 E AndroidRuntime: FATAL EXCEPTION: main 11-24 12:50:10.004 16341 16341 E AndroidRuntime: Process: com.fsck.k9, PID: 16341 11-24 12:50:10.004 16341 16341 E AndroidRuntime: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String java.lang.String.substring(int, int)' on a null object reference 11-24 12:50:10.004 16341 16341 E AndroidRuntime: at com.fsck.k9.ui.compose.QuotedMessagePresenter.processDraftMessage(QuotedMessagePresenter.java:287) 11-24 12:50:10.004 16341 16341 E AndroidRuntime: at com.fsck.k9.activity.MessageCompose.processDraftMessage(MessageCompose.java:1451) 11-24 12:50:10.004 16341 16341 E AndroidRuntime: at com.fsck.k9.activity.MessageCompose.processSourceMessage(MessageCompose.java:1262) 11-24 12:50:10.004 16341 16341 E AndroidRuntime: at com.fsck.k9.activity.MessageCompose.loadLocalMessageForDisplay(MessageCompose.java:1659) 11-24 12:50:10.004 16341 16341 E AndroidRuntime: at com.fsck.k9.activity.MessageCompose$11.onMessageViewInfoLoadFinished(MessageCompose.java:1679) 11-24 12:50:10.004 16341 16341 E AndroidRuntime: at com.fsck.k9.activity.MessageLoaderHelper.onDecodeMessageFinished(MessageLoaderHelper.java:405) 11-24 12:50:10.004 16341 16341 E AndroidRuntime: at com.fsck.k9.activity.MessageLoaderHelper.-$$Nest$monDecodeMessageFinished(MessageLoaderHelper.java:0) 11-24 12:50:10.004 16341 16341 E AndroidRuntime: at com.fsck.k9.activity.MessageLoaderHelper$3.onLoadFinished(MessageLoaderHelper.java:441) 11-24 12:50:10.004 16341 16341 E AndroidRuntime: at com.fsck.k9.activity.MessageLoaderHelper$3.onLoadFinished(MessageLoaderHelper.java:418) 11-24 12:50:10.004 16341 16341 E AndroidRuntime: at androidx.loader.app.LoaderManagerImpl$LoaderObserver.onChanged(LoaderManagerImpl.java:250) 11-24 12:50:10.004 16341 16341 E AndroidRuntime: at androidx.lifecycle.LiveData.considerNotify(LiveData.java:133) 11-24 12:50:10.004 16341 16341 E AndroidRuntime: at androidx.lifecycle.LiveData.dispatchingValue(LiveData.java:151) 11-24 12:50:10.004 16341 16341 E AndroidRuntime: at androidx.lifecycle.LiveData.setValue(LiveData.java:309) 11-24 12:50:10.004 16341 16341 E AndroidRuntime: at androidx.lifecycle.MutableLiveData.setValue(MutableLiveData.java:50) 11-24 12:50:10.004 16341 16341 E AndroidRuntime: at androidx.loader.app.LoaderManagerImpl$LoaderInfo.setValue(LoaderManagerImpl.java:189) 11-24 12:50:10.004 16341 16341 E AndroidRuntime: at androidx.loader.app.LoaderManagerImpl$LoaderInfo.onLoadComplete(LoaderManagerImpl.java:174) 11-24 12:50:10.004 16341 16341 E AndroidRuntime: at androidx.loader.content.Loader.deliverResult(Loader.java:132) 11-24 12:50:10.004 16341 16341 E AndroidRuntime: at com.fsck.k9.ui.message.LocalMessageExtractorLoader.deliverResult(LocalMessageExtractorLoader.java:47) 11-24 12:50:10.004 16341 16341 E AndroidRuntime: at com.fsck.k9.ui.message.LocalMessageExtractorLoader.deliverResult(LocalMessageExtractorLoader.java:16) 11-24 12:50:10.004 16341 16341 E AndroidRuntime: at androidx.loader.content.AsyncTaskLoader.dispatchOnLoadComplete(AsyncTaskLoader.java:258) 11-24 12:50:10.004 16341 16341 E AndroidRuntime: at androidx.loader.content.AsyncTaskLoader$LoadTask.onPostExecute(AsyncTaskLoader.java:83) 11-24 12:50:10.004 16341 16341 E AndroidRuntime: at androidx.loader.content.ModernAsyncTask.finish(ModernAsyncTask.java:490) 11-24 12:50:10.004 16341 16341 E AndroidRuntime: at androidx.loader.content.ModernAsyncTask$InternalHandler.handleMessage(ModernAsyncTask.java:507) 11-24 12:50:10.004 16341 16341 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:106) 11-24 12:50:10.004 16341 16341 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:230) 11-24 12:50:10.004 16341 16341 E AndroidRuntime: at android.os.Looper.loop(Looper.java:319) 11-24 12:50:10.004 16341 16341 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:9063) 11-24 12:50:10.004 16341 16341 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method) 11-24 12:50:10.004 16341 16341 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:588) 11-24 12:50:10.004 16341 16341 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103) 11-24 12:50:10.017 16341 16341 I Process : Sending signal. PID: 16341 SIG: 9 11-24 12:50:17.796 25300 25300 I com.fsck.k9: Using CollectorTypeCMC GC. 11-24 12:50:17.799 25300 25300 E com.fsck.k9: Not starting debugger since process cannot load the jdwp agent. 11-24 12:50:17.802 25300 25300 D ActivityThread: setConscryptValidator 11-24 12:50:17.802 25300 25300 D ActivityThread: setConscryptValidator - put 11-24 12:50:17.809 25300 25300 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10516; state: ENABLED 11-24 12:50:17.809 25300 25300 D CompatibilityChangeReporter: Compat change id reported: 242716250; UID 10516; state: ENABLED 11-24 12:50:17.826 25300 25300 D nativeloader: Configuring clns-4 for other apk /data/app/~~RadT3sxHHkyhkJtLag-bwg==/com.fsck.k9-0p-60oR3J8Qs317V3x0_sA==/base.apk. target_sdk_version=34, uses_libraries=, library_path=/data/app/~~RadT3sxHHkyhkJtLag-bwg==/com.fsck.k9-0p-60oR3J8Qs317V3x0_sA==/lib/arm64:/data/app/~~RadT3sxHHkyhkJtLag-bwg==/com.fsck.k9-0p-60oR3J8Qs317V3x0_sA==/base.apk!/lib/arm64-v8a, permitted_path=/data:/mnt/expand:/data/user/0/com.fsck.k9 11-24 12:50:17.830 25300 25300 V GraphicsEnvironment: Currently set values for: 11-24 12:50:17.830 25300 25300 V GraphicsEnvironment: angle_gl_driver_selection_pkgs=[] 11-24 12:50:17.830 25300 25300 V GraphicsEnvironment: angle_gl_driver_selection_values=[] 11-24 12:50:17.831 25300 25300 V GraphicsEnvironment: ANGLE GameManagerService for com.fsck.k9: false 11-24 12:50:17.831 25300 25300 V GraphicsEnvironment: com.fsck.k9 is not listed in per-application setting 11-24 12:50:17.831 25300 25300 V GraphicsEnvironment: App is not on the allowlist for updatable production driver. 11-24 12:50:17.862 25300 25300 D WM-PackageManagerHelper: Skipping component enablement for androidx.work.impl.background.systemjob.SystemJobService 11-24 12:50:17.862 25300 25300 D WM-Schedulers: Created SystemJobScheduler and enabled SystemJobService 11-24 12:50:17.867 25300 25300 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 10516; state: ENABLED 11-24 12:50:17.870 25300 25300 D OpenGLRenderer: HWUI - treat SMPTE_170M as sRGB 11-24 12:50:17.873 25300 25300 D AppCompatDelegate: Checking for metadata for AppLocalesMetadataHolderService : Service not found 11-24 12:50:17.874 25300 25331 I AdrenoGLES-0: QUALCOMM build : 7b26bdd942, Iab69c31769 11-24 12:50:17.874 25300 25331 I AdrenoGLES-0: Build Date : 08/28/23 11-24 12:50:17.874 25300 25331 I AdrenoGLES-0: OpenGL ES Shader Compiler Version: E031.41.03.44 11-24 12:50:17.874 25300 25331 I AdrenoGLES-0: Local Branch : 11-24 12:50:17.874 25300 25331 I AdrenoGLES-0: Remote Branch : refs/tags/AU_LINUX_ANDROID_LA.VENDOR.13.2.0.11.00.00.855.659 11-24 12:50:17.874 25300 25331 I AdrenoGLES-0: Remote Branch : NONE 11-24 12:50:17.874 25300 25331 I AdrenoGLES-0: Reconstruct Branch : NOTHING 11-24 12:50:17.874 25300 25331 I AdrenoGLES-0: Build Config : S P 14.1.4 AArch64 11-24 12:50:17.874 25300 25331 I AdrenoGLES-0: Driver Path : /vendor/lib64/egl/libGLESv2_adreno.so 11-24 12:50:17.874 25300 25331 I AdrenoGLES-0: Driver Version : 0676.42 11-24 12:50:17.883 25300 25331 I AdrenoGLES-0: PFP: 0x01740158, ME: 0x00000000 11-24 12:50:17.886 25300 25300 I DecorView: setWindowBackground: isPopOver=false color=ff131314 d=android.graphics.drawable.ColorDrawable@fcfce63 11-24 12:50:17.887 25300 25331 W Adreno-AppProfiles: Could not find QSPM HAL service. Skipping adreno profile processing. 11-24 12:50:17.888 25300 25300 D CompatibilityChangeReporter: Compat change id reported: 210923482; UID 10516; state: ENABLED 11-24 12:50:17.889 25300 25331 I AdrenoUtils: : Reading chip ID through GSL 11-24 12:50:17.892 25300 25326 I NotificationManager: com.fsck.k9: notify(48, null, Notification(channel=messages_channel_9207f9b1-307e-46ff-99a0-176c05056138_1690912860 shortcut=null contentView=null vibrate=null sound=null tick defaults=0x0 flags=0x0 color=0xff669900 category=email groupKey=newMailNotifications-2 actions=2 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0)) as user 11-24 12:50:17.894 25300 25326 I NotificationManager: com.fsck.k9: notify(47, null, Notification(channel=messages_channel_9207f9b1-307e-46ff-99a0-176c05056138_1690912860 shortcut=null contentView=null vibrate=null sound=null tick defaults=0x0 flags=0x0 color=0xff669900 category=email groupKey=newMailNotifications-2 actions=2 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0)) as user 11-24 12:50:17.896 25300 25326 I NotificationManager: com.fsck.k9: notify(46, null, Notification(channel=messages_channel_9207f9b1-307e-46ff-99a0-176c05056138_1690912860 shortcut=null contentView=null vibrate=null sound=null tick defaults=0x0 flags=0x0 color=0xff669900 category=email groupKey=newMailNotifications-2 actions=2 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0)) as user 11-24 12:50:17.897 25300 25337 D CompatibilityChangeReporter: Compat change id reported: 194532703; UID 10516; state: ENABLED 11-24 12:50:17.897 25300 25337 D CompatibilityChangeReporter: Compat change id reported: 253665015; UID 10516; state: ENABLED 11-24 12:50:17.898 25300 25326 I NotificationManager: com.fsck.k9: notify(45, null, Notification(channel=messages_channel_9207f9b1-307e-46ff-99a0-176c05056138_1690912860 shortcut=null contentView=null vibrate=null sound=null tick defaults=0x0 flags=0x0 color=0xff669900 category=email groupKey=newMailNotifications-2 actions=2 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0)) as user 11-24 12:50:17.900 25300 25326 I NotificationManager: com.fsck.k9: notify(44, null, Notification(channel=messages_channel_9207f9b1-307e-46ff-99a0-176c05056138_1690912860 shortcut=null contentView=null vibrate=null sound=null tick defaults=0x0 flags=0x0 color=0xff669900 category=email groupKey=newMailNotifications-2 actions=2 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0)) as user 11-24 12:50:17.902 25300 25326 I NotificationManager: com.fsck.k9: notify(43, null, Notification(channel=messages_channel_9207f9b1-307e-46ff-99a0-176c05056138_1690912860 shortcut=null contentView=null vibrate=null sound=null tick defaults=0x0 flags=0x0 color=0xff669900 category=email groupKey=newMailNotifications-2 actions=2 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0)) as user 11-24 12:50:17.904 25300 25326 I NotificationManager: com.fsck.k9: notify(42, null, Notification(channel=messages_channel_9207f9b1-307e-46ff-99a0-176c05056138_1690912860 shortcut=null contentView=null vibrate=null sound=null tick defaults=0x0 flags=0x0 color=0xff669900 category=email groupKey=newMailNotifications-2 actions=2 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0)) as user 11-24 12:50:17.907 25300 25326 I NotificationManager: com.fsck.k9: notify(41, null, Notification(channel=messages_channel_9207f9b1-307e-46ff-99a0-176c05056138_1690912860 shortcut=null contentView=null vibrate=null sound=null tick defaults=0x0 flags=0x200 color=0xff669900 category=email groupKey=newMailNotifications-2 actions=1 vis=PRIVATE publicVersion=Notification(channel=messages_channel_9207f9b1-307e-46ff-99a0-176c05056138_1690912860 shortcut=null contentView=null vibrate=null sound=null defaults=0x0 flags=0x0 color=0xff669900 category=email vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0) semFlags=0x0 semPriority=0 semMissedCount=0)) as user 11-24 12:50:17.907 25300 25300 D CompatibilityChangeReporter: Compat change id reported: 237531167; UID 10516; state: DISABLED 11-24 12:50:17.909 25300 25331 D NativeCustomFrequencyManager: [NativeCFMS] BpCustomFrequencyManager::BpCustomFrequencyManager() 11-24 12:50:17.912 25300 25300 I InsetsController: onStateChanged: host=com.fsck.k9/com.fsck.k9.activity.MessageList, from=android.view.ViewRootImpl.setView:1797, state=InsetsState: {mDisplayFrame=Rect(0, 0 - 1080, 2316), mDisplayCutout=DisplayCutout{insets=Rect(0, 75 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(513, 0 - 567, 75), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080 displayHeight=2316 physicalDisplayWidth=1080 physicalDisplayHeight=2316 density={2.8125} cutoutSpec={M 0,0 H -9.466666666666667 V 26.66666666666667‬ H 9.466666666666667 V 0 H 0 Z @dp} rotation={0} scale={1.0} physicalPixelDisplaySizeRatio={1.0}}}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=8, center=Point(8, 8)}, RoundedCorner{position=TopRight, radius=8, center=Point(1072, 8)}, RoundedCorner{position=BottomRight, radius=8, center=Point(1072, 2308)}, RoundedCorner{position=BottomLeft, radius=8, center=Point(8, 2308)}]} mRoundedCornerFrame=Rect(0, 0 - 1080, 2316), mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(956, 0 - 1080, 75) rotation=0}, mDisplayShape=DisplayShape{ spec=-311912193 displayWidth=1440 displayHeight=3088 physicalPixelDisplaySizeRatio=1.0 rotation=0 offsetX=0 offsetY=0 scale=1.0}, mSources= { InsetsSource: {fd920000 mType=statusBars mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {fd920005 mType=mandatorySystemGestures mFrame=[0,0][1080,109] mVisible=true mFlags=[]}, InsetsSource: {fd920006 mType=tappableElement mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {27 mType=displayCutout mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {174a0001 mType=navigationBars mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0004 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags=[]}, InsetsSource: {174a0005 mType=mandatorySystemGestures mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0006 mType=tappableElement mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0024 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags=[]} } 11-24 12:50:17.912 25300 25300 I ViewRootImpl@3f42ce0[MessageList]: synced displayState. AttachInfo displayState=2 11-24 12:50:17.912 25300 25300 I ViewRootImpl@3f42ce0[MessageList]: setView = com.android.internal.policy.DecorView@91f370c TM=true 11-24 12:50:17.912 25300 25300 I IDS_TAG : Starting IDS observe window 11-24 12:50:17.912 25300 25300 I IDS_TAG : Getting Shared Preference for app.k9mail.K9App@a45df44 uid = 10516 11-24 12:50:17.913 25300 25300 I IDS_TAG : App app.k9mail.K9App@a45df44 being boosted by IDS 11-24 12:50:17.914 25300 25300 I IDS_TAG : Closing IDS observe window 11-24 12:50:17.914 25300 25300 I IDS_TAG : Getting Shared Preference for app.k9mail.K9App@a45df44 uid = 10516 11-24 12:50:17.914 25300 25300 D AnimatorSet: mReversing is false. Don't call initChildren. 11-24 12:50:17.937 25300 25300 I InsetsController: onStateChanged: host=com.fsck.k9/com.fsck.k9.activity.MessageList, from=android.view.ViewRootImpl.relayoutWindow:10165, state=InsetsState: {mDisplayFrame=Rect(0, 0 - 1080, 2316), mDisplayCutout=DisplayCutout{insets=Rect(0, 75 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(513, 0 - 567, 75), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080 displayHeight=2316 physicalDisplayWidth=1080 physicalDisplayHeight=2316 density={2.8125} cutoutSpec={M 0,0 H -9.466666666666667 V 26.66666666666667‬ H 9.466666666666667 V 0 H 0 Z @dp} rotation={0} scale={1.0} physicalPixelDisplaySizeRatio={1.0}}}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=8, center=Point(8, 8)}, RoundedCorner{position=TopRight, radius=8, center=Point(1072, 8)}, RoundedCorner{position=BottomRight, radius=8, center=Point(1072, 2308)}, RoundedCorner{position=BottomLeft, radius=8, center=Point(8, 2308)}]} mRoundedCornerFrame=Rect(0, 0 - 1080, 2316), mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(956, 0 - 1080, 75) rotation=0}, mDisplayShape=DisplayShape{ spec=-311912193 displayWidth=1440 displayHeight=3088 physicalPixelDisplaySizeRatio=1.0 rotation=0 offsetX=0 offsetY=0 scale=1.0}, mSources= { InsetsSource: {fd920000 mType=statusBars mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {fd920005 mType=mandatorySystemGestures mFrame=[0,0][1080,109] mVisible=true mFlags=[]}, InsetsSource: {fd920006 mType=tappableElement mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {3 mType=ime mFrame=[0,0][0,0] mVisible=false mFlags=[]}, InsetsSource: {27 mType=displayCutout mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {174a0001 mType=navigationBars mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0004 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags=[]}, InsetsSource: {174a0005 mType=mandatorySystemGestures mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0006 mType=tappableElement mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0024 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags=[]} } 11-24 12:50:17.939 25300 25300 I BufferQueueProducer: [](id:62d400000000,api:0,p:-2090794291,c:25300) setDequeueTimeout:2077252342 11-24 12:50:17.939 25300 25300 I BLASTBufferQueue_Java: new BLASTBufferQueue, mName= ViewRootImpl@3f42ce0[MessageList] mNativeObject= 0xb400007495b6de00 sc.mNativeObject= 0xb400007495ba2380 caller= android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3085 android.view.ViewRootImpl.relayoutWindow:10224 android.view.ViewRootImpl.performTraversals:4167 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 android.view.Choreographer$CallbackRecord.run:1690 android.view.Choreographer$CallbackRecord.run:1699 android.view.Choreographer.doCallbacks:1154 android.view.Choreographer.doFrame:1080 android.view.Choreographer$FrameDisplayEventReceiver.run:1647 11-24 12:50:17.939 25300 25300 I BLASTBufferQueue_Java: update, w= 1080 h= 2316 mName = ViewRootImpl@3f42ce0[MessageList] mNativeObject= 0xb400007495b6de00 sc.mNativeObject= 0xb400007495ba2380 format= -1 caller= android.graphics.BLASTBufferQueue.:89 android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3085 android.view.ViewRootImpl.relayoutWindow:10224 android.view.ViewRootImpl.performTraversals:4167 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 11-24 12:50:17.940 25300 25300 I ViewRootImpl@3f42ce0[MessageList]: Relayout returned: old=(0,0,1080,2316) new=(0,0,1080,2316) relayoutAsync=false req=(1080,2316)0 dur=4 res=0x403 s={true 0xb4000074edce0800} ch=true seqId=0 11-24 12:50:17.940 25300 25300 I ViewRootImpl@3f42ce0[MessageList]: performConfigurationChange setNightDimText nightDimLevel=0 11-24 12:50:17.940 25300 25300 D ViewRootImpl@3f42ce0[MessageList]: mThreadedRenderer.initialize() mSurface={isValid=true 0xb4000074edce0800} hwInitialized=true 11-24 12:50:17.942 25300 25300 D ViewRootImpl@3f42ce0[MessageList]: reportNextDraw android.view.ViewRootImpl.performTraversals:4781 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 android.view.Choreographer$CallbackRecord.run:1690 android.view.Choreographer$CallbackRecord.run:1699 11-24 12:50:17.942 25300 25300 I ViewRootImpl@3f42ce0[MessageList]: Setup new sync=wmsSync-ViewRootImpl@3f42ce0[MessageList]#0 11-24 12:50:17.942 25300 25300 I ViewRootImpl@3f42ce0[MessageList]: Creating new active sync group ViewRootImpl@3f42ce0[MessageList]#1 11-24 12:50:17.942 25300 25300 I SurfaceSyncGroup: addLocalSync=ViewRootImpl@3f42ce0[MessageList]#1 to name=wmsSync-ViewRootImpl@3f42ce0[MessageList]#0, callers=android.window.SurfaceSyncGroup.add:431 android.window.SurfaceSyncGroup.add:392 android.window.SurfaceSyncGroup.add:340 android.view.ViewRootImpl.createSyncIfNeeded:4912 android.view.ViewRootImpl.performTraversals:4796 android.view.ViewRootImpl.doTraversal:3345 11-24 12:50:17.943 25300 25300 I ViewRootImpl@3f42ce0[MessageList]: registerCallbacksForSync syncBuffer=false 11-24 12:50:17.944 25300 25350 I ViewRootImpl@3f42ce0[MessageList]: Received frameDrawingCallback syncResult=0 frameNum=1. 11-24 12:50:17.944 25300 25350 I ViewRootImpl@3f42ce0[MessageList]: mWNT: t=0xb400007483606f80 mBlastBufferQueue=0xb400007495b6de00 fn= 1 mRenderHdrSdrRatio=1.0 caller= android.view.ViewRootImpl$8.onFrameDraw:13946 android.view.ThreadedRenderer$1.onFrameDraw:792 11-24 12:50:17.944 25300 25350 I ViewRootImpl@3f42ce0[MessageList]: Setting up sync and frameCommitCallback 11-24 12:50:17.951 25300 25331 I BLASTBufferQueue: [ViewRootImpl@3f42ce0[MessageList]#0](f:0,a:0,s:0) onFrameAvailable the first frame is available 11-24 12:50:17.951 25300 25331 I ViewRootImpl@3f42ce0[MessageList]: Received frameCommittedCallback lastAttemptedDrawFrameNum=1 didProduceBuffer=true 11-24 12:50:17.951 25300 25331 I SurfaceSyncGroup: onTransactionReady mName=wmsSync-ViewRootImpl@3f42ce0[MessageList]#0 callback=65112662 11-24 12:50:17.952 25300 25331 D OpenGLRenderer: CFMS:: SetUp Pid : 25300 Tid : 25331 11-24 12:50:17.952 25300 25300 I ViewRootImpl@3f42ce0[MessageList]: reportDrawFinished seqId=0 11-24 12:50:17.954 25300 25331 D OpenGLRenderer: HWUI - treat SMPTE_170M as sRGB 11-24 12:50:17.955 25300 25340 D CompatibilityChangeReporter: Compat change id reported: 247079863; UID 10516; state: ENABLED 11-24 12:50:17.957 25300 25300 I InputMethodManager: invalidateInput 11-24 12:50:17.957 25300 25300 I InputMethodManager: invalidateInput 11-24 12:50:17.958 25300 25300 I InputMethodManager: invalidateInput 11-24 12:50:17.959 25300 25300 I InputMethodManager: invalidateInput 11-24 12:50:17.959 25300 25300 I ImeTracker: com.fsck.k9:995aa4cc: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT 11-24 12:50:17.959 25300 25300 I InputMethodManager_LC: hsifw() - flag : 0 11-24 12:50:17.959 25300 25300 I ImeTracker: com.fsck.k9:995aa4cc: onFailed at PHASE_CLIENT_VIEW_SERVED 11-24 12:50:17.959 25300 25300 I InputMethodManager_LC: hsifw() ignored windowToken=null servedView=null mDisplayId=0 11-24 12:50:17.960 25300 25300 D AutofillManager: view not autofillable - not passing ime action check 11-24 12:50:17.965 25300 25300 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=navigationBars, host=com.fsck.k9/com.fsck.k9.activity.MessageList 11-24 12:50:17.965 25300 25300 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=statusBars, host=com.fsck.k9/com.fsck.k9.activity.MessageList 11-24 12:50:17.993 25300 25300 I ViewRootImpl@3f42ce0[MessageList]: handleWindowFocusChanged: 1 0 call from android.view.ViewRootImpl.-$$Nest$mhandleWindowFocusChanged:0 11-24 12:50:17.993 25300 25300 D ViewRootImpl@3f42ce0[MessageList]: mThreadedRenderer.initializeIfNeeded()#2 mSurface={isValid=true 0xb4000074edce0800} 11-24 12:50:17.993 25300 25300 D InputMethodManagerUtils: startInputInner - Id : 0 11-24 12:50:17.993 25300 25300 I InputMethodManager: startInputInner - IInputMethodManagerGlobalInvoker.startInputOrWindowGainedFocus 11-24 12:50:17.998 25300 25300 D InputMethodManagerUtils: startInputInner - Id : 0 11-24 12:50:18.008 25300 25300 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=false, type=ime, host=com.fsck.k9/com.fsck.k9.activity.MessageList 11-24 12:50:18.384 25300 25300 I InputMethodManager: invalidateInput 11-24 12:50:18.384 25300 25300 I InputMethodManager: invalidateInput 11-24 12:50:18.384 25300 25300 I InputMethodManager: invalidateInput 11-24 12:50:18.392 25300 25300 D ConnectivityManager: StackLog: [android.net.ConnectivityManager.sendRequestForNetwork(ConnectivityManager.java:4402)] [android.net.ConnectivityManager.registerDefaultNetworkCallbackForUid(ConnectivityManager.java:4966)] [android.net.ConnectivityManager.registerDefaultNetworkCallback(ConnectivityManager.java:4933)] [android.net.ConnectivityManager.registerDefaultNetworkCallback(ConnectivityManager.java:4907)] [androidx.work.impl.utils.NetworkApi24$$ExternalSyntheticApiModelOutline0.m(R8$$SyntheticClass:0)] [com.bumptech.glide.manager.SingletonConnectivityReceiver$FrameworkConnectivityMonitorPostApi24.register(SingletonConnectivityReceiver.java:191)] [com.bumptech.glide.manager.SingletonConnectivityReceiver.maybeRegisterReceiver(SingletonConnectivityReceiver.java:113)] [com.bumptech.glide.manager.SingletonConnectivityReceiver.register(SingletonConnectivityReceiver.java:94)] [com.bumptech.glide.manager.DefaultConnectivityMonitor.register(DefaultConnectivityMonitor.java:25)] [com.bumptech.glide.manager.DefaultConnectivityMonitor.onStart(DefaultConnectivityMonitor.java:34)] [com.bumptech.glide.manager.LifecycleLifecycle.addListener(LifecycleLifecycle.java:54)] [com.bumptech.glide.RequestManager.(RequestManager.java:147)] [com.bumptech.glide.RequestManager.(RequestManager.java:105)] [com.fsck.k9.glide.GlideRequests.(GlideRequests.java:32)] [com.bumptech.glide.GeneratedRequestManagerFactory.build(GeneratedRequestManagerFactory.java:18)] [com.bumptech.glide.manager.LifecycleRequestManagerRetriever.getOrCreate(LifecycleRequestManagerRetriever.java:43)] [com.bumptech.glide.manager.RequestManagerRetriever.get(RequestManagerRetriever.java:114)] [com.bumptech.glide.manager.RequestManagerRetriever.get(RequestManagerRetriever.java:92)] [com.bumptech.glide.Glide.with(Glide.java:545)] [com.fsck.k9.contacts.ContactPictureLoader.setContactPicture(ContactPictureLoader.kt:25)] [com.fsck.k9.ui.messagelist.MessageListAdapter.setContactPicture(MessageListAdapter.kt:485)] [com.fsck.k9.ui.messagelist.MessageListAdapter.bindMessageViewHolder(MessageListAdapter.kt:403)] [com.fsck.k9.ui.messagelist.MessageListAdapter.onBindViewHolder(MessageListAdapter.kt:353)] [com.fsck.k9.ui.messagelist.MessageListAdapter.onBindViewHolder(MessageListAdapter.kt:46)] [androidx.recyclerview.widget.RecyclerView$Adapter.onBindViewHolder(RecyclerView.java:7747)] [androidx.recyclerview.widget.RecyclerView$Adapter.bindViewHolder(RecyclerView.java:7847)] [androidx.recyclerview.widget.RecyclerView$Recycler.tryBindViewHolderByDeadline(RecyclerView.java:6646)] [androidx.recyclerview.widget.RecyclerView$Recycler.tryGetViewHolderForPositionByDeadline(RecyclerView.java:6917)] [androidx.recyclerview.widget.RecyclerView$Recycler.getViewForPosition(RecyclerView.java:6757)] [androidx.recyclerview.widget.RecyclerView$Recycler.getViewForPosition(RecyclerView.java:6753)] [app.k9mail.ui.utils.linearlayoutmanager.LinearLayoutManager$LayoutState.next(LinearLayoutManager.java:2374)] [app.k9mail.ui.utils.linearlayoutmanager.LinearLayoutManager.layoutChunk(LinearLayoutManager.java:1682)] [app.k9mail.ui.utils.linearlayoutmanager.LinearLayoutManager.fill(LinearLayoutManager.java:1645)] [app.k9mail.ui.utils.linearlayoutmanager.LinearLayoutManager.onLayoutChildren(LinearLayoutManager.java:672)] [androidx.recyclerview.widget.RecyclerView.dispatchLayoutStep2(RecyclerView.java:4645)] [androidx.recyclerview.widget.RecyclerView.dispatchLayout(RecyclerView.java:4348)] [androidx.recyclerview.widget.RecyclerView.onLayout(RecyclerView.java:4919)] [android.view.View.layout(View.java:25788)] [android.view.ViewGroup.layout(ViewGroup.java:6874)] [androidx.swiperefreshlayout.widget.SwipeRefreshLayout.onLayout(SwipeRefreshLayout.java:689)] [android.view.View.layout(View.java:25788)] [android.view.ViewGroup.layout(ViewGroup.java:6874)] [androidx.coordinatorlayout.widget.CoordinatorLayout.layoutChild(CoordinatorLayout.java:1248)] [androidx.coordinatorlayout.widget.CoordinatorLayout.onLayoutChild(CoordinatorLayout.java:934)] [androidx.coordinatorlayout.widget.Coordin 11-24 12:50:23.185 25300 25479 D ProfileInstaller: Skipping profile installation for com.fsck.k9 11-24 12:50:27.118 25300 25300 I ViewRootImpl@3f42ce0[MessageList]: ViewPostIme pointer 0 11-24 12:50:27.227 25300 25300 I ViewRootImpl@3f42ce0[MessageList]: ViewPostIme pointer 1 11-24 12:50:27.641 25300 25300 I InputMethodManager: invalidateInput 11-24 12:50:27.643 25300 25300 I ImeTracker: com.fsck.k9:7b93dfc6: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT 11-24 12:50:27.644 25300 25300 I InputMethodManager_LC: hsifw() - flag : 0 11-24 12:50:27.644 25300 25300 I InputMethodManager_LC: hsifw() - mService.hideSoftInput 11-24 12:50:28.566 25300 25300 I ViewRootImpl@3f42ce0[MessageList]: ViewPostIme pointer 0 11-24 12:50:28.586 25300 25300 I ViewRootImpl@3f42ce0[MessageList]: ViewPostIme pointer 1 11-24 12:50:29.249 25300 25300 W WindowOnBackDispatcher: OnBackInvokedCallback is not enabled for the application. 11-24 12:50:29.249 25300 25300 W WindowOnBackDispatcher: Set 'android:enableOnBackInvokedCallback="true"' in the application manifest. 11-24 12:50:29.258 25300 25300 D AnimatorSet: mReversing is false. Don't call initChildren. 11-24 12:50:29.269 25300 25300 I InputMethodManager: invalidateInput 11-24 12:50:29.269 25300 25300 I InputMethodManager: invalidateInput 11-24 12:50:29.269 25300 25300 I InputMethodManager: invalidateInput 11-24 12:50:29.282 25300 25300 I InputMethodManager: invalidateInput 11-24 12:50:29.283 25300 25300 I InputMethodManager: invalidateInput 11-24 12:50:29.283 25300 25300 I InputMethodManager: invalidateInput 11-24 12:50:31.025 25300 25300 I ViewRootImpl@3f42ce0[MessageList]: handleWindowFocusChanged: 0 0 call from android.view.ViewRootImpl.-$$Nest$mhandleWindowFocusChanged:0 11-24 12:50:31.025 25300 25300 I ImeFocusController: onPreWindowFocus: skipped, hasWindowFocus=false mHasImeFocus=true 11-24 12:50:31.026 25300 25300 I ImeFocusController: onPostWindowFocus: skipped, hasWindowFocus=false mHasImeFocus=true 11-24 12:50:31.361 25300 25300 I ViewRootImpl@3f42ce0[MessageList]: handleAppVisibility mAppVisible = true visible = false 11-24 12:50:31.365 25300 25300 I ViewRootImpl@3f42ce0[MessageList]: destroyHardwareResources: Callers=android.view.ViewRootImpl.performTraversals:3989 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 android.view.Choreographer$CallbackRecord.run:1690 android.view.Choreographer$CallbackRecord.run:1699 android.view.Choreographer.doCallbacks:1154 android.view.Choreographer.doFrame:1080 android.view.Choreographer$FrameDisplayEventReceiver.run:1647 android.os.Handler.handleCallback:958 android.os.Handler.dispatchMessage:99 11-24 12:50:31.372 25300 25331 D OpenGLRenderer: CacheManager::trimMemory(20) 11-24 12:50:31.380 25300 25300 I ViewRootImpl@3f42ce0[MessageList]: Relayout returned: old=(0,0,1080,2316) new=(0,0,1080,2316) relayoutAsync=false req=(1080,2316)8 dur=8 res=0x402 s={false 0x0} ch=true seqId=0 11-24 12:50:31.382 25300 25331 D OpenGLRenderer: CacheManager::trimMemory(20) 11-24 12:50:31.383 25300 25300 D ConnectivityManager: StackLog: [android.net.ConnectivityManager.unregisterNetworkCallback(ConnectivityManager.java:5076)] [com.bumptech.glide.manager.SingletonConnectivityReceiver$FrameworkConnectivityMonitorPostApi24.unregister(SingletonConnectivityReceiver.java:205)] [com.bumptech.glide.manager.SingletonConnectivityReceiver.maybeUnregisterReceiver(SingletonConnectivityReceiver.java:122)] [com.bumptech.glide.manager.SingletonConnectivityReceiver.unregister(SingletonConnectivityReceiver.java:105)] [com.bumptech.glide.manager.DefaultConnectivityMonitor.unregister(DefaultConnectivityMonitor.java:29)] [com.bumptech.glide.manager.DefaultConnectivityMonitor.onStop(DefaultConnectivityMonitor.java:39)] [com.bumptech.glide.manager.LifecycleLifecycle.onStop(LifecycleLifecycle.java:35)] [java.lang.reflect.Method.invoke(Native Method)] [androidx.lifecycle.ClassesInfoCache$MethodReference.invokeCallback(ClassesInfoCache.java:225)] [androidx.lifecycle.ClassesInfoCache$CallbackInfo.invokeMethodsForEvent(ClassesInfoCache.java:199)] [androidx.lifecycle.ClassesInfoCache$CallbackInfo.invokeCallbacks(ClassesInfoCache.java:190)] [androidx.lifecycle.ReflectiveGenericLifecycleObserver.onStateChanged(ReflectiveGenericLifecycleObserver.java:40)] [androidx.lifecycle.LifecycleRegistry$ObserverWithState.dispatchEvent(LifecycleRegistry.jvm.kt:320)] [androidx.lifecycle.LifecycleRegistry.backwardPass(LifecycleRegistry.jvm.kt:272)] [androidx.lifecycle.LifecycleRegistry.sync(LifecycleRegistry.jvm.kt:289)] [androidx.lifecycle.LifecycleRegistry.moveToState(LifecycleRegistry.jvm.kt:142)] [androidx.lifecycle.LifecycleRegistry.handleLifecycleEvent(LifecycleRegistry.jvm.kt:124)] [androidx.lifecycle.ReportFragment$Companion.dispatch$lifecycle_runtime_release(ReportFragment.android.kt:190)] [androidx.lifecycle.ReportFragment$LifecycleCallbacks.onActivityPreStopped(ReportFragment.android.kt:135)] [android.app.Activity.dispatchActivityPreStopped(Activity.java:1597)] [android.app.Activity.performStop(Activity.java:9258)] [android.app.ActivityThread.callActivityOnStop(ActivityThread.java:5983)] [android.app.ActivityThread.performStopActivityInner(ActivityThread.java:5957)] [android.app.ActivityThread.handleStopActivity(ActivityThread.java:6028)] [android.app.servertransaction.StopActivityItem.execute(StopActivityItem.java:43)] [android.app.servertransaction.ActivityTransactionItem.execute(ActivityTransactionItem.java:45)] [android.app.servertransaction.TransactionExecutor.executeLifecycleState(TransactionExecutor.java:180)] [android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:98)] [android.app.ActivityThread$H.handleMessage(ActivityThread.java:2693)] 11-24 12:50:31.384 25300 25300 I ViewRootImpl@3f42ce0[MessageList]: stopped(true) old = false 11-24 12:50:31.384 25300 25300 D ViewRootImpl@3f42ce0[MessageList]: WindowStopped on com.fsck.k9/com.fsck.k9.activity.MessageList set to true 11-24 12:50:31.384 25300 25331 D OpenGLRenderer: CacheManager::trimMemory(20) 11-24 12:50:31.390 25300 25300 D InputTransport: Input channel destroyed: 'ClientS', fd=140 11-24 12:50:31.396 25300 25300 I ViewRootImpl@3f42ce0[MessageList]: Relayout returned: old=(0,0,1080,2316) new=(0,0,1080,2316) relayoutAsync=false req=(1080,2316)8 dur=5 res=0x402 s={false 0x0} ch=false seqId=0 11-24 12:51:56.134 25300 25300 D Choreographer: CoreRune.SYSPERF_ACTIVE_APP_BBA_ENABLE : stop animation in background states 11-24 12:51:56.152 25300 25331 D OpenGLRenderer: CacheManager::trimMemory(40) 11-24 12:51:56.162 25300 25331 D OpenGLRenderer: RenderThread::destroyRenderingContext() 11-24 12:52:02.442 25300 25300 I ViewRootImpl@3f42ce0[MessageList]: handleAppVisibility mAppVisible = false visible = true 11-24 12:52:02.445 25300 25300 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=navigationBars, host=com.fsck.k9/com.fsck.k9.activity.MessageList 11-24 12:52:02.446 25300 25300 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=statusBars, host=com.fsck.k9/com.fsck.k9.activity.MessageList 11-24 12:52:02.446 25300 25300 I ViewRootImpl@3f42ce0[MessageList]: onDisplayChanged oldDisplayState=2 newDisplayState=2 11-24 12:52:02.447 25300 25300 I ViewRootImpl@3f42ce0[MessageList]: stopped(false) old = true 11-24 12:52:02.447 25300 25300 D ViewRootImpl@3f42ce0[MessageList]: WindowStopped on com.fsck.k9/com.fsck.k9.activity.MessageList set to false 11-24 12:52:02.473 25300 25300 D ConnectivityManager: StackLog: [android.net.ConnectivityManager.sendRequestForNetwork(ConnectivityManager.java:4402)] [android.net.ConnectivityManager.registerDefaultNetworkCallbackForUid(ConnectivityManager.java:4966)] [android.net.ConnectivityManager.registerDefaultNetworkCallback(ConnectivityManager.java:4933)] [android.net.ConnectivityManager.registerDefaultNetworkCallback(ConnectivityManager.java:4907)] [androidx.work.impl.utils.NetworkApi24$$ExternalSyntheticApiModelOutline0.m(R8$$SyntheticClass:0)] [com.bumptech.glide.manager.SingletonConnectivityReceiver$FrameworkConnectivityMonitorPostApi24.register(SingletonConnectivityReceiver.java:191)] [com.bumptech.glide.manager.SingletonConnectivityReceiver.maybeRegisterReceiver(SingletonConnectivityReceiver.java:113)] [com.bumptech.glide.manager.SingletonConnectivityReceiver.register(SingletonConnectivityReceiver.java:94)] [com.bumptech.glide.manager.DefaultConnectivityMonitor.register(DefaultConnectivityMonitor.java:25)] [com.bumptech.glide.manager.DefaultConnectivityMonitor.onStart(DefaultConnectivityMonitor.java:34)] [com.bumptech.glide.manager.LifecycleLifecycle.onStart(LifecycleLifecycle.java:28)] [java.lang.reflect.Method.invoke(Native Method)] [androidx.lifecycle.ClassesInfoCache$MethodReference.invokeCallback(ClassesInfoCache.java:225)] [androidx.lifecycle.ClassesInfoCache$CallbackInfo.invokeMethodsForEvent(ClassesInfoCache.java:199)] [androidx.lifecycle.ClassesInfoCache$CallbackInfo.invokeCallbacks(ClassesInfoCache.java:190)] [androidx.lifecycle.ReflectiveGenericLifecycleObserver.onStateChanged(ReflectiveGenericLifecycleObserver.java:40)] [androidx.lifecycle.LifecycleRegistry$ObserverWithState.dispatchEvent(LifecycleRegistry.jvm.kt:320)] [androidx.lifecycle.LifecycleRegistry.forwardPass(LifecycleRegistry.jvm.kt:257)] [androidx.lifecycle.LifecycleRegistry.sync(LifecycleRegistry.jvm.kt:293)] [androidx.lifecycle.LifecycleRegistry.moveToState(LifecycleRegistry.jvm.kt:142)] [androidx.lifecycle.LifecycleRegistry.handleLifecycleEvent(LifecycleRegistry.jvm.kt:124)] [androidx.lifecycle.ReportFragment$Companion.dispatch$lifecycle_runtime_release(ReportFragment.android.kt:190)] [androidx.lifecycle.ReportFragment$LifecycleCallbacks.onActivityPostStarted(ReportFragment.android.kt:119)] [android.app.Activity.dispatchActivityPostStarted(Activity.java:1526)] [android.app.Activity.performStart(Activity.java:9073)] [android.app.ActivityThread.handleStartActivity(ActivityThread.java:4206)] [android.app.servertransaction.TransactionExecutor.performLifecycleSequence(TransactionExecutor.java:225)] [android.app.servertransaction.TransactionExecutor.cycleToPath(TransactionExecutor.java:205)] [android.app.servertransaction.TransactionExecutor.executeLifecycleState(TransactionExecutor.java:177)] [android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:98)] [android.app.ActivityThread$H.handleMessage(ActivityThread.java:2693)] 11-24 12:52:02.488 25300 25300 I BufferQueueProducer: [](id:62d400000001,api:0,p:114,c:25300) setDequeueTimeout:2077252342 11-24 12:52:02.488 25300 25300 I BLASTBufferQueue_Java: new BLASTBufferQueue, mName= ViewRootImpl@3f42ce0[MessageList] mNativeObject= 0xb400007495b6de00 sc.mNativeObject= 0xb4000074836e9b80 caller= android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3085 android.view.ViewRootImpl.relayoutWindow:10224 android.view.ViewRootImpl.performTraversals:4167 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 android.view.Choreographer$CallbackRecord.run:1690 android.view.Choreographer$CallbackRecord.run:1699 android.view.Choreographer.doCallbacks:1154 android.view.Choreographer.doFrame:1080 android.view.Choreographer$FrameDisplayEventReceiver.run:1647 11-24 12:52:02.488 25300 25300 I BLASTBufferQueue_Java: update, w= 1080 h= 2316 mName = ViewRootImpl@3f42ce0[MessageList] mNativeObject= 0xb400007495b6de00 sc.mNativeObject= 0xb4000074836e9b80 format= -1 caller= android.graphics.BLASTBufferQueue.:89 android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3085 android.view.ViewRootImpl.relayoutWindow:10224 android.view.ViewRootImpl.performTraversals:4167 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 11-24 12:52:02.489 25300 25300 I ViewRootImpl@3f42ce0[MessageList]: Relayout returned: old=(0,0,1080,2316) new=(0,0,1080,2316) relayoutAsync=false req=(1080,2316)0 dur=4 res=0x403 s={true 0xb4000074edce0800} ch=true seqId=0 11-24 12:52:02.489 25300 25300 D ViewRootImpl@3f42ce0[MessageList]: mThreadedRenderer.initialize() mSurface={isValid=true 0xb4000074edce0800} hwInitialized=true 11-24 12:52:02.489 25300 25331 I AdrenoGLES-0: QUALCOMM build : 7b26bdd942, Iab69c31769 11-24 12:52:02.489 25300 25331 I AdrenoGLES-0: Build Date : 08/28/23 11-24 12:52:02.489 25300 25331 I AdrenoGLES-0: OpenGL ES Shader Compiler Version: E031.41.03.44 11-24 12:52:02.489 25300 25331 I AdrenoGLES-0: Local Branch : 11-24 12:52:02.489 25300 25331 I AdrenoGLES-0: Remote Branch : refs/tags/AU_LINUX_ANDROID_LA.VENDOR.13.2.0.11.00.00.855.659 11-24 12:52:02.489 25300 25331 I AdrenoGLES-0: Remote Branch : NONE 11-24 12:52:02.489 25300 25331 I AdrenoGLES-0: Reconstruct Branch : NOTHING 11-24 12:52:02.489 25300 25331 I AdrenoGLES-0: Build Config : S P 14.1.4 AArch64 11-24 12:52:02.490 25300 25331 I AdrenoGLES-0: Driver Path : /vendor/lib64/egl/libGLESv2_adreno.so 11-24 12:52:02.490 25300 25331 I AdrenoGLES-0: Driver Version : 0676.42 11-24 12:52:02.491 25300 25300 D ViewRootImpl@3f42ce0[MessageList]: reportNextDraw android.view.ViewRootImpl.performTraversals:4781 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 android.view.Choreographer$CallbackRecord.run:1690 android.view.Choreographer$CallbackRecord.run:1699 11-24 12:52:02.491 25300 25300 I ViewRootImpl@3f42ce0[MessageList]: Setup new sync=wmsSync-ViewRootImpl@3f42ce0[MessageList]#2 11-24 12:52:02.491 25300 25300 I ViewRootImpl@3f42ce0[MessageList]: Creating new active sync group ViewRootImpl@3f42ce0[MessageList]#3 11-24 12:52:02.491 25300 25300 I SurfaceSyncGroup: addLocalSync=ViewRootImpl@3f42ce0[MessageList]#3 to name=wmsSync-ViewRootImpl@3f42ce0[MessageList]#2, callers=android.window.SurfaceSyncGroup.add:431 android.window.SurfaceSyncGroup.add:392 android.window.SurfaceSyncGroup.add:340 android.view.ViewRootImpl.createSyncIfNeeded:4912 android.view.ViewRootImpl.performTraversals:4796 android.view.ViewRootImpl.doTraversal:3345 11-24 12:52:02.498 25300 25331 I AdrenoGLES-0: PFP: 0x01740158, ME: 0x00000000 11-24 12:52:02.500 25300 25331 W Adreno-AppProfiles: Could not find QSPM HAL service. Skipping adreno profile processing. 11-24 12:52:02.509 25300 25300 I ViewRootImpl@3f42ce0[MessageList]: registerCallbacksForSync syncBuffer=false 11-24 12:52:02.516 25300 25349 I ViewRootImpl@3f42ce0[MessageList]: Received frameDrawingCallback syncResult=0 frameNum=1. 11-24 12:52:02.516 25300 25349 I ViewRootImpl@3f42ce0[MessageList]: mWNT: t=0xb4000074f6728b00 mBlastBufferQueue=0xb400007495b6de00 fn= 1 mRenderHdrSdrRatio=1.0 caller= android.view.ViewRootImpl$8.onFrameDraw:13946 android.view.ThreadedRenderer$1.onFrameDraw:792 11-24 12:52:02.516 25300 25349 I ViewRootImpl@3f42ce0[MessageList]: Setting up sync and frameCommitCallback 11-24 12:52:02.526 25300 25331 I BLASTBufferQueue: [ViewRootImpl@3f42ce0[MessageList]#1](f:0,a:0,s:0) onFrameAvailable the first frame is available 11-24 12:52:02.526 25300 25331 I ViewRootImpl@3f42ce0[MessageList]: Received frameCommittedCallback lastAttemptedDrawFrameNum=1 didProduceBuffer=true 11-24 12:52:02.526 25300 25331 I SurfaceSyncGroup: onTransactionReady mName=wmsSync-ViewRootImpl@3f42ce0[MessageList]#2 callback=89401876 11-24 12:52:02.527 25300 25300 I ViewRootImpl@3f42ce0[MessageList]: reportDrawFinished seqId=0 11-24 12:52:02.541 25300 25300 I ViewRootImpl@3f42ce0[MessageList]: handleWindowFocusChanged: 1 0 call from android.view.ViewRootImpl.-$$Nest$mhandleWindowFocusChanged:0 11-24 12:52:02.541 25300 25300 D ViewRootImpl@3f42ce0[MessageList]: mThreadedRenderer.initializeIfNeeded()#2 mSurface={isValid=true 0xb4000074edce0800} 11-24 12:52:02.543 25300 25300 D InputMethodManagerUtils: startInputInner - Id : 0 11-24 12:52:02.543 25300 25300 I InputMethodManager: startInputInner - IInputMethodManagerGlobalInvoker.startInputOrWindowGainedFocus 11-24 12:52:02.553 25300 25300 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=false, type=ime, host=com.fsck.k9/com.fsck.k9.activity.MessageList 11-24 12:52:02.555 25300 25917 I ViewRootImpl@3f42ce0[MessageList]: Resizing android.view.ViewRootImpl@51ab15f: frame = [0,0][1080,2316] reportDraw = false forceLayout = false syncSeqId = -1 11-24 12:52:02.566 25300 25300 I InputMethodManager: invalidateInput 11-24 12:52:02.566 25300 25300 I InputMethodManager: invalidateInput 11-24 12:52:02.567 25300 25300 I InputMethodManager: invalidateInput 11-24 12:52:02.572 25300 25300 I ViewRootImpl@3f42ce0[MessageList]: handleResized, msg = 4 frames=ClientWindowFrames{frame=[0,0][1080,2316] display=[0,0][1080,2316] parentFrame=[0,0][0,0]} forceNextWindowRelayout=false displayId=0 dragResizing=false compatScale=1.0 frameChanged=false attachedFrameChanged=false configChanged=false displayChanged=false compatScaleChanged=false 11-24 12:52:04.278 25300 25300 I ViewRootImpl@3f42ce0[MessageList]: ViewPostIme pointer 0 11-24 12:52:04.289 25300 25300 I GestureDetector: obtain mCurrentDownEvent. id: 1011177164 caller: androidx.core.view.GestureDetectorCompat.onTouchEvent:98 app.k9mail.ui.utils.itemtouchhelper.ItemTouchHelper$2.onInterceptTouchEvent:314 androidx.recyclerview.widget.RecyclerView.findInterceptingOnItemTouchListener:3583 11-24 12:52:04.348 25300 25300 I GestureDetector: obtain mCurrentMotionEventRaw. action: 2 id: 642996590 11-24 12:52:04.348 25300 25300 I ViewRootImpl@3f42ce0[MessageList]: ViewPostIme pointer 1 11-24 12:52:04.379 25300 25300 I InputMethodManager: invalidateInput 11-24 12:52:04.379 25300 25300 I ImeTracker: com.fsck.k9:6814326e: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT 11-24 12:52:04.379 25300 25300 I InputMethodManager_LC: hsifw() - flag : 0 11-24 12:52:04.379 25300 25300 I InputMethodManager_LC: hsifw() - mService.hideSoftInput 11-24 12:52:04.402 25300 25300 I DecorView: setWindowBackground: isPopOver=false color=ff131314 d=android.graphics.drawable.ColorDrawable@b73de0d 11-24 12:52:04.408 25300 25300 D CompatibilityChangeReporter: Compat change id reported: 171228096; UID 10516; state: ENABLED 11-24 12:52:04.408 25300 25300 D ScrollView: initGoToTop 11-24 12:52:04.420 25300 25300 I InputMethodManager: invalidateInput 11-24 12:52:04.420 25300 25300 I InputMethodManager: invalidateInput 11-24 12:52:04.422 25300 25300 I InputMethodManager: invalidateInput 11-24 12:52:04.422 25300 25300 I InputMethodManager: invalidateInput 11-24 12:52:04.423 25300 25300 I InputMethodManager: invalidateInput 11-24 12:52:04.423 25300 25300 I InputMethodManager: invalidateInput 11-24 12:52:04.424 25300 25300 I InputMethodManager: invalidateInput 11-24 12:52:04.424 25300 25300 I InputMethodManager: invalidateInput 11-24 12:52:04.426 25300 25300 I InputMethodManager: invalidateInput 11-24 12:52:04.426 25300 25300 I InputMethodManager: invalidateInput 11-24 12:52:04.426 25300 25300 I InputMethodManager: invalidateInput 11-24 12:52:04.427 25300 25300 I InputMethodManager: invalidateInput 11-24 12:52:04.427 25300 25300 I InputMethodManager: invalidateInput 11-24 12:52:04.427 25300 25300 I InputMethodManager: invalidateInput 11-24 12:52:04.427 25300 25300 I InputMethodManager: invalidateInput 11-24 12:52:04.430 25300 25300 I InputMethodManager: invalidateInput 11-24 12:52:04.430 25300 25300 I InputMethodManager: invalidateInput 11-24 12:52:04.433 25300 25300 W ziparchive: Unable to open '/data/app/~~L3-Fg_eSm53eOspiRjga3A==/com.google.android.trichromelibrary_672310733-NUA1vpi48gd9WblKoXlncQ==/base.dm': No such file or directory 11-24 12:52:04.433 25300 25300 W ziparchive: Unable to open '/data/app/~~L3-Fg_eSm53eOspiRjga3A==/com.google.android.trichromelibrary_672310733-NUA1vpi48gd9WblKoXlncQ==/base.dm': No such file or directory 11-24 12:52:04.434 25300 25300 W com.fsck.k9: Entry not found 11-24 12:52:04.434 25300 25300 D nativeloader: Configuring clns-5 for other apk /data/app/~~L3-Fg_eSm53eOspiRjga3A==/com.google.android.trichromelibrary_672310733-NUA1vpi48gd9WblKoXlncQ==/base.apk. target_sdk_version=34, uses_libraries=ALL, library_path=/data/app/~~wuEKnBlzYMmDoxSeysBTBA==/com.google.android.webview-V3AGHCLikvh6ZuLkO6OcaQ==/lib/arm64:/data/app/~~wuEKnBlzYMmDoxSeysBTBA==/com.google.android.webview-V3AGHCLikvh6ZuLkO6OcaQ==/base.apk!/lib/arm64-v8a:/data/app/~~L3-Fg_eSm53eOspiRjga3A==/com.google.android.trichromelibrary_672310733-NUA1vpi48gd9WblKoXlncQ==/base.apk!/lib/arm64-v8a, permitted_path=/data:/mnt/expand 11-24 12:52:04.434 25300 25300 D nativeloader: Extending system_exposed_libraries: libhumantracking.arcsoft.so:libPortraitDistortionCorrection.arcsoft.so:libPortraitDistortionCorrectionCali.arcsoft.so:libface_landmark.arcsoft.so:libFacialStickerEngine.arcsoft.so:libfrtracking_engine.arcsoft.so:libFaceRecognition.arcsoft.so:libveengine.arcsoft.so:lib_pet_detection.arcsoft.so:libae_bracket_hdr.arcsoft.so:libaiclearzoom_raw.arcsoft.so:libacz_hhdr.arcsoft.so:libhybrid_high_dynamic_range.arcsoft.so:libimage_enhancement.arcsoft.so:liblow_light_hdr.arcsoft.so:libmacroclearshot_raw.arcsoft.so:libhigh_dynamic_range.arcsoft.so:libsuperresolution_raw.arcsoft.so:libobjectcapture_jni.arcsoft.so:libobjectcapture.arcsoft.so:libFacialAttributeDetection.arcsoft.so:libaudiomirroring_jni.audiomirroring.samsung.so:libBeauty_v4.camera.samsung.so:libexifa.camera.samsung.so:libjpega.camera.samsung.so:libOpenCv.camera.samsung.so:libaifrcInterface.camera.samsung.so:libVideoClassifier.camera.samsung.so:libImageScreener.camera.samsung.so:libMyFilter.camera.samsung.so:libtflite2.my 11-24 12:52:04.436 25300 25300 D nativeloader: Configuring clns-6 for other apk /data/app/~~wuEKnBlzYMmDoxSeysBTBA==/com.google.android.webview-V3AGHCLikvh6ZuLkO6OcaQ==/base.apk. target_sdk_version=34, uses_libraries=, library_path=/data/app/~~wuEKnBlzYMmDoxSeysBTBA==/com.google.android.webview-V3AGHCLikvh6ZuLkO6OcaQ==/lib/arm64:/data/app/~~wuEKnBlzYMmDoxSeysBTBA==/com.google.android.webview-V3AGHCLikvh6ZuLkO6OcaQ==/base.apk!/lib/arm64-v8a:/data/app/~~L3-Fg_eSm53eOspiRjga3A==/com.google.android.trichromelibrary_672310733-NUA1vpi48gd9WblKoXlncQ==/base.apk!/lib/arm64-v8a, permitted_path=/data:/mnt/expand 11-24 12:52:04.438 25300 25300 I WebViewFactory: Loading com.google.android.webview version 130.0.6723.107 (code 672310733) 11-24 12:52:04.448 25300 25300 I cr_WVCFactoryProvider: version=130.0.6723.107 (672310733) minSdkVersion=29 isBundle=true multiprocess=true packageId=2 11-24 12:52:04.453 25300 25942 I chromium: [1124/125204.452906:INFO:variations_seed_loader.cc(68)] Failed to open file for reading.: No such file or directory (2) 11-24 12:52:04.462 25300 25300 I cr_LibraryLoader: Successfully loaded native library 11-24 12:52:04.463 25300 25300 I cr_CachingUmaRecorder: Flushed 6 samples from 6 histograms, 0 samples were dropped. 11-24 12:52:04.464 25300 25300 I cr_CombinedPProvider: #registerProvider() provider:WV.z8@790bda8 isPolicyCacheEnabled:false policyProvidersSize:0 11-24 12:52:04.465 25300 25300 I cr_PolicyProvider: #setManagerAndSource() 0 11-24 12:52:04.468 25300 25300 I cr_CombinedPProvider: #linkNativeInternal() 1 11-24 12:52:04.468 25300 25300 D CompatibilityChangeReporter: Compat change id reported: 183155436; UID 10516; state: ENABLED 11-24 12:52:04.468 25300 25300 I cr_AppResProvider: #getApplicationRestrictionsFromUserManager() Bundle[EMPTY_PARCEL] 11-24 12:52:04.468 25300 25300 I cr_PolicyProvider: #notifySettingsAvailable() 0 11-24 12:52:04.468 25300 25300 I cr_CombinedPProvider: #onSettingsAvailable() 0 11-24 12:52:04.468 25300 25300 I cr_CombinedPProvider: #flushPolicies() 11-24 12:52:04.498 25300 25300 D CompatibilityChangeReporter: Compat change id reported: 214741472; UID 10516; state: ENABLED 11-24 12:52:04.509 25300 25300 D ConnectivityManager: StackLog: [android.net.ConnectivityManager.sendRequestForNetwork(ConnectivityManager.java:4402)] [android.net.ConnectivityManager.registerDefaultNetworkCallbackForUid(ConnectivityManager.java:4966)] [android.net.ConnectivityManager.registerDefaultNetworkCallback(ConnectivityManager.java:4933)] [WV.gE.e(chromium-TrichromeWebViewGoogle6432.aab-stable-672310733:44)] [WV.gE.b(chromium-TrichromeWebViewGoogle6432.aab-stable-672310733:1)] [org.chromium.android_webview.AwContentsLifecycleNotifier.onFirstWebViewCreated(chromium-TrichromeWebViewGoogle6432.aab-stable-672310733:19)] [J.N._J_J(Native Method)] [org.chromium.android_webview.AwContents.(chromium-TrichromeWebViewGoogle6432.aab-stable-672310733:442)] [com.android.webview.chromium.l.run(chromium-TrichromeWebViewGoogle6432.aab-stable-672310733:148)] [WV.xY.b(chromium-TrichromeWebViewGoogle6432.aab-stable-672310733:20)] [WV.wY.run(chromium-TrichromeWebViewGoogle6432.aab-stable-672310733:3)] [org.chromium.base.task.PostTask.d(chromium-TrichromeWebViewGoogle6432.aab-stable-672310733:12)] [WV.xY.a(chromium-TrichromeWebViewGoogle6432.aab-stable-672310733:23)] [com.android.webview.chromium.WebViewChromiumFactoryProvider.a(chromium-TrichromeWebViewGoogle6432.aab-stable-672310733:3)] [com.android.webview.chromium.WebViewChromium.init(chromium-TrichromeWebViewGoogle6432.aab-stable-672310733:329)] [android.webkit.WebView.(WebView.java:447)] [android.webkit.WebView.(WebView.java:367)] [android.webkit.WebView.(WebView.java:349)] [android.webkit.WebView.(WebView.java:336)] [com.fsck.k9.view.MessageWebView.(MessageWebView.kt:17)] [java.lang.reflect.Constructor.newInstance0(Native Method)] [java.lang.reflect.Constructor.newInstance(Constructor.java:343)] [android.view.LayoutInflater.createView(LayoutInflater.java:882)] [android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:1034)] [android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:989)] [android.view.LayoutInflater.rInflate(LayoutInflater.java:1151)] [android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:1112)] [android.view.LayoutInflater.rInflate(LayoutInflater.java:1154)] [android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:1112)] [android.view.LayoutInflater.rInflate(LayoutInflater.java:1154)] [android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:1112)] [android.view.LayoutInflater.inflate(LayoutInflater.java:700)] [android.view.LayoutInflater.inflate(LayoutInflater.java:544)] [android.view.ViewStub.inflateViewNoAdd(ViewStub.java:272)] [android.view.ViewStub.inflate(ViewStub.java:305)] [com.fsck.k9.activity.MessageCompose.onCreate(MessageCompose.java:266)] [android.app.Activity.performCreate(Activity.java:9001)] [android.app.Activity.performCreate(Activity.java:8970)] [android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1456)] [android.app.ActivityThread.performLaunchActivity(ActivityThread.java:4154)] [android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:4330)] [android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)] [android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:139)] [android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:96)] [android.app.ActivityThread$H.handleMessage(ActivityThread.java:2693)] 11-24 12:52:04.510 25300 25300 D ConnectivityManager: StackLog: [android.net.ConnectivityManager.sendRequestForNetwork(ConnectivityManager.java:4402)] [android.net.ConnectivityManager.sendRequestForNetwork(ConnectivityManager.java:4444)] [android.net.ConnectivityManager.registerNetworkCallback(ConnectivityManager.java:4826)] [WV.gE.e(chromium-TrichromeWebViewGoogle6432.aab-stable-672310733:93)] [WV.gE.b(chromium-TrichromeWebViewGoogle6432.aab-stable-672310733:1)] [org.chromium.android_webview.AwContentsLifecycleNotifier.onFirstWebViewCreated(chromium-TrichromeWebViewGoogle6432.aab-stable-672310733:19)] [J.N._J_J(Native Method)] [org.chromium.android_webview.AwContents.(chromium-TrichromeWebViewGoogle6432.aab-stable-672310733:442)] [com.android.webview.chromium.l.run(chromium-TrichromeWebViewGoogle6432.aab-stable-672310733:148)] [WV.xY.b(chromium-TrichromeWebViewGoogle6432.aab-stable-672310733:20)] [WV.wY.run(chromium-TrichromeWebViewGoogle6432.aab-stable-672310733:3)] [org.chromium.base.task.PostTask.d(chromium-TrichromeWebViewGoogle6432.aab-stable-672310733:12)] [WV.xY.a(chromium-TrichromeWebViewGoogle6432.aab-stable-672310733:23)] [com.android.webview.chromium.WebViewChromiumFactoryProvider.a(chromium-TrichromeWebViewGoogle6432.aab-stable-672310733:3)] [com.android.webview.chromium.WebViewChromium.init(chromium-TrichromeWebViewGoogle6432.aab-stable-672310733:329)] [android.webkit.WebView.(WebView.java:447)] [android.webkit.WebView.(WebView.java:367)] [android.webkit.WebView.(WebView.java:349)] [android.webkit.WebView.(WebView.java:336)] [com.fsck.k9.view.MessageWebView.(MessageWebView.kt:17)] [java.lang.reflect.Constructor.newInstance0(Native Method)] [java.lang.reflect.Constructor.newInstance(Constructor.java:343)] [android.view.LayoutInflater.createView(LayoutInflater.java:882)] [android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:1034)] [android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:989)] [android.view.LayoutInflater.rInflate(LayoutInflater.java:1151)] [android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:1112)] [android.view.LayoutInflater.rInflate(LayoutInflater.java:1154)] [android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:1112)] [android.view.LayoutInflater.rInflate(LayoutInflater.java:1154)] [android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:1112)] [android.view.LayoutInflater.inflate(LayoutInflater.java:700)] [android.view.LayoutInflater.inflate(LayoutInflater.java:544)] [android.view.ViewStub.inflateViewNoAdd(ViewStub.java:272)] [android.view.ViewStub.inflate(ViewStub.java:305)] [com.fsck.k9.activity.MessageCompose.onCreate(MessageCompose.java:266)] [android.app.Activity.performCreate(Activity.java:9001)] [android.app.Activity.performCreate(Activity.java:8970)] [android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1456)] [android.app.ActivityThread.performLaunchActivity(ActivityThread.java:4154)] [android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:4330)] [android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)] [android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:139)] [android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:96)] [android.app.ActivityThread$H.handleMessage(ActivityThread.java:2693)] 11-24 12:52:04.526 25300 25300 I InputMethodManager: invalidateInput 11-24 12:52:04.526 25300 25300 I InputMethodManager: invalidateInput 11-24 12:52:04.526 25300 25300 E PhoneWindow: Circular progress bar not located in current window decor 11-24 12:52:04.543 25300 25300 I InputMethodManager: invalidateInput 11-24 12:52:04.556 25300 25300 D AutofillManager: view not autofillable - has multiline input type 11-24 12:52:04.559 25300 25331 D NativeCustomFrequencyManager: [NativeCFMS] BpCustomFrequencyManager::BpCustomFrequencyManager() 11-24 12:52:04.563 25300 25300 I InsetsController: onStateChanged: host=com.fsck.k9/com.fsck.k9.activity.MessageCompose, from=android.view.ViewRootImpl.setView:1797, state=InsetsState: {mDisplayFrame=Rect(0, 0 - 1080, 2316), mDisplayCutout=DisplayCutout{insets=Rect(0, 75 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(513, 0 - 567, 75), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080 displayHeight=2316 physicalDisplayWidth=1080 physicalDisplayHeight=2316 density={2.8125} cutoutSpec={M 0,0 H -9.466666666666667 V 26.66666666666667‬ H 9.466666666666667 V 0 H 0 Z @dp} rotation={0} scale={1.0} physicalPixelDisplaySizeRatio={1.0}}}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=8, center=Point(8, 8)}, RoundedCorner{position=TopRight, radius=8, center=Point(1072, 8)}, RoundedCorner{position=BottomRight, radius=8, center=Point(1072, 2308)}, RoundedCorner{position=BottomLeft, radius=8, center=Point(8, 2308)}]} mRoundedCornerFrame=Rect(0, 0 - 1080, 2316), mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(956, 0 - 1080, 75) rotation=0}, mDisplayShape=DisplayShape{ spec=-311912193 displayWidth=1440 displayHeight=3088 physicalPixelDisplaySizeRatio=1.0 rotation=0 offsetX=0 offsetY=0 scale=1.0}, mSources= { InsetsSource: {fd920000 mType=statusBars mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {fd920005 mType=mandatorySystemGestures mFrame=[0,0][1080,109] mVisible=true mFlags=[]}, InsetsSource: {fd920006 mType=tappableElement mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {27 mType=displayCutout mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {174a0001 mType=navigationBars mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0004 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags=[]}, InsetsSource: {174a0005 mType=mandatorySystemGestures mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0006 mType=tappableElement mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0024 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags=[]} } 11-24 12:52:04.563 25300 25300 I ViewRootImpl@992a728[MessageCompose]: synced displayState. AttachInfo displayState=2 11-24 12:52:04.563 25300 25300 I ViewRootImpl@992a728[MessageCompose]: setView = com.android.internal.policy.DecorView@cfdb727 TM=true 11-24 12:52:04.566 25300 25300 D AutofillManager: view not autofillable - has multiline input type 11-24 12:52:04.566 25300 25300 D AutofillManager: view not autofillable - has multiline input type 11-24 12:52:04.567 25300 25300 D AnimatorSet: mReversing is false. Don't call initChildren. 11-24 12:52:04.568 25300 25300 D AutofillManager: view not autofillable - has multiline input type 11-24 12:52:04.568 25300 25300 D CompatibilityChangeReporter: Compat change id reported: 193247900; UID 10516; state: ENABLED 11-24 12:52:04.577 25300 25300 I InsetsController: onStateChanged: host=com.fsck.k9/com.fsck.k9.activity.MessageCompose, from=android.view.ViewRootImpl.relayoutWindow:10165, state=InsetsState: {mDisplayFrame=Rect(0, 0 - 1080, 2316), mDisplayCutout=DisplayCutout{insets=Rect(0, 75 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(513, 0 - 567, 75), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080 displayHeight=2316 physicalDisplayWidth=1080 physicalDisplayHeight=2316 density={2.8125} cutoutSpec={M 0,0 H -9.466666666666667 V 26.66666666666667‬ H 9.466666666666667 V 0 H 0 Z @dp} rotation={0} scale={1.0} physicalPixelDisplaySizeRatio={1.0}}}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=8, center=Point(8, 8)}, RoundedCorner{position=TopRight, radius=8, center=Point(1072, 8)}, RoundedCorner{position=BottomRight, radius=8, center=Point(1072, 2308)}, RoundedCorner{position=BottomLeft, radius=8, center=Point(8, 2308)}]} mRoundedCornerFrame=Rect(0, 0 - 1080, 2316), mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(956, 0 - 1080, 75) rotation=0}, mDisplayShape=DisplayShape{ spec=-311912193 displayWidth=1440 displayHeight=3088 physicalPixelDisplaySizeRatio=1.0 rotation=0 offsetX=0 offsetY=0 scale=1.0}, mSources= { InsetsSource: {fd920000 mType=statusBars mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {fd920005 mType=mandatorySystemGestures mFrame=[0,0][1080,109] mVisible=true mFlags=[]}, InsetsSource: {fd920006 mType=tappableElement mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {3 mType=ime mFrame=[0,0][0,0] mVisible=false mFlags=[]}, InsetsSource: {27 mType=displayCutout mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {174a0001 mType=navigationBars mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0004 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags=[]}, InsetsSource: {174a0005 mType=mandatorySystemGestures mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0006 mType=tappableElement mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0024 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags=[]} } 11-24 12:52:04.577 25300 25300 I BufferQueueProducer: [](id:62d400000002,api:0,p:0,c:25300) setDequeueTimeout:2077252342 11-24 12:52:04.578 25300 25300 I BLASTBufferQueue_Java: new BLASTBufferQueue, mName= ViewRootImpl@992a728[MessageCompose] mNativeObject= 0xb4000073f7a06300 sc.mNativeObject= 0xb4000073f799d380 caller= android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3085 android.view.ViewRootImpl.relayoutWindow:10224 android.view.ViewRootImpl.performTraversals:4167 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 android.view.Choreographer$CallbackRecord.run:1690 android.view.Choreographer$CallbackRecord.run:1699 android.view.Choreographer.doCallbacks:1154 android.view.Choreographer.doFrame:1080 android.view.Choreographer$FrameDisplayEventReceiver.run:1647 11-24 12:52:04.578 25300 25300 I BLASTBufferQueue_Java: update, w= 1080 h= 2316 mName = ViewRootImpl@992a728[MessageCompose] mNativeObject= 0xb4000073f7a06300 sc.mNativeObject= 0xb4000073f799d380 format= -1 caller= android.graphics.BLASTBufferQueue.:89 android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3085 android.view.ViewRootImpl.relayoutWindow:10224 android.view.ViewRootImpl.performTraversals:4167 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 11-24 12:52:04.578 25300 25300 I ViewRootImpl@992a728[MessageCompose]: Relayout returned: old=(0,0,1080,2316) new=(0,0,1080,2316) relayoutAsync=false req=(1080,2316)0 dur=5 res=0x403 s={true 0xb4000073eeb05000} ch=true seqId=0 11-24 12:52:04.578 25300 25300 I ViewRootImpl@992a728[MessageCompose]: performConfigurationChange setNightDimText nightDimLevel=0 11-24 12:52:04.578 25300 25300 D ViewRootImpl@992a728[MessageCompose]: mThreadedRenderer.initialize() mSurface={isValid=true 0xb4000073eeb05000} hwInitialized=true 11-24 12:52:04.579 25300 25300 D AutofillManager: view not autofillable - has multiline input type 11-24 12:52:04.580 25300 25300 D ScrollView: onsize change changed 11-24 12:52:04.580 25300 25300 D ViewRootImpl@992a728[MessageCompose]: reportNextDraw android.view.ViewRootImpl.performTraversals:4781 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 android.view.Choreographer$CallbackRecord.run:1690 android.view.Choreographer$CallbackRecord.run:1699 11-24 12:52:04.582 25300 25300 I ViewRootImpl@992a728[MessageCompose]: Setup new sync=wmsSync-ViewRootImpl@992a728[MessageCompose]#4 11-24 12:52:04.582 25300 25300 I ViewRootImpl@992a728[MessageCompose]: Creating new active sync group ViewRootImpl@992a728[MessageCompose]#5 11-24 12:52:04.582 25300 25300 I SurfaceSyncGroup: addLocalSync=ViewRootImpl@992a728[MessageCompose]#5 to name=wmsSync-ViewRootImpl@992a728[MessageCompose]#4, callers=android.window.SurfaceSyncGroup.add:431 android.window.SurfaceSyncGroup.add:392 android.window.SurfaceSyncGroup.add:340 android.view.ViewRootImpl.createSyncIfNeeded:4912 android.view.ViewRootImpl.performTraversals:4796 android.view.ViewRootImpl.doTraversal:3345 11-24 12:52:04.582 25300 25300 I ViewRootImpl@992a728[MessageCompose]: registerCallbacksForSync syncBuffer=false 11-24 12:52:04.583 25300 25350 I ViewRootImpl@992a728[MessageCompose]: Received frameDrawingCallback syncResult=0 frameNum=1. 11-24 12:52:04.584 25300 25350 I ViewRootImpl@992a728[MessageCompose]: mWNT: t=0xb4000073f7924400 mBlastBufferQueue=0xb4000073f7a06300 fn= 1 mRenderHdrSdrRatio=1.0 caller= android.view.ViewRootImpl$8.onFrameDraw:13946 android.view.ThreadedRenderer$1.onFrameDraw:792 11-24 12:52:04.584 25300 25350 I ViewRootImpl@992a728[MessageCompose]: Setting up sync and frameCommitCallback 11-24 12:52:04.587 25300 25331 I BLASTBufferQueue: [ViewRootImpl@992a728[MessageCompose]#2](f:0,a:0,s:0) onFrameAvailable the first frame is available 11-24 12:52:04.587 25300 25331 I ViewRootImpl@992a728[MessageCompose]: Received frameCommittedCallback lastAttemptedDrawFrameNum=1 didProduceBuffer=true 11-24 12:52:04.587 25300 25331 I SurfaceSyncGroup: onTransactionReady mName=wmsSync-ViewRootImpl@992a728[MessageCompose]#4 callback=3850507 11-24 12:52:04.588 25300 25331 D OpenGLRenderer: CFMS:: SetUp Pid : 25300 Tid : 25331 11-24 12:52:04.588 25300 25300 I ViewRootImpl@992a728[MessageCompose]: reportDrawFinished seqId=0 11-24 12:52:04.593 25300 25300 D TokenAutoComplete: Current completion text: redacted@kingqueen.org.uk, 11-24 12:52:04.597 25300 25300 E PhoneWindow: Circular progress bar not located in current window decor 11-24 12:52:04.597 25300 25331 D OpenGLRenderer: HWUI - treat SMPTE_170M as sRGB 11-24 12:52:04.600 25300 25300 I ViewRootImpl@3f42ce0[MessageList]: handleWindowFocusChanged: 0 0 call from android.view.ViewRootImpl.-$$Nest$mhandleWindowFocusChanged:0 11-24 12:52:04.600 25300 25300 I ImeFocusController: onPreWindowFocus: skipped, hasWindowFocus=false mHasImeFocus=true 11-24 12:52:04.600 25300 25300 I ImeFocusController: onPostWindowFocus: skipped, hasWindowFocus=false mHasImeFocus=true 11-24 12:52:04.609 25300 25300 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=navigationBars, host=com.fsck.k9/com.fsck.k9.activity.MessageCompose 11-24 12:52:04.609 25300 25300 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=statusBars, host=com.fsck.k9/com.fsck.k9.activity.MessageCompose 11-24 12:52:04.609 25300 25300 I GestureDetector: handleMessage TAP 11-24 12:52:04.621 25300 25300 I InputMethodManager: invalidateInput 11-24 12:52:04.625 25300 25300 I InputMethodManager: invalidateInput 11-24 12:52:04.626 25300 25300 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length 11-24 12:52:04.626 25300 25300 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length 11-24 12:52:04.627 25300 25300 I InputMethodManager: invalidateInput 11-24 12:52:04.627 25300 25300 D AndroidRuntime: Shutting down VM 11-24 12:52:04.627 25300 25300 E AndroidRuntime: FATAL EXCEPTION: main 11-24 12:52:04.627 25300 25300 E AndroidRuntime: Process: com.fsck.k9, PID: 25300 11-24 12:52:04.627 25300 25300 E AndroidRuntime: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String java.lang.String.substring(int, int)' on a null object reference 11-24 12:52:04.627 25300 25300 E AndroidRuntime: at com.fsck.k9.ui.compose.QuotedMessagePresenter.processDraftMessage(QuotedMessagePresenter.java:287) 11-24 12:52:04.627 25300 25300 E AndroidRuntime: at com.fsck.k9.activity.MessageCompose.processDraftMessage(MessageCompose.java:1451) 11-24 12:52:04.627 25300 25300 E AndroidRuntime: at com.fsck.k9.activity.MessageCompose.processSourceMessage(MessageCompose.java:1262) 11-24 12:52:04.627 25300 25300 E AndroidRuntime: at com.fsck.k9.activity.MessageCompose.loadLocalMessageForDisplay(MessageCompose.java:1659) 11-24 12:52:04.627 25300 25300 E AndroidRuntime: at com.fsck.k9.activity.MessageCompose$11.onMessageViewInfoLoadFinished(MessageCompose.java:1679) 11-24 12:52:04.627 25300 25300 E AndroidRuntime: at com.fsck.k9.activity.MessageLoaderHelper.onDecodeMessageFinished(MessageLoaderHelper.java:405) 11-24 12:52:04.627 25300 25300 E AndroidRuntime: at com.fsck.k9.activity.MessageLoaderHelper.-$$Nest$monDecodeMessageFinished(MessageLoaderHelper.java:0) 11-24 12:52:04.627 25300 25300 E AndroidRuntime: at com.fsck.k9.activity.MessageLoaderHelper$3.onLoadFinished(MessageLoaderHelper.java:441) 11-24 12:52:04.627 25300 25300 E AndroidRuntime: at com.fsck.k9.activity.MessageLoaderHelper$3.onLoadFinished(MessageLoaderHelper.java:418) 11-24 12:52:04.627 25300 25300 E AndroidRuntime: at androidx.loader.app.LoaderManagerImpl$LoaderObserver.onChanged(LoaderManagerImpl.java:250) 11-24 12:52:04.627 25300 25300 E AndroidRuntime: at androidx.lifecycle.LiveData.considerNotify(LiveData.java:133) 11-24 12:52:04.627 25300 25300 E AndroidRuntime: at androidx.lifecycle.LiveData.dispatchingValue(LiveData.java:151) 11-24 12:52:04.627 25300 25300 E AndroidRuntime: at androidx.lifecycle.LiveData.setValue(LiveData.java:309) 11-24 12:52:04.627 25300 25300 E AndroidRuntime: at androidx.lifecycle.MutableLiveData.setValue(MutableLiveData.java:50) 11-24 12:52:04.627 25300 25300 E AndroidRuntime: at androidx.loader.app.LoaderManagerImpl$LoaderInfo.setValue(LoaderManagerImpl.java:189) 11-24 12:52:04.627 25300 25300 E AndroidRuntime: at androidx.loader.app.LoaderManagerImpl$LoaderInfo.onLoadComplete(LoaderManagerImpl.java:174) 11-24 12:52:04.627 25300 25300 E AndroidRuntime: at androidx.loader.content.Loader.deliverResult(Loader.java:132) 11-24 12:52:04.627 25300 25300 E AndroidRuntime: at com.fsck.k9.ui.message.LocalMessageExtractorLoader.deliverResult(LocalMessageExtractorLoader.java:47) 11-24 12:52:04.627 25300 25300 E AndroidRuntime: at com.fsck.k9.ui.message.LocalMessageExtractorLoader.deliverResult(LocalMessageExtractorLoader.java:16) 11-24 12:52:04.627 25300 25300 E AndroidRuntime: at androidx.loader.content.AsyncTaskLoader.dispatchOnLoadComplete(AsyncTaskLoader.java:258) 11-24 12:52:04.627 25300 25300 E AndroidRuntime: at androidx.loader.content.AsyncTaskLoader$LoadTask.onPostExecute(AsyncTaskLoader.java:83) 11-24 12:52:04.627 25300 25300 E AndroidRuntime: at androidx.loader.content.ModernAsyncTask.finish(ModernAsyncTask.java:490) 11-24 12:52:04.627 25300 25300 E AndroidRuntime: at androidx.loader.content.ModernAsyncTask$InternalHandler.handleMessage(ModernAsyncTask.java:507) 11-24 12:52:04.627 25300 25300 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:106) 11-24 12:52:04.627 25300 25300 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:230) 11-24 12:52:04.627 25300 25300 E AndroidRuntime: at android.os.Looper.loop(Looper.java:319) 11-24 12:52:04.627 25300 25300 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:9063) 11-24 12:52:04.627 25300 25300 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method) 11-24 12:52:04.627 25300 25300 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:588) 11-24 12:52:04.627 25300 25300 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103) 11-24 12:53:57.251 26845 26845 I com.fsck.k9: Using CollectorTypeCMC GC. 11-24 12:53:57.254 26845 26845 E com.fsck.k9: Not starting debugger since process cannot load the jdwp agent. 11-24 12:53:57.261 26845 26845 D ActivityThread: setConscryptValidator 11-24 12:53:57.261 26845 26845 D ActivityThread: setConscryptValidator - put 11-24 12:53:57.268 26845 26845 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10516; state: ENABLED 11-24 12:53:57.268 26845 26845 D CompatibilityChangeReporter: Compat change id reported: 242716250; UID 10516; state: ENABLED 11-24 12:53:57.290 26845 26845 D nativeloader: Configuring clns-4 for other apk /data/app/~~RadT3sxHHkyhkJtLag-bwg==/com.fsck.k9-0p-60oR3J8Qs317V3x0_sA==/base.apk. target_sdk_version=34, uses_libraries=, library_path=/data/app/~~RadT3sxHHkyhkJtLag-bwg==/com.fsck.k9-0p-60oR3J8Qs317V3x0_sA==/lib/arm64:/data/app/~~RadT3sxHHkyhkJtLag-bwg==/com.fsck.k9-0p-60oR3J8Qs317V3x0_sA==/base.apk!/lib/arm64-v8a, permitted_path=/data:/mnt/expand:/data/user/0/com.fsck.k9 11-24 12:53:57.297 26845 26845 V GraphicsEnvironment: Currently set values for: 11-24 12:53:57.297 26845 26845 V GraphicsEnvironment: angle_gl_driver_selection_pkgs=[] 11-24 12:53:57.297 26845 26845 V GraphicsEnvironment: angle_gl_driver_selection_values=[] 11-24 12:53:57.297 26845 26845 V GraphicsEnvironment: ANGLE GameManagerService for com.fsck.k9: false 11-24 12:53:57.297 26845 26845 V GraphicsEnvironment: com.fsck.k9 is not listed in per-application setting 11-24 12:53:57.297 26845 26845 V GraphicsEnvironment: App is not on the allowlist for updatable production driver. 11-24 12:53:57.363 26845 26845 D WM-PackageManagerHelper: Skipping component enablement for androidx.work.impl.background.systemjob.SystemJobService 11-24 12:53:57.363 26845 26845 D WM-Schedulers: Created SystemJobScheduler and enabled SystemJobService 11-24 12:53:57.370 26845 26845 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 10516; state: ENABLED 11-24 12:53:57.382 26845 26845 D OpenGLRenderer: HWUI - treat SMPTE_170M as sRGB 11-24 12:53:57.393 26845 26845 D AppCompatDelegate: Checking for metadata for AppLocalesMetadataHolderService : Service not found 11-24 12:53:57.394 26845 26883 I AdrenoGLES-0: QUALCOMM build : 7b26bdd942, Iab69c31769 11-24 12:53:57.394 26845 26883 I AdrenoGLES-0: Build Date : 08/28/23 11-24 12:53:57.394 26845 26883 I AdrenoGLES-0: OpenGL ES Shader Compiler Version: E031.41.03.44 11-24 12:53:57.394 26845 26883 I AdrenoGLES-0: Local Branch : 11-24 12:53:57.394 26845 26883 I AdrenoGLES-0: Remote Branch : refs/tags/AU_LINUX_ANDROID_LA.VENDOR.13.2.0.11.00.00.855.659 11-24 12:53:57.394 26845 26883 I AdrenoGLES-0: Remote Branch : NONE 11-24 12:53:57.394 26845 26883 I AdrenoGLES-0: Reconstruct Branch : NOTHING 11-24 12:53:57.394 26845 26883 I AdrenoGLES-0: Build Config : S P 14.1.4 AArch64 11-24 12:53:57.394 26845 26883 I AdrenoGLES-0: Driver Path : /vendor/lib64/egl/libGLESv2_adreno.so 11-24 12:53:57.394 26845 26883 I AdrenoGLES-0: Driver Version : 0676.42 11-24 12:53:57.401 26845 26883 I AdrenoGLES-0: PFP: 0x01740158, ME: 0x00000000 11-24 12:53:57.403 26845 26883 W Adreno-AppProfiles: Could not find QSPM HAL service. Skipping adreno profile processing. 11-24 12:53:57.404 26845 26883 I AdrenoUtils: : Reading chip ID through GSL 11-24 12:53:57.421 26845 26845 I DecorView: setWindowBackground: isPopOver=false color=ff131314 d=android.graphics.drawable.ColorDrawable@426a6db 11-24 12:53:57.421 26845 26870 I NotificationManager: com.fsck.k9: notify(48, null, Notification(channel=messages_channel_9207f9b1-307e-46ff-99a0-176c05056138_1690912860 shortcut=null contentView=null vibrate=null sound=null tick defaults=0x0 flags=0x0 color=0xff669900 category=email groupKey=newMailNotifications-2 actions=2 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0)) as user 11-24 12:53:57.426 26845 26845 D CompatibilityChangeReporter: Compat change id reported: 210923482; UID 10516; state: ENABLED 11-24 12:53:57.427 26845 26870 I NotificationManager: com.fsck.k9: notify(47, null, Notification(channel=messages_channel_9207f9b1-307e-46ff-99a0-176c05056138_1690912860 shortcut=null contentView=null vibrate=null sound=null tick defaults=0x0 flags=0x0 color=0xff669900 category=email groupKey=newMailNotifications-2 actions=2 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0)) as user 11-24 12:53:57.433 26845 26870 I NotificationManager: com.fsck.k9: notify(46, null, Notification(channel=messages_channel_9207f9b1-307e-46ff-99a0-176c05056138_1690912860 shortcut=null contentView=null vibrate=null sound=null tick defaults=0x0 flags=0x0 color=0xff669900 category=email groupKey=newMailNotifications-2 actions=2 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0)) as user 11-24 12:53:57.434 26845 26893 D CompatibilityChangeReporter: Compat change id reported: 194532703; UID 10516; state: ENABLED 11-24 12:53:57.434 26845 26893 D CompatibilityChangeReporter: Compat change id reported: 253665015; UID 10516; state: ENABLED 11-24 12:53:57.438 26845 26870 I NotificationManager: com.fsck.k9: notify(45, null, Notification(channel=messages_channel_9207f9b1-307e-46ff-99a0-176c05056138_1690912860 shortcut=null contentView=null vibrate=null sound=null tick defaults=0x0 flags=0x0 color=0xff669900 category=email groupKey=newMailNotifications-2 actions=2 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0)) as user 11-24 12:53:57.442 26845 26870 I NotificationManager: com.fsck.k9: notify(44, null, Notification(channel=messages_channel_9207f9b1-307e-46ff-99a0-176c05056138_1690912860 shortcut=null contentView=null vibrate=null sound=null tick defaults=0x0 flags=0x0 color=0xff669900 category=email groupKey=newMailNotifications-2 actions=2 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0)) as user 11-24 12:53:57.444 26845 26870 I NotificationManager: com.fsck.k9: notify(43, null, Notification(channel=messages_channel_9207f9b1-307e-46ff-99a0-176c05056138_1690912860 shortcut=null contentView=null vibrate=null sound=null tick defaults=0x0 flags=0x0 color=0xff669900 category=email groupKey=newMailNotifications-2 actions=2 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0)) as user 11-24 12:53:57.449 26845 26870 I NotificationManager: com.fsck.k9: notify(42, null, Notification(channel=messages_channel_9207f9b1-307e-46ff-99a0-176c05056138_1690912860 shortcut=null contentView=null vibrate=null sound=null tick defaults=0x0 flags=0x0 color=0xff669900 category=email groupKey=newMailNotifications-2 actions=2 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0)) as user 11-24 12:53:57.453 26845 26870 I NotificationManager: com.fsck.k9: notify(41, null, Notification(channel=messages_channel_9207f9b1-307e-46ff-99a0-176c05056138_1690912860 shortcut=null contentView=null vibrate=null sound=null tick defaults=0x0 flags=0x200 color=0xff669900 category=email groupKey=newMailNotifications-2 actions=1 vis=PRIVATE publicVersion=Notification(channel=messages_channel_9207f9b1-307e-46ff-99a0-176c05056138_1690912860 shortcut=null contentView=null vibrate=null sound=null defaults=0x0 flags=0x0 color=0xff669900 category=email vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0) semFlags=0x0 semPriority=0 semMissedCount=0)) as user 11-24 12:53:57.454 26845 26845 D CompatibilityChangeReporter: Compat change id reported: 237531167; UID 10516; state: DISABLED 11-24 12:53:57.456 26845 26883 D NativeCustomFrequencyManager: [NativeCFMS] BpCustomFrequencyManager::BpCustomFrequencyManager() 11-24 12:53:57.460 26845 26845 I InsetsController: onStateChanged: host=com.fsck.k9/com.fsck.k9.activity.MessageList, from=android.view.ViewRootImpl.setView:1797, state=InsetsState: {mDisplayFrame=Rect(0, 0 - 1080, 2316), mDisplayCutout=DisplayCutout{insets=Rect(0, 75 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(513, 0 - 567, 75), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080 displayHeight=2316 physicalDisplayWidth=1080 physicalDisplayHeight=2316 density={2.8125} cutoutSpec={M 0,0 H -9.466666666666667 V 26.66666666666667‬ H 9.466666666666667 V 0 H 0 Z @dp} rotation={0} scale={1.0} physicalPixelDisplaySizeRatio={1.0}}}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=8, center=Point(8, 8)}, RoundedCorner{position=TopRight, radius=8, center=Point(1072, 8)}, RoundedCorner{position=BottomRight, radius=8, center=Point(1072, 2308)}, RoundedCorner{position=BottomLeft, radius=8, center=Point(8, 2308)}]} mRoundedCornerFrame=Rect(0, 0 - 1080, 2316), mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(956, 0 - 1080, 75) rotation=0}, mDisplayShape=DisplayShape{ spec=-311912193 displayWidth=1440 displayHeight=3088 physicalPixelDisplaySizeRatio=1.0 rotation=0 offsetX=0 offsetY=0 scale=1.0}, mSources= { InsetsSource: {fd920000 mType=statusBars mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {fd920005 mType=mandatorySystemGestures mFrame=[0,0][1080,109] mVisible=true mFlags=[]}, InsetsSource: {fd920006 mType=tappableElement mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {3 mType=ime mFrame=[0,0][0,0] mVisible=false mFlags=[]}, InsetsSource: {27 mType=displayCutout mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {174a0001 mType=navigationBars mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0004 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags=[]}, InsetsSource: {174a0005 mType=mandatorySystemGestures mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0006 mType=tappableElement mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0024 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags=[]} } 11-24 12:53:57.461 26845 26845 I ViewRootImpl@cfc623f[MessageList]: synced displayState. AttachInfo displayState=2 11-24 12:53:57.461 26845 26845 I ViewRootImpl@cfc623f[MessageList]: setView = com.android.internal.policy.DecorView@75ee35b TM=true 11-24 12:53:57.461 26845 26845 I IDS_TAG : Starting IDS observe window 11-24 12:53:57.461 26845 26845 I IDS_TAG : Getting Shared Preference for app.k9mail.K9App@e202857 uid = 10516 11-24 12:53:57.462 26845 26845 I IDS_TAG : App app.k9mail.K9App@e202857 being boosted by IDS 11-24 12:53:57.462 26845 26845 I IDS_TAG : Closing IDS observe window 11-24 12:53:57.462 26845 26845 I IDS_TAG : Getting Shared Preference for app.k9mail.K9App@e202857 uid = 10516 11-24 12:53:57.463 26845 26845 D AnimatorSet: mReversing is false. Don't call initChildren. 11-24 12:53:57.499 26845 26845 I BufferQueueProducer: [](id:68dd00000000,api:0,p:-2094980915,c:26845) setDequeueTimeout:2077252342 11-24 12:53:57.499 26845 26845 I BLASTBufferQueue_Java: new BLASTBufferQueue, mName= ViewRootImpl@cfc623f[MessageList] mNativeObject= 0xb400007483265000 sc.mNativeObject= 0xb400007483169dc0 caller= android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3085 android.view.ViewRootImpl.relayoutWindow:10224 android.view.ViewRootImpl.performTraversals:4167 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 android.view.Choreographer$CallbackRecord.run:1690 android.view.Choreographer$CallbackRecord.run:1699 android.view.Choreographer.doCallbacks:1154 android.view.Choreographer.doFrame:1080 android.view.Choreographer$FrameDisplayEventReceiver.run:1647 11-24 12:53:57.499 26845 26845 I BLASTBufferQueue_Java: update, w= 1080 h= 2316 mName = ViewRootImpl@cfc623f[MessageList] mNativeObject= 0xb400007483265000 sc.mNativeObject= 0xb400007483169dc0 format= -1 caller= android.graphics.BLASTBufferQueue.:89 android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3085 android.view.ViewRootImpl.relayoutWindow:10224 android.view.ViewRootImpl.performTraversals:4167 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 11-24 12:53:57.499 26845 26845 I ViewRootImpl@cfc623f[MessageList]: Relayout returned: old=(0,0,1080,2316) new=(0,0,1080,2316) relayoutAsync=false req=(1080,2316)0 dur=5 res=0x403 s={true 0xb4000074edce0800} ch=true seqId=0 11-24 12:53:57.499 26845 26845 I ViewRootImpl@cfc623f[MessageList]: performConfigurationChange setNightDimText nightDimLevel=0 11-24 12:53:57.500 26845 26845 D ViewRootImpl@cfc623f[MessageList]: mThreadedRenderer.initialize() mSurface={isValid=true 0xb4000074edce0800} hwInitialized=true 11-24 12:53:57.501 26845 26845 D ViewRootImpl@cfc623f[MessageList]: reportNextDraw android.view.ViewRootImpl.performTraversals:4781 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 android.view.Choreographer$CallbackRecord.run:1690 android.view.Choreographer$CallbackRecord.run:1699 11-24 12:53:57.501 26845 26845 I ViewRootImpl@cfc623f[MessageList]: Setup new sync=wmsSync-ViewRootImpl@cfc623f[MessageList]#0 11-24 12:53:57.501 26845 26845 I ViewRootImpl@cfc623f[MessageList]: Creating new active sync group ViewRootImpl@cfc623f[MessageList]#1 11-24 12:53:57.501 26845 26845 I SurfaceSyncGroup: addLocalSync=ViewRootImpl@cfc623f[MessageList]#1 to name=wmsSync-ViewRootImpl@cfc623f[MessageList]#0, callers=android.window.SurfaceSyncGroup.add:431 android.window.SurfaceSyncGroup.add:392 android.window.SurfaceSyncGroup.add:340 android.view.ViewRootImpl.createSyncIfNeeded:4912 android.view.ViewRootImpl.performTraversals:4796 android.view.ViewRootImpl.doTraversal:3345 11-24 12:53:57.502 26845 26845 I ViewRootImpl@cfc623f[MessageList]: registerCallbacksForSync syncBuffer=false 11-24 12:53:57.504 26845 26905 I ViewRootImpl@cfc623f[MessageList]: Received frameDrawingCallback syncResult=0 frameNum=1. 11-24 12:53:57.504 26845 26905 I ViewRootImpl@cfc623f[MessageList]: mWNT: t=0xb4000074831b4100 mBlastBufferQueue=0xb400007483265000 fn= 1 mRenderHdrSdrRatio=1.0 caller= android.view.ViewRootImpl$8.onFrameDraw:13946 android.view.ThreadedRenderer$1.onFrameDraw:792 11-24 12:53:57.504 26845 26905 I ViewRootImpl@cfc623f[MessageList]: Setting up sync and frameCommitCallback 11-24 12:53:57.511 26845 26883 I BLASTBufferQueue: [ViewRootImpl@cfc623f[MessageList]#0](f:0,a:0,s:0) onFrameAvailable the first frame is available 11-24 12:53:57.512 26845 26883 I ViewRootImpl@cfc623f[MessageList]: Received frameCommittedCallback lastAttemptedDrawFrameNum=1 didProduceBuffer=true 11-24 12:53:57.512 26845 26883 I SurfaceSyncGroup: onTransactionReady mName=wmsSync-ViewRootImpl@cfc623f[MessageList]#0 callback=51388077 11-24 12:53:57.512 26845 26883 D OpenGLRenderer: CFMS:: SetUp Pid : 26845 Tid : 26883 11-24 12:53:57.512 26845 26845 I ViewRootImpl@cfc623f[MessageList]: reportDrawFinished seqId=0 11-24 12:53:57.513 26845 26870 D CompatibilityChangeReporter: Compat change id reported: 247079863; UID 10516; state: ENABLED 11-24 12:53:57.513 26845 26883 D OpenGLRenderer: HWUI - treat SMPTE_170M as sRGB 11-24 12:53:57.516 26845 26845 I InputMethodManager: invalidateInput 11-24 12:53:57.517 26845 26845 I InputMethodManager: invalidateInput 11-24 12:53:57.517 26845 26845 I InputMethodManager: invalidateInput 11-24 12:53:57.518 26845 26845 I InputMethodManager: invalidateInput 11-24 12:53:57.518 26845 26845 I ImeTracker: com.fsck.k9:3182d611: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT 11-24 12:53:57.518 26845 26845 I InputMethodManager_LC: hsifw() - flag : 0 11-24 12:53:57.519 26845 26845 I ImeTracker: com.fsck.k9:3182d611: onFailed at PHASE_CLIENT_VIEW_SERVED 11-24 12:53:57.519 26845 26845 I InputMethodManager_LC: hsifw() ignored windowToken=null servedView=null mDisplayId=0 11-24 12:53:57.519 26845 26845 D AutofillManager: view not autofillable - not passing ime action check 11-24 12:53:57.521 26845 26845 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=navigationBars, host=com.fsck.k9/com.fsck.k9.activity.MessageList 11-24 12:53:57.521 26845 26845 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=statusBars, host=com.fsck.k9/com.fsck.k9.activity.MessageList 11-24 12:53:57.525 26845 26845 I ViewRootImpl@cfc623f[MessageList]: handleWindowFocusChanged: 1 0 call from android.view.ViewRootImpl.-$$Nest$mhandleWindowFocusChanged:0 11-24 12:53:57.525 26845 26845 D ViewRootImpl@cfc623f[MessageList]: mThreadedRenderer.initializeIfNeeded()#2 mSurface={isValid=true 0xb4000074edce0800} 11-24 12:53:57.526 26845 26845 D InputMethodManagerUtils: startInputInner - Id : 0 11-24 12:53:57.526 26845 26845 I InputMethodManager: startInputInner - IInputMethodManagerGlobalInvoker.startInputOrWindowGainedFocus 11-24 12:53:57.533 26845 26845 D InputMethodManagerUtils: startInputInner - Id : 0 11-24 12:53:57.533 26845 26845 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=false, type=ime, host=com.fsck.k9/com.fsck.k9.activity.MessageList 11-24 12:53:57.945 26845 26845 I InputMethodManager: invalidateInput 11-24 12:53:57.945 26845 26845 I InputMethodManager: invalidateInput 11-24 12:53:57.946 26845 26845 I InputMethodManager: invalidateInput 11-24 12:53:57.955 26845 26845 D ConnectivityManager: StackLog: [android.net.ConnectivityManager.sendRequestForNetwork(ConnectivityManager.java:4402)] [android.net.ConnectivityManager.registerDefaultNetworkCallbackForUid(ConnectivityManager.java:4966)] [android.net.ConnectivityManager.registerDefaultNetworkCallback(ConnectivityManager.java:4933)] [android.net.ConnectivityManager.registerDefaultNetworkCallback(ConnectivityManager.java:4907)] [androidx.work.impl.utils.NetworkApi24$$ExternalSyntheticApiModelOutline0.m(R8$$SyntheticClass:0)] [com.bumptech.glide.manager.SingletonConnectivityReceiver$FrameworkConnectivityMonitorPostApi24.register(SingletonConnectivityReceiver.java:191)] [com.bumptech.glide.manager.SingletonConnectivityReceiver.maybeRegisterReceiver(SingletonConnectivityReceiver.java:113)] [com.bumptech.glide.manager.SingletonConnectivityReceiver.register(SingletonConnectivityReceiver.java:94)] [com.bumptech.glide.manager.DefaultConnectivityMonitor.register(DefaultConnectivityMonitor.java:25)] [com.bumptech.glide.manager.DefaultConnectivityMonitor.onStart(DefaultConnectivityMonitor.java:34)] [com.bumptech.glide.manager.LifecycleLifecycle.addListener(LifecycleLifecycle.java:54)] [com.bumptech.glide.RequestManager.(RequestManager.java:147)] [com.bumptech.glide.RequestManager.(RequestManager.java:105)] [com.fsck.k9.glide.GlideRequests.(GlideRequests.java:32)] [com.bumptech.glide.GeneratedRequestManagerFactory.build(GeneratedRequestManagerFactory.java:18)] [com.bumptech.glide.manager.LifecycleRequestManagerRetriever.getOrCreate(LifecycleRequestManagerRetriever.java:43)] [com.bumptech.glide.manager.RequestManagerRetriever.get(RequestManagerRetriever.java:114)] [com.bumptech.glide.manager.RequestManagerRetriever.get(RequestManagerRetriever.java:92)] [com.bumptech.glide.Glide.with(Glide.java:545)] [com.fsck.k9.contacts.ContactPictureLoader.setContactPicture(ContactPictureLoader.kt:25)] [com.fsck.k9.ui.messagelist.MessageListAdapter.setContactPicture(MessageListAdapter.kt:485)] [com.fsck.k9.ui.messagelist.MessageListAdapter.bindMessageViewHolder(MessageListAdapter.kt:403)] [com.fsck.k9.ui.messagelist.MessageListAdapter.onBindViewHolder(MessageListAdapter.kt:353)] [com.fsck.k9.ui.messagelist.MessageListAdapter.onBindViewHolder(MessageListAdapter.kt:46)] [androidx.recyclerview.widget.RecyclerView$Adapter.onBindViewHolder(RecyclerView.java:7747)] [androidx.recyclerview.widget.RecyclerView$Adapter.bindViewHolder(RecyclerView.java:7847)] [androidx.recyclerview.widget.RecyclerView$Recycler.tryBindViewHolderByDeadline(RecyclerView.java:6646)] [androidx.recyclerview.widget.RecyclerView$Recycler.tryGetViewHolderForPositionByDeadline(RecyclerView.java:6917)] [androidx.recyclerview.widget.RecyclerView$Recycler.getViewForPosition(RecyclerView.java:6757)] [androidx.recyclerview.widget.RecyclerView$Recycler.getViewForPosition(RecyclerView.java:6753)] [app.k9mail.ui.utils.linearlayoutmanager.LinearLayoutManager$LayoutState.next(LinearLayoutManager.java:2374)] [app.k9mail.ui.utils.linearlayoutmanager.LinearLayoutManager.layoutChunk(LinearLayoutManager.java:1682)] [app.k9mail.ui.utils.linearlayoutmanager.LinearLayoutManager.fill(LinearLayoutManager.java:1645)] [app.k9mail.ui.utils.linearlayoutmanager.LinearLayoutManager.onLayoutChildren(LinearLayoutManager.java:672)] [androidx.recyclerview.widget.RecyclerView.dispatchLayoutStep2(RecyclerView.java:4645)] [androidx.recyclerview.widget.RecyclerView.dispatchLayout(RecyclerView.java:4348)] [androidx.recyclerview.widget.RecyclerView.onLayout(RecyclerView.java:4919)] [android.view.View.layout(View.java:25788)] [android.view.ViewGroup.layout(ViewGroup.java:6874)] [androidx.swiperefreshlayout.widget.SwipeRefreshLayout.onLayout(SwipeRefreshLayout.java:689)] [android.view.View.layout(View.java:25788)] [android.view.ViewGroup.layout(ViewGroup.java:6874)] [androidx.coordinatorlayout.widget.CoordinatorLayout.layoutChild(CoordinatorLayout.java:1248)] [androidx.coordinatorlayout.widget.CoordinatorLayout.onLayoutChild(CoordinatorLayout.java:934)] [androidx.coordinatorlayout.widget.Coordin 11-24 12:54:01.212 26845 26845 I ViewRootImpl@cfc623f[MessageList]: ViewPostIme pointer 0 11-24 12:54:01.316 26845 26845 I ViewRootImpl@cfc623f[MessageList]: ViewPostIme pointer 1 11-24 12:54:01.738 26845 26845 I InputMethodManager: invalidateInput 11-24 12:54:01.740 26845 26845 I ImeTracker: com.fsck.k9:c98840f9: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT 11-24 12:54:01.740 26845 26845 I InputMethodManager_LC: hsifw() - flag : 0 11-24 12:54:01.740 26845 26845 I InputMethodManager_LC: hsifw() - mService.hideSoftInput 11-24 12:54:02.579 26845 26845 I ViewRootImpl@cfc623f[MessageList]: ViewPostIme pointer 0 11-24 12:54:02.683 26845 26845 I ViewRootImpl@cfc623f[MessageList]: ViewPostIme pointer 1 11-24 12:54:02.711 26845 26845 I DecorView: setWindowBackground: isPopOver=false color=ff131314 d=android.graphics.drawable.ColorDrawable@4b944ac 11-24 12:54:02.728 26845 26883 D NativeCustomFrequencyManager: [NativeCFMS] BpCustomFrequencyManager::BpCustomFrequencyManager() 11-24 12:54:02.731 26845 26845 I InsetsController: onStateChanged: host=com.fsck.k9/com.fsck.k9.ui.settings.SettingsActivity, from=android.view.ViewRootImpl.setView:1797, state=InsetsState: {mDisplayFrame=Rect(0, 0 - 1080, 2316), mDisplayCutout=DisplayCutout{insets=Rect(0, 75 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(513, 0 - 567, 75), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080 displayHeight=2316 physicalDisplayWidth=1080 physicalDisplayHeight=2316 density={2.8125} cutoutSpec={M 0,0 H -9.466666666666667 V 26.66666666666667‬ H 9.466666666666667 V 0 H 0 Z @dp} rotation={0} scale={1.0} physicalPixelDisplaySizeRatio={1.0}}}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=8, center=Point(8, 8)}, RoundedCorner{position=TopRight, radius=8, center=Point(1072, 8)}, RoundedCorner{position=BottomRight, radius=8, center=Point(1072, 2308)}, RoundedCorner{position=BottomLeft, radius=8, center=Point(8, 2308)}]} mRoundedCornerFrame=Rect(0, 0 - 1080, 2316), mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(956, 0 - 1080, 75) rotation=0}, mDisplayShape=DisplayShape{ spec=-311912193 displayWidth=1440 displayHeight=3088 physicalPixelDisplaySizeRatio=1.0 rotation=0 offsetX=0 offsetY=0 scale=1.0}, mSources= { InsetsSource: {fd920000 mType=statusBars mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {fd920005 mType=mandatorySystemGestures mFrame=[0,0][1080,109] mVisible=true mFlags=[]}, InsetsSource: {fd920006 mType=tappableElement mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {27 mType=displayCutout mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {174a0001 mType=navigationBars mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0004 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags=[]}, InsetsSource: {174a0005 mType=mandatorySystemGestures mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0006 mType=tappableElement mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0024 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags=[]} } 11-24 12:54:02.731 26845 26845 I ViewRootImpl@54b7ca3[SettingsActivity]: synced displayState. AttachInfo displayState=2 11-24 12:54:02.731 26845 26845 I ViewRootImpl@54b7ca3[SettingsActivity]: setView = com.android.internal.policy.DecorView@a49d472 TM=true 11-24 12:54:02.737 26845 26845 I InsetsController: onStateChanged: host=com.fsck.k9/com.fsck.k9.ui.settings.SettingsActivity, from=android.view.ViewRootImpl.relayoutWindow:10165, state=InsetsState: {mDisplayFrame=Rect(0, 0 - 1080, 2316), mDisplayCutout=DisplayCutout{insets=Rect(0, 75 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(513, 0 - 567, 75), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080 displayHeight=2316 physicalDisplayWidth=1080 physicalDisplayHeight=2316 density={2.8125} cutoutSpec={M 0,0 H -9.466666666666667 V 26.66666666666667‬ H 9.466666666666667 V 0 H 0 Z @dp} rotation={0} scale={1.0} physicalPixelDisplaySizeRatio={1.0}}}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=8, center=Point(8, 8)}, RoundedCorner{position=TopRight, radius=8, center=Point(1072, 8)}, RoundedCorner{position=BottomRight, radius=8, center=Point(1072, 2308)}, RoundedCorner{position=BottomLeft, radius=8, center=Point(8, 2308)}]} mRoundedCornerFrame=Rect(0, 0 - 1080, 2316), mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(956, 0 - 1080, 75) rotation=0}, mDisplayShape=DisplayShape{ spec=-311912193 displayWidth=1440 displayHeight=3088 physicalPixelDisplaySizeRatio=1.0 rotation=0 offsetX=0 offsetY=0 scale=1.0}, mSources= { InsetsSource: {fd920000 mType=statusBars mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {fd920005 mType=mandatorySystemGestures mFrame=[0,0][1080,109] mVisible=true mFlags=[]}, InsetsSource: {fd920006 mType=tappableElement mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {3 mType=ime mFrame=[0,0][0,0] mVisible=false mFlags=[]}, InsetsSource: {27 mType=displayCutout mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {174a0001 mType=navigationBars mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0004 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags=[]}, InsetsSource: {174a0005 mType=mandatorySystemGestures mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0006 mType=tappableElement mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0024 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags=[]} } 11-24 12:54:02.737 26845 26845 I BufferQueueProducer: [](id:68dd00000001,api:0,p:4,c:26845) setDequeueTimeout:2077252342 11-24 12:54:02.737 26845 26845 I BLASTBufferQueue_Java: new BLASTBufferQueue, mName= ViewRootImpl@54b7ca3[SettingsActivity] mNativeObject= 0xb400007483265c00 sc.mNativeObject= 0xb4000074edc750c0 caller= android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3085 android.view.ViewRootImpl.relayoutWindow:10224 android.view.ViewRootImpl.performTraversals:4167 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 android.view.Choreographer$CallbackRecord.run:1690 android.view.Choreographer$CallbackRecord.run:1699 android.view.Choreographer.doCallbacks:1154 android.view.Choreographer.doFrame:1080 android.view.Choreographer$FrameDisplayEventReceiver.run:1647 11-24 12:54:02.737 26845 26845 I BLASTBufferQueue_Java: update, w= 1080 h= 2316 mName = ViewRootImpl@54b7ca3[SettingsActivity] mNativeObject= 0xb400007483265c00 sc.mNativeObject= 0xb4000074edc750c0 format= -1 caller= android.graphics.BLASTBufferQueue.:89 android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3085 android.view.ViewRootImpl.relayoutWindow:10224 android.view.ViewRootImpl.performTraversals:4167 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 11-24 12:54:02.737 26845 26845 I ViewRootImpl@54b7ca3[SettingsActivity]: Relayout returned: old=(0,0,1080,2316) new=(0,0,1080,2316) relayoutAsync=false req=(1080,2316)0 dur=5 res=0x403 s={true 0xb4000073fc2ec000} ch=true seqId=0 11-24 12:54:02.738 26845 26845 I ViewRootImpl@54b7ca3[SettingsActivity]: performConfigurationChange setNightDimText nightDimLevel=0 11-24 12:54:02.738 26845 26845 D ViewRootImpl@54b7ca3[SettingsActivity]: mThreadedRenderer.initialize() mSurface={isValid=true 0xb4000073fc2ec000} hwInitialized=true 11-24 12:54:02.738 26845 26845 D ViewRootImpl@54b7ca3[SettingsActivity]: reportNextDraw android.view.ViewRootImpl.performTraversals:4781 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 android.view.Choreographer$CallbackRecord.run:1690 android.view.Choreographer$CallbackRecord.run:1699 11-24 12:54:02.738 26845 26845 I ViewRootImpl@54b7ca3[SettingsActivity]: Setup new sync=wmsSync-ViewRootImpl@54b7ca3[SettingsActivity]#2 11-24 12:54:02.738 26845 26845 I ViewRootImpl@54b7ca3[SettingsActivity]: Creating new active sync group ViewRootImpl@54b7ca3[SettingsActivity]#3 11-24 12:54:02.738 26845 26845 I SurfaceSyncGroup: addLocalSync=ViewRootImpl@54b7ca3[SettingsActivity]#3 to name=wmsSync-ViewRootImpl@54b7ca3[SettingsActivity]#2, callers=android.window.SurfaceSyncGroup.add:431 android.window.SurfaceSyncGroup.add:392 android.window.SurfaceSyncGroup.add:340 android.view.ViewRootImpl.createSyncIfNeeded:4912 android.view.ViewRootImpl.performTraversals:4796 android.view.ViewRootImpl.doTraversal:3345 11-24 12:54:02.740 26845 26845 I ViewRootImpl@54b7ca3[SettingsActivity]: registerCallbacksForSync syncBuffer=false 11-24 12:54:02.741 26845 26905 I ViewRootImpl@54b7ca3[SettingsActivity]: Received frameDrawingCallback syncResult=0 frameNum=1. 11-24 12:54:02.741 26845 26905 I ViewRootImpl@54b7ca3[SettingsActivity]: mWNT: t=0xb4000073fc405b00 mBlastBufferQueue=0xb400007483265c00 fn= 1 mRenderHdrSdrRatio=1.0 caller= android.view.ViewRootImpl$8.onFrameDraw:13946 android.view.ThreadedRenderer$1.onFrameDraw:792 11-24 12:54:02.741 26845 26905 I ViewRootImpl@54b7ca3[SettingsActivity]: Setting up sync and frameCommitCallback 11-24 12:54:02.743 26845 26883 I BLASTBufferQueue: [ViewRootImpl@54b7ca3[SettingsActivity]#1](f:0,a:0,s:0) onFrameAvailable the first frame is available 11-24 12:54:02.744 26845 26883 I ViewRootImpl@54b7ca3[SettingsActivity]: Received frameCommittedCallback lastAttemptedDrawFrameNum=1 didProduceBuffer=true 11-24 12:54:02.744 26845 26883 I SurfaceSyncGroup: onTransactionReady mName=wmsSync-ViewRootImpl@54b7ca3[SettingsActivity]#2 callback=255336908 11-24 12:54:02.744 26845 26883 D OpenGLRenderer: CFMS:: SetUp Pid : 26845 Tid : 26883 11-24 12:54:02.744 26845 26845 I ViewRootImpl@54b7ca3[SettingsActivity]: reportDrawFinished seqId=0 11-24 12:54:02.745 26845 26883 D OpenGLRenderer: HWUI - treat SMPTE_170M as sRGB 11-24 12:54:02.745 26845 26845 I ViewRootImpl@cfc623f[MessageList]: handleWindowFocusChanged: 0 0 call from android.view.ViewRootImpl.-$$Nest$mhandleWindowFocusChanged:0 11-24 12:54:02.745 26845 26845 I ImeFocusController: onPreWindowFocus: skipped, hasWindowFocus=false mHasImeFocus=true 11-24 12:54:02.746 26845 26845 I ImeFocusController: onPostWindowFocus: skipped, hasWindowFocus=false mHasImeFocus=true 11-24 12:54:02.754 26845 26845 D AnimatorSet: mReversing is false. Don't call initChildren. 11-24 12:54:02.755 26845 26845 D AnimatorSet: mReversing is false. Don't call initChildren. 11-24 12:54:02.756 26845 26845 D AnimatorSet: mReversing is false. Don't call initChildren. 11-24 12:54:02.757 26845 26845 D AnimatorSet: mReversing is false. Don't call initChildren. 11-24 12:54:02.758 26845 26845 D AnimatorSet: mReversing is false. Don't call initChildren. 11-24 12:54:02.759 26845 26845 D AnimatorSet: mReversing is false. Don't call initChildren. 11-24 12:54:02.768 26845 26845 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=navigationBars, host=com.fsck.k9/com.fsck.k9.ui.settings.SettingsActivity 11-24 12:54:02.768 26845 26845 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=statusBars, host=com.fsck.k9/com.fsck.k9.ui.settings.SettingsActivity 11-24 12:54:02.805 26845 26845 I ViewRootImpl@54b7ca3[SettingsActivity]: handleWindowFocusChanged: 1 0 call from android.view.ViewRootImpl.-$$Nest$mhandleWindowFocusChanged:0 11-24 12:54:02.805 26845 26845 D ViewRootImpl@54b7ca3[SettingsActivity]: mThreadedRenderer.initializeIfNeeded()#2 mSurface={isValid=true 0xb4000073fc2ec000} 11-24 12:54:02.805 26845 26845 D InputMethodManagerUtils: startInputInner - Id : 0 11-24 12:54:02.805 26845 26845 I InputMethodManager: startInputInner - IInputMethodManagerGlobalInvoker.startInputOrWindowGainedFocus 11-24 12:54:02.814 26845 26845 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=false, type=ime, host=com.fsck.k9/com.fsck.k9.ui.settings.SettingsActivity 11-24 12:54:03.197 26845 26845 I ViewRootImpl@cfc623f[MessageList]: handleAppVisibility mAppVisible = true visible = false 11-24 12:54:03.204 26845 26845 I ViewRootImpl@cfc623f[MessageList]: destroyHardwareResources: Callers=android.view.ViewRootImpl.performTraversals:3989 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 android.view.Choreographer$CallbackRecord.run:1690 android.view.Choreographer$CallbackRecord.run:1699 android.view.Choreographer.doCallbacks:1154 android.view.Choreographer.doFrame:1080 android.view.Choreographer$FrameDisplayEventReceiver.run:1647 android.os.Handler.handleCallback:958 android.os.Handler.dispatchMessage:99 11-24 12:54:03.217 26845 26845 I ViewRootImpl@cfc623f[MessageList]: Relayout returned: old=(0,0,1080,2316) new=(0,0,1080,2316) relayoutAsync=false req=(1080,2316)8 dur=9 res=0x402 s={false 0x0} ch=true seqId=0 11-24 12:54:03.218 26845 26845 D ConnectivityManager: StackLog: [android.net.ConnectivityManager.unregisterNetworkCallback(ConnectivityManager.java:5076)] [com.bumptech.glide.manager.SingletonConnectivityReceiver$FrameworkConnectivityMonitorPostApi24.unregister(SingletonConnectivityReceiver.java:205)] [com.bumptech.glide.manager.SingletonConnectivityReceiver.maybeUnregisterReceiver(SingletonConnectivityReceiver.java:122)] [com.bumptech.glide.manager.SingletonConnectivityReceiver.unregister(SingletonConnectivityReceiver.java:105)] [com.bumptech.glide.manager.DefaultConnectivityMonitor.unregister(DefaultConnectivityMonitor.java:29)] [com.bumptech.glide.manager.DefaultConnectivityMonitor.onStop(DefaultConnectivityMonitor.java:39)] [com.bumptech.glide.manager.LifecycleLifecycle.onStop(LifecycleLifecycle.java:35)] [java.lang.reflect.Method.invoke(Native Method)] [androidx.lifecycle.ClassesInfoCache$MethodReference.invokeCallback(ClassesInfoCache.java:225)] [androidx.lifecycle.ClassesInfoCache$CallbackInfo.invokeMethodsForEvent(ClassesInfoCache.java:199)] [androidx.lifecycle.ClassesInfoCache$CallbackInfo.invokeCallbacks(ClassesInfoCache.java:190)] [androidx.lifecycle.ReflectiveGenericLifecycleObserver.onStateChanged(ReflectiveGenericLifecycleObserver.java:40)] [androidx.lifecycle.LifecycleRegistry$ObserverWithState.dispatchEvent(LifecycleRegistry.jvm.kt:320)] [androidx.lifecycle.LifecycleRegistry.backwardPass(LifecycleRegistry.jvm.kt:272)] [androidx.lifecycle.LifecycleRegistry.sync(LifecycleRegistry.jvm.kt:289)] [androidx.lifecycle.LifecycleRegistry.moveToState(LifecycleRegistry.jvm.kt:142)] [androidx.lifecycle.LifecycleRegistry.handleLifecycleEvent(LifecycleRegistry.jvm.kt:124)] [androidx.lifecycle.ReportFragment$Companion.dispatch$lifecycle_runtime_release(ReportFragment.android.kt:190)] [androidx.lifecycle.ReportFragment$LifecycleCallbacks.onActivityPreStopped(ReportFragment.android.kt:135)] [android.app.Activity.dispatchActivityPreStopped(Activity.java:1597)] [android.app.Activity.performStop(Activity.java:9258)] [android.app.ActivityThread.callActivityOnStop(ActivityThread.java:5983)] [android.app.ActivityThread.performStopActivityInner(ActivityThread.java:5957)] [android.app.ActivityThread.handleStopActivity(ActivityThread.java:6028)] [android.app.servertransaction.StopActivityItem.execute(StopActivityItem.java:43)] [android.app.servertransaction.ActivityTransactionItem.execute(ActivityTransactionItem.java:45)] [android.app.servertransaction.TransactionExecutor.executeLifecycleState(TransactionExecutor.java:180)] [android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:98)] [android.app.ActivityThread$H.handleMessage(ActivityThread.java:2693)] 11-24 12:54:03.220 26845 26845 I ViewRootImpl@cfc623f[MessageList]: stopped(true) old = false 11-24 12:54:03.220 26845 26845 D ViewRootImpl@cfc623f[MessageList]: WindowStopped on com.fsck.k9/com.fsck.k9.activity.MessageList set to true 11-24 12:54:03.225 26845 26845 I ViewRootImpl@cfc623f[MessageList]: Relayout returned: old=(0,0,1080,2316) new=(0,0,1080,2316) relayoutAsync=false req=(1080,2316)8 dur=3 res=0x402 s={false 0x0} ch=false seqId=0 11-24 12:54:03.318 26845 26962 D ProfileInstaller: Skipping profile installation for com.fsck.k9 11-24 12:54:04.237 26845 26845 I ViewRootImpl@54b7ca3[SettingsActivity]: ViewPostIme pointer 0 11-24 12:54:04.238 26845 26845 I GestureDetector: obtain mCurrentDownEvent. id: 428421644 caller: androidx.core.view.GestureDetectorCompat.onTouchEvent:98 androidx.recyclerview.widget.ItemTouchHelper$2.onInterceptTouchEvent:320 androidx.recyclerview.widget.RecyclerView.findInterceptingOnItemTouchListener:3583 11-24 12:54:04.253 26845 26845 I GestureDetector: obtain mCurrentMotionEventRaw. action: 2 id: 244122152 11-24 12:54:04.354 26845 26845 D CompatibilityChangeReporter: Compat change id reported: 171228096; UID 10516; state: ENABLED 11-24 12:54:04.558 26845 26845 I ViewRootImpl@54b7ca3[SettingsActivity]: ViewPostIme pointer 1 11-24 12:54:07.684 26845 26845 I ViewRootImpl@54b7ca3[SettingsActivity]: ViewPostIme pointer 0 11-24 12:54:07.684 26845 26845 I GestureDetector: obtain mCurrentDownEvent. id: 914644634 caller: androidx.core.view.GestureDetectorCompat.onTouchEvent:98 androidx.recyclerview.widget.ItemTouchHelper$2.onInterceptTouchEvent:320 androidx.recyclerview.widget.RecyclerView.findInterceptingOnItemTouchListener:3583 11-24 12:54:07.710 26845 26845 I GestureDetector: obtain mCurrentMotionEventRaw. action: 2 id: 243303242 11-24 12:54:08.240 26845 26845 I ViewRootImpl@54b7ca3[SettingsActivity]: ViewPostIme pointer 1 11-24 12:54:08.908 26845 26845 I ViewRootImpl@54b7ca3[SettingsActivity]: ViewPostIme pointer 0 11-24 12:54:08.908 26845 26845 I GestureDetector: obtain mCurrentDownEvent. id: 109401034 caller: androidx.core.view.GestureDetectorCompat.onTouchEvent:98 androidx.recyclerview.widget.ItemTouchHelper$2.onInterceptTouchEvent:320 androidx.recyclerview.widget.RecyclerView.findInterceptingOnItemTouchListener:3583 11-24 12:54:08.927 26845 26845 I GestureDetector: obtain mCurrentMotionEventRaw. action: 2 id: 506149033 11-24 12:54:08.959 26845 26855 D InputTransport: Input channel destroyed: 'ClientS', fd=135 11-24 12:54:09.256 26845 26845 I ViewRootImpl@54b7ca3[SettingsActivity]: ViewPostIme pointer 1 11-24 12:54:09.559 26845 26845 I ViewRootImpl@54b7ca3[SettingsActivity]: ViewPostIme pointer 0 11-24 12:54:09.560 26845 26845 I GestureDetector: obtain mCurrentDownEvent. id: 438956716 caller: androidx.core.view.GestureDetectorCompat.onTouchEvent:98 androidx.recyclerview.widget.ItemTouchHelper$2.onInterceptTouchEvent:320 androidx.recyclerview.widget.RecyclerView.findInterceptingOnItemTouchListener:3583 11-24 12:54:09.581 26845 26845 I GestureDetector: obtain mCurrentMotionEventRaw. action: 2 id: 882748672 11-24 12:54:09.581 26845 26845 I ViewRootImpl@54b7ca3[SettingsActivity]: ViewPostIme pointer 1 11-24 12:54:09.617 26845 26845 I DecorView: setWindowBackground: isPopOver=false color=ff131314 d=android.graphics.drawable.ColorDrawable@2f787f3 11-24 12:54:09.640 26845 26883 D NativeCustomFrequencyManager: [NativeCFMS] BpCustomFrequencyManager::BpCustomFrequencyManager() 11-24 12:54:09.644 26845 26845 I InsetsController: onStateChanged: host=com.fsck.k9/com.fsck.k9.ui.settings.general.GeneralSettingsActivity, from=android.view.ViewRootImpl.setView:1797, state=InsetsState: {mDisplayFrame=Rect(0, 0 - 1080, 2316), mDisplayCutout=DisplayCutout{insets=Rect(0, 75 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(513, 0 - 567, 75), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080 displayHeight=2316 physicalDisplayWidth=1080 physicalDisplayHeight=2316 density={2.8125} cutoutSpec={M 0,0 H -9.466666666666667 V 26.66666666666667‬ H 9.466666666666667 V 0 H 0 Z @dp} rotation={0} scale={1.0} physicalPixelDisplaySizeRatio={1.0}}}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=8, center=Point(8, 8)}, RoundedCorner{position=TopRight, radius=8, center=Point(1072, 8)}, RoundedCorner{position=BottomRight, radius=8, center=Point(1072, 2308)}, RoundedCorner{position=BottomLeft, radius=8, center=Point(8, 2308)}]} mRoundedCornerFrame=Rect(0, 0 - 1080, 2316), mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(956, 0 - 1080, 75) rotation=0}, mDisplayShape=DisplayShape{ spec=-311912193 displayWidth=1440 displayHeight=3088 physicalPixelDisplaySizeRatio=1.0 rotation=0 offsetX=0 offsetY=0 scale=1.0}, mSources= { InsetsSource: {fd920000 mType=statusBars mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {fd920005 mType=mandatorySystemGestures mFrame=[0,0][1080,109] mVisible=true mFlags=[]}, InsetsSource: {fd920006 mType=tappableElement mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {27 mType=displayCutout mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {174a0001 mType=navigationBars mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0004 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags=[]}, InsetsSource: {174a0005 mType=mandatorySystemGestures mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0006 mType=tappableElement mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0024 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags=[]} } 11-24 12:54:09.644 26845 26845 I ViewRootImpl@525647d[GeneralSettingsActivity]: synced displayState. AttachInfo displayState=2 11-24 12:54:09.644 26845 26845 I ViewRootImpl@525647d[GeneralSettingsActivity]: setView = com.android.internal.policy.DecorView@1490040 TM=true 11-24 12:54:09.650 26845 26845 I InsetsController: onStateChanged: host=com.fsck.k9/com.fsck.k9.ui.settings.general.GeneralSettingsActivity, from=android.view.ViewRootImpl.relayoutWindow:10165, state=InsetsState: {mDisplayFrame=Rect(0, 0 - 1080, 2316), mDisplayCutout=DisplayCutout{insets=Rect(0, 75 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(513, 0 - 567, 75), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080 displayHeight=2316 physicalDisplayWidth=1080 physicalDisplayHeight=2316 density={2.8125} cutoutSpec={M 0,0 H -9.466666666666667 V 26.66666666666667‬ H 9.466666666666667 V 0 H 0 Z @dp} rotation={0} scale={1.0} physicalPixelDisplaySizeRatio={1.0}}}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=8, center=Point(8, 8)}, RoundedCorner{position=TopRight, radius=8, center=Point(1072, 8)}, RoundedCorner{position=BottomRight, radius=8, center=Point(1072, 2308)}, RoundedCorner{position=BottomLeft, radius=8, center=Point(8, 2308)}]} mRoundedCornerFrame=Rect(0, 0 - 1080, 2316), mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(956, 0 - 1080, 75) rotation=0}, mDisplayShape=DisplayShape{ spec=-311912193 displayWidth=1440 displayHeight=3088 physicalPixelDisplaySizeRatio=1.0 rotation=0 offsetX=0 offsetY=0 scale=1.0}, mSources= { InsetsSource: {fd920000 mType=statusBars mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {fd920005 mType=mandatorySystemGestures mFrame=[0,0][1080,109] mVisible=true mFlags=[]}, InsetsSource: {fd920006 mType=tappableElement mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {3 mType=ime mFrame=[0,0][0,0] mVisible=false mFlags=[]}, InsetsSource: {27 mType=displayCutout mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {174a0001 mType=navigationBars mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0004 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags=[]}, InsetsSource: {174a0005 mType=mandatorySystemGestures mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0006 mType=tappableElement mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0024 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags=[]} } 11-24 12:54:09.650 26845 26845 I BufferQueueProducer: [](id:68dd00000002,api:0,p:0,c:26845) setDequeueTimeout:2077252342 11-24 12:54:09.650 26845 26845 I BLASTBufferQueue_Java: new BLASTBufferQueue, mName= ViewRootImpl@525647d[GeneralSettingsActivity] mNativeObject= 0xb4000074edd5a800 sc.mNativeObject= 0xb400007494217a80 caller= android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3085 android.view.ViewRootImpl.relayoutWindow:10224 android.view.ViewRootImpl.performTraversals:4167 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 android.view.Choreographer$CallbackRecord.run:1690 android.view.Choreographer$CallbackRecord.run:1699 android.view.Choreographer.doCallbacks:1154 android.view.Choreographer.doFrame:1080 android.view.Choreographer$FrameDisplayEventReceiver.run:1647 11-24 12:54:09.650 26845 26845 I BLASTBufferQueue_Java: update, w= 1080 h= 2316 mName = ViewRootImpl@525647d[GeneralSettingsActivity] mNativeObject= 0xb4000074edd5a800 sc.mNativeObject= 0xb400007494217a80 format= -1 caller= android.graphics.BLASTBufferQueue.:89 android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3085 android.view.ViewRootImpl.relayoutWindow:10224 android.view.ViewRootImpl.performTraversals:4167 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 11-24 12:54:09.650 26845 26845 I ViewRootImpl@525647d[GeneralSettingsActivity]: Relayout returned: old=(0,0,1080,2316) new=(0,0,1080,2316) relayoutAsync=false req=(1080,2316)0 dur=5 res=0x403 s={true 0xb4000074edce0800} ch=true seqId=0 11-24 12:54:09.650 26845 26845 I ViewRootImpl@525647d[GeneralSettingsActivity]: performConfigurationChange setNightDimText nightDimLevel=0 11-24 12:54:09.651 26845 26845 D ViewRootImpl@525647d[GeneralSettingsActivity]: mThreadedRenderer.initialize() mSurface={isValid=true 0xb4000074edce0800} hwInitialized=true 11-24 12:54:09.666 26845 26845 D ViewRootImpl@525647d[GeneralSettingsActivity]: reportNextDraw android.view.ViewRootImpl.performTraversals:4781 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 android.view.Choreographer$CallbackRecord.run:1690 android.view.Choreographer$CallbackRecord.run:1699 11-24 12:54:09.666 26845 26845 I ViewRootImpl@525647d[GeneralSettingsActivity]: Setup new sync=wmsSync-ViewRootImpl@525647d[GeneralSettingsActivity]#4 11-24 12:54:09.666 26845 26845 I ViewRootImpl@525647d[GeneralSettingsActivity]: Creating new active sync group ViewRootImpl@525647d[GeneralSettingsActivity]#5 11-24 12:54:09.666 26845 26845 I SurfaceSyncGroup: addLocalSync=ViewRootImpl@525647d[GeneralSettingsActivity]#5 to name=wmsSync-ViewRootImpl@525647d[GeneralSettingsActivity]#4, callers=android.window.SurfaceSyncGroup.add:431 android.window.SurfaceSyncGroup.add:392 android.window.SurfaceSyncGroup.add:340 android.view.ViewRootImpl.createSyncIfNeeded:4912 android.view.ViewRootImpl.performTraversals:4796 android.view.ViewRootImpl.doTraversal:3345 11-24 12:54:09.666 26845 26845 I ViewRootImpl@525647d[GeneralSettingsActivity]: registerCallbacksForSync syncBuffer=false 11-24 12:54:09.667 26845 26907 I ViewRootImpl@525647d[GeneralSettingsActivity]: Received frameDrawingCallback syncResult=0 frameNum=1. 11-24 12:54:09.668 26845 26907 I ViewRootImpl@525647d[GeneralSettingsActivity]: mWNT: t=0xb4000074edd4ef80 mBlastBufferQueue=0xb4000074edd5a800 fn= 1 mRenderHdrSdrRatio=1.0 caller= android.view.ViewRootImpl$8.onFrameDraw:13946 android.view.ThreadedRenderer$1.onFrameDraw:792 11-24 12:54:09.668 26845 26907 I ViewRootImpl@525647d[GeneralSettingsActivity]: Setting up sync and frameCommitCallback 11-24 12:54:09.670 26845 26883 I BLASTBufferQueue: [ViewRootImpl@525647d[GeneralSettingsActivity]#2](f:0,a:0,s:0) onFrameAvailable the first frame is available 11-24 12:54:09.671 26845 26883 I ViewRootImpl@525647d[GeneralSettingsActivity]: Received frameCommittedCallback lastAttemptedDrawFrameNum=1 didProduceBuffer=true 11-24 12:54:09.671 26845 26883 I SurfaceSyncGroup: onTransactionReady mName=wmsSync-ViewRootImpl@525647d[GeneralSettingsActivity]#4 callback=119054776 11-24 12:54:09.671 26845 26883 D OpenGLRenderer: CFMS:: SetUp Pid : 26845 Tid : 26883 11-24 12:54:09.671 26845 26845 I ViewRootImpl@525647d[GeneralSettingsActivity]: reportDrawFinished seqId=0 11-24 12:54:09.672 26845 26883 D OpenGLRenderer: HWUI - treat SMPTE_170M as sRGB 11-24 12:54:09.672 26845 26845 I ViewRootImpl@54b7ca3[SettingsActivity]: handleWindowFocusChanged: 0 0 call from android.view.ViewRootImpl.-$$Nest$mhandleWindowFocusChanged:0 11-24 12:54:09.672 26845 26845 I ImeFocusController: onPreWindowFocus: skipped, hasWindowFocus=false mHasImeFocus=true 11-24 12:54:09.672 26845 26845 I ImeFocusController: onPostWindowFocus: skipped, hasWindowFocus=false mHasImeFocus=true 11-24 12:54:09.676 26845 26845 I InputMethodManager: invalidateInput 11-24 12:54:09.676 26845 26845 I InputMethodManager: invalidateInput 11-24 12:54:09.677 26845 26845 I InputMethodManager: invalidateInput 11-24 12:54:09.682 26845 26845 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=navigationBars, host=com.fsck.k9/com.fsck.k9.ui.settings.general.GeneralSettingsActivity 11-24 12:54:09.682 26845 26845 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=statusBars, host=com.fsck.k9/com.fsck.k9.ui.settings.general.GeneralSettingsActivity 11-24 12:54:09.744 26845 26845 I ViewRootImpl@525647d[GeneralSettingsActivity]: handleWindowFocusChanged: 1 0 call from android.view.ViewRootImpl.-$$Nest$mhandleWindowFocusChanged:0 11-24 12:54:09.744 26845 26845 D ViewRootImpl@525647d[GeneralSettingsActivity]: mThreadedRenderer.initializeIfNeeded()#2 mSurface={isValid=true 0xb4000074edce0800} 11-24 12:54:09.744 26845 26845 D InputMethodManagerUtils: startInputInner - Id : 0 11-24 12:54:09.744 26845 26845 I InputMethodManager: startInputInner - IInputMethodManagerGlobalInvoker.startInputOrWindowGainedFocus 11-24 12:54:09.764 26845 26845 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=false, type=ime, host=com.fsck.k9/com.fsck.k9.ui.settings.general.GeneralSettingsActivity 11-24 12:54:09.861 26845 26845 I GestureDetector: handleMessage TAP 11-24 12:54:10.127 26845 26845 I ViewRootImpl@54b7ca3[SettingsActivity]: handleAppVisibility mAppVisible = true visible = false 11-24 12:54:10.136 26845 26845 I ViewRootImpl@54b7ca3[SettingsActivity]: destroyHardwareResources: Callers=android.view.ViewRootImpl.performTraversals:3989 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 android.view.Choreographer$CallbackRecord.run:1690 android.view.Choreographer$CallbackRecord.run:1699 android.view.Choreographer.doCallbacks:1154 android.view.Choreographer.doFrame:1080 android.view.Choreographer$FrameDisplayEventReceiver.run:1647 android.os.Handler.handleCallback:958 android.os.Handler.dispatchMessage:99 11-24 12:54:10.144 26845 26845 I ViewRootImpl@54b7ca3[SettingsActivity]: Relayout returned: old=(0,0,1080,2316) new=(0,0,1080,2316) relayoutAsync=false req=(1080,2316)8 dur=5 res=0x402 s={false 0x0} ch=true seqId=0 11-24 12:54:10.145 26845 26845 I ViewRootImpl@54b7ca3[SettingsActivity]: stopped(true) old = false 11-24 12:54:10.145 26845 26845 D ViewRootImpl@54b7ca3[SettingsActivity]: WindowStopped on com.fsck.k9/com.fsck.k9.ui.settings.SettingsActivity set to true 11-24 12:54:10.155 26845 26845 I ViewRootImpl@54b7ca3[SettingsActivity]: Relayout returned: old=(0,0,1080,2316) new=(0,0,1080,2316) relayoutAsync=false req=(1080,2316)8 dur=3 res=0x402 s={false 0x0} ch=false seqId=0 11-24 12:54:11.054 26845 26845 I ViewRootImpl@525647d[GeneralSettingsActivity]: ViewPostIme pointer 0 11-24 12:54:11.115 26845 26845 I ViewRootImpl@525647d[GeneralSettingsActivity]: ViewPostIme pointer 1 11-24 12:54:11.121 26845 26845 W WindowOnBackDispatcher: OnBackInvokedCallback is not enabled for the application. 11-24 12:54:11.121 26845 26845 W WindowOnBackDispatcher: Set 'android:enableOnBackInvokedCallback="true"' in the application manifest. 11-24 12:54:11.136 26845 26845 I InputMethodManager: invalidateInput 11-24 12:54:11.136 26845 26845 I InputMethodManager: invalidateInput 11-24 12:54:11.136 26845 26845 I InputMethodManager: invalidateInput 11-24 12:54:11.139 26845 26845 I BLASTBufferQueue_Java: update, w= 1080 h= 2316 mName = ViewRootImpl@525647d[GeneralSettingsActivity] mNativeObject= 0xb4000074edd5a800 sc.mNativeObject= 0xb400007494217a80 format= -1 caller= android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3074 android.view.ViewRootImpl.relayoutWindow:10224 android.view.ViewRootImpl.performTraversals:4167 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 android.view.Choreographer$CallbackRecord.run:1690 11-24 12:54:11.139 26845 26845 I ViewRootImpl@525647d[GeneralSettingsActivity]: Relayout returned: old=(0,0,1080,2316) new=(0,0,1080,2316) relayoutAsync=true req=(1080,2316)0 dur=0 res=0x0 s={true 0xb4000074edce0800} ch=false seqId=0 11-24 12:54:11.157 26845 26845 I ViewRootImpl@525647d[GeneralSettingsActivity]: registerCallbackForPendingTransactions 11-24 12:54:11.158 26845 26905 I ViewRootImpl@525647d[GeneralSettingsActivity]: mWNT: t=0xb4000073fc563180 mBlastBufferQueue=0xb4000074edd5a800 fn= 10 mRenderHdrSdrRatio=1.0 caller= android.view.ViewRootImpl$6.onFrameDraw:5705 android.view.ViewRootImpl$2.onFrameDraw:2190 android.view.ThreadedRenderer$1.onFrameDraw:792 11-24 12:54:12.255 26845 26845 I ViewRootImpl@cfc623f[MessageList]: onDisplayChanged oldDisplayState=2 newDisplayState=2 11-24 12:54:12.255 26845 26845 I ViewRootImpl@54b7ca3[SettingsActivity]: onDisplayChanged oldDisplayState=2 newDisplayState=2 11-24 12:54:12.255 26845 26845 I ViewRootImpl@525647d[GeneralSettingsActivity]: onDisplayChanged oldDisplayState=2 newDisplayState=2 11-24 12:54:15.240 26845 26845 I ViewRootImpl@525647d[GeneralSettingsActivity]: ViewPostIme pointer 0 11-24 12:54:15.262 26845 26845 I ViewRootImpl@cfc623f[MessageList]: onDisplayChanged oldDisplayState=2 newDisplayState=2 11-24 12:54:15.262 26845 26845 I ViewRootImpl@54b7ca3[SettingsActivity]: onDisplayChanged oldDisplayState=2 newDisplayState=2 11-24 12:54:15.262 26845 26845 I ViewRootImpl@525647d[GeneralSettingsActivity]: onDisplayChanged oldDisplayState=2 newDisplayState=2 11-24 12:54:15.350 26845 26845 I ViewRootImpl@525647d[GeneralSettingsActivity]: ViewPostIme pointer 1 11-24 12:54:15.352 26845 26870 I K9StorageEditor: Committing preference changes 11-24 12:54:15.366 26845 26870 I K9StorageEditor: Preferences commit took 14 ms 11-24 12:54:16.847 26845 26845 I ViewRootImpl@525647d[GeneralSettingsActivity]: ViewPostIme key 0 11-24 12:54:16.847 26845 26845 D Activity: onKeyDown(KEYCODE_BACK) 11-24 12:54:16.962 26845 26845 I ViewRootImpl@525647d[GeneralSettingsActivity]: ViewPostIme key 1 11-24 12:54:16.962 26845 26845 D Activity: onKeyUp(KEYCODE_BACK) isTracking()=true isCanceled()=false hasCallback=false 11-24 12:54:16.973 26845 26845 I InputMethodManager: invalidateInput 11-24 12:54:16.973 26845 26845 I InputMethodManager: invalidateInput 11-24 12:54:16.973 26845 26845 I InputMethodManager: invalidateInput 11-24 12:54:16.976 26845 26845 I BLASTBufferQueue_Java: update, w= 1080 h= 2316 mName = ViewRootImpl@525647d[GeneralSettingsActivity] mNativeObject= 0xb4000074edd5a800 sc.mNativeObject= 0xb400007494217a80 format= -1 caller= android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3074 android.view.ViewRootImpl.relayoutWindow:10224 android.view.ViewRootImpl.performTraversals:4167 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 android.view.Choreographer$CallbackRecord.run:1690 11-24 12:54:16.976 26845 26845 I ViewRootImpl@525647d[GeneralSettingsActivity]: Relayout returned: old=(0,0,1080,2316) new=(0,0,1080,2316) relayoutAsync=true req=(1080,2316)0 dur=0 res=0x0 s={true 0xb4000074edce0800} ch=false seqId=0 11-24 12:54:16.989 26845 26845 I ViewRootImpl@525647d[GeneralSettingsActivity]: registerCallbackForPendingTransactions 11-24 12:54:16.990 26845 26907 I ViewRootImpl@525647d[GeneralSettingsActivity]: mWNT: t=0xb4000073fc405b00 mBlastBufferQueue=0xb4000074edd5a800 fn= 57 mRenderHdrSdrRatio=1.0 caller= android.view.ViewRootImpl$6.onFrameDraw:5705 android.view.ViewRootImpl$2.onFrameDraw:2190 android.view.ThreadedRenderer$1.onFrameDraw:792 11-24 12:54:17.939 26845 26845 I ViewRootImpl@525647d[GeneralSettingsActivity]: ViewPostIme key 0 11-24 12:54:17.939 26845 26845 D Activity: onKeyDown(KEYCODE_BACK) 11-24 12:54:18.030 26845 26845 I ViewRootImpl@525647d[GeneralSettingsActivity]: ViewPostIme key 1 11-24 12:54:18.030 26845 26845 D Activity: onKeyUp(KEYCODE_BACK) isTracking()=true isCanceled()=false hasCallback=false 11-24 12:54:18.030 26845 26845 D Activity: onBackPressed 11-24 12:54:18.046 26845 26845 I ViewRootImpl@54b7ca3[SettingsActivity]: handleAppVisibility mAppVisible = false visible = true 11-24 12:54:18.046 26845 26845 I ViewRootImpl@54b7ca3[SettingsActivity]: stopped(false) old = true 11-24 12:54:18.046 26845 26845 D ViewRootImpl@54b7ca3[SettingsActivity]: WindowStopped on com.fsck.k9/com.fsck.k9.ui.settings.SettingsActivity set to false 11-24 12:54:18.062 26845 26845 I BufferQueueProducer: [](id:68dd00000003,api:0,p:-1,c:26845) setDequeueTimeout:2077252342 11-24 12:54:18.062 26845 26845 I BLASTBufferQueue_Java: new BLASTBufferQueue, mName= ViewRootImpl@54b7ca3[SettingsActivity] mNativeObject= 0xb400007483267a00 sc.mNativeObject= 0xb4000073fc5c8c00 caller= android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3085 android.view.ViewRootImpl.relayoutWindow:10224 android.view.ViewRootImpl.performTraversals:4167 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 android.view.Choreographer$CallbackRecord.run:1690 android.view.Choreographer$CallbackRecord.run:1699 android.view.Choreographer.doCallbacks:1154 android.view.Choreographer.doFrame:1080 android.view.Choreographer$FrameDisplayEventReceiver.run:1647 11-24 12:54:18.062 26845 26845 I BLASTBufferQueue_Java: update, w= 1080 h= 2316 mName = ViewRootImpl@54b7ca3[SettingsActivity] mNativeObject= 0xb400007483267a00 sc.mNativeObject= 0xb4000073fc5c8c00 format= -1 caller= android.graphics.BLASTBufferQueue.:89 android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3085 android.view.ViewRootImpl.relayoutWindow:10224 android.view.ViewRootImpl.performTraversals:4167 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 11-24 12:54:18.063 26845 26845 I ViewRootImpl@54b7ca3[SettingsActivity]: Relayout returned: old=(0,0,1080,2316) new=(0,0,1080,2316) relayoutAsync=false req=(1080,2316)0 dur=9 res=0x403 s={true 0xb4000073fc2ec000} ch=true seqId=0 11-24 12:54:18.063 26845 26845 D ViewRootImpl@54b7ca3[SettingsActivity]: mThreadedRenderer.initialize() mSurface={isValid=true 0xb4000073fc2ec000} hwInitialized=true 11-24 12:54:18.066 26845 26845 D ViewRootImpl@54b7ca3[SettingsActivity]: reportNextDraw android.view.ViewRootImpl.performTraversals:4781 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 android.view.Choreographer$CallbackRecord.run:1690 android.view.Choreographer$CallbackRecord.run:1699 11-24 12:54:18.066 26845 26845 I ViewRootImpl@54b7ca3[SettingsActivity]: Setup new sync=wmsSync-ViewRootImpl@54b7ca3[SettingsActivity]#6 11-24 12:54:18.066 26845 26845 I ViewRootImpl@54b7ca3[SettingsActivity]: Creating new active sync group ViewRootImpl@54b7ca3[SettingsActivity]#7 11-24 12:54:18.066 26845 26845 I SurfaceSyncGroup: addLocalSync=ViewRootImpl@54b7ca3[SettingsActivity]#7 to name=wmsSync-ViewRootImpl@54b7ca3[SettingsActivity]#6, callers=android.window.SurfaceSyncGroup.add:431 android.window.SurfaceSyncGroup.add:392 android.window.SurfaceSyncGroup.add:340 android.view.ViewRootImpl.createSyncIfNeeded:4912 android.view.ViewRootImpl.performTraversals:4796 android.view.ViewRootImpl.doTraversal:3345 11-24 12:54:18.066 26845 26845 I ViewRootImpl@54b7ca3[SettingsActivity]: registerCallbacksForSync syncBuffer=false 11-24 12:54:18.067 26845 26905 I ViewRootImpl@54b7ca3[SettingsActivity]: Received frameDrawingCallback syncResult=0 frameNum=1. 11-24 12:54:18.068 26845 26905 I ViewRootImpl@54b7ca3[SettingsActivity]: mWNT: t=0xb4000073fc675680 mBlastBufferQueue=0xb400007483267a00 fn= 1 mRenderHdrSdrRatio=1.0 caller= android.view.ViewRootImpl$8.onFrameDraw:13946 android.view.ThreadedRenderer$1.onFrameDraw:792 11-24 12:54:18.068 26845 26905 I ViewRootImpl@54b7ca3[SettingsActivity]: Setting up sync and frameCommitCallback 11-24 12:54:18.070 26845 26883 I BLASTBufferQueue: [ViewRootImpl@54b7ca3[SettingsActivity]#3](f:0,a:0,s:0) onFrameAvailable the first frame is available 11-24 12:54:18.070 26845 26883 I ViewRootImpl@54b7ca3[SettingsActivity]: Received frameCommittedCallback lastAttemptedDrawFrameNum=1 didProduceBuffer=true 11-24 12:54:18.070 26845 26883 I SurfaceSyncGroup: onTransactionReady mName=wmsSync-ViewRootImpl@54b7ca3[SettingsActivity]#6 callback=1704286 11-24 12:54:18.071 26845 26845 I ViewRootImpl@54b7ca3[SettingsActivity]: reportDrawFinished seqId=0 11-24 12:54:18.071 26845 26845 I ViewRootImpl@525647d[GeneralSettingsActivity]: handleWindowFocusChanged: 0 0 call from android.view.ViewRootImpl.-$$Nest$mhandleWindowFocusChanged:0 11-24 12:54:18.071 26845 26845 I ImeFocusController: onPreWindowFocus: skipped, hasWindowFocus=false mHasImeFocus=true 11-24 12:54:18.071 26845 26845 I ImeFocusController: onPostWindowFocus: skipped, hasWindowFocus=false mHasImeFocus=true 11-24 12:54:18.083 26845 26845 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=navigationBars, host=com.fsck.k9/com.fsck.k9.ui.settings.SettingsActivity 11-24 12:54:18.085 26845 26845 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=statusBars, host=com.fsck.k9/com.fsck.k9.ui.settings.SettingsActivity 11-24 12:54:18.107 26845 26845 I ViewRootImpl@54b7ca3[SettingsActivity]: handleWindowFocusChanged: 1 0 call from android.view.ViewRootImpl.-$$Nest$mhandleWindowFocusChanged:0 11-24 12:54:18.107 26845 26845 D ViewRootImpl@54b7ca3[SettingsActivity]: mThreadedRenderer.initializeIfNeeded()#2 mSurface={isValid=true 0xb4000073fc2ec000} 11-24 12:54:18.107 26845 26845 D InputMethodManagerUtils: startInputInner - Id : 0 11-24 12:54:18.107 26845 26845 I InputMethodManager: startInputInner - IInputMethodManagerGlobalInvoker.startInputOrWindowGainedFocus 11-24 12:54:18.117 26845 26845 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=false, type=ime, host=com.fsck.k9/com.fsck.k9.ui.settings.SettingsActivity 11-24 12:54:18.118 26845 26859 I ViewRootImpl@54b7ca3[SettingsActivity]: Resizing android.view.ViewRootImpl@d4e2755: frame = [0,0][1080,2316] reportDraw = false forceLayout = false syncSeqId = -1 11-24 12:54:18.119 26845 26845 I ViewRootImpl@54b7ca3[SettingsActivity]: handleResized, msg = 4 frames=ClientWindowFrames{frame=[0,0][1080,2316] display=[0,0][1080,2316] parentFrame=[0,0][0,0]} forceNextWindowRelayout=false displayId=0 dragResizing=false compatScale=1.0 frameChanged=false attachedFrameChanged=false configChanged=false displayChanged=false compatScaleChanged=false 11-24 12:54:18.427 26845 26845 I ViewRootImpl@525647d[GeneralSettingsActivity]: handleAppVisibility mAppVisible = true visible = false 11-24 12:54:18.428 26845 26845 I ViewRootImpl@525647d[GeneralSettingsActivity]: destroyHardwareResources: Callers=android.view.ViewRootImpl.performTraversals:3989 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 android.view.Choreographer$CallbackRecord.run:1690 android.view.Choreographer$CallbackRecord.run:1699 android.view.Choreographer.doCallbacks:1154 android.view.Choreographer.doFrame:1080 android.view.Choreographer$FrameDisplayEventReceiver.run:1647 android.os.Handler.handleCallback:958 android.os.Handler.dispatchMessage:99 11-24 12:54:18.437 26845 26845 I ViewRootImpl@525647d[GeneralSettingsActivity]: Relayout returned: old=(0,0,1080,2316) new=(0,0,1080,2316) relayoutAsync=false req=(1080,2316)8 dur=7 res=0x402 s={false 0x0} ch=true seqId=0 11-24 12:54:18.438 26845 26845 I ViewRootImpl@525647d[GeneralSettingsActivity]: stopped(true) old = false 11-24 12:54:18.438 26845 26845 D ViewRootImpl@525647d[GeneralSettingsActivity]: WindowStopped on com.fsck.k9/com.fsck.k9.ui.settings.general.GeneralSettingsActivity set to true 11-24 12:54:18.439 26845 26845 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda19@d73b0be 11-24 12:54:18.440 26845 26845 I ViewRootImpl@525647d[GeneralSettingsActivity]: dispatchDetachedFromWindow 11-24 12:54:18.442 26845 26845 D InputTransport: Input channel destroyed: '74a7086', fd=124 11-24 12:54:19.060 26845 26845 I ViewRootImpl@54b7ca3[SettingsActivity]: ViewPostIme key 0 11-24 12:54:19.060 26845 26845 D Activity: onKeyDown(KEYCODE_BACK) 11-24 12:54:19.162 26845 26845 I ViewRootImpl@54b7ca3[SettingsActivity]: ViewPostIme key 1 11-24 12:54:19.162 26845 26845 D Activity: onKeyUp(KEYCODE_BACK) isTracking()=true isCanceled()=false hasCallback=false 11-24 12:54:19.162 26845 26845 D Activity: onBackPressed 11-24 12:54:19.175 26845 26845 I ViewRootImpl@cfc623f[MessageList]: handleAppVisibility mAppVisible = false visible = true 11-24 12:54:19.175 26845 26845 I ViewRootImpl@cfc623f[MessageList]: stopped(false) old = true 11-24 12:54:19.175 26845 26845 D ViewRootImpl@cfc623f[MessageList]: WindowStopped on com.fsck.k9/com.fsck.k9.activity.MessageList set to false 11-24 12:54:19.179 26845 26845 D ConnectivityManager: StackLog: [android.net.ConnectivityManager.sendRequestForNetwork(ConnectivityManager.java:4402)] [android.net.ConnectivityManager.registerDefaultNetworkCallbackForUid(ConnectivityManager.java:4966)] [android.net.ConnectivityManager.registerDefaultNetworkCallback(ConnectivityManager.java:4933)] [android.net.ConnectivityManager.registerDefaultNetworkCallback(ConnectivityManager.java:4907)] [androidx.work.impl.utils.NetworkApi24$$ExternalSyntheticApiModelOutline0.m(R8$$SyntheticClass:0)] [com.bumptech.glide.manager.SingletonConnectivityReceiver$FrameworkConnectivityMonitorPostApi24.register(SingletonConnectivityReceiver.java:191)] [com.bumptech.glide.manager.SingletonConnectivityReceiver.maybeRegisterReceiver(SingletonConnectivityReceiver.java:113)] [com.bumptech.glide.manager.SingletonConnectivityReceiver.register(SingletonConnectivityReceiver.java:94)] [com.bumptech.glide.manager.DefaultConnectivityMonitor.register(DefaultConnectivityMonitor.java:25)] [com.bumptech.glide.manager.DefaultConnectivityMonitor.onStart(DefaultConnectivityMonitor.java:34)] [com.bumptech.glide.manager.LifecycleLifecycle.onStart(LifecycleLifecycle.java:28)] [java.lang.reflect.Method.invoke(Native Method)] [androidx.lifecycle.ClassesInfoCache$MethodReference.invokeCallback(ClassesInfoCache.java:225)] [androidx.lifecycle.ClassesInfoCache$CallbackInfo.invokeMethodsForEvent(ClassesInfoCache.java:199)] [androidx.lifecycle.ClassesInfoCache$CallbackInfo.invokeCallbacks(ClassesInfoCache.java:190)] [androidx.lifecycle.ReflectiveGenericLifecycleObserver.onStateChanged(ReflectiveGenericLifecycleObserver.java:40)] [androidx.lifecycle.LifecycleRegistry$ObserverWithState.dispatchEvent(LifecycleRegistry.jvm.kt:320)] [androidx.lifecycle.LifecycleRegistry.forwardPass(LifecycleRegistry.jvm.kt:257)] [androidx.lifecycle.LifecycleRegistry.sync(LifecycleRegistry.jvm.kt:293)] [androidx.lifecycle.LifecycleRegistry.moveToState(LifecycleRegistry.jvm.kt:142)] [androidx.lifecycle.LifecycleRegistry.handleLifecycleEvent(LifecycleRegistry.jvm.kt:124)] [androidx.lifecycle.ReportFragment$Companion.dispatch$lifecycle_runtime_release(ReportFragment.android.kt:190)] [androidx.lifecycle.ReportFragment$LifecycleCallbacks.onActivityPostStarted(ReportFragment.android.kt:119)] [android.app.Activity.dispatchActivityPostStarted(Activity.java:1526)] [android.app.Activity.performStart(Activity.java:9073)] [android.app.ActivityThread.handleStartActivity(ActivityThread.java:4206)] [android.app.servertransaction.TransactionExecutor.performLifecycleSequence(TransactionExecutor.java:225)] [android.app.servertransaction.TransactionExecutor.cycleToPath(TransactionExecutor.java:205)] [android.app.servertransaction.TransactionExecutor.executeLifecycleState(TransactionExecutor.java:177)] [android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:98)] [android.app.ActivityThread$H.handleMessage(ActivityThread.java:2693)] 11-24 12:54:19.181 26845 26877 I MessagingController: Running command 'clearNotifications', seq = 2 (foreground priority) 11-24 12:54:19.181 26845 26877 V NotificationController: Removing some notifications for account 3492e590-4a04-4759-a4a6-4aa3d1354138 11-24 12:54:19.181 26845 26877 I MessagingController: Command 'clearNotifications' completed 11-24 12:54:19.186 26845 26845 I BufferQueueProducer: [](id:68dd00000004,api:0,p:619930535,c:26845) setDequeueTimeout:2077252342 11-24 12:54:19.187 26845 26845 I BLASTBufferQueue_Java: new BLASTBufferQueue, mName= ViewRootImpl@cfc623f[MessageList] mNativeObject= 0xb4000074edd5a800 sc.mNativeObject= 0xb400007494217a80 caller= android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3085 android.view.ViewRootImpl.relayoutWindow:10224 android.view.ViewRootImpl.performTraversals:4167 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 android.view.Choreographer$CallbackRecord.run:1690 android.view.Choreographer$CallbackRecord.run:1699 android.view.Choreographer.doCallbacks:1154 android.view.Choreographer.doFrame:1080 android.view.Choreographer$FrameDisplayEventReceiver.run:1647 11-24 12:54:19.187 26845 26845 I BLASTBufferQueue_Java: update, w= 1080 h= 2316 mName = ViewRootImpl@cfc623f[MessageList] mNativeObject= 0xb4000074edd5a800 sc.mNativeObject= 0xb400007494217a80 format= -1 caller= android.graphics.BLASTBufferQueue.:89 android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3085 android.view.ViewRootImpl.relayoutWindow:10224 android.view.ViewRootImpl.performTraversals:4167 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 11-24 12:54:19.187 26845 26845 I ViewRootImpl@cfc623f[MessageList]: Relayout returned: old=(0,0,1080,2316) new=(0,0,1080,2316) relayoutAsync=false req=(1080,2316)0 dur=5 res=0x403 s={true 0xb4000074edce0800} ch=true seqId=0 11-24 12:54:19.188 26845 26845 D ViewRootImpl@cfc623f[MessageList]: mThreadedRenderer.initialize() mSurface={isValid=true 0xb4000074edce0800} hwInitialized=true 11-24 12:54:19.188 26845 26845 D ViewRootImpl@cfc623f[MessageList]: reportNextDraw android.view.ViewRootImpl.performTraversals:4781 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 android.view.Choreographer$CallbackRecord.run:1690 android.view.Choreographer$CallbackRecord.run:1699 11-24 12:54:19.188 26845 26845 I ViewRootImpl@cfc623f[MessageList]: Setup new sync=wmsSync-ViewRootImpl@cfc623f[MessageList]#8 11-24 12:54:19.189 26845 26845 I ViewRootImpl@cfc623f[MessageList]: Creating new active sync group ViewRootImpl@cfc623f[MessageList]#9 11-24 12:54:19.189 26845 26845 I SurfaceSyncGroup: addLocalSync=ViewRootImpl@cfc623f[MessageList]#9 to name=wmsSync-ViewRootImpl@cfc623f[MessageList]#8, callers=android.window.SurfaceSyncGroup.add:431 android.window.SurfaceSyncGroup.add:392 android.window.SurfaceSyncGroup.add:340 android.view.ViewRootImpl.createSyncIfNeeded:4912 android.view.ViewRootImpl.performTraversals:4796 android.view.ViewRootImpl.doTraversal:3345 11-24 12:54:19.189 26845 26845 I ViewRootImpl@cfc623f[MessageList]: registerCallbacksForSync syncBuffer=false 11-24 12:54:19.191 26845 26907 I ViewRootImpl@cfc623f[MessageList]: Received frameDrawingCallback syncResult=0 frameNum=1. 11-24 12:54:19.191 26845 26907 I ViewRootImpl@cfc623f[MessageList]: mWNT: t=0xb4000073fc598780 mBlastBufferQueue=0xb4000074edd5a800 fn= 1 mRenderHdrSdrRatio=1.0 caller= android.view.ViewRootImpl$8.onFrameDraw:13946 android.view.ThreadedRenderer$1.onFrameDraw:792 11-24 12:54:19.191 26845 26907 I ViewRootImpl@cfc623f[MessageList]: Setting up sync and frameCommitCallback 11-24 12:54:19.194 26845 26883 I BLASTBufferQueue: [ViewRootImpl@cfc623f[MessageList]#4](f:0,a:0,s:0) onFrameAvailable the first frame is available 11-24 12:54:19.194 26845 26883 I ViewRootImpl@cfc623f[MessageList]: Received frameCommittedCallback lastAttemptedDrawFrameNum=1 didProduceBuffer=true 11-24 12:54:19.194 26845 26883 I SurfaceSyncGroup: onTransactionReady mName=wmsSync-ViewRootImpl@cfc623f[MessageList]#8 callback=228532795 11-24 12:54:19.195 26845 26845 I ViewRootImpl@cfc623f[MessageList]: reportDrawFinished seqId=0 11-24 12:54:19.195 26845 26845 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=navigationBars, host=com.fsck.k9/com.fsck.k9.activity.MessageList 11-24 12:54:19.195 26845 26845 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=statusBars, host=com.fsck.k9/com.fsck.k9.activity.MessageList 11-24 12:54:19.196 26845 26845 I ViewRootImpl@54b7ca3[SettingsActivity]: handleWindowFocusChanged: 0 0 call from android.view.ViewRootImpl.-$$Nest$mhandleWindowFocusChanged:0 11-24 12:54:19.196 26845 26845 I ImeFocusController: onPreWindowFocus: skipped, hasWindowFocus=false mHasImeFocus=true 11-24 12:54:19.196 26845 26845 I ImeFocusController: onPostWindowFocus: skipped, hasWindowFocus=false mHasImeFocus=true 11-24 12:54:19.215 26845 26845 I ViewRootImpl@cfc623f[MessageList]: handleWindowFocusChanged: 1 0 call from android.view.ViewRootImpl.-$$Nest$mhandleWindowFocusChanged:0 11-24 12:54:19.215 26845 26845 D ViewRootImpl@cfc623f[MessageList]: mThreadedRenderer.initializeIfNeeded()#2 mSurface={isValid=true 0xb4000074edce0800} 11-24 12:54:19.215 26845 26845 D InputMethodManagerUtils: startInputInner - Id : 0 11-24 12:54:19.215 26845 26845 I InputMethodManager: startInputInner - IInputMethodManagerGlobalInvoker.startInputOrWindowGainedFocus 11-24 12:54:19.221 26845 26845 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=false, type=ime, host=com.fsck.k9/com.fsck.k9.activity.MessageList 11-24 12:54:19.222 26845 26933 I ViewRootImpl@cfc623f[MessageList]: Resizing android.view.ViewRootImpl@4aca764: frame = [0,0][1080,2316] reportDraw = false forceLayout = false syncSeqId = -1 11-24 12:54:19.228 26845 26845 I ViewRootImpl@cfc623f[MessageList]: handleResized, msg = 4 frames=ClientWindowFrames{frame=[0,0][1080,2316] display=[0,0][1080,2316] parentFrame=[0,0][0,0]} forceNextWindowRelayout=false displayId=0 dragResizing=false compatScale=1.0 frameChanged=false attachedFrameChanged=false configChanged=false displayChanged=false compatScaleChanged=false 11-24 12:54:19.480 26845 26845 I InputMethodManager: invalidateInput 11-24 12:54:19.480 26845 26845 I InputMethodManager: invalidateInput 11-24 12:54:19.480 26845 26845 I InputMethodManager: invalidateInput 11-24 12:54:19.526 26845 26845 I ViewRootImpl@54b7ca3[SettingsActivity]: handleAppVisibility mAppVisible = true visible = false 11-24 12:54:19.529 26845 26845 I ViewRootImpl@54b7ca3[SettingsActivity]: destroyHardwareResources: Callers=android.view.ViewRootImpl.performTraversals:3989 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 android.view.Choreographer$CallbackRecord.run:1690 android.view.Choreographer$CallbackRecord.run:1699 android.view.Choreographer.doCallbacks:1154 android.view.Choreographer.doFrame:1080 android.view.Choreographer$FrameDisplayEventReceiver.run:1647 android.os.Handler.handleCallback:958 android.os.Handler.dispatchMessage:99 11-24 12:54:19.535 26845 26845 I ViewRootImpl@54b7ca3[SettingsActivity]: Relayout returned: old=(0,0,1080,2316) new=(0,0,1080,2316) relayoutAsync=false req=(1080,2316)8 dur=5 res=0x402 s={false 0x0} ch=true seqId=0 11-24 12:54:19.535 26845 26845 I ViewRootImpl@54b7ca3[SettingsActivity]: stopped(true) old = false 11-24 12:54:19.535 26845 26845 D ViewRootImpl@54b7ca3[SettingsActivity]: WindowStopped on com.fsck.k9/com.fsck.k9.ui.settings.SettingsActivity set to true 11-24 12:54:19.537 26845 26845 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda19@90f3fff 11-24 12:54:19.537 26845 26845 I ViewRootImpl@54b7ca3[SettingsActivity]: dispatchDetachedFromWindow 11-24 12:54:19.540 26845 26845 D InputTransport: Input channel destroyed: 'a136e6d', fd=152 11-24 12:54:21.132 26845 26845 I ViewRootImpl@cfc623f[MessageList]: ViewPostIme pointer 0 11-24 12:54:21.187 26845 26845 I ViewRootImpl@cfc623f[MessageList]: ViewPostIme pointer 1 11-24 12:54:21.854 26845 26845 W WindowOnBackDispatcher: OnBackInvokedCallback is not enabled for the application. 11-24 12:54:21.854 26845 26845 W WindowOnBackDispatcher: Set 'android:enableOnBackInvokedCallback="true"' in the application manifest. 11-24 12:54:21.856 26845 26877 I MessagingController: Running command 'clearNotifications', seq = 3 (foreground priority) 11-24 12:54:21.856 26845 26877 V NotificationController: Removing some notifications for account 3492e590-4a04-4759-a4a6-4aa3d1354138 11-24 12:54:21.856 26845 26877 I MessagingController: Command 'clearNotifications' completed 11-24 12:54:21.864 26845 26845 D AnimatorSet: mReversing is false. Don't call initChildren. 11-24 12:54:21.874 26845 26845 I InputMethodManager: invalidateInput 11-24 12:54:21.874 26845 26845 I InputMethodManager: invalidateInput 11-24 12:54:21.874 26845 26845 I InputMethodManager: invalidateInput 11-24 12:54:21.888 26845 26845 I InputMethodManager: invalidateInput 11-24 12:54:21.888 26845 26845 I InputMethodManager: invalidateInput 11-24 12:54:21.888 26845 26845 I InputMethodManager: invalidateInput 11-24 12:54:42.316 26845 26845 I ViewRootImpl@cfc623f[MessageList]: ViewPostIme pointer 0 11-24 12:54:42.317 26845 26845 I GestureDetector: obtain mCurrentDownEvent. id: 1072872118 caller: androidx.core.view.GestureDetectorCompat.onTouchEvent:98 app.k9mail.ui.utils.itemtouchhelper.ItemTouchHelper$2.onInterceptTouchEvent:314 androidx.recyclerview.widget.RecyclerView.findInterceptingOnItemTouchListener:3583 11-24 12:54:42.347 26845 26845 I GestureDetector: obtain mCurrentMotionEventRaw. action: 2 id: 862370139 11-24 12:54:43.093 26845 26845 I ViewRootImpl@cfc623f[MessageList]: ViewPostIme pointer 1 11-24 12:55:01.611 26845 26845 I ViewRootImpl@cfc623f[MessageList]: ViewPostIme pointer 0 11-24 12:55:01.611 26845 26845 I GestureDetector: obtain mCurrentDownEvent. id: 263870698 caller: androidx.core.view.GestureDetectorCompat.onTouchEvent:98 app.k9mail.ui.utils.itemtouchhelper.ItemTouchHelper$2.onInterceptTouchEvent:314 androidx.recyclerview.widget.RecyclerView.findInterceptingOnItemTouchListener:3583 11-24 12:55:01.644 26845 26845 I GestureDetector: obtain mCurrentMotionEventRaw. action: 2 id: 502462319 11-24 12:55:01.665 26845 26845 I ViewRootImpl@cfc623f[MessageList]: ViewPostIme pointer 1 11-24 12:55:01.684 26845 26845 I InputMethodManager: invalidateInput 11-24 12:55:01.684 26845 26845 I ImeTracker: com.fsck.k9:62504ae6: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT 11-24 12:55:01.684 26845 26845 I InputMethodManager_LC: hsifw() - flag : 0 11-24 12:55:01.685 26845 26845 I InputMethodManager_LC: hsifw() - mService.hideSoftInput 11-24 12:55:01.708 26845 26845 I DecorView: setWindowBackground: isPopOver=false color=ff131314 d=android.graphics.drawable.ColorDrawable@2671eeb 11-24 12:55:01.717 26845 26845 D ScrollView: initGoToTop 11-24 12:55:01.726 26845 26845 I InputMethodManager: invalidateInput 11-24 12:55:01.726 26845 26845 I InputMethodManager: invalidateInput 11-24 12:55:01.728 26845 26845 I InputMethodManager: invalidateInput 11-24 12:55:01.728 26845 26845 I InputMethodManager: invalidateInput 11-24 12:55:01.729 26845 26845 I InputMethodManager: invalidateInput 11-24 12:55:01.729 26845 26845 I InputMethodManager: invalidateInput 11-24 12:55:01.730 26845 26845 I InputMethodManager: invalidateInput 11-24 12:55:01.730 26845 26845 I InputMethodManager: invalidateInput 11-24 12:55:01.731 26845 26845 I InputMethodManager: invalidateInput 11-24 12:55:01.731 26845 26845 I InputMethodManager: invalidateInput 11-24 12:55:01.731 26845 26845 I InputMethodManager: invalidateInput 11-24 12:55:01.732 26845 26845 I InputMethodManager: invalidateInput 11-24 12:55:01.732 26845 26845 I InputMethodManager: invalidateInput 11-24 12:55:01.733 26845 26845 I InputMethodManager: invalidateInput 11-24 12:55:01.733 26845 26845 I InputMethodManager: invalidateInput 11-24 12:55:01.734 26845 26845 I InputMethodManager: invalidateInput 11-24 12:55:01.735 26845 26845 I InputMethodManager: invalidateInput 11-24 12:55:01.740 26845 26845 W ziparchive: Unable to open '/data/app/~~L3-Fg_eSm53eOspiRjga3A==/com.google.android.trichromelibrary_672310733-NUA1vpi48gd9WblKoXlncQ==/base.dm': No such file or directory 11-24 12:55:01.740 26845 26845 W ziparchive: Unable to open '/data/app/~~L3-Fg_eSm53eOspiRjga3A==/com.google.android.trichromelibrary_672310733-NUA1vpi48gd9WblKoXlncQ==/base.dm': No such file or directory 11-24 12:55:01.740 26845 26845 W com.fsck.k9: Entry not found 11-24 12:55:01.741 26845 26845 D nativeloader: Configuring clns-5 for other apk /data/app/~~L3-Fg_eSm53eOspiRjga3A==/com.google.android.trichromelibrary_672310733-NUA1vpi48gd9WblKoXlncQ==/base.apk. target_sdk_version=34, uses_libraries=ALL, library_path=/data/app/~~wuEKnBlzYMmDoxSeysBTBA==/com.google.android.webview-V3AGHCLikvh6ZuLkO6OcaQ==/lib/arm64:/data/app/~~wuEKnBlzYMmDoxSeysBTBA==/com.google.android.webview-V3AGHCLikvh6ZuLkO6OcaQ==/base.apk!/lib/arm64-v8a:/data/app/~~L3-Fg_eSm53eOspiRjga3A==/com.google.android.trichromelibrary_672310733-NUA1vpi48gd9WblKoXlncQ==/base.apk!/lib/arm64-v8a, permitted_path=/data:/mnt/expand 11-24 12:55:01.741 26845 26845 D nativeloader: Extending system_exposed_libraries: libhumantracking.arcsoft.so:libPortraitDistortionCorrection.arcsoft.so:libPortraitDistortionCorrectionCali.arcsoft.so:libface_landmark.arcsoft.so:libFacialStickerEngine.arcsoft.so:libfrtracking_engine.arcsoft.so:libFaceRecognition.arcsoft.so:libveengine.arcsoft.so:lib_pet_detection.arcsoft.so:libae_bracket_hdr.arcsoft.so:libaiclearzoom_raw.arcsoft.so:libacz_hhdr.arcsoft.so:libhybrid_high_dynamic_range.arcsoft.so:libimage_enhancement.arcsoft.so:liblow_light_hdr.arcsoft.so:libmacroclearshot_raw.arcsoft.so:libhigh_dynamic_range.arcsoft.so:libsuperresolution_raw.arcsoft.so:libobjectcapture_jni.arcsoft.so:libobjectcapture.arcsoft.so:libFacialAttributeDetection.arcsoft.so:libaudiomirroring_jni.audiomirroring.samsung.so:libBeauty_v4.camera.samsung.so:libexifa.camera.samsung.so:libjpega.camera.samsung.so:libOpenCv.camera.samsung.so:libaifrcInterface.camera.samsung.so:libVideoClassifier.camera.samsung.so:libImageScreener.camera.samsung.so:libMyFilter.camera.samsung.so:libtflite2.my 11-24 12:55:01.743 26845 26845 D nativeloader: Configuring clns-6 for other apk /data/app/~~wuEKnBlzYMmDoxSeysBTBA==/com.google.android.webview-V3AGHCLikvh6ZuLkO6OcaQ==/base.apk. target_sdk_version=34, uses_libraries=, library_path=/data/app/~~wuEKnBlzYMmDoxSeysBTBA==/com.google.android.webview-V3AGHCLikvh6ZuLkO6OcaQ==/lib/arm64:/data/app/~~wuEKnBlzYMmDoxSeysBTBA==/com.google.android.webview-V3AGHCLikvh6ZuLkO6OcaQ==/base.apk!/lib/arm64-v8a:/data/app/~~L3-Fg_eSm53eOspiRjga3A==/com.google.android.trichromelibrary_672310733-NUA1vpi48gd9WblKoXlncQ==/base.apk!/lib/arm64-v8a, permitted_path=/data:/mnt/expand 11-24 12:55:01.744 26845 26845 I WebViewFactory: Loading com.google.android.webview version 130.0.6723.107 (code 672310733) 11-24 12:55:01.752 26845 26845 I cr_WVCFactoryProvider: version=130.0.6723.107 (672310733) minSdkVersion=29 isBundle=true multiprocess=true packageId=2 11-24 12:55:01.756 26845 27084 I chromium: [1124/125501.756688:INFO:variations_seed_loader.cc(68)] Failed to open file for reading.: No such file or directory (2) 11-24 12:55:01.761 26845 26845 I cr_LibraryLoader: Successfully loaded native library 11-24 12:55:01.761 26845 26845 I cr_CachingUmaRecorder: Flushed 6 samples from 6 histograms, 0 samples were dropped. 11-24 12:55:01.763 26845 26845 I cr_CombinedPProvider: #registerProvider() provider:WV.z8@6f8d75e isPolicyCacheEnabled:false policyProvidersSize:0 11-24 12:55:01.763 26845 26845 I cr_PolicyProvider: #setManagerAndSource() 0 11-24 12:55:01.767 26845 26845 I cr_CombinedPProvider: #linkNativeInternal() 1 11-24 12:55:01.767 26845 26845 D CompatibilityChangeReporter: Compat change id reported: 183155436; UID 10516; state: ENABLED 11-24 12:55:01.767 26845 26845 I cr_AppResProvider: #getApplicationRestrictionsFromUserManager() Bundle[EMPTY_PARCEL] 11-24 12:55:01.767 26845 26845 I cr_PolicyProvider: #notifySettingsAvailable() 0 11-24 12:55:01.767 26845 26845 I cr_CombinedPProvider: #onSettingsAvailable() 0 11-24 12:55:01.767 26845 26845 I cr_CombinedPProvider: #flushPolicies() 11-24 12:55:01.789 26845 26845 D CompatibilityChangeReporter: Compat change id reported: 214741472; UID 10516; state: ENABLED 11-24 12:55:01.795 26845 26845 D ConnectivityManager: StackLog: [android.net.ConnectivityManager.sendRequestForNetwork(ConnectivityManager.java:4402)] [android.net.ConnectivityManager.registerDefaultNetworkCallbackForUid(ConnectivityManager.java:4966)] [android.net.ConnectivityManager.registerDefaultNetworkCallback(ConnectivityManager.java:4933)] [WV.gE.e(chromium-TrichromeWebViewGoogle6432.aab-stable-672310733:44)] [WV.gE.b(chromium-TrichromeWebViewGoogle6432.aab-stable-672310733:1)] [org.chromium.android_webview.AwContentsLifecycleNotifier.onFirstWebViewCreated(chromium-TrichromeWebViewGoogle6432.aab-stable-672310733:19)] [J.N._J_J(Native Method)] [org.chromium.android_webview.AwContents.(chromium-TrichromeWebViewGoogle6432.aab-stable-672310733:442)] [com.android.webview.chromium.l.run(chromium-TrichromeWebViewGoogle6432.aab-stable-672310733:148)] [WV.xY.b(chromium-TrichromeWebViewGoogle6432.aab-stable-672310733:20)] [WV.wY.run(chromium-TrichromeWebViewGoogle6432.aab-stable-672310733:3)] [org.chromium.base.task.PostTask.d(chromium-TrichromeWebViewGoogle6432.aab-stable-672310733:12)] [WV.xY.a(chromium-TrichromeWebViewGoogle6432.aab-stable-672310733:23)] [com.android.webview.chromium.WebViewChromiumFactoryProvider.a(chromium-TrichromeWebViewGoogle6432.aab-stable-672310733:3)] [com.android.webview.chromium.WebViewChromium.init(chromium-TrichromeWebViewGoogle6432.aab-stable-672310733:329)] [android.webkit.WebView.(WebView.java:447)] [android.webkit.WebView.(WebView.java:367)] [android.webkit.WebView.(WebView.java:349)] [android.webkit.WebView.(WebView.java:336)] [com.fsck.k9.view.MessageWebView.(MessageWebView.kt:17)] [java.lang.reflect.Constructor.newInstance0(Native Method)] [java.lang.reflect.Constructor.newInstance(Constructor.java:343)] [android.view.LayoutInflater.createView(LayoutInflater.java:882)] [android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:1034)] [android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:989)] [android.view.LayoutInflater.rInflate(LayoutInflater.java:1151)] [android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:1112)] [android.view.LayoutInflater.rInflate(LayoutInflater.java:1154)] [android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:1112)] [android.view.LayoutInflater.rInflate(LayoutInflater.java:1154)] [android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:1112)] [android.view.LayoutInflater.inflate(LayoutInflater.java:700)] [android.view.LayoutInflater.inflate(LayoutInflater.java:544)] [android.view.ViewStub.inflateViewNoAdd(ViewStub.java:272)] [android.view.ViewStub.inflate(ViewStub.java:305)] [com.fsck.k9.activity.MessageCompose.onCreate(MessageCompose.java:266)] [android.app.Activity.performCreate(Activity.java:9001)] [android.app.Activity.performCreate(Activity.java:8970)] [android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1456)] [android.app.ActivityThread.performLaunchActivity(ActivityThread.java:4154)] [android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:4330)] [android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)] [android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:139)] [android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:96)] [android.app.ActivityThread$H.handleMessage(ActivityThread.java:2693)] 11-24 12:55:01.798 26845 26845 D ConnectivityManager: StackLog: [android.net.ConnectivityManager.sendRequestForNetwork(ConnectivityManager.java:4402)] [android.net.ConnectivityManager.sendRequestForNetwork(ConnectivityManager.java:4444)] [android.net.ConnectivityManager.registerNetworkCallback(ConnectivityManager.java:4826)] [WV.gE.e(chromium-TrichromeWebViewGoogle6432.aab-stable-672310733:93)] [WV.gE.b(chromium-TrichromeWebViewGoogle6432.aab-stable-672310733:1)] [org.chromium.android_webview.AwContentsLifecycleNotifier.onFirstWebViewCreated(chromium-TrichromeWebViewGoogle6432.aab-stable-672310733:19)] [J.N._J_J(Native Method)] [org.chromium.android_webview.AwContents.(chromium-TrichromeWebViewGoogle6432.aab-stable-672310733:442)] [com.android.webview.chromium.l.run(chromium-TrichromeWebViewGoogle6432.aab-stable-672310733:148)] [WV.xY.b(chromium-TrichromeWebViewGoogle6432.aab-stable-672310733:20)] [WV.wY.run(chromium-TrichromeWebViewGoogle6432.aab-stable-672310733:3)] [org.chromium.base.task.PostTask.d(chromium-TrichromeWebViewGoogle6432.aab-stable-672310733:12)] [WV.xY.a(chromium-TrichromeWebViewGoogle6432.aab-stable-672310733:23)] [com.android.webview.chromium.WebViewChromiumFactoryProvider.a(chromium-TrichromeWebViewGoogle6432.aab-stable-672310733:3)] [com.android.webview.chromium.WebViewChromium.init(chromium-TrichromeWebViewGoogle6432.aab-stable-672310733:329)] [android.webkit.WebView.(WebView.java:447)] [android.webkit.WebView.(WebView.java:367)] [android.webkit.WebView.(WebView.java:349)] [android.webkit.WebView.(WebView.java:336)] [com.fsck.k9.view.MessageWebView.(MessageWebView.kt:17)] [java.lang.reflect.Constructor.newInstance0(Native Method)] [java.lang.reflect.Constructor.newInstance(Constructor.java:343)] [android.view.LayoutInflater.createView(LayoutInflater.java:882)] [android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:1034)] [android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:989)] [android.view.LayoutInflater.rInflate(LayoutInflater.java:1151)] [android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:1112)] [android.view.LayoutInflater.rInflate(LayoutInflater.java:1154)] [android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:1112)] [android.view.LayoutInflater.rInflate(LayoutInflater.java:1154)] [android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:1112)] [android.view.LayoutInflater.inflate(LayoutInflater.java:700)] [android.view.LayoutInflater.inflate(LayoutInflater.java:544)] [android.view.ViewStub.inflateViewNoAdd(ViewStub.java:272)] [android.view.ViewStub.inflate(ViewStub.java:305)] [com.fsck.k9.activity.MessageCompose.onCreate(MessageCompose.java:266)] [android.app.Activity.performCreate(Activity.java:9001)] [android.app.Activity.performCreate(Activity.java:8970)] [android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1456)] [android.app.ActivityThread.performLaunchActivity(ActivityThread.java:4154)] [android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:4330)] [android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)] [android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:139)] [android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:96)] [android.app.ActivityThread$H.handleMessage(ActivityThread.java:2693)] 11-24 12:55:01.808 26845 26845 I InputMethodManager: invalidateInput 11-24 12:55:01.808 26845 26845 I InputMethodManager: invalidateInput 11-24 12:55:01.808 26845 26845 E PhoneWindow: Circular progress bar not located in current window decor 11-24 12:55:01.810 26845 26845 I InputMethodManager: invalidateInput 11-24 12:55:01.812 26845 26845 D MessageLoaderHelper: Creating new local message loader 11-24 12:55:01.812 26845 26845 D AutofillManager: view not autofillable - has multiline input type 11-24 12:55:01.813 26845 26883 D NativeCustomFrequencyManager: [NativeCFMS] BpCustomFrequencyManager::BpCustomFrequencyManager() 11-24 12:55:01.816 26845 26845 I InsetsController: onStateChanged: host=com.fsck.k9/com.fsck.k9.activity.MessageCompose, from=android.view.ViewRootImpl.setView:1797, state=InsetsState: {mDisplayFrame=Rect(0, 0 - 1080, 2316), mDisplayCutout=DisplayCutout{insets=Rect(0, 75 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(513, 0 - 567, 75), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080 displayHeight=2316 physicalDisplayWidth=1080 physicalDisplayHeight=2316 density={2.8125} cutoutSpec={M 0,0 H -9.466666666666667 V 26.66666666666667‬ H 9.466666666666667 V 0 H 0 Z @dp} rotation={0} scale={1.0} physicalPixelDisplaySizeRatio={1.0}}}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=8, center=Point(8, 8)}, RoundedCorner{position=TopRight, radius=8, center=Point(1072, 8)}, RoundedCorner{position=BottomRight, radius=8, center=Point(1072, 2308)}, RoundedCorner{position=BottomLeft, radius=8, center=Point(8, 2308)}]} mRoundedCornerFrame=Rect(0, 0 - 1080, 2316), mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(956, 0 - 1080, 75) rotation=0}, mDisplayShape=DisplayShape{ spec=-311912193 displayWidth=1440 displayHeight=3088 physicalPixelDisplaySizeRatio=1.0 rotation=0 offsetX=0 offsetY=0 scale=1.0}, mSources= { InsetsSource: {fd920000 mType=statusBars mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {fd920005 mType=mandatorySystemGestures mFrame=[0,0][1080,109] mVisible=true mFlags=[]}, InsetsSource: {fd920006 mType=tappableElement mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {27 mType=displayCutout mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {174a0001 mType=navigationBars mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0004 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags=[]}, InsetsSource: {174a0005 mType=mandatorySystemGestures mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0006 mType=tappableElement mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0024 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags=[]} } 11-24 12:55:01.816 26845 26845 I ViewRootImpl@d280cde[MessageCompose]: synced displayState. AttachInfo displayState=2 11-24 12:55:01.816 26845 26845 I ViewRootImpl@d280cde[MessageCompose]: setView = com.android.internal.policy.DecorView@62e48d5 TM=true 11-24 12:55:01.818 26845 26845 D AutofillManager: view not autofillable - has multiline input type 11-24 12:55:01.818 26845 26845 D AutofillManager: view not autofillable - has multiline input type 11-24 12:55:01.818 26845 26845 D AnimatorSet: mReversing is false. Don't call initChildren. 11-24 12:55:01.818 26845 26845 D AutofillManager: view not autofillable - has multiline input type 11-24 12:55:01.818 26845 26845 D CompatibilityChangeReporter: Compat change id reported: 193247900; UID 10516; state: ENABLED 11-24 12:55:01.825 26845 26845 I InsetsController: onStateChanged: host=com.fsck.k9/com.fsck.k9.activity.MessageCompose, from=android.view.ViewRootImpl.relayoutWindow:10165, state=InsetsState: {mDisplayFrame=Rect(0, 0 - 1080, 2316), mDisplayCutout=DisplayCutout{insets=Rect(0, 75 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(513, 0 - 567, 75), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080 displayHeight=2316 physicalDisplayWidth=1080 physicalDisplayHeight=2316 density={2.8125} cutoutSpec={M 0,0 H -9.466666666666667 V 26.66666666666667‬ H 9.466666666666667 V 0 H 0 Z @dp} rotation={0} scale={1.0} physicalPixelDisplaySizeRatio={1.0}}}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=8, center=Point(8, 8)}, RoundedCorner{position=TopRight, radius=8, center=Point(1072, 8)}, RoundedCorner{position=BottomRight, radius=8, center=Point(1072, 2308)}, RoundedCorner{position=BottomLeft, radius=8, center=Point(8, 2308)}]} mRoundedCornerFrame=Rect(0, 0 - 1080, 2316), mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(956, 0 - 1080, 75) rotation=0}, mDisplayShape=DisplayShape{ spec=-311912193 displayWidth=1440 displayHeight=3088 physicalPixelDisplaySizeRatio=1.0 rotation=0 offsetX=0 offsetY=0 scale=1.0}, mSources= { InsetsSource: {fd920000 mType=statusBars mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {fd920005 mType=mandatorySystemGestures mFrame=[0,0][1080,109] mVisible=true mFlags=[]}, InsetsSource: {fd920006 mType=tappableElement mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {3 mType=ime mFrame=[0,0][0,0] mVisible=false mFlags=[]}, InsetsSource: {27 mType=displayCutout mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {174a0001 mType=navigationBars mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0004 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags=[]}, InsetsSource: {174a0005 mType=mandatorySystemGestures mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0006 mType=tappableElement mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0024 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags=[]} } 11-24 12:55:01.825 26845 26845 I BufferQueueProducer: [](id:68dd00000005,api:0,p:0,c:26845) setDequeueTimeout:2077252342 11-24 12:55:01.826 26845 26845 I BLASTBufferQueue_Java: new BLASTBufferQueue, mName= ViewRootImpl@d280cde[MessageCompose] mNativeObject= 0xb40000752c5ba500 sc.mNativeObject= 0xb40000752c5eacc0 caller= android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3085 android.view.ViewRootImpl.relayoutWindow:10224 android.view.ViewRootImpl.performTraversals:4167 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 android.view.Choreographer$CallbackRecord.run:1690 android.view.Choreographer$CallbackRecord.run:1699 android.view.Choreographer.doCallbacks:1154 android.view.Choreographer.doFrame:1080 android.view.Choreographer$FrameDisplayEventReceiver.run:1647 11-24 12:55:01.826 26845 26845 I BLASTBufferQueue_Java: update, w= 1080 h= 2316 mName = ViewRootImpl@d280cde[MessageCompose] mNativeObject= 0xb40000752c5ba500 sc.mNativeObject= 0xb40000752c5eacc0 format= -1 caller= android.graphics.BLASTBufferQueue.:89 android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3085 android.view.ViewRootImpl.relayoutWindow:10224 android.view.ViewRootImpl.performTraversals:4167 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 11-24 12:55:01.826 26845 26845 I ViewRootImpl@d280cde[MessageCompose]: Relayout returned: old=(0,0,1080,2316) new=(0,0,1080,2316) relayoutAsync=false req=(1080,2316)0 dur=5 res=0x403 s={true 0xb4000073fc2ec000} ch=true seqId=0 11-24 12:55:01.826 26845 26845 I ViewRootImpl@d280cde[MessageCompose]: performConfigurationChange setNightDimText nightDimLevel=0 11-24 12:55:01.826 26845 26845 D ViewRootImpl@d280cde[MessageCompose]: mThreadedRenderer.initialize() mSurface={isValid=true 0xb4000073fc2ec000} hwInitialized=true 11-24 12:55:01.827 26845 26845 D AutofillManager: view not autofillable - has multiline input type 11-24 12:55:01.828 26845 26845 D ScrollView: onsize change changed 11-24 12:55:01.828 26845 26845 D ViewRootImpl@d280cde[MessageCompose]: reportNextDraw android.view.ViewRootImpl.performTraversals:4781 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 android.view.Choreographer$CallbackRecord.run:1690 android.view.Choreographer$CallbackRecord.run:1699 11-24 12:55:01.829 26845 26845 I ViewRootImpl@d280cde[MessageCompose]: Setup new sync=wmsSync-ViewRootImpl@d280cde[MessageCompose]#10 11-24 12:55:01.829 26845 26845 I ViewRootImpl@d280cde[MessageCompose]: Creating new active sync group ViewRootImpl@d280cde[MessageCompose]#11 11-24 12:55:01.829 26845 26845 I SurfaceSyncGroup: addLocalSync=ViewRootImpl@d280cde[MessageCompose]#11 to name=wmsSync-ViewRootImpl@d280cde[MessageCompose]#10, callers=android.window.SurfaceSyncGroup.add:431 android.window.SurfaceSyncGroup.add:392 android.window.SurfaceSyncGroup.add:340 android.view.ViewRootImpl.createSyncIfNeeded:4912 android.view.ViewRootImpl.performTraversals:4796 android.view.ViewRootImpl.doTraversal:3345 11-24 12:55:01.830 26845 26845 I ViewRootImpl@d280cde[MessageCompose]: registerCallbacksForSync syncBuffer=false 11-24 12:55:01.831 26845 26905 I ViewRootImpl@d280cde[MessageCompose]: Received frameDrawingCallback syncResult=0 frameNum=1. 11-24 12:55:01.831 26845 26905 I ViewRootImpl@d280cde[MessageCompose]: mWNT: t=0xb40000752c522980 mBlastBufferQueue=0xb40000752c5ba500 fn= 1 mRenderHdrSdrRatio=1.0 caller= android.view.ViewRootImpl$8.onFrameDraw:13946 android.view.ThreadedRenderer$1.onFrameDraw:792 11-24 12:55:01.831 26845 26905 I ViewRootImpl@d280cde[MessageCompose]: Setting up sync and frameCommitCallback 11-24 12:55:01.834 26845 26883 I BLASTBufferQueue: [ViewRootImpl@d280cde[MessageCompose]#5](f:0,a:0,s:0) onFrameAvailable the first frame is available 11-24 12:55:01.834 26845 26883 I ViewRootImpl@d280cde[MessageCompose]: Received frameCommittedCallback lastAttemptedDrawFrameNum=1 didProduceBuffer=true 11-24 12:55:01.834 26845 26883 I SurfaceSyncGroup: onTransactionReady mName=wmsSync-ViewRootImpl@d280cde[MessageCompose]#10 callback=149320153 11-24 12:55:01.834 26845 26883 D OpenGLRenderer: CFMS:: SetUp Pid : 26845 Tid : 26883 11-24 12:55:01.834 26845 26845 I ViewRootImpl@d280cde[MessageCompose]: reportDrawFinished seqId=0 11-24 12:55:01.840 26845 26845 D TokenAutoComplete: Current completion text: redacted@kingqueen.org.uk, 11-24 12:55:01.844 26845 26854 W com.fsck.k9: Cleared Reference was only reachable from finalizer (only reported once) 11-24 12:55:01.848 26845 26845 E PhoneWindow: Circular progress bar not located in current window decor 11-24 12:55:01.848 26845 26883 D OpenGLRenderer: HWUI - treat SMPTE_170M as sRGB 11-24 12:55:01.848 26845 26845 D MessageLoaderHelper: Creating new decode message loader 11-24 12:55:01.849 26845 26845 I ViewRootImpl@cfc623f[MessageList]: handleWindowFocusChanged: 0 0 call from android.view.ViewRootImpl.-$$Nest$mhandleWindowFocusChanged:0 11-24 12:55:01.849 26845 26845 I ImeFocusController: onPreWindowFocus: skipped, hasWindowFocus=false mHasImeFocus=true 11-24 12:55:01.850 26845 26845 I ImeFocusController: onPostWindowFocus: skipped, hasWindowFocus=false mHasImeFocus=true 11-24 12:55:01.852 26845 27140 V MessageExtractor: No body present for this message part 11-24 12:55:01.856 26845 26855 D InputTransport: Input channel destroyed: 'ClientS', fd=143 11-24 12:55:01.856 26845 26855 D InputTransport: Input channel destroyed: 'ClientS', fd=138 11-24 12:55:01.856 26845 26855 D InputTransport: Input channel destroyed: 'ClientS', fd=122 11-24 12:55:01.862 26845 26856 W com.fsck.k9: ApkAssets: Deleting an ApkAssets object ' and /data/app/~~wuEKnBlzYMmDoxSeysBTBA==/com.google.android.webview-V3AGHCLikvh6ZuLkO6OcaQ==/base.apk' with 1 weak references 11-24 12:55:01.862 26845 26856 W com.fsck.k9: ApkAssets: Deleting an ApkAssets object ' and /data/app/~~wuEKnBlzYMmDoxSeysBTBA==/com.google.android.webview-V3AGHCLikvh6ZuLkO6OcaQ==/split_config.en.apk' with 1 weak references 11-24 12:55:01.863 26845 26845 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=navigationBars, host=com.fsck.k9/com.fsck.k9.activity.MessageCompose 11-24 12:55:01.863 26845 26845 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=statusBars, host=com.fsck.k9/com.fsck.k9.activity.MessageCompose 11-24 12:55:01.871 26845 26845 I InputMethodManager: invalidateInput 11-24 12:55:01.871 26845 26845 D IdentityHeaderParser: Decoding identity: !l=10047&o=105&fo=82710&pl=9833&po=0&qs=PREFIX&f=HTML 11-24 12:55:01.871 26845 26845 D IdentityHeaderParser: &s=--%20%0D%0ASent%20from%20my%20Android%20device%20with%20K-9%20Mail.% 11-24 12:55:01.871 26845 26845 D IdentityHeaderParser: 20Please%20excuse%20my%20brevity%20and%20any%20autocorrect%20errors.&m= 11-24 12:55:01.871 26845 26845 D IdentityHeaderParser: %23%3AMzQ5MmU1OTAtNGEwNC00NzU5LWE0YTYtNGFhM2QxMzU0MTM4%3AMw%3D%3D%3ASzl 11-24 12:55:01.871 26845 26845 D IdentityHeaderParser: MT0NBTDpjMzBiODMzNC1jY2YzLTRkM2MtYmQ1ZS00NjRhZjNmZGExYmU%3D&p=9737&q=SH 11-24 12:55:01.871 26845 26845 D IdentityHeaderParser: OW 11-24 12:55:01.872 26845 26845 D IdentityHeaderParser: Decoded identity: {PLAIN_LENGTH=9833, CURSOR_POSITION=9737, MESSAGE_FORMAT=HTML, FOOTER_OFFSET=82710, QUOTE_STYLE=PREFIX, OFFSET=105, PLAIN_OFFSET=0, SIGNATURE=-- 11-24 12:55:01.872 26845 26845 D IdentityHeaderParser: Sent from my Android device with K-9 Mail. Please excuse my brevity and any autocorrect errors., ORIGINAL_MESSAGE=#:MzQ5MmU1OTAtNGEwNC00NzU5LWE0YTYtNGFhM2QxMzU0MTM4:Mw==:SzlMT0NBTDpjMzBiODMzNC1jY2YzLTRkM2MtYmQ1ZS00NjRhZjNmZGExYmU=, LENGTH=10047, QUOTED_TEXT_MODE=SHOW} 11-24 12:55:01.874 26845 26845 I InputMethodManager: invalidateInput 11-24 12:55:01.875 26845 26845 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length 11-24 12:55:01.875 26845 26845 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length 11-24 12:55:01.875 26845 26845 V MessageExtractor: No body present for this message part 11-24 12:55:01.875 26845 26845 D QuotedMessagePresenter: Empty message; skipping. 11-24 12:55:01.876 26845 26845 I InputMethodManager: invalidateInput 11-24 12:55:01.876 26845 26845 D AndroidRuntime: Shutting down VM 11-24 12:55:01.876 26845 26845 E AndroidRuntime: FATAL EXCEPTION: main 11-24 12:55:01.876 26845 26845 E AndroidRuntime: Process: com.fsck.k9, PID: 26845 11-24 12:55:01.876 26845 26845 E AndroidRuntime: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String java.lang.String.substring(int, int)' on a null object reference 11-24 12:55:01.876 26845 26845 E AndroidRuntime: at com.fsck.k9.ui.compose.QuotedMessagePresenter.processDraftMessage(QuotedMessagePresenter.java:287) 11-24 12:55:01.876 26845 26845 E AndroidRuntime: at com.fsck.k9.activity.MessageCompose.processDraftMessage(MessageCompose.java:1451) 11-24 12:55:01.876 26845 26845 E AndroidRuntime: at com.fsck.k9.activity.MessageCompose.processSourceMessage(MessageCompose.java:1262) 11-24 12:55:01.876 26845 26845 E AndroidRuntime: at com.fsck.k9.activity.MessageCompose.loadLocalMessageForDisplay(MessageCompose.java:1659) 11-24 12:55:01.876 26845 26845 E AndroidRuntime: at com.fsck.k9.activity.MessageCompose$11.onMessageViewInfoLoadFinished(MessageCompose.java:1679) 11-24 12:55:01.876 26845 26845 E AndroidRuntime: at com.fsck.k9.activity.MessageLoaderHelper.onDecodeMessageFinished(MessageLoaderHelper.java:405) 11-24 12:55:01.876 26845 26845 E AndroidRuntime: at com.fsck.k9.activity.MessageLoaderHelper.-$$Nest$monDecodeMessageFinished(MessageLoaderHelper.java:0) 11-24 12:55:01.876 26845 26845 E AndroidRuntime: at com.fsck.k9.activity.MessageLoaderHelper$3.onLoadFinished(MessageLoaderHelper.java:441) 11-24 12:55:01.876 26845 26845 E AndroidRuntime: at com.fsck.k9.activity.MessageLoaderHelper$3.onLoadFinished(MessageLoaderHelper.java:418) 11-24 12:55:01.876 26845 26845 E AndroidRuntime: at androidx.loader.app.LoaderManagerImpl$LoaderObserver.onChanged(LoaderManagerImpl.java:250) 11-24 12:55:01.876 26845 26845 E AndroidRuntime: at androidx.lifecycle.LiveData.considerNotify(LiveData.java:133) 11-24 12:55:01.876 26845 26845 E AndroidRuntime: at androidx.lifecycle.LiveData.dispatchingValue(LiveData.java:151) 11-24 12:55:01.876 26845 26845 E AndroidRuntime: at androidx.lifecycle.LiveData.setValue(LiveData.java:309) 11-24 12:55:01.876 26845 26845 E AndroidRuntime: at androidx.lifecycle.MutableLiveData.setValue(MutableLiveData.java:50) 11-24 12:55:01.876 26845 26845 E AndroidRuntime: at androidx.loader.app.LoaderManagerImpl$LoaderInfo.setValue(LoaderManagerImpl.java:189) 11-24 12:55:01.876 26845 26845 E AndroidRuntime: at androidx.loader.app.LoaderManagerImpl$LoaderInfo.onLoadComplete(LoaderManagerImpl.java:174) 11-24 12:55:01.876 26845 26845 E AndroidRuntime: at androidx.loader.content.Loader.deliverResult(Loader.java:132) 11-24 12:55:01.876 26845 26845 E AndroidRuntime: at com.fsck.k9.ui.message.LocalMessageExtractorLoader.deliverResult(LocalMessageExtractorLoader.java:47) 11-24 12:55:01.876 26845 26845 E AndroidRuntime: at com.fsck.k9.ui.message.LocalMessageExtractorLoader.deliverResult(LocalMessageExtractorLoader.java:16) 11-24 12:55:01.876 26845 26845 E AndroidRuntime: at androidx.loader.content.AsyncTaskLoader.dispatchOnLoadComplete(AsyncTaskLoader.java:258) 11-24 12:55:01.876 26845 26845 E AndroidRuntime: at androidx.loader.content.AsyncTaskLoader$LoadTask.onPostExecute(AsyncTaskLoader.java:83) 11-24 12:55:01.876 26845 26845 E AndroidRuntime: at androidx.loader.content.ModernAsyncTask.finish(ModernAsyncTask.java:490) 11-24 12:55:01.876 26845 26845 E AndroidRuntime: at androidx.loader.content.ModernAsyncTask$InternalHandler.handleMessage(ModernAsyncTask.java:507) 11-24 12:55:01.876 26845 26845 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:106) 11-24 12:55:01.876 26845 26845 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:230) 11-24 12:55:01.876 26845 26845 E AndroidRuntime: at android.os.Looper.loop(Looper.java:319) 11-24 12:55:01.876 26845 26845 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:9063) 11-24 12:55:01.876 26845 26845 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method) 11-24 12:55:01.876 26845 26845 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:588) 11-24 12:55:01.876 26845 26845 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103) 11-24 12:55:01.888 26845 26845 I Process : Sending signal. PID: 26845 SIG: 9 11-24 12:56:02.822 27301 27301 I com.fsck.k9: Using CollectorTypeCMC GC. 11-24 12:56:02.825 27301 27301 E com.fsck.k9: Not starting debugger since process cannot load the jdwp agent. 11-24 12:56:02.831 27301 27301 D ActivityThread: setConscryptValidator 11-24 12:56:02.832 27301 27301 D ActivityThread: setConscryptValidator - put 11-24 12:56:02.841 27301 27301 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10516; state: ENABLED 11-24 12:56:02.841 27301 27301 D CompatibilityChangeReporter: Compat change id reported: 242716250; UID 10516; state: ENABLED 11-24 12:56:02.855 27301 27301 D nativeloader: Configuring clns-4 for other apk /data/app/~~RadT3sxHHkyhkJtLag-bwg==/com.fsck.k9-0p-60oR3J8Qs317V3x0_sA==/base.apk. target_sdk_version=34, uses_libraries=, library_path=/data/app/~~RadT3sxHHkyhkJtLag-bwg==/com.fsck.k9-0p-60oR3J8Qs317V3x0_sA==/lib/arm64:/data/app/~~RadT3sxHHkyhkJtLag-bwg==/com.fsck.k9-0p-60oR3J8Qs317V3x0_sA==/base.apk!/lib/arm64-v8a, permitted_path=/data:/mnt/expand:/data/user/0/com.fsck.k9 11-24 12:56:02.863 27301 27301 V GraphicsEnvironment: Currently set values for: 11-24 12:56:02.863 27301 27301 V GraphicsEnvironment: angle_gl_driver_selection_pkgs=[] 11-24 12:56:02.863 27301 27301 V GraphicsEnvironment: angle_gl_driver_selection_values=[] 11-24 12:56:02.863 27301 27301 V GraphicsEnvironment: ANGLE GameManagerService for com.fsck.k9: false 11-24 12:56:02.863 27301 27301 V GraphicsEnvironment: com.fsck.k9 is not listed in per-application setting 11-24 12:56:02.864 27301 27301 V GraphicsEnvironment: App is not on the allowlist for updatable production driver. 11-24 12:56:02.910 27301 27301 D WM-PackageManagerHelper: Skipping component enablement for androidx.work.impl.background.systemjob.SystemJobService 11-24 12:56:02.910 27301 27301 D WM-Schedulers: Created SystemJobScheduler and enabled SystemJobService 11-24 12:56:02.910 27301 27301 V K9JobManager: scheduling all jobs 11-24 12:56:02.910 27301 27301 V K9JobManager: canceling mail sync job 11-24 12:56:02.911 27301 27301 V MailSyncWorkerManager: Scheduling mail sync worker for 3492e590-4a04-4759-a4a6-4aa3d1354138 11-24 12:56:02.911 27301 27301 V MailSyncWorkerManager: sync interval: 15 minutes 11-24 12:56:02.911 27301 27301 V MailSyncWorkerManager: last sync time: Sun Nov 24 12:40:54 GMT 2024 11-24 12:56:02.911 27301 27301 V MailSyncWorkerManager: initial delay: 0 ms 11-24 12:56:02.912 27301 27301 V MailSyncWorkerManager: Scheduling mail sync worker for 5bf73c30-e12c-4b87-bd1f-289fadc142be 11-24 12:56:02.912 27301 27301 V MailSyncWorkerManager: sync interval: 15 minutes 11-24 12:56:02.912 27301 27301 V MailSyncWorkerManager: last sync time: Sun Nov 24 12:40:57 GMT 2024 11-24 12:56:02.912 27301 27301 V MailSyncWorkerManager: initial delay: 0 ms 11-24 12:56:02.912 27301 27301 V MailSyncWorkerManager: Scheduling mail sync worker for 9207f9b1-307e-46ff-99a0-176c05056138 11-24 12:56:02.912 27301 27301 V MailSyncWorkerManager: sync interval: 15 minutes 11-24 12:56:02.912 27301 27301 V MailSyncWorkerManager: last sync time: Sun Nov 24 12:40:53 GMT 2024 11-24 12:56:02.912 27301 27301 V MailSyncWorkerManager: initial delay: 0 ms 11-24 12:56:02.912 27301 27301 V MailSyncWorkerManager: Scheduling mail sync worker for efdcab86-4d5f-426d-92e8-cb9e2151f0cb 11-24 12:56:02.912 27301 27301 V MailSyncWorkerManager: sync interval: 15 minutes 11-24 12:56:02.912 27301 27301 V MailSyncWorkerManager: last sync time: Sun Nov 24 12:40:53 GMT 2024 11-24 12:56:02.912 27301 27301 V MailSyncWorkerManager: initial delay: 0 ms 11-24 12:56:02.912 27301 27301 V MailSyncWorkerManager: Scheduling mail sync worker for 2b0c6b05-ea28-4ec1-9b59-48c87e57d922 11-24 12:56:02.912 27301 27301 V MailSyncWorkerManager: sync interval: 15 minutes 11-24 12:56:02.912 27301 27301 V MailSyncWorkerManager: last sync time: Sun Nov 24 12:40:52 GMT 2024 11-24 12:56:02.912 27301 27301 V MailSyncWorkerManager: initial delay: 0 ms 11-24 12:56:02.912 27301 27301 V MailSyncWorkerManager: Scheduling mail sync worker for 2df70efa-45e1-4326-9c28-725b0768d567 11-24 12:56:02.912 27301 27301 V MailSyncWorkerManager: sync interval: 15 minutes 11-24 12:56:02.912 27301 27301 V MailSyncWorkerManager: last sync time: Sun Nov 24 12:41:00 GMT 2024 11-24 12:56:02.912 27301 27301 V MailSyncWorkerManager: initial delay: 0 ms 11-24 12:56:02.913 27301 27301 V SystemLocaleManager: Enable LocaleBroadcastReceiver 11-24 12:56:02.917 27301 27301 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 10516; state: ENABLED 11-24 12:56:02.926 27301 27301 D OpenGLRenderer: HWUI - treat SMPTE_170M as sRGB 11-24 12:56:02.942 27301 27301 D AppCompatDelegate: Checking for metadata for AppLocalesMetadataHolderService : Service not found 11-24 12:56:02.950 27301 27352 I AdrenoGLES-0: QUALCOMM build : 7b26bdd942, Iab69c31769 11-24 12:56:02.950 27301 27352 I AdrenoGLES-0: Build Date : 08/28/23 11-24 12:56:02.950 27301 27352 I AdrenoGLES-0: OpenGL ES Shader Compiler Version: E031.41.03.44 11-24 12:56:02.950 27301 27352 I AdrenoGLES-0: Local Branch : 11-24 12:56:02.950 27301 27352 I AdrenoGLES-0: Remote Branch : refs/tags/AU_LINUX_ANDROID_LA.VENDOR.13.2.0.11.00.00.855.659 11-24 12:56:02.950 27301 27352 I AdrenoGLES-0: Remote Branch : NONE 11-24 12:56:02.950 27301 27352 I AdrenoGLES-0: Reconstruct Branch : NOTHING 11-24 12:56:02.950 27301 27352 I AdrenoGLES-0: Build Config : S P 14.1.4 AArch64 11-24 12:56:02.950 27301 27352 I AdrenoGLES-0: Driver Path : /vendor/lib64/egl/libGLESv2_adreno.so 11-24 12:56:02.950 27301 27352 I AdrenoGLES-0: Driver Version : 0676.42 11-24 12:56:02.954 27301 27355 V PushController: PushController.initInBackground() 11-24 12:56:02.954 27301 27355 V PushController: PushController.updatePushers() 11-24 12:56:02.959 27301 27352 I AdrenoGLES-0: PFP: 0x01740158, ME: 0x00000000 11-24 12:56:02.961 27301 27301 I DecorView: setWindowBackground: isPopOver=false color=ff131314 d=android.graphics.drawable.ColorDrawable@a172cc7 11-24 12:56:02.967 27301 27301 D CompatibilityChangeReporter: Compat change id reported: 210923482; UID 10516; state: ENABLED 11-24 12:56:02.974 27301 27355 V PushController: ..Running PushControllers: [] 11-24 12:56:02.974 27301 27345 I NotificationManager: com.fsck.k9: notify(48, null, Notification(channel=messages_channel_9207f9b1-307e-46ff-99a0-176c05056138_1690912860 shortcut=null contentView=null vibrate=null sound=null tick defaults=0x0 flags=0x0 color=0xff669900 category=email groupKey=newMailNotifications-2 actions=2 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0)) as user 11-24 12:56:02.974 27301 27355 V PushServiceManager: PushServiceManager.stop() 11-24 12:56:02.974 27301 27355 V PushServiceManager: ..PushService is not running 11-24 12:56:02.974 27301 27355 V BootCompleteManager: Disable BootCompleteReceiver 11-24 12:56:02.975 27301 27355 V PushController: PushController.updatePushers() 11-24 12:56:02.976 27301 27355 V PushController: ..Running PushControllers: [] 11-24 12:56:02.976 27301 27355 V PushServiceManager: PushServiceManager.stop() 11-24 12:56:02.976 27301 27355 V PushServiceManager: ..PushService is not running 11-24 12:56:02.976 27301 27355 V BootCompleteManager: Disable BootCompleteReceiver 11-24 12:56:02.976 27301 27355 V PushController: PushController.updatePushers() 11-24 12:56:02.977 27301 27355 V PushController: ..Running PushControllers: [] 11-24 12:56:02.977 27301 27355 V PushServiceManager: PushServiceManager.stop() 11-24 12:56:02.977 27301 27355 V PushServiceManager: ..PushService is not running 11-24 12:56:02.977 27301 27355 V BootCompleteManager: Disable BootCompleteReceiver 11-24 12:56:02.978 27301 27355 V PushController: PushController.updatePushers() 11-24 12:56:02.978 27301 27352 W Adreno-AppProfiles: Could not find QSPM HAL service. Skipping adreno profile processing. 11-24 12:56:02.978 27301 27348 I MessagingController: Running command 'clearNotifications', seq = 0 (foreground priority) 11-24 12:56:02.978 27301 27348 V NotificationController: Removing some notifications for account 3492e590-4a04-4759-a4a6-4aa3d1354138 11-24 12:56:02.979 27301 27355 V PushController: ..Running PushControllers: [] 11-24 12:56:02.979 27301 27355 V PushServiceManager: PushServiceManager.stop() 11-24 12:56:02.979 27301 27355 V PushServiceManager: ..PushService is not running 11-24 12:56:02.979 27301 27355 V BootCompleteManager: Disable BootCompleteReceiver 11-24 12:56:02.981 27301 27355 V PushController: PushController.updatePushers() 11-24 12:56:02.982 27301 27345 I NotificationManager: com.fsck.k9: notify(47, null, Notification(channel=messages_channel_9207f9b1-307e-46ff-99a0-176c05056138_1690912860 shortcut=null contentView=null vibrate=null sound=null tick defaults=0x0 flags=0x0 color=0xff669900 category=email groupKey=newMailNotifications-2 actions=2 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0)) as user 11-24 12:56:02.982 27301 27355 V PushController: ..Running PushControllers: [] 11-24 12:56:02.983 27301 27355 V PushServiceManager: PushServiceManager.stop() 11-24 12:56:02.983 27301 27355 V PushServiceManager: ..PushService is not running 11-24 12:56:02.983 27301 27355 V BootCompleteManager: Disable BootCompleteReceiver 11-24 12:56:02.983 27301 27355 V PushController: PushController.updatePushers() 11-24 12:56:02.985 27301 27352 I AdrenoUtils: : Reading chip ID through GSL 11-24 12:56:02.985 27301 27355 V PushController: ..Running PushControllers: [] 11-24 12:56:02.986 27301 27345 I NotificationManager: com.fsck.k9: notify(46, null, Notification(channel=messages_channel_9207f9b1-307e-46ff-99a0-176c05056138_1690912860 shortcut=null contentView=null vibrate=null sound=null tick defaults=0x0 flags=0x0 color=0xff669900 category=email groupKey=newMailNotifications-2 actions=2 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0)) as user 11-24 12:56:02.986 27301 27355 V PushServiceManager: PushServiceManager.stop() 11-24 12:56:02.986 27301 27355 V PushServiceManager: ..PushService is not running 11-24 12:56:02.986 27301 27355 V BootCompleteManager: Disable BootCompleteReceiver 11-24 12:56:02.986 27301 27355 V PushController: PushController.updatePushers() 11-24 12:56:02.988 27301 27355 V PushController: ..Running PushControllers: [] 11-24 12:56:02.988 27301 27355 V PushServiceManager: PushServiceManager.stop() 11-24 12:56:02.988 27301 27355 V PushServiceManager: ..PushService is not running 11-24 12:56:02.989 27301 27355 V BootCompleteManager: Disable BootCompleteReceiver 11-24 12:56:02.991 27301 27301 D CompatibilityChangeReporter: Compat change id reported: 237531167; UID 10516; state: DISABLED 11-24 12:56:02.993 27301 27355 V PushController: PushController.updatePushers() 11-24 12:56:02.994 27301 27345 I NotificationManager: com.fsck.k9: notify(45, null, Notification(channel=messages_channel_9207f9b1-307e-46ff-99a0-176c05056138_1690912860 shortcut=null contentView=null vibrate=null sound=null tick defaults=0x0 flags=0x0 color=0xff669900 category=email groupKey=newMailNotifications-2 actions=2 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0)) as user 11-24 12:56:02.998 27301 27373 D CompatibilityChangeReporter: Compat change id reported: 194532703; UID 10516; state: ENABLED 11-24 12:56:02.998 27301 27373 D CompatibilityChangeReporter: Compat change id reported: 253665015; UID 10516; state: ENABLED 11-24 12:56:02.998 27301 27355 V PushController: ..Running PushControllers: [] 11-24 12:56:02.998 27301 27355 V PushServiceManager: PushServiceManager.stop() 11-24 12:56:02.998 27301 27355 V PushServiceManager: ..PushService is not running 11-24 12:56:02.998 27301 27355 V BootCompleteManager: Disable BootCompleteReceiver 11-24 12:56:02.998 27301 27345 I NotificationManager: com.fsck.k9: notify(44, null, Notification(channel=messages_channel_9207f9b1-307e-46ff-99a0-176c05056138_1690912860 shortcut=null contentView=null vibrate=null sound=null tick defaults=0x0 flags=0x0 color=0xff669900 category=email groupKey=newMailNotifications-2 actions=2 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0)) as user 11-24 12:56:02.999 27301 27355 D CompatibilityChangeReporter: Compat change id reported: 247079863; UID 10516; state: ENABLED 11-24 12:56:02.999 27301 27355 V PushController$updatePushEnabledListeners: ..Starting to listen for push enabled changes in account: 2df70efa-45e1-4326-9c28-725b0768d567 11-24 12:56:03.000 27301 27355 V PushController: PushController.updatePushers() 11-24 12:56:03.000 27301 27352 D NativeCustomFrequencyManager: [NativeCFMS] BpCustomFrequencyManager::BpCustomFrequencyManager() 11-24 12:56:03.000 27301 27345 I NotificationManager: com.fsck.k9: notify(43, null, Notification(channel=messages_channel_9207f9b1-307e-46ff-99a0-176c05056138_1690912860 shortcut=null contentView=null vibrate=null sound=null tick defaults=0x0 flags=0x0 color=0xff669900 category=email groupKey=newMailNotifications-2 actions=2 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0)) as user 11-24 12:56:03.003 27301 27355 V PushController: ..Running PushControllers: [] 11-24 12:56:03.003 27301 27355 V PushServiceManager: PushServiceManager.stop() 11-24 12:56:03.003 27301 27355 V PushServiceManager: ..PushService is not running 11-24 12:56:03.003 27301 27355 V BootCompleteManager: Disable BootCompleteReceiver 11-24 12:56:03.007 27301 27301 I InsetsController: onStateChanged: host=com.fsck.k9/com.fsck.k9.activity.MessageList, from=android.view.ViewRootImpl.setView:1797, state=InsetsState: {mDisplayFrame=Rect(0, 0 - 1080, 2316), mDisplayCutout=DisplayCutout{insets=Rect(0, 75 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(513, 0 - 567, 75), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080 displayHeight=2316 physicalDisplayWidth=1080 physicalDisplayHeight=2316 density={2.8125} cutoutSpec={M 0,0 H -9.466666666666667 V 26.66666666666667‬ H 9.466666666666667 V 0 H 0 Z @dp} rotation={0} scale={1.0} physicalPixelDisplaySizeRatio={1.0}}}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=8, center=Point(8, 8)}, RoundedCorner{position=TopRight, radius=8, center=Point(1072, 8)}, RoundedCorner{position=BottomRight, radius=8, center=Point(1072, 2308)}, RoundedCorner{position=BottomLeft, radius=8, center=Point(8, 2308)}]} mRoundedCornerFrame=Rect(0, 0 - 1080, 2316), mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(956, 0 - 1080, 75) rotation=0}, mDisplayShape=DisplayShape{ spec=-311912193 displayWidth=1440 displayHeight=3088 physicalPixelDisplaySizeRatio=1.0 rotation=0 offsetX=0 offsetY=0 scale=1.0}, mSources= { InsetsSource: {fd920000 mType=statusBars mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {fd920005 mType=mandatorySystemGestures mFrame=[0,0][1080,109] mVisible=true mFlags=[]}, InsetsSource: {fd920006 mType=tappableElement mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {3 mType=ime mFrame=[0,0][0,0] mVisible=false mFlags=[]}, InsetsSource: {27 mType=displayCutout mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {174a0001 mType=navigationBars mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0004 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags=[]}, InsetsSource: {174a0005 mType=mandatorySystemGestures mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0006 mType=tappableElement mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0024 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags=[]} } 11-24 12:56:03.007 27301 27301 I ViewRootImpl@ba62ae4[MessageList]: synced displayState. AttachInfo displayState=2 11-24 12:56:03.007 27301 27345 I NotificationManager: com.fsck.k9: notify(42, null, Notification(channel=messages_channel_9207f9b1-307e-46ff-99a0-176c05056138_1690912860 shortcut=null contentView=null vibrate=null sound=null tick defaults=0x0 flags=0x0 color=0xff669900 category=email groupKey=newMailNotifications-2 actions=2 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0)) as user 11-24 12:56:03.007 27301 27301 I ViewRootImpl@ba62ae4[MessageList]: setView = com.android.internal.policy.DecorView@f0968fe TM=true 11-24 12:56:03.007 27301 27301 I IDS_TAG : Starting IDS observe window 11-24 12:56:03.007 27301 27301 I IDS_TAG : Getting Shared Preference for app.k9mail.K9App@21f4f75 uid = 10516 11-24 12:56:03.008 27301 27301 I IDS_TAG : App app.k9mail.K9App@21f4f75 being boosted by IDS 11-24 12:56:03.008 27301 27301 I IDS_TAG : Closing IDS observe window 11-24 12:56:03.008 27301 27301 I IDS_TAG : Getting Shared Preference for app.k9mail.K9App@21f4f75 uid = 10516 11-24 12:56:03.009 27301 27301 D AnimatorSet: mReversing is false. Don't call initChildren. 11-24 12:56:03.012 27301 27345 V SummaryNotificationCreator: Creating inbox-style summary notification (silent=true): Notification(channel=messages_channel_9207f9b1-307e-46ff-99a0-176c05056138_1690912860 shortcut=null contentView=null vibrate=null sound=null tick defaults=0x0 flags=0x200 color=0xff669900 category=email groupKey=newMailNotifications-2 actions=1 vis=PRIVATE publicVersion=Notification(channel=messages_channel_9207f9b1-307e-46ff-99a0-176c05056138_1690912860 shortcut=null contentView=null vibrate=null sound=null defaults=0x0 flags=0x0 color=0xff669900 category=email vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0) semFlags=0x0 semPriority=0 semMissedCount=0) 11-24 12:56:03.012 27301 27345 I NotificationManager: com.fsck.k9: notify(41, null, Notification(channel=messages_channel_9207f9b1-307e-46ff-99a0-176c05056138_1690912860 shortcut=null contentView=null vibrate=null sound=null tick defaults=0x0 flags=0x200 color=0xff669900 category=email groupKey=newMailNotifications-2 actions=1 vis=PRIVATE publicVersion=Notification(channel=messages_channel_9207f9b1-307e-46ff-99a0-176c05056138_1690912860 shortcut=null contentView=null vibrate=null sound=null defaults=0x0 flags=0x0 color=0xff669900 category=email vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0) semFlags=0x0 semPriority=0 semMissedCount=0)) as user 11-24 12:56:03.021 27301 27348 I MessagingController: Command 'clearNotifications' completed 11-24 12:56:03.021 27301 27348 I MessagingController: Running command 'clearNotifications', seq = 1 (foreground priority) 11-24 12:56:03.021 27301 27348 V NotificationController: Removing some notifications for account 3492e590-4a04-4759-a4a6-4aa3d1354138 11-24 12:56:03.021 27301 27348 I MessagingController: Command 'clearNotifications' completed 11-24 12:56:03.056 27301 27301 I BufferQueueProducer: [](id:6aa500000000,api:0,p:-1812874035,c:27301) setDequeueTimeout:2077252342 11-24 12:56:03.056 27301 27301 I BLASTBufferQueue_Java: new BLASTBufferQueue, mName= ViewRootImpl@ba62ae4[MessageList] mNativeObject= 0xb400007493e8e500 sc.mNativeObject= 0xb400007493ee92c0 caller= android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3085 android.view.ViewRootImpl.relayoutWindow:10224 android.view.ViewRootImpl.performTraversals:4167 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 android.view.Choreographer$CallbackRecord.run:1690 android.view.Choreographer$CallbackRecord.run:1699 android.view.Choreographer.doCallbacks:1154 android.view.Choreographer.doFrame:1080 android.view.Choreographer$FrameDisplayEventReceiver.run:1647 11-24 12:56:03.056 27301 27301 I BLASTBufferQueue_Java: update, w= 1080 h= 2316 mName = ViewRootImpl@ba62ae4[MessageList] mNativeObject= 0xb400007493e8e500 sc.mNativeObject= 0xb400007493ee92c0 format= -1 caller= android.graphics.BLASTBufferQueue.:89 android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3085 android.view.ViewRootImpl.relayoutWindow:10224 android.view.ViewRootImpl.performTraversals:4167 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 11-24 12:56:03.057 27301 27301 I ViewRootImpl@ba62ae4[MessageList]: Relayout returned: old=(0,0,1080,2316) new=(0,0,1080,2316) relayoutAsync=false req=(1080,2316)0 dur=18 res=0x403 s={true 0xb4000074edce0800} ch=true seqId=0 11-24 12:56:03.057 27301 27301 I ViewRootImpl@ba62ae4[MessageList]: performConfigurationChange setNightDimText nightDimLevel=0 11-24 12:56:03.057 27301 27301 D ViewRootImpl@ba62ae4[MessageList]: mThreadedRenderer.initialize() mSurface={isValid=true 0xb4000074edce0800} hwInitialized=true 11-24 12:56:03.058 27301 27301 D ViewRootImpl@ba62ae4[MessageList]: reportNextDraw android.view.ViewRootImpl.performTraversals:4781 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 android.view.Choreographer$CallbackRecord.run:1690 android.view.Choreographer$CallbackRecord.run:1699 11-24 12:56:03.058 27301 27301 I ViewRootImpl@ba62ae4[MessageList]: Setup new sync=wmsSync-ViewRootImpl@ba62ae4[MessageList]#0 11-24 12:56:03.058 27301 27301 I ViewRootImpl@ba62ae4[MessageList]: Creating new active sync group ViewRootImpl@ba62ae4[MessageList]#1 11-24 12:56:03.058 27301 27301 I SurfaceSyncGroup: addLocalSync=ViewRootImpl@ba62ae4[MessageList]#1 to name=wmsSync-ViewRootImpl@ba62ae4[MessageList]#0, callers=android.window.SurfaceSyncGroup.add:431 android.window.SurfaceSyncGroup.add:392 android.window.SurfaceSyncGroup.add:340 android.view.ViewRootImpl.createSyncIfNeeded:4912 android.view.ViewRootImpl.performTraversals:4796 android.view.ViewRootImpl.doTraversal:3345 11-24 12:56:03.061 27301 27301 I ViewRootImpl@ba62ae4[MessageList]: registerCallbacksForSync syncBuffer=false 11-24 12:56:03.064 27301 27386 I ViewRootImpl@ba62ae4[MessageList]: Received frameDrawingCallback syncResult=0 frameNum=1. 11-24 12:56:03.065 27301 27386 I ViewRootImpl@ba62ae4[MessageList]: mWNT: t=0xb400007493f63480 mBlastBufferQueue=0xb400007493e8e500 fn= 1 mRenderHdrSdrRatio=1.0 caller= android.view.ViewRootImpl$8.onFrameDraw:13946 android.view.ThreadedRenderer$1.onFrameDraw:792 11-24 12:56:03.065 27301 27386 I ViewRootImpl@ba62ae4[MessageList]: Setting up sync and frameCommitCallback 11-24 12:56:03.072 27301 27352 I BLASTBufferQueue: [ViewRootImpl@ba62ae4[MessageList]#0](f:0,a:0,s:0) onFrameAvailable the first frame is available 11-24 12:56:03.073 27301 27352 I ViewRootImpl@ba62ae4[MessageList]: Received frameCommittedCallback lastAttemptedDrawFrameNum=1 didProduceBuffer=true 11-24 12:56:03.073 27301 27352 I SurfaceSyncGroup: onTransactionReady mName=wmsSync-ViewRootImpl@ba62ae4[MessageList]#0 callback=66173696 11-24 12:56:03.073 27301 27352 D OpenGLRenderer: CFMS:: SetUp Pid : 27301 Tid : 27352 11-24 12:56:03.073 27301 27301 I ViewRootImpl@ba62ae4[MessageList]: reportDrawFinished seqId=0 11-24 12:56:03.074 27301 27352 D OpenGLRenderer: HWUI - treat SMPTE_170M as sRGB 11-24 12:56:03.075 27301 27380 D ConnectivityManager: StackLog: [android.net.ConnectivityManager.sendRequestForNetwork(ConnectivityManager.java:4402)] [android.net.ConnectivityManager.registerDefaultNetworkCallbackForUid(ConnectivityManager.java:4966)] [android.net.ConnectivityManager.registerDefaultNetworkCallback(ConnectivityManager.java:4933)] [android.net.ConnectivityManager.registerDefaultNetworkCallback(ConnectivityManager.java:4907)] [androidx.work.impl.utils.NetworkApi24$$ExternalSyntheticApiModelOutline0.m(R8$$SyntheticClass:0)] [androidx.work.impl.utils.NetworkApi24.registerDefaultNetworkCallbackCompat(NetworkApi24.kt:28)] [androidx.work.impl.constraints.trackers.NetworkStateTracker24.startTracking(NetworkStateTracker.kt:138)] [androidx.work.impl.constraints.trackers.ConstraintTracker.addListener(ConstraintTracker.kt:56)] [androidx.work.impl.constraints.controllers.ConstraintController$track$1.invokeSuspend(ContraintControllers.kt:54)] [androidx.work.impl.constraints.controllers.ConstraintController$track$1.invoke(ContraintControllers.kt:0)] [androidx.work.impl.constraints.controllers.ConstraintController$track$1.invoke(ContraintControllers.kt:0)] [kotlinx.coroutines.flow.ChannelFlowBuilder.collectTo$suspendImpl(Builders.kt:316)] [kotlinx.coroutines.flow.ChannelFlowBuilder.collectTo(Builders.kt:0)] [kotlinx.coroutines.flow.CallbackFlowBuilder.collectTo(Builders.kt:330)] [kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56)] [kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)] [kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:101)] [androidx.work.impl.utils.SerialExecutorImpl$Task.run(SerialExecutorImpl.java:96)] [java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)] [java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)] [java.lang.Thread.run(Thread.java:1012)] 11-24 12:56:03.079 27301 27301 I InputMethodManager: invalidateInput 11-24 12:56:03.080 27301 27301 I InputMethodManager: invalidateInput 11-24 12:56:03.080 27301 27301 I InputMethodManager: invalidateInput 11-24 12:56:03.081 27301 27301 I InputMethodManager: invalidateInput 11-24 12:56:03.081 27301 27301 I ImeTracker: com.fsck.k9:835f38b9: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT 11-24 12:56:03.082 27301 27301 I InputMethodManager_LC: hsifw() - flag : 0 11-24 12:56:03.082 27301 27301 I ImeTracker: com.fsck.k9:835f38b9: onFailed at PHASE_CLIENT_VIEW_SERVED 11-24 12:56:03.082 27301 27301 I InputMethodManager_LC: hsifw() ignored windowToken=null servedView=null mDisplayId=0 11-24 12:56:03.083 27301 27301 D AutofillManager: view not autofillable - not passing ime action check 11-24 12:56:03.090 27301 27380 D CompatibilityChangeReporter: Compat change id reported: 263076149; UID 10516; state: ENABLED 11-24 12:56:03.092 27301 27301 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=navigationBars, host=com.fsck.k9/com.fsck.k9.activity.MessageList 11-24 12:56:03.092 27301 27301 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=statusBars, host=com.fsck.k9/com.fsck.k9.activity.MessageList 11-24 12:56:03.101 27301 27301 I ViewRootImpl@ba62ae4[MessageList]: handleWindowFocusChanged: 1 0 call from android.view.ViewRootImpl.-$$Nest$mhandleWindowFocusChanged:0 11-24 12:56:03.101 27301 27301 D ViewRootImpl@ba62ae4[MessageList]: mThreadedRenderer.initializeIfNeeded()#2 mSurface={isValid=true 0xb4000074edce0800} 11-24 12:56:03.102 27301 27301 D InputMethodManagerUtils: startInputInner - Id : 0 11-24 12:56:03.102 27301 27301 I InputMethodManager: startInputInner - IInputMethodManagerGlobalInvoker.startInputOrWindowGainedFocus 11-24 12:56:03.108 27301 27408 D MailSyncWorker: Executing periodic mail sync for account 9207f9b1-307e-46ff-99a0-176c05056138 11-24 12:56:03.109 27301 27348 I MessagingController: Running command 'checkMail', seq = 2 (background priority) 11-24 12:56:03.110 27301 27348 I MessagingController: Starting mail check 11-24 12:56:03.110 27301 27348 I MessagingController: Synchronizing account 9207f9b1-307e-46ff-99a0-176c05056138 11-24 12:56:03.110 27301 27348 D MessagingController: Last folder list refresh @ Sun Nov 24 12:40:52 GMT 2024. Not refreshing now. 11-24 12:56:03.110 27301 27348 I MessagingController: Command 'checkMail' completed 11-24 12:56:03.110 27301 27348 I MessagingController: Running command 'sendPendingMessages', seq = 3 (background priority) 11-24 12:56:03.110 27301 27348 I MessagingController: Command 'sendPendingMessages' completed 11-24 12:56:03.110 27301 27348 I MessagingController: Running command 'syncINBOX', seq = 4 (background priority) 11-24 12:56:03.110 27301 27348 V MessagingController: Folder INBOX was last synced @ Sun Nov 24 12:40:53 GMT 2024 11-24 12:56:03.110 27301 27348 D MessagingController: Last folder list refresh @ Sun Nov 24 12:40:52 GMT 2024. Not refreshing now. 11-24 12:56:03.112 27301 27409 D MailSyncWorker: Executing periodic mail sync for account efdcab86-4d5f-426d-92e8-cb9e2151f0cb 11-24 12:56:03.112 27301 27348 I Pop3Sync: Synchronizing folder Automated:INBOX 11-24 12:56:03.112 27301 27348 D Pop3Sync: SYNC: About to process pending commands for account Automated 11-24 12:56:03.112 27301 27348 V Pop3Sync: SYNC: About to get local folder INBOX 11-24 12:56:03.115 27301 27301 D InputMethodManagerUtils: startInputInner - Id : 0 11-24 12:56:03.116 27301 27407 D MailSyncWorker: Executing periodic mail sync for account 5bf73c30-e12c-4b87-bd1f-289fadc142be 11-24 12:56:03.116 27301 27409 V MessagingController: performPeriodicMailSync(efdcab86-4d5f-426d-92e8-cb9e2151f0cb) about to await latch release 11-24 12:56:03.116 27301 27407 V MessagingController: performPeriodicMailSync(5bf73c30-e12c-4b87-bd1f-289fadc142be) about to await latch release 11-24 12:56:03.116 27301 27408 V MessagingController: performPeriodicMailSync(9207f9b1-307e-46ff-99a0-176c05056138) about to await latch release 11-24 12:56:03.116 27301 27406 D MailSyncWorker: Executing periodic mail sync for account 3492e590-4a04-4759-a4a6-4aa3d1354138 11-24 12:56:03.117 27301 27406 V MessagingController: performPeriodicMailSync(3492e590-4a04-4759-a4a6-4aa3d1354138) about to await latch release 11-24 12:56:03.118 27301 27348 V Pop3Sync: SYNC: About to get remote folder INBOX 11-24 12:56:03.118 27301 27348 V Pop3Sync: SYNC: About to open remote folder INBOX 11-24 12:56:03.122 27301 27348 D Pop3Connection: Connecting to mail.kingqueen.org.uk as mail.kingqueen.org.uk/91.207.50.30 11-24 12:56:03.122 27301 27348 W System.err: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". 11-24 12:56:03.122 27301 27348 W System.err: SLF4J: Defaulting to no-operation (NOP) logger implementation 11-24 12:56:03.122 27301 27348 W System.err: SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. 11-24 12:56:03.124 27301 27348 D TrafficStats: tagSocket(146) with statsTag=0xffffffff, statsUid=-1 11-24 12:56:03.125 27301 27301 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=false, type=ime, host=com.fsck.k9/com.fsck.k9.activity.MessageList 11-24 12:56:03.278 27301 27348 D Pop3Connection: <<< +OK Dovecot ready. 11-24 12:56:03.278 27301 27348 D Pop3Connection: >>> CAPA 11-24 12:56:03.326 27301 27348 D Pop3Connection: <<< +OK 11-24 12:56:03.326 27301 27348 D Pop3Connection: <<< CAPA 11-24 12:56:03.326 27301 27348 D Pop3Connection: <<< TOP 11-24 12:56:03.326 27301 27348 D Pop3Connection: <<< UIDL 11-24 12:56:03.326 27301 27348 D Pop3Connection: <<< RESP-CODES 11-24 12:56:03.326 27301 27348 D Pop3Connection: <<< PIPELINING 11-24 12:56:03.326 27301 27348 D Pop3Connection: <<< AUTH-RESP-CODE 11-24 12:56:03.326 27301 27348 D Pop3Connection: <<< USER 11-24 12:56:03.326 27301 27348 D Pop3Connection: <<< SASL PLAIN LOGIN 11-24 12:56:03.326 27301 27348 D Pop3Connection: <<< . 11-24 12:56:03.326 27301 27348 D Pop3Connection: >>> AUTH PLAIN 11-24 12:56:03.358 27301 27348 D Pop3Connection: <<< + 11-24 12:56:03.358 27301 27348 D Pop3Connection: >>> [Command Hidden, Enable Sensitive Debug Logging To Show] 11-24 12:56:03.422 27301 27348 D Pop3Connection: <<< +OK Logged in. 11-24 12:56:03.422 27301 27348 D Pop3Connection: >>> STAT 11-24 12:56:03.455 27301 27348 D Pop3Connection: <<< +OK 38 1289664 11-24 12:56:03.456 27301 27348 V Pop3Sync: SYNC: Remote message count for folder INBOX is 38 11-24 12:56:03.456 27301 27348 V Pop3Sync: SYNC: About to get messages 1 through 38 for folder INBOX 11-24 12:56:03.456 27301 27348 D Pop3Connection: >>> UIDL 11-24 12:56:03.493 27301 27348 D Pop3Connection: <<< +OK 11-24 12:56:03.493 27301 27348 D Pop3Connection: <<< 1 UID19501-1517194985 11-24 12:56:03.493 27301 27348 D Pop3Folder: Adding index for UID UID19501-1517194985 to msgNum 1 11-24 12:56:03.493 27301 27348 D Pop3Connection: <<< 2 UID19502-1517194985 11-24 12:56:03.493 27301 27348 D Pop3Folder: Adding index for UID UID19502-1517194985 to msgNum 2 11-24 12:56:03.493 27301 27348 D Pop3Connection: <<< 3 UID19503-1517194985 11-24 12:56:03.493 27301 27348 D Pop3Folder: Adding index for UID UID19503-1517194985 to msgNum 3 11-24 12:56:03.493 27301 27348 D Pop3Connection: <<< 4 UID19504-1517194985 11-24 12:56:03.493 27301 27348 D Pop3Folder: Adding index for UID UID19504-1517194985 to msgNum 4 11-24 12:56:03.493 27301 27348 D Pop3Connection: <<< 5 UID19505-1517194985 11-24 12:56:03.493 27301 27348 D Pop3Folder: Adding index for UID UID19505-1517194985 to msgNum 5 11-24 12:56:03.493 27301 27348 D Pop3Connection: <<< 6 UID19506-1517194985 11-24 12:56:03.493 27301 27348 D Pop3Folder: Adding index for UID UID19506-1517194985 to msgNum 6 11-24 12:56:03.493 27301 27348 D Pop3Connection: <<< 7 UID19507-1517194985 11-24 12:56:03.493 27301 27348 D Pop3Folder: Adding index for UID UID19507-1517194985 to msgNum 7 11-24 12:56:03.493 27301 27348 D Pop3Connection: <<< 8 UID19508-1517194985 11-24 12:56:03.493 27301 27348 D Pop3Folder: Adding index for UID UID19508-1517194985 to msgNum 8 11-24 12:56:03.493 27301 27348 D Pop3Connection: <<< 9 UID19509-1517194985 11-24 12:56:03.493 27301 27348 D Pop3Folder: Adding index for UID UID19509-1517194985 to msgNum 9 11-24 12:56:03.493 27301 27348 D Pop3Connection: <<< 10 UID19510-1517194985 11-24 12:56:03.493 27301 27348 D Pop3Folder: Adding index for UID UID19510-1517194985 to msgNum 10 11-24 12:56:03.493 27301 27348 D Pop3Connection: <<< 11 UID19511-1517194985 11-24 12:56:03.493 27301 27348 D Pop3Folder: Adding index for UID UID19511-1517194985 to msgNum 11 11-24 12:56:03.493 27301 27348 D Pop3Connection: <<< 12 UID19512-1517194985 11-24 12:56:03.493 27301 27348 D Pop3Folder: Adding index for UID UID19512-1517194985 to msgNum 12 11-24 12:56:03.493 27301 27348 D Pop3Connection: <<< 13 UID19513-1517194985 11-24 12:56:03.493 27301 27348 D Pop3Folder: Adding index for UID UID19513-1517194985 to msgNum 13 11-24 12:56:03.493 27301 27348 D Pop3Connection: <<< 14 UID19514-1517194985 11-24 12:56:03.494 27301 27348 D Pop3Folder: Adding index for UID UID19514-1517194985 to msgNum 14 11-24 12:56:03.494 27301 27348 D Pop3Connection: <<< 15 UID19515-1517194985 11-24 12:56:03.494 27301 27348 D Pop3Folder: Adding index for UID UID19515-1517194985 to msgNum 15 11-24 12:56:03.494 27301 27348 D Pop3Connection: <<< 16 UID19516-1517194985 11-24 12:56:03.494 27301 27348 D Pop3Folder: Adding index for UID UID19516-1517194985 to msgNum 16 11-24 12:56:03.494 27301 27348 D Pop3Connection: <<< 17 UID19517-1517194985 11-24 12:56:03.494 27301 27348 D Pop3Folder: Adding index for UID UID19517-1517194985 to msgNum 17 11-24 12:56:03.494 27301 27348 D Pop3Connection: <<< 18 UID19518-1517194985 11-24 12:56:03.494 27301 27348 D Pop3Folder: Adding index for UID UID19518-1517194985 to msgNum 18 11-24 12:56:03.494 27301 27348 D Pop3Connection: <<< 19 UID19519-1517194985 11-24 12:56:03.494 27301 27348 D Pop3Folder: Adding index for UID UID19519-1517194985 to msgNum 19 11-24 12:56:03.494 27301 27348 D Pop3Connection: <<< 20 UID19520-1517194985 11-24 12:56:03.494 27301 27348 D Pop3Folder: Adding index for UID UID19520-1517194985 to msgNum 20 11-24 12:56:03.494 27301 27348 D Pop3Connection: <<< 21 UID19521-1517194985 11-24 12:56:03.494 27301 27348 D Pop3Folder: Adding index for UID UID19521-1517194985 to msgNum 21 11-24 12:56:03.494 27301 27348 D Pop3Connection: <<< 22 UID19522-1517194985 11-24 12:56:03.494 27301 27348 D Pop3Folder: Adding index for UID UID19522-1517194985 to msgNum 22 11-24 12:56:03.494 27301 27348 D Pop3Connection: <<< 23 UID19523-1517194985 11-24 12:56:03.495 27301 27348 D Pop3Folder: Adding index for UID UID19523-1517194985 to msgNum 23 11-24 12:56:03.495 27301 27348 D Pop3Connection: <<< 24 UID19524-1517194985 11-24 12:56:03.495 27301 27348 D Pop3Folder: Adding index for UID UID19524-1517194985 to msgNum 24 11-24 12:56:03.495 27301 27348 D Pop3Connection: <<< 25 UID19525-1517194985 11-24 12:56:03.495 27301 27348 D Pop3Folder: Adding index for UID UID19525-1517194985 to msgNum 25 11-24 12:56:03.495 27301 27348 D Pop3Connection: <<< 26 UID19526-1517194985 11-24 12:56:03.495 27301 27348 D Pop3Folder: Adding index for UID UID19526-1517194985 to msgNum 26 11-24 12:56:03.495 27301 27348 D Pop3Connection: <<< 27 UID19527-1517194985 11-24 12:56:03.495 27301 27348 D Pop3Folder: Adding index for UID UID19527-1517194985 to msgNum 27 11-24 12:56:03.495 27301 27348 D Pop3Connection: <<< 28 UID19528-1517194985 11-24 12:56:03.495 27301 27348 D Pop3Folder: Adding index for UID UID19528-1517194985 to msgNum 28 11-24 12:56:03.495 27301 27348 D Pop3Connection: <<< 29 UID19529-1517194985 11-24 12:56:03.495 27301 27348 D Pop3Folder: Adding index for UID UID19529-1517194985 to msgNum 29 11-24 12:56:03.495 27301 27348 D Pop3Connection: <<< 30 UID19530-1517194985 11-24 12:56:03.495 27301 27348 D Pop3Folder: Adding index for UID UID19530-1517194985 to msgNum 30 11-24 12:56:03.495 27301 27348 D Pop3Connection: <<< 31 UID19531-1517194985 11-24 12:56:03.495 27301 27348 D Pop3Folder: Adding index for UID UID19531-1517194985 to msgNum 31 11-24 12:56:03.495 27301 27348 D Pop3Connection: <<< 32 UID19532-1517194985 11-24 12:56:03.496 27301 27348 D Pop3Folder: Adding index for UID UID19532-1517194985 to msgNum 32 11-24 12:56:03.496 27301 27348 D Pop3Connection: <<< 33 UID19533-1517194985 11-24 12:56:03.496 27301 27348 D Pop3Folder: Adding index for UID UID19533-1517194985 to msgNum 33 11-24 12:56:03.496 27301 27348 D Pop3Connection: <<< 34 UID19534-1517194985 11-24 12:56:03.496 27301 27348 D Pop3Folder: Adding index for UID UID19534-1517194985 to msgNum 34 11-24 12:56:03.496 27301 27348 D Pop3Connection: <<< 35 UID19535-1517194985 11-24 12:56:03.496 27301 27348 D Pop3Folder: Adding index for UID UID19535-1517194985 to msgNum 35 11-24 12:56:03.496 27301 27348 D Pop3Connection: <<< 36 UID19536-1517194985 11-24 12:56:03.496 27301 27348 D Pop3Folder: Adding index for UID UID19536-1517194985 to msgNum 36 11-24 12:56:03.496 27301 27348 D Pop3Connection: <<< 37 UID19537-1517194985 11-24 12:56:03.496 27301 27348 D Pop3Folder: Adding index for UID UID19537-1517194985 to msgNum 37 11-24 12:56:03.496 27301 27348 D Pop3Connection: <<< 38 UID19538-1517194985 11-24 12:56:03.496 27301 27348 D Pop3Folder: Adding index for UID UID19538-1517194985 to msgNum 38 11-24 12:56:03.496 27301 27348 D Pop3Connection: <<< . 11-24 12:56:03.501 27301 27348 V Pop3Sync: SYNC: Got 38 messages for folder INBOX 11-24 12:56:03.501 27301 27348 V Pop3Sync: Message with uid UID19501-1517194985 is present in the local store 11-24 12:56:03.502 27301 27348 V Pop3Sync: Message with uid UID19502-1517194985 is present in the local store 11-24 12:56:03.502 27301 27348 V Pop3Sync: Message with uid UID19503-1517194985 is present in the local store 11-24 12:56:03.502 27301 27348 V Pop3Sync: Message with uid UID19504-1517194985 is present in the local store 11-24 12:56:03.502 27301 27348 V Pop3Sync: Message with uid UID19505-1517194985 is present in the local store 11-24 12:56:03.502 27301 27348 V Pop3Sync: Message with uid UID19506-1517194985 is present in the local store 11-24 12:56:03.502 27301 27348 V Pop3Sync: Message with uid UID19507-1517194985 is present in the local store 11-24 12:56:03.503 27301 27348 V Pop3Sync: Message with uid UID19508-1517194985 is present in the local store 11-24 12:56:03.503 27301 27348 V Pop3Sync: Message with uid UID19509-1517194985 is present in the local store 11-24 12:56:03.503 27301 27348 V Pop3Sync: Message with uid UID19510-1517194985 is present in the local store 11-24 12:56:03.503 27301 27348 V Pop3Sync: Message with uid UID19511-1517194985 is present in the local store 11-24 12:56:03.503 27301 27348 V Pop3Sync: Message with uid UID19512-1517194985 is present in the local store 11-24 12:56:03.503 27301 27348 V Pop3Sync: Message with uid UID19513-1517194985 is present in the local store 11-24 12:56:03.504 27301 27348 V Pop3Sync: Message with uid UID19514-1517194985 is present in the local store 11-24 12:56:03.504 27301 27348 V Pop3Sync: Message with uid UID19515-1517194985 is present in the local store 11-24 12:56:03.504 27301 27348 V Pop3Sync: Message with uid UID19516-1517194985 is present in the local store 11-24 12:56:03.504 27301 27348 V Pop3Sync: Message with uid UID19517-1517194985 is present in the local store 11-24 12:56:03.504 27301 27348 V Pop3Sync: Message with uid UID19518-1517194985 is present in the local store 11-24 12:56:03.504 27301 27348 V Pop3Sync: Message with uid UID19519-1517194985 is present in the local store 11-24 12:56:03.505 27301 27348 V Pop3Sync: Message with uid UID19520-1517194985 is present in the local store 11-24 12:56:03.505 27301 27348 V Pop3Sync: Message with uid UID19521-1517194985 is present in the local store 11-24 12:56:03.505 27301 27348 V Pop3Sync: Message with uid UID19522-1517194985 is present in the local store 11-24 12:56:03.505 27301 27348 V Pop3Sync: Message with uid UID19523-1517194985 is present in the local store 11-24 12:56:03.505 27301 27348 V Pop3Sync: Message with uid UID19524-1517194985 is present in the local store 11-24 12:56:03.505 27301 27348 V Pop3Sync: Message with uid UID19525-1517194985 is present in the local store 11-24 12:56:03.506 27301 27348 V Pop3Sync: Message with uid UID19526-1517194985 is present in the local store 11-24 12:56:03.506 27301 27348 V Pop3Sync: Message with uid UID19527-1517194985 is present in the local store 11-24 12:56:03.506 27301 27348 V Pop3Sync: Message with uid UID19528-1517194985 is present in the local store 11-24 12:56:03.506 27301 27348 V Pop3Sync: Message with uid UID19529-1517194985 is present in the local store 11-24 12:56:03.506 27301 27348 V Pop3Sync: Message with uid UID19530-1517194985 is present in the local store 11-24 12:56:03.506 27301 27348 V Pop3Sync: Message with uid UID19531-1517194985 is present in the local store 11-24 12:56:03.507 27301 27348 V Pop3Sync: Message with uid UID19532-1517194985 is present in the local store 11-24 12:56:03.507 27301 27348 V Pop3Sync: Message with uid UID19533-1517194985 is present in the local store 11-24 12:56:03.507 27301 27348 V Pop3Sync: Message with uid UID19534-1517194985 is present in the local store 11-24 12:56:03.507 27301 27348 V Pop3Sync: Message with uid UID19535-1517194985 is present in the local store 11-24 12:56:03.507 27301 27348 V Pop3Sync: Message with uid UID19536-1517194985 is present in the local store 11-24 12:56:03.507 27301 27348 V Pop3Sync: Message with uid UID19537-1517194985 is present in the local store 11-24 12:56:03.507 27301 27348 V Pop3Sync: Message with uid UID19538-1517194985 is present in the local store 11-24 12:56:03.508 27301 27348 D Pop3Sync: SYNC: Have 0 unsynced messages 11-24 12:56:03.508 27301 27348 D Pop3Sync: SYNC: Have 0 large messages and 0 small messages out of 0 unsynced messages 11-24 12:56:03.508 27301 27348 D Pop3Sync: SYNC: Fetching 0 small messages for folder INBOX 11-24 12:56:03.508 27301 27348 D Pop3Sync: SYNC: Done fetching small messages for folder INBOX 11-24 12:56:03.508 27301 27348 D Pop3Sync: SYNC: Fetching large messages for folder INBOX 11-24 12:56:03.508 27301 27348 D Pop3Sync: SYNC: Done fetching large messages for folder INBOX 11-24 12:56:03.508 27301 27348 D Pop3Sync: SYNC: Synced remote messages for folder INBOX, 0 new messages 11-24 12:56:03.515 27301 27348 D Pop3Sync: Done synchronizing folder Automated:INBOX @ Sun Nov 24 12:56:03 GMT 2024 with 0 new messages 11-24 12:56:03.515 27301 27348 I Pop3Sync: Done synchronizing folder Automated:INBOX 11-24 12:56:03.515 27301 27348 D Pop3Connection: >>> QUIT 11-24 12:56:03.550 27301 27348 D Pop3Connection: <<< +OK Logging out. 11-24 12:56:03.551 27301 27348 I MessagingController: Command 'syncINBOX' completed 11-24 12:56:03.551 27301 27348 I MessagingController: Running command 'clear notification flag for 9207f9b1-307e-46ff-99a0-176c05056138', seq = 5 (background priority) 11-24 12:56:03.551 27301 27348 V MessagingController: Clearing notification flag for 9207f9b1-307e-46ff-99a0-176c05056138 11-24 12:56:03.552 27301 27348 I MessagingController: Command 'clear notification flag for 9207f9b1-307e-46ff-99a0-176c05056138' completed 11-24 12:56:03.552 27301 27348 I MessagingController: Running command 'finalize sync', seq = 6 (background priority) 11-24 12:56:03.552 27301 27348 I MessagingController: Finished mail sync 11-24 12:56:03.552 27301 27408 V MessagingController: performPeriodicMailSync(9207f9b1-307e-46ff-99a0-176c05056138) got latch release 11-24 12:56:03.552 27301 27408 V MessagingController: Account 9207f9b1-307e-46ff-99a0-176c05056138 successfully synced @ Sun Nov 24 12:56:03 GMT 2024 11-24 12:56:03.553 27301 27408 I K9StorageEditor: Committing preference changes 11-24 12:56:03.553 27301 27348 I MessagingController: Command 'finalize sync' completed 11-24 12:56:03.553 27301 27348 I MessagingController: Running command 'checkMail', seq = 7 (background priority) 11-24 12:56:03.553 27301 27348 I MessagingController: Starting mail check 11-24 12:56:03.553 27301 27348 I MessagingController: Synchronizing account efdcab86-4d5f-426d-92e8-cb9e2151f0cb 11-24 12:56:03.553 27301 27348 D MessagingController: Last folder list refresh @ Sun Nov 24 12:40:52 GMT 2024. Not refreshing now. 11-24 12:56:03.553 27301 27348 I MessagingController: Command 'checkMail' completed 11-24 12:56:03.553 27301 27348 I MessagingController: Running command 'checkMail', seq = 8 (background priority) 11-24 12:56:03.553 27301 27348 I MessagingController: Starting mail check 11-24 12:56:03.553 27301 27348 I MessagingController: Synchronizing account 5bf73c30-e12c-4b87-bd1f-289fadc142be 11-24 12:56:03.554 27301 27348 D MessagingController: Last folder list refresh @ Sun Nov 24 12:40:57 GMT 2024. Not refreshing now. 11-24 12:56:03.554 27301 27348 I MessagingController: Command 'checkMail' completed 11-24 12:56:03.554 27301 27348 I MessagingController: Running command 'checkMail', seq = 9 (background priority) 11-24 12:56:03.554 27301 27348 I MessagingController: Starting mail check 11-24 12:56:03.554 27301 27348 I MessagingController: Synchronizing account 3492e590-4a04-4759-a4a6-4aa3d1354138 11-24 12:56:03.554 27301 27348 D MessagingController: Last folder list refresh @ Sun Nov 24 12:25:50 GMT 2024. Refreshing now… 11-24 12:56:03.554 27301 27348 D MessagingController: Folder list successfully refreshed @ Sun Nov 24 12:56:03 GMT 2024 11-24 12:56:03.559 27301 27408 I K9StorageEditor: Preferences commit took 6 ms 11-24 12:56:03.559 27301 27408 D MailSyncWorker: Executing periodic mail sync for account 2b0c6b05-ea28-4ec1-9b59-48c87e57d922 11-24 12:56:03.559 27301 27355 V PushController: PushController.updatePushers() 11-24 12:56:03.560 27301 27354 I WM-WorkerWrapper: Worker result SUCCESS for Work [ id=70eb8401-7640-4a68-9538-aa8b7dc7bf56, tags={ com.fsck.k9.job.MailSyncWorker, MailSync } ] 11-24 12:56:03.561 27301 27355 V PushController: ..Running PushControllers: [] 11-24 12:56:03.561 27301 27355 V PushServiceManager: PushServiceManager.stop() 11-24 12:56:03.561 27301 27355 V PushServiceManager: ..PushService is not running 11-24 12:56:03.561 27301 27355 V BootCompleteManager: Disable BootCompleteReceiver 11-24 12:56:03.562 27301 27348 I K9StorageEditor: Committing preference changes 11-24 12:56:03.563 27301 27301 I InputMethodManager: invalidateInput 11-24 12:56:03.563 27301 27301 I InputMethodManager: invalidateInput 11-24 12:56:03.563 27301 27301 I InputMethodManager: invalidateInput 11-24 12:56:03.570 27301 27301 D ConnectivityManager: StackLog: [android.net.ConnectivityManager.sendRequestForNetwork(ConnectivityManager.java:4402)] [android.net.ConnectivityManager.registerDefaultNetworkCallbackForUid(ConnectivityManager.java:4966)] [android.net.ConnectivityManager.registerDefaultNetworkCallback(ConnectivityManager.java:4933)] [android.net.ConnectivityManager.registerDefaultNetworkCallback(ConnectivityManager.java:4907)] [androidx.work.impl.utils.NetworkApi24$$ExternalSyntheticApiModelOutline0.m(R8$$SyntheticClass:0)] [com.bumptech.glide.manager.SingletonConnectivityReceiver$FrameworkConnectivityMonitorPostApi24.register(SingletonConnectivityReceiver.java:191)] [com.bumptech.glide.manager.SingletonConnectivityReceiver.maybeRegisterReceiver(SingletonConnectivityReceiver.java:113)] [com.bumptech.glide.manager.SingletonConnectivityReceiver.register(SingletonConnectivityReceiver.java:94)] [com.bumptech.glide.manager.DefaultConnectivityMonitor.register(DefaultConnectivityMonitor.java:25)] [com.bumptech.glide.manager.DefaultConnectivityMonitor.onStart(DefaultConnectivityMonitor.java:34)] [com.bumptech.glide.manager.LifecycleLifecycle.addListener(LifecycleLifecycle.java:54)] [com.bumptech.glide.RequestManager.(RequestManager.java:147)] [com.bumptech.glide.RequestManager.(RequestManager.java:105)] [com.fsck.k9.glide.GlideRequests.(GlideRequests.java:32)] [com.bumptech.glide.GeneratedRequestManagerFactory.build(GeneratedRequestManagerFactory.java:18)] [com.bumptech.glide.manager.LifecycleRequestManagerRetriever.getOrCreate(LifecycleRequestManagerRetriever.java:43)] [com.bumptech.glide.manager.RequestManagerRetriever.get(RequestManagerRetriever.java:114)] [com.bumptech.glide.manager.RequestManagerRetriever.get(RequestManagerRetriever.java:92)] [com.bumptech.glide.Glide.with(Glide.java:545)] [com.fsck.k9.contacts.ContactPictureLoader.setContactPicture(ContactPictureLoader.kt:25)] [com.fsck.k9.ui.messagelist.MessageListAdapter.setContactPicture(MessageListAdapter.kt:485)] [com.fsck.k9.ui.messagelist.MessageListAdapter.bindMessageViewHolder(MessageListAdapter.kt:403)] [com.fsck.k9.ui.messagelist.MessageListAdapter.onBindViewHolder(MessageListAdapter.kt:353)] [com.fsck.k9.ui.messagelist.MessageListAdapter.onBindViewHolder(MessageListAdapter.kt:46)] [androidx.recyclerview.widget.RecyclerView$Adapter.onBindViewHolder(RecyclerView.java:7747)] [androidx.recyclerview.widget.RecyclerView$Adapter.bindViewHolder(RecyclerView.java:7847)] [androidx.recyclerview.widget.RecyclerView$Recycler.tryBindViewHolderByDeadline(RecyclerView.java:6646)] [androidx.recyclerview.widget.RecyclerView$Recycler.tryGetViewHolderForPositionByDeadline(RecyclerView.java:6917)] [androidx.recyclerview.widget.RecyclerView$Recycler.getViewForPosition(RecyclerView.java:6757)] [androidx.recyclerview.widget.RecyclerView$Recycler.getViewForPosition(RecyclerView.java:6753)] [app.k9mail.ui.utils.linearlayoutmanager.LinearLayoutManager$LayoutState.next(LinearLayoutManager.java:2374)] [app.k9mail.ui.utils.linearlayoutmanager.LinearLayoutManager.layoutChunk(LinearLayoutManager.java:1682)] [app.k9mail.ui.utils.linearlayoutmanager.LinearLayoutManager.fill(LinearLayoutManager.java:1645)] [app.k9mail.ui.utils.linearlayoutmanager.LinearLayoutManager.onLayoutChildren(LinearLayoutManager.java:672)] [androidx.recyclerview.widget.RecyclerView.dispatchLayoutStep2(RecyclerView.java:4645)] [androidx.recyclerview.widget.RecyclerView.dispatchLayout(RecyclerView.java:4348)] [androidx.recyclerview.widget.RecyclerView.onLayout(RecyclerView.java:4919)] [android.view.View.layout(View.java:25788)] [android.view.ViewGroup.layout(ViewGroup.java:6874)] [androidx.swiperefreshlayout.widget.SwipeRefreshLayout.onLayout(SwipeRefreshLayout.java:689)] [android.view.View.layout(View.java:25788)] [android.view.ViewGroup.layout(ViewGroup.java:6874)] [androidx.coordinatorlayout.widget.CoordinatorLayout.layoutChild(CoordinatorLayout.java:1248)] [androidx.coordinatorlayout.widget.CoordinatorLayout.onLayoutChild(CoordinatorLayout.java:934)] [androidx.coordinatorlayout.widget.Coordin 11-24 12:56:03.604 27301 27348 I K9StorageEditor: Preferences commit took 42 ms 11-24 12:56:03.604 27301 27355 V PushController: PushController.updatePushers() 11-24 12:56:03.604 27301 27348 I MessagingController: Command 'checkMail' completed 11-24 12:56:03.604 27301 27348 I MessagingController: Running command 'sendPendingMessages', seq = 10 (background priority) 11-24 12:56:03.604 27301 27348 I MessagingController: Command 'sendPendingMessages' completed 11-24 12:56:03.604 27301 27348 I MessagingController: Running command 'syncINBOX', seq = 11 (background priority) 11-24 12:56:03.604 27301 27348 V MessagingController: Folder INBOX was last synced @ Sun Nov 24 12:40:53 GMT 2024 11-24 12:56:03.605 27301 27348 D MessagingController: Last folder list refresh @ Sun Nov 24 12:40:52 GMT 2024. Not refreshing now. 11-24 12:56:03.606 27301 27355 V PushController: ..Running PushControllers: [] 11-24 12:56:03.606 27301 27355 V PushServiceManager: PushServiceManager.stop() 11-24 12:56:03.606 27301 27355 V PushServiceManager: ..PushService is not running 11-24 12:56:03.606 27301 27355 V BootCompleteManager: Disable BootCompleteReceiver 11-24 12:56:03.608 27301 27348 I Pop3Sync: Synchronizing folder WDTK Doug:INBOX 11-24 12:56:03.608 27301 27348 D Pop3Sync: SYNC: About to process pending commands for account WDTK Doug 11-24 12:56:03.608 27301 27348 V Pop3Sync: SYNC: About to get local folder INBOX 11-24 12:56:03.617 27301 27408 V MessagingController: performPeriodicMailSync(2b0c6b05-ea28-4ec1-9b59-48c87e57d922) about to await latch release 11-24 12:56:03.618 27301 27348 V Pop3Sync: SYNC: About to get remote folder INBOX 11-24 12:56:03.618 27301 27348 V Pop3Sync: SYNC: About to open remote folder INBOX 11-24 12:56:03.618 27301 27348 D Pop3Connection: Connecting to mail.kingqueen.org.uk as mail.kingqueen.org.uk/91.207.50.30 11-24 12:56:03.619 27301 27348 D TrafficStats: tagSocket(145) with statsTag=0xffffffff, statsUid=-1 11-24 12:56:03.753 27301 27348 D Pop3Connection: <<< +OK Dovecot ready. 11-24 12:56:03.753 27301 27348 D Pop3Connection: >>> CAPA 11-24 12:56:03.809 27301 27348 D Pop3Connection: <<< +OK 11-24 12:56:03.809 27301 27348 D Pop3Connection: <<< CAPA 11-24 12:56:03.809 27301 27348 D Pop3Connection: <<< TOP 11-24 12:56:03.809 27301 27348 D Pop3Connection: <<< UIDL 11-24 12:56:03.809 27301 27348 D Pop3Connection: <<< RESP-CODES 11-24 12:56:03.809 27301 27348 D Pop3Connection: <<< PIPELINING 11-24 12:56:03.809 27301 27348 D Pop3Connection: <<< AUTH-RESP-CODE 11-24 12:56:03.809 27301 27348 D Pop3Connection: <<< USER 11-24 12:56:03.809 27301 27348 D Pop3Connection: <<< SASL PLAIN LOGIN 11-24 12:56:03.809 27301 27348 D Pop3Connection: <<< . 11-24 12:56:03.809 27301 27348 D Pop3Connection: >>> AUTH PLAIN 11-24 12:56:03.860 27301 27348 D Pop3Connection: <<< + 11-24 12:56:03.860 27301 27348 D Pop3Connection: >>> [Command Hidden, Enable Sensitive Debug Logging To Show] 11-24 12:56:03.933 27301 27348 D Pop3Connection: <<< +OK Logged in. 11-24 12:56:03.933 27301 27348 D Pop3Connection: >>> STAT 11-24 12:56:03.978 27301 27348 D Pop3Connection: <<< +OK 21 555310 11-24 12:56:03.979 27301 27348 V Pop3Sync: SYNC: Remote message count for folder INBOX is 21 11-24 12:56:03.979 27301 27348 V Pop3Sync: SYNC: About to get messages 1 through 21 for folder INBOX 11-24 12:56:03.979 27301 27348 D Pop3Connection: >>> UIDL 11-24 12:56:04.019 27301 27348 D Pop3Connection: <<< +OK 11-24 12:56:04.019 27301 27348 D Pop3Connection: <<< 1 UID16025-1487022027 11-24 12:56:04.019 27301 27348 D Pop3Folder: Adding index for UID UID16025-1487022027 to msgNum 1 11-24 12:56:04.019 27301 27348 D Pop3Connection: <<< 2 UID16026-1487022027 11-24 12:56:04.019 27301 27348 D Pop3Folder: Adding index for UID UID16026-1487022027 to msgNum 2 11-24 12:56:04.019 27301 27348 D Pop3Connection: <<< 3 UID16027-1487022027 11-24 12:56:04.019 27301 27348 D Pop3Folder: Adding index for UID UID16027-1487022027 to msgNum 3 11-24 12:56:04.019 27301 27348 D Pop3Connection: <<< 4 UID16028-1487022027 11-24 12:56:04.019 27301 27348 D Pop3Folder: Adding index for UID UID16028-1487022027 to msgNum 4 11-24 12:56:04.019 27301 27348 D Pop3Connection: <<< 5 UID16029-1487022027 11-24 12:56:04.019 27301 27348 D Pop3Folder: Adding index for UID UID16029-1487022027 to msgNum 5 11-24 12:56:04.019 27301 27348 D Pop3Connection: <<< 6 UID16030-1487022027 11-24 12:56:04.019 27301 27348 D Pop3Folder: Adding index for UID UID16030-1487022027 to msgNum 6 11-24 12:56:04.020 27301 27348 D Pop3Connection: <<< 7 UID16031-1487022027 11-24 12:56:04.020 27301 27348 D Pop3Folder: Adding index for UID UID16031-1487022027 to msgNum 7 11-24 12:56:04.020 27301 27348 D Pop3Connection: <<< 8 UID16032-1487022027 11-24 12:56:04.020 27301 27348 D Pop3Folder: Adding index for UID UID16032-1487022027 to msgNum 8 11-24 12:56:04.020 27301 27348 D Pop3Connection: <<< 9 UID16033-1487022027 11-24 12:56:04.020 27301 27348 D Pop3Folder: Adding index for UID UID16033-1487022027 to msgNum 9 11-24 12:56:04.020 27301 27348 D Pop3Connection: <<< 10 UID16034-1487022027 11-24 12:56:04.020 27301 27348 D Pop3Folder: Adding index for UID UID16034-1487022027 to msgNum 10 11-24 12:56:04.020 27301 27348 D Pop3Connection: <<< 11 UID16035-1487022027 11-24 12:56:04.020 27301 27348 D Pop3Folder: Adding index for UID UID16035-1487022027 to msgNum 11 11-24 12:56:04.020 27301 27348 D Pop3Connection: <<< 12 UID16036-1487022027 11-24 12:56:04.020 27301 27348 D Pop3Folder: Adding index for UID UID16036-1487022027 to msgNum 12 11-24 12:56:04.020 27301 27348 D Pop3Connection: <<< 13 UID16037-1487022027 11-24 12:56:04.020 27301 27348 D Pop3Folder: Adding index for UID UID16037-1487022027 to msgNum 13 11-24 12:56:04.020 27301 27348 D Pop3Connection: <<< 14 UID16038-1487022027 11-24 12:56:04.020 27301 27348 D Pop3Folder: Adding index for UID UID16038-1487022027 to msgNum 14 11-24 12:56:04.021 27301 27348 D Pop3Connection: <<< 15 UID16039-1487022027 11-24 12:56:04.021 27301 27348 D Pop3Folder: Adding index for UID UID16039-1487022027 to msgNum 15 11-24 12:56:04.021 27301 27348 D Pop3Connection: <<< 16 UID16040-1487022027 11-24 12:56:04.021 27301 27348 D Pop3Folder: Adding index for UID UID16040-1487022027 to msgNum 16 11-24 12:56:04.021 27301 27348 D Pop3Connection: <<< 17 UID16041-1487022027 11-24 12:56:04.021 27301 27348 D Pop3Folder: Adding index for UID UID16041-1487022027 to msgNum 17 11-24 12:56:04.021 27301 27348 D Pop3Connection: <<< 18 UID16042-1487022027 11-24 12:56:04.021 27301 27348 D Pop3Folder: Adding index for UID UID16042-1487022027 to msgNum 18 11-24 12:56:04.021 27301 27348 D Pop3Connection: <<< 19 UID16043-1487022027 11-24 12:56:04.021 27301 27348 D Pop3Folder: Adding index for UID UID16043-1487022027 to msgNum 19 11-24 12:56:04.021 27301 27348 D Pop3Connection: <<< 20 UID16044-1487022027 11-24 12:56:04.021 27301 27348 D Pop3Folder: Adding index for UID UID16044-1487022027 to msgNum 20 11-24 12:56:04.021 27301 27348 D Pop3Connection: <<< 21 UID16045-1487022027 11-24 12:56:04.021 27301 27348 D Pop3Folder: Adding index for UID UID16045-1487022027 to msgNum 21 11-24 12:56:04.021 27301 27348 D Pop3Connection: <<< . 11-24 12:56:04.022 27301 27348 V Pop3Sync: SYNC: Got 21 messages for folder INBOX 11-24 12:56:04.023 27301 27348 V Pop3Sync: Message with uid UID16025-1487022027 is present in the local store 11-24 12:56:04.023 27301 27348 V Pop3Sync: Message with uid UID16026-1487022027 is present in the local store 11-24 12:56:04.023 27301 27348 V Pop3Sync: Message with uid UID16027-1487022027 is present in the local store 11-24 12:56:04.024 27301 27348 V Pop3Sync: Message with uid UID16028-1487022027 is present in the local store 11-24 12:56:04.024 27301 27348 V Pop3Sync: Message with uid UID16029-1487022027 is present in the local store 11-24 12:56:04.024 27301 27348 V Pop3Sync: Message with uid UID16030-1487022027 is present in the local store 11-24 12:56:04.024 27301 27348 V Pop3Sync: Message with uid UID16031-1487022027 is present in the local store 11-24 12:56:04.024 27301 27348 V Pop3Sync: Message with uid UID16032-1487022027 is present in the local store 11-24 12:56:04.025 27301 27348 V Pop3Sync: Message with uid UID16033-1487022027 is present in the local store 11-24 12:56:04.025 27301 27348 V Pop3Sync: Message with uid UID16034-1487022027 is present in the local store 11-24 12:56:04.025 27301 27348 V Pop3Sync: Message with uid UID16035-1487022027 is present in the local store 11-24 12:56:04.025 27301 27348 V Pop3Sync: Message with uid UID16036-1487022027 is present in the local store 11-24 12:56:04.025 27301 27348 V Pop3Sync: Message with uid UID16037-1487022027 is present in the local store 11-24 12:56:04.026 27301 27348 V Pop3Sync: Message with uid UID16038-1487022027 is present in the local store 11-24 12:56:04.026 27301 27348 V Pop3Sync: Message with uid UID16039-1487022027 is present in the local store 11-24 12:56:04.026 27301 27348 V Pop3Sync: Message with uid UID16040-1487022027 is present in the local store 11-24 12:56:04.026 27301 27348 V Pop3Sync: Message with uid UID16041-1487022027 is present in the local store 11-24 12:56:04.026 27301 27348 V Pop3Sync: Message with uid UID16042-1487022027 is present in the local store 11-24 12:56:04.027 27301 27348 V Pop3Sync: Message with uid UID16043-1487022027 is present in the local store 11-24 12:56:04.027 27301 27348 V Pop3Sync: Message with uid UID16044-1487022027 is present in the local store 11-24 12:56:04.027 27301 27348 V Pop3Sync: Message with uid UID16045-1487022027 is present in the local store 11-24 12:56:04.027 27301 27348 D Pop3Sync: SYNC: Have 0 unsynced messages 11-24 12:56:04.027 27301 27348 D Pop3Sync: SYNC: Have 0 large messages and 0 small messages out of 0 unsynced messages 11-24 12:56:04.027 27301 27348 D Pop3Sync: SYNC: Fetching 0 small messages for folder INBOX 11-24 12:56:04.027 27301 27348 D Pop3Sync: SYNC: Done fetching small messages for folder INBOX 11-24 12:56:04.027 27301 27348 D Pop3Sync: SYNC: Fetching large messages for folder INBOX 11-24 12:56:04.027 27301 27348 D Pop3Sync: SYNC: Done fetching large messages for folder INBOX 11-24 12:56:04.028 27301 27348 D Pop3Sync: SYNC: Synced remote messages for folder INBOX, 0 new messages 11-24 12:56:04.035 27301 27348 D Pop3Sync: Done synchronizing folder WDTK Doug:INBOX @ Sun Nov 24 12:56:04 GMT 2024 with 0 new messages 11-24 12:56:04.035 27301 27348 I Pop3Sync: Done synchronizing folder WDTK Doug:INBOX 11-24 12:56:04.035 27301 27348 D Pop3Connection: >>> QUIT 11-24 12:56:04.079 27301 27348 D Pop3Connection: <<< +OK Logging out. 11-24 12:56:04.080 27301 27348 I MessagingController: Command 'syncINBOX' completed 11-24 12:56:04.080 27301 27348 I MessagingController: Running command 'clear notification flag for efdcab86-4d5f-426d-92e8-cb9e2151f0cb', seq = 12 (background priority) 11-24 12:56:04.080 27301 27348 V MessagingController: Clearing notification flag for efdcab86-4d5f-426d-92e8-cb9e2151f0cb 11-24 12:56:04.080 27301 27348 I MessagingController: Command 'clear notification flag for efdcab86-4d5f-426d-92e8-cb9e2151f0cb' completed 11-24 12:56:04.080 27301 27348 I MessagingController: Running command 'finalize sync', seq = 13 (background priority) 11-24 12:56:04.080 27301 27348 I MessagingController: Finished mail sync 11-24 12:56:04.080 27301 27348 I MessagingController: Command 'finalize sync' completed 11-24 12:56:04.080 27301 27409 V MessagingController: performPeriodicMailSync(efdcab86-4d5f-426d-92e8-cb9e2151f0cb) got latch release 11-24 12:56:04.080 27301 27348 I MessagingController: Running command 'sendPendingMessages', seq = 14 (background priority) 11-24 12:56:04.080 27301 27409 V MessagingController: Account efdcab86-4d5f-426d-92e8-cb9e2151f0cb successfully synced @ Sun Nov 24 12:56:04 GMT 2024 11-24 12:56:04.081 27301 27409 I K9StorageEditor: Committing preference changes 11-24 12:56:04.081 27301 27348 I MessagingController: Command 'sendPendingMessages' completed 11-24 12:56:04.081 27301 27348 I MessagingController: Running command 'syncINBOX', seq = 15 (background priority) 11-24 12:56:04.081 27301 27348 V MessagingController: Folder INBOX was last synced @ Sun Nov 24 12:40:57 GMT 2024 11-24 12:56:04.081 27301 27348 D MessagingController: Last folder list refresh @ Sun Nov 24 12:40:57 GMT 2024. Not refreshing now. 11-24 12:56:04.082 27301 27348 I Pop3Sync: Synchronizing folder Mobile:INBOX 11-24 12:56:04.082 27301 27348 D Pop3Sync: SYNC: About to process pending commands for account Mobile 11-24 12:56:04.082 27301 27348 V Pop3Sync: SYNC: About to get local folder INBOX 11-24 12:56:04.086 27301 27409 I K9StorageEditor: Preferences commit took 5 ms 11-24 12:56:04.086 27301 27355 V PushController: PushController.updatePushers() 11-24 12:56:04.087 27301 27409 D MailSyncWorker: Executing periodic mail sync for account 2df70efa-45e1-4326-9c28-725b0768d567 11-24 12:56:04.087 27301 27348 V Pop3Sync: SYNC: About to get remote folder INBOX 11-24 12:56:04.087 27301 27380 I WM-WorkerWrapper: Worker result SUCCESS for Work [ id=809769dc-701e-40bc-87c5-77d4532f5bfc, tags={ com.fsck.k9.job.MailSyncWorker, MailSync } ] 11-24 12:56:04.087 27301 27348 V Pop3Sync: SYNC: About to open remote folder INBOX 11-24 12:56:04.087 27301 27348 D Pop3Connection: Connecting to mail.kingqueen.org.uk as mail.kingqueen.org.uk/91.207.50.30 11-24 12:56:04.088 27301 27409 V MessagingController: performPeriodicMailSync(2df70efa-45e1-4326-9c28-725b0768d567) about to await latch release 11-24 12:56:04.088 27301 27348 D TrafficStats: tagSocket(134) with statsTag=0xffffffff, statsUid=-1 11-24 12:56:04.089 27301 27355 V PushController: ..Running PushControllers: [] 11-24 12:56:04.089 27301 27355 V PushServiceManager: PushServiceManager.stop() 11-24 12:56:04.089 27301 27355 V PushServiceManager: ..PushService is not running 11-24 12:56:04.089 27301 27355 V BootCompleteManager: Disable BootCompleteReceiver 11-24 12:56:04.270 27301 27348 D Pop3Connection: <<< +OK Dovecot ready. 11-24 12:56:04.270 27301 27348 D Pop3Connection: >>> CAPA 11-24 12:56:04.312 27301 27348 D Pop3Connection: <<< +OK 11-24 12:56:04.312 27301 27348 D Pop3Connection: <<< CAPA 11-24 12:56:04.312 27301 27348 D Pop3Connection: <<< TOP 11-24 12:56:04.312 27301 27348 D Pop3Connection: <<< UIDL 11-24 12:56:04.312 27301 27348 D Pop3Connection: <<< RESP-CODES 11-24 12:56:04.312 27301 27348 D Pop3Connection: <<< PIPELINING 11-24 12:56:04.312 27301 27348 D Pop3Connection: <<< AUTH-RESP-CODE 11-24 12:56:04.313 27301 27348 D Pop3Connection: <<< USER 11-24 12:56:04.313 27301 27348 D Pop3Connection: <<< SASL PLAIN LOGIN 11-24 12:56:04.313 27301 27348 D Pop3Connection: <<< . 11-24 12:56:04.313 27301 27348 D Pop3Connection: >>> AUTH PLAIN 11-24 12:56:04.350 27301 27348 D Pop3Connection: <<< + 11-24 12:56:04.351 27301 27348 D Pop3Connection: >>> [Command Hidden, Enable Sensitive Debug Logging To Show] 11-24 12:56:04.409 27301 27348 D Pop3Connection: <<< +OK Logged in. 11-24 12:56:04.409 27301 27348 D Pop3Connection: >>> STAT 11-24 12:56:04.440 27301 27348 D Pop3Connection: <<< +OK 45 14045952 11-24 12:56:04.440 27301 27348 V Pop3Sync: SYNC: Remote message count for folder INBOX is 45 11-24 12:56:04.440 27301 27348 V Pop3Sync: SYNC: About to get messages 1 through 45 for folder INBOX 11-24 12:56:04.440 27301 27348 D Pop3Connection: >>> UIDL 11-24 12:56:04.499 27301 27348 D Pop3Connection: <<< +OK 11-24 12:56:04.499 27301 27348 D Pop3Connection: <<< 1 UID1113-1487022013 11-24 12:56:04.499 27301 27348 D Pop3Folder: Adding index for UID UID1113-1487022013 to msgNum 1 11-24 12:56:04.499 27301 27348 D Pop3Connection: <<< 2 UID2775-1487022013 11-24 12:56:04.499 27301 27348 D Pop3Folder: Adding index for UID UID2775-1487022013 to msgNum 2 11-24 12:56:04.499 27301 27348 D Pop3Connection: <<< 3 UID2800-1487022013 11-24 12:56:04.499 27301 27348 D Pop3Folder: Adding index for UID UID2800-1487022013 to msgNum 3 11-24 12:56:04.499 27301 27348 D Pop3Connection: <<< 4 UID2819-1487022013 11-24 12:56:04.499 27301 27348 D Pop3Folder: Adding index for UID UID2819-1487022013 to msgNum 4 11-24 12:56:04.500 27301 27348 D Pop3Connection: <<< 5 UID2820-1487022013 11-24 12:56:04.500 27301 27348 D Pop3Folder: Adding index for UID UID2820-1487022013 to msgNum 5 11-24 12:56:04.500 27301 27348 D Pop3Connection: <<< 6 UID2821-1487022013 11-24 12:56:04.500 27301 27348 D Pop3Folder: Adding index for UID UID2821-1487022013 to msgNum 6 11-24 12:56:04.500 27301 27348 D Pop3Connection: <<< 7 UID2822-1487022013 11-24 12:56:04.500 27301 27348 D Pop3Folder: Adding index for UID UID2822-1487022013 to msgNum 7 11-24 12:56:04.500 27301 27348 D Pop3Connection: <<< 8 UID2823-1487022013 11-24 12:56:04.500 27301 27348 D Pop3Folder: Adding index for UID UID2823-1487022013 to msgNum 8 11-24 12:56:04.500 27301 27348 D Pop3Connection: <<< 9 UID2824-1487022013 11-24 12:56:04.500 27301 27348 D Pop3Folder: Adding index for UID UID2824-1487022013 to msgNum 9 11-24 12:56:04.500 27301 27348 D Pop3Connection: <<< 10 UID2825-1487022013 11-24 12:56:04.500 27301 27348 D Pop3Folder: Adding index for UID UID2825-1487022013 to msgNum 10 11-24 12:56:04.500 27301 27348 D Pop3Connection: <<< 11 UID2826-1487022013 11-24 12:56:04.500 27301 27348 D Pop3Folder: Adding index for UID UID2826-1487022013 to msgNum 11 11-24 12:56:04.500 27301 27348 D Pop3Connection: <<< 12 UID2827-1487022013 11-24 12:56:04.500 27301 27348 D Pop3Folder: Adding index for UID UID2827-1487022013 to msgNum 12 11-24 12:56:04.501 27301 27348 D Pop3Connection: <<< 13 UID2828-1487022013 11-24 12:56:04.501 27301 27348 D Pop3Folder: Adding index for UID UID2828-1487022013 to msgNum 13 11-24 12:56:04.501 27301 27348 D Pop3Connection: <<< 14 UID2829-1487022013 11-24 12:56:04.501 27301 27348 D Pop3Folder: Adding index for UID UID2829-1487022013 to msgNum 14 11-24 12:56:04.501 27301 27348 D Pop3Connection: <<< 15 UID2830-1487022013 11-24 12:56:04.501 27301 27348 D Pop3Folder: Adding index for UID UID2830-1487022013 to msgNum 15 11-24 12:56:04.501 27301 27348 D Pop3Connection: <<< 16 UID2831-1487022013 11-24 12:56:04.501 27301 27348 D Pop3Folder: Adding index for UID UID2831-1487022013 to msgNum 16 11-24 12:56:04.501 27301 27348 D Pop3Connection: <<< 17 UID2832-1487022013 11-24 12:56:04.501 27301 27348 D Pop3Folder: Adding index for UID UID2832-1487022013 to msgNum 17 11-24 12:56:04.501 27301 27348 D Pop3Connection: <<< 18 UID2833-1487022013 11-24 12:56:04.501 27301 27348 D Pop3Folder: Adding index for UID UID2833-1487022013 to msgNum 18 11-24 12:56:04.501 27301 27348 D Pop3Connection: <<< 19 UID2834-1487022013 11-24 12:56:04.501 27301 27348 D Pop3Folder: Adding index for UID UID2834-1487022013 to msgNum 19 11-24 12:56:04.501 27301 27348 D Pop3Connection: <<< 20 UID2835-1487022013 11-24 12:56:04.502 27301 27348 D Pop3Folder: Adding index for UID UID2835-1487022013 to msgNum 20 11-24 12:56:04.502 27301 27348 D Pop3Connection: <<< 21 UID2836-1487022013 11-24 12:56:04.502 27301 27348 D Pop3Folder: Adding index for UID UID2836-1487022013 to msgNum 21 11-24 12:56:04.502 27301 27348 D Pop3Connection: <<< 22 UID2837-1487022013 11-24 12:56:04.502 27301 27348 D Pop3Folder: Adding index for UID UID2837-1487022013 to msgNum 22 11-24 12:56:04.502 27301 27348 D Pop3Connection: <<< 23 UID2838-1487022013 11-24 12:56:04.502 27301 27348 D Pop3Folder: Adding index for UID UID2838-1487022013 to msgNum 23 11-24 12:56:04.502 27301 27348 D Pop3Connection: <<< 24 UID2839-1487022013 11-24 12:56:04.502 27301 27348 D Pop3Folder: Adding index for UID UID2839-1487022013 to msgNum 24 11-24 12:56:04.502 27301 27348 D Pop3Connection: <<< 25 UID2840-1487022013 11-24 12:56:04.502 27301 27348 D Pop3Folder: Adding index for UID UID2840-1487022013 to msgNum 25 11-24 12:56:04.502 27301 27348 D Pop3Connection: <<< 26 UID2841-1487022013 11-24 12:56:04.502 27301 27348 D Pop3Folder: Adding index for UID UID2841-1487022013 to msgNum 26 11-24 12:56:04.502 27301 27348 D Pop3Connection: <<< 27 UID2842-1487022013 11-24 12:56:04.502 27301 27348 D Pop3Folder: Adding index for UID UID2842-1487022013 to msgNum 27 11-24 12:56:04.502 27301 27348 D Pop3Connection: <<< 28 UID2843-1487022013 11-24 12:56:04.502 27301 27348 D Pop3Folder: Adding index for UID UID2843-1487022013 to msgNum 28 11-24 12:56:04.503 27301 27348 D Pop3Connection: <<< 29 UID2844-1487022013 11-24 12:56:04.503 27301 27348 D Pop3Folder: Adding index for UID UID2844-1487022013 to msgNum 29 11-24 12:56:04.503 27301 27348 D Pop3Connection: <<< 30 UID2845-1487022013 11-24 12:56:04.503 27301 27348 D Pop3Folder: Adding index for UID UID2845-1487022013 to msgNum 30 11-24 12:56:04.503 27301 27348 D Pop3Connection: <<< 31 UID2846-1487022013 11-24 12:56:04.503 27301 27348 D Pop3Folder: Adding index for UID UID2846-1487022013 to msgNum 31 11-24 12:56:04.503 27301 27348 D Pop3Connection: <<< 32 UID2847-1487022013 11-24 12:56:04.503 27301 27348 D Pop3Folder: Adding index for UID UID2847-1487022013 to msgNum 32 11-24 12:56:04.503 27301 27348 D Pop3Connection: <<< 33 UID2848-1487022013 11-24 12:56:04.503 27301 27348 D Pop3Folder: Adding index for UID UID2848-1487022013 to msgNum 33 11-24 12:56:04.503 27301 27348 D Pop3Connection: <<< 34 UID2849-1487022013 11-24 12:56:04.503 27301 27348 D Pop3Folder: Adding index for UID UID2849-1487022013 to msgNum 34 11-24 12:56:04.503 27301 27348 D Pop3Connection: <<< 35 UID2850-1487022013 11-24 12:56:04.503 27301 27348 D Pop3Folder: Adding index for UID UID2850-1487022013 to msgNum 35 11-24 12:56:04.503 27301 27348 D Pop3Connection: <<< 36 UID2851-1487022013 11-24 12:56:04.504 27301 27348 D Pop3Folder: Adding index for UID UID2851-1487022013 to msgNum 36 11-24 12:56:04.504 27301 27348 D Pop3Connection: <<< 37 UID2852-1487022013 11-24 12:56:04.504 27301 27348 D Pop3Folder: Adding index for UID UID2852-1487022013 to msgNum 37 11-24 12:56:04.504 27301 27348 D Pop3Connection: <<< 38 UID2853-1487022013 11-24 12:56:04.504 27301 27348 D Pop3Folder: Adding index for UID UID2853-1487022013 to msgNum 38 11-24 12:56:04.504 27301 27348 D Pop3Connection: <<< 39 UID2854-1487022013 11-24 12:56:04.504 27301 27348 D Pop3Folder: Adding index for UID UID2854-1487022013 to msgNum 39 11-24 12:56:04.504 27301 27348 D Pop3Connection: <<< 40 UID2855-1487022013 11-24 12:56:04.504 27301 27348 D Pop3Folder: Adding index for UID UID2855-1487022013 to msgNum 40 11-24 12:56:04.504 27301 27348 D Pop3Connection: <<< 41 UID2856-1487022013 11-24 12:56:04.504 27301 27348 D Pop3Folder: Adding index for UID UID2856-1487022013 to msgNum 41 11-24 12:56:04.504 27301 27348 D Pop3Connection: <<< 42 UID2857-1487022013 11-24 12:56:04.504 27301 27348 D Pop3Folder: Adding index for UID UID2857-1487022013 to msgNum 42 11-24 12:56:04.504 27301 27348 D Pop3Connection: <<< 43 UID2858-1487022013 11-24 12:56:04.504 27301 27348 D Pop3Folder: Adding index for UID UID2858-1487022013 to msgNum 43 11-24 12:56:04.505 27301 27348 D Pop3Connection: <<< 44 UID2859-1487022013 11-24 12:56:04.505 27301 27348 D Pop3Folder: Adding index for UID UID2859-1487022013 to msgNum 44 11-24 12:56:04.505 27301 27348 D Pop3Connection: <<< 45 UID2860-1487022013 11-24 12:56:04.505 27301 27348 D Pop3Folder: Adding index for UID UID2860-1487022013 to msgNum 45 11-24 12:56:04.505 27301 27348 D Pop3Connection: <<< . 11-24 12:56:04.505 27301 27348 V Pop3Sync: SYNC: Got 45 messages for folder INBOX 11-24 12:56:04.506 27301 27348 V Pop3Sync: Message with uid UID1113-1487022013 is present in the local store 11-24 12:56:04.506 27301 27348 V Pop3Sync: Message with uid UID2775-1487022013 is present in the local store 11-24 12:56:04.507 27301 27348 V Pop3Sync: Message with uid UID2800-1487022013 is present in the local store 11-24 12:56:04.507 27301 27348 V Pop3Sync: Message with uid UID2819-1487022013 is present in the local store 11-24 12:56:04.507 27301 27348 V Pop3Sync: Message with uid UID2820-1487022013 is present in the local store 11-24 12:56:04.507 27301 27348 V Pop3Sync: Message with uid UID2821-1487022013 is present in the local store 11-24 12:56:04.507 27301 27348 V Pop3Sync: Message with uid UID2822-1487022013 is present in the local store 11-24 12:56:04.507 27301 27348 V Pop3Sync: Message with uid UID2823-1487022013 is present in the local store 11-24 12:56:04.508 27301 27348 V Pop3Sync: Message with uid UID2824-1487022013 is present in the local store 11-24 12:56:04.508 27301 27348 V Pop3Sync: Message with uid UID2825-1487022013 is present in the local store 11-24 12:56:04.508 27301 27348 V Pop3Sync: Message with uid UID2826-1487022013 is present in the local store 11-24 12:56:04.508 27301 27348 V Pop3Sync: Message with uid UID2827-1487022013 is present in the local store 11-24 12:56:04.508 27301 27348 V Pop3Sync: Message with uid UID2828-1487022013 is present in the local store 11-24 12:56:04.508 27301 27348 V Pop3Sync: Message with uid UID2829-1487022013 is present in the local store 11-24 12:56:04.509 27301 27348 V Pop3Sync: Message with uid UID2830-1487022013 is present in the local store 11-24 12:56:04.509 27301 27348 V Pop3Sync: Message with uid UID2831-1487022013 is present in the local store 11-24 12:56:04.509 27301 27348 V Pop3Sync: Message with uid UID2832-1487022013 is present in the local store 11-24 12:56:04.509 27301 27348 V Pop3Sync: Message with uid UID2833-1487022013 is present in the local store 11-24 12:56:04.509 27301 27348 V Pop3Sync: Message with uid UID2834-1487022013 is present in the local store 11-24 12:56:04.510 27301 27348 V Pop3Sync: Message with uid UID2835-1487022013 is present in the local store 11-24 12:56:04.510 27301 27348 V Pop3Sync: Message with uid UID2836-1487022013 is present in the local store 11-24 12:56:04.510 27301 27348 V Pop3Sync: Message with uid UID2837-1487022013 is present in the local store 11-24 12:56:04.510 27301 27348 V Pop3Sync: Message with uid UID2838-1487022013 is present in the local store 11-24 12:56:04.510 27301 27348 V Pop3Sync: Message with uid UID2839-1487022013 is present in the local store 11-24 12:56:04.510 27301 27348 V Pop3Sync: Message with uid UID2840-1487022013 is present in the local store 11-24 12:56:04.511 27301 27348 V Pop3Sync: Message with uid UID2841-1487022013 is present in the local store 11-24 12:56:04.511 27301 27348 V Pop3Sync: Message with uid UID2842-1487022013 is present in the local store 11-24 12:56:04.511 27301 27348 V Pop3Sync: Message with uid UID2843-1487022013 is present in the local store 11-24 12:56:04.511 27301 27348 V Pop3Sync: Message with uid UID2844-1487022013 is present in the local store 11-24 12:56:04.511 27301 27348 V Pop3Sync: Message with uid UID2845-1487022013 is present in the local store 11-24 12:56:04.511 27301 27348 V Pop3Sync: Message with uid UID2846-1487022013 is present in the local store 11-24 12:56:04.511 27301 27348 V Pop3Sync: Message with uid UID2847-1487022013 is present in the local store 11-24 12:56:04.512 27301 27348 V Pop3Sync: Message with uid UID2848-1487022013 is present in the local store 11-24 12:56:04.512 27301 27348 V Pop3Sync: Message with uid UID2849-1487022013 is present in the local store 11-24 12:56:04.512 27301 27348 V Pop3Sync: Message with uid UID2850-1487022013 is present in the local store 11-24 12:56:04.512 27301 27348 V Pop3Sync: Message with uid UID2851-1487022013 is present in the local store 11-24 12:56:04.512 27301 27348 V Pop3Sync: Message with uid UID2852-1487022013 is present in the local store 11-24 12:56:04.512 27301 27348 V Pop3Sync: Message with uid UID2853-1487022013 is present in the local store 11-24 12:56:04.512 27301 27348 V Pop3Sync: Message with uid UID2854-1487022013 is present in the local store 11-24 12:56:04.513 27301 27348 V Pop3Sync: Message with uid UID2855-1487022013 is present in the local store 11-24 12:56:04.513 27301 27348 V Pop3Sync: Message with uid UID2856-1487022013 is present in the local store 11-24 12:56:04.513 27301 27348 V Pop3Sync: Message with uid UID2857-1487022013 is present in the local store 11-24 12:56:04.513 27301 27348 V Pop3Sync: Message with uid UID2858-1487022013 is present in the local store 11-24 12:56:04.513 27301 27348 V Pop3Sync: Message with uid UID2859-1487022013 is present in the local store 11-24 12:56:04.513 27301 27348 V Pop3Sync: Message with uid UID2860-1487022013 is present in the local store 11-24 12:56:04.513 27301 27348 D Pop3Sync: SYNC: Have 0 unsynced messages 11-24 12:56:04.513 27301 27348 D Pop3Sync: SYNC: Have 0 large messages and 0 small messages out of 0 unsynced messages 11-24 12:56:04.514 27301 27348 D Pop3Sync: SYNC: Fetching 0 small messages for folder INBOX 11-24 12:56:04.514 27301 27348 D Pop3Sync: SYNC: Done fetching small messages for folder INBOX 11-24 12:56:04.514 27301 27348 D Pop3Sync: SYNC: Fetching large messages for folder INBOX 11-24 12:56:04.514 27301 27348 D Pop3Sync: SYNC: Done fetching large messages for folder INBOX 11-24 12:56:04.514 27301 27348 D Pop3Sync: SYNC: Synced remote messages for folder INBOX, 0 new messages 11-24 12:56:04.520 27301 27348 D Pop3Sync: Done synchronizing folder Mobile:INBOX @ Sun Nov 24 12:56:04 GMT 2024 with 0 new messages 11-24 12:56:04.520 27301 27348 I Pop3Sync: Done synchronizing folder Mobile:INBOX 11-24 12:56:04.520 27301 27348 D Pop3Connection: >>> QUIT 11-24 12:56:04.558 27301 27348 D Pop3Connection: <<< +OK Logging out. 11-24 12:56:04.558 27301 27348 I MessagingController: Command 'syncINBOX' completed 11-24 12:56:04.558 27301 27348 I MessagingController: Running command 'clear notification flag for 5bf73c30-e12c-4b87-bd1f-289fadc142be', seq = 16 (background priority) 11-24 12:56:04.558 27301 27348 V MessagingController: Clearing notification flag for 5bf73c30-e12c-4b87-bd1f-289fadc142be 11-24 12:56:04.559 27301 27348 I MessagingController: Command 'clear notification flag for 5bf73c30-e12c-4b87-bd1f-289fadc142be' completed 11-24 12:56:04.559 27301 27348 I MessagingController: Running command 'finalize sync', seq = 17 (background priority) 11-24 12:56:04.559 27301 27348 I MessagingController: Finished mail sync 11-24 12:56:04.559 27301 27348 I MessagingController: Command 'finalize sync' completed 11-24 12:56:04.559 27301 27407 V MessagingController: performPeriodicMailSync(5bf73c30-e12c-4b87-bd1f-289fadc142be) got latch release 11-24 12:56:04.559 27301 27348 I MessagingController: Running command 'sendPendingMessages', seq = 18 (background priority) 11-24 12:56:04.559 27301 27407 V MessagingController: Account 5bf73c30-e12c-4b87-bd1f-289fadc142be successfully synced @ Sun Nov 24 12:56:04 GMT 2024 11-24 12:56:04.559 27301 27407 I K9StorageEditor: Committing preference changes 11-24 12:56:04.559 27301 27348 I MessagingController: Command 'sendPendingMessages' completed 11-24 12:56:04.559 27301 27348 I MessagingController: Running command 'syncINBOX', seq = 19 (background priority) 11-24 12:56:04.560 27301 27348 V MessagingController: Folder INBOX was last synced @ Sun Nov 24 12:41:51 GMT 2024 11-24 12:56:04.560 27301 27348 V MessagingController: Not syncing folder INBOX, previously synced @ Sun Nov 24 12:41:51 GMT 2024 which would be too recent for the account sync interval 11-24 12:56:04.560 27301 27348 I MessagingController: Command 'syncINBOX' completed 11-24 12:56:04.560 27301 27348 I MessagingController: Running command 'clear notification flag for 3492e590-4a04-4759-a4a6-4aa3d1354138', seq = 20 (background priority) 11-24 12:56:04.560 27301 27348 V MessagingController: Clearing notification flag for 3492e590-4a04-4759-a4a6-4aa3d1354138 11-24 12:56:04.560 27301 27348 I MessagingController: Command 'clear notification flag for 3492e590-4a04-4759-a4a6-4aa3d1354138' completed 11-24 12:56:04.560 27301 27348 I MessagingController: Running command 'finalize sync', seq = 21 (background priority) 11-24 12:56:04.560 27301 27348 I MessagingController: Finished mail sync 11-24 12:56:04.560 27301 27348 I MessagingController: Command 'finalize sync' completed 11-24 12:56:04.560 27301 27406 V MessagingController: performPeriodicMailSync(3492e590-4a04-4759-a4a6-4aa3d1354138) got latch release 11-24 12:56:04.560 27301 27348 I MessagingController: Running command 'checkMail', seq = 22 (background priority) 11-24 12:56:04.560 27301 27406 V MessagingController: Account 3492e590-4a04-4759-a4a6-4aa3d1354138 successfully synced @ Sun Nov 24 12:56:04 GMT 2024 11-24 12:56:04.560 27301 27348 I MessagingController: Starting mail check 11-24 12:56:04.560 27301 27348 I MessagingController: Synchronizing account 2b0c6b05-ea28-4ec1-9b59-48c87e57d922 11-24 12:56:04.560 27301 27348 D MessagingController: Last folder list refresh @ Sun Nov 24 12:25:50 GMT 2024. Refreshing now… 11-24 12:56:04.561 27301 27348 D MessagingController: Folder list successfully refreshed @ Sun Nov 24 12:56:04 GMT 2024 11-24 12:56:04.566 27301 27407 I K9StorageEditor: Preferences commit took 6 ms 11-24 12:56:04.566 27301 27355 V PushController: PushController.updatePushers() 11-24 12:56:04.566 27301 27406 I K9StorageEditor: Committing preference changes 11-24 12:56:04.571 27301 27406 I K9StorageEditor: Preferences commit took 5 ms 11-24 12:56:04.571 27301 27348 I K9StorageEditor: Committing preference changes 11-24 12:56:04.575 27301 27348 I K9StorageEditor: Preferences commit took 4 ms 11-24 12:56:04.575 27301 27355 V PushController: ..Running PushControllers: [] 11-24 12:56:04.575 27301 27355 V PushServiceManager: PushServiceManager.stop() 11-24 12:56:04.575 27301 27354 I WM-WorkerWrapper: Worker result SUCCESS for Work [ id=6cbb0bb1-a892-49a8-ba8a-382df3f8f92f, tags={ com.fsck.k9.job.MailSyncWorker, MailSync } ] 11-24 12:56:04.576 27301 27355 V PushServiceManager: ..PushService is not running 11-24 12:56:04.576 27301 27348 I MessagingController: Command 'checkMail' completed 11-24 12:56:04.576 27301 27355 V BootCompleteManager: Disable BootCompleteReceiver 11-24 12:56:04.576 27301 27348 I MessagingController: Running command 'checkMail', seq = 23 (background priority) 11-24 12:56:04.576 27301 27348 I MessagingController: Starting mail check 11-24 12:56:04.577 27301 27348 I MessagingController: Synchronizing account 2df70efa-45e1-4326-9c28-725b0768d567 11-24 12:56:04.577 27301 27348 D MessagingController: Last folder list refresh @ Sun Nov 24 12:25:53 GMT 2024. Refreshing now… 11-24 12:56:04.578 27301 27355 V PushController: PushController.updatePushers() 11-24 12:56:04.579 27301 27348 D RealImapConnection: Connecting to mail.reasonableaccess.org.uk as mail.reasonableaccess.org.uk/91.207.50.30 11-24 12:56:04.580 27301 27348 D TrafficStats: tagSocket(134) with statsTag=0xffffffff, statsUid=-1 11-24 12:56:04.580 27301 27355 V PushController: ..Running PushControllers: [] 11-24 12:56:04.581 27301 27355 V PushServiceManager: PushServiceManager.stop() 11-24 12:56:04.581 27301 27355 V PushServiceManager: ..PushService is not running 11-24 12:56:04.581 27301 27355 V BootCompleteManager: Disable BootCompleteReceiver 11-24 12:56:04.581 27301 27354 I WM-WorkerWrapper: Worker result SUCCESS for Work [ id=dc273550-0998-444b-8856-586459347953, tags={ com.fsck.k9.job.MailSyncWorker, MailSync } ] 11-24 12:56:04.581 27301 27355 V PushController: PushController.updatePushers() 11-24 12:56:04.582 27301 27355 V PushController: ..Running PushControllers: [] 11-24 12:56:04.582 27301 27355 V PushServiceManager: PushServiceManager.stop() 11-24 12:56:04.582 27301 27355 V PushServiceManager: ..PushService is not running 11-24 12:56:04.582 27301 27355 V BootCompleteManager: Disable BootCompleteReceiver 11-24 12:56:04.724 27301 27348 V RealImapConnection: conn225000706 <<< #null# [OK, [CAPABILITY, IMAP4rev1, SASL-IR, LOGIN-REFERRALS, ID, ENABLE, IDLE, NAMESPACE, LITERAL+, AUTH=PLAIN, AUTH=LOGIN], Dovecot ready.] 11-24 12:56:04.724 27301 27348 D RealImapConnection: Saving [NAMESPACE, AUTH=PLAIN, LITERAL+, IMAP4REV1, LOGIN-REFERRALS, IDLE, AUTH=LOGIN, SASL-IR, ID, ENABLE] capabilities for conn225000706 11-24 12:56:04.724 27301 27348 V RealImapConnection: conn225000706>>> 1 AUTHENTICATE PLAIN 11-24 12:56:04.770 27301 27348 V RealImapConnection: conn225000706<<<#+# [] 11-24 12:56:04.829 27301 27348 V ImapResponseParser: conn225000706<<<#1# [OK, [CAPABILITY, IMAP4rev1, SASL-IR, LOGIN-REFERRALS, ID, ENABLE, IDLE, SORT, SORT=DISPLAY, THREAD=REFERENCES, THREAD=REFS, THREAD=ORDEREDSUBJECT, MULTIAPPEND, URL-PARTIAL, CATENATE, UNSELECT, CHILDREN, NAMESPACE, UIDPLUS, LIST-EXTENDED, I18NLEVEL=1, CONDSTORE, QRESYNC, ESEARCH, ESORT, SEARCHRES, WITHIN, CONTEXT=SEARCH, LIST-STATUS, BINARY, MOVE, SNIPPET=FUZZY, PREVIEW=FUZZY, PREVIEW, STATUS=SIZE, SAVEDATE, NAMESPACE, LITERAL+, NOTIFY, SPECIAL-USE, COMPRESS=DEFLATE, QUOTA], Logged in] 11-24 12:56:04.829 27301 27348 D RealImapConnection: Saving [URL-PARTIAL, NAMESPACE, LIST-STATUS, PREVIEW=FUZZY, QUOTA, THREAD=REFERENCES, BINARY, SAVEDATE, SASL-IR, WITHIN, MULTIAPPEND, SEARCHRES, ESORT, CONDSTORE, NOTIFY, STATUS=SIZE, I18NLEVEL=1, CATENATE, ID, SORT=DISPLAY, SPECIAL-USE, QRESYNC, UNSELECT, ENABLE, THREAD=ORDEREDSUBJECT, UIDPLUS, CHILDREN, COMPRESS=DEFLATE, CONTEXT=SEARCH, MOVE, SNIPPET=FUZZY, LITERAL+, IMAP4REV1, LOGIN-REFERRALS, IDLE, ESEARCH, SORT, LIST-EXTENDED, THREAD=REFS, PREVIEW] capabilities for conn225000706 11-24 12:56:04.830 27301 27348 V RealImapConnection: conn225000706>>> 2 COMPRESS DEFLATE 11-24 12:56:04.863 27301 27348 V ImapResponseParser: conn225000706<<<#2# [OK, Begin compression (0.001 + 0.000 secs).] 11-24 12:56:04.863 27301 27348 I RealImapConnection: Compression enabled for conn225000706 11-24 12:56:04.863 27301 27348 V RealImapConnection: conn225000706>>> 3 ID ("name" "K-9 Mail" "version" "8.1") 11-24 12:56:04.893 27301 27348 V ImapResponseParser: conn225000706<<<#null# [ID, [name, Dovecot]] 11-24 12:56:04.893 27301 27348 V ImapResponseParser: conn225000706<<<#3# [OK, ID completed (0.001 + 0.000 secs).] 11-24 12:56:04.893 27301 27348 I RealImapConnection: pathPrefix is unset and server has NAMESPACE capability 11-24 12:56:04.894 27301 27348 V RealImapConnection: conn225000706>>> 4 NAMESPACE 11-24 12:56:04.926 27301 27348 V ImapResponseParser: conn225000706<<<#null# [NAMESPACE, [[INBOX., .]], NIL, NIL] 11-24 12:56:04.926 27301 27348 V ImapResponseParser: conn225000706<<<#4# [OK, Namespace completed (0.001 + 0.000 secs).] 11-24 12:56:04.926 27301 27348 D RealImapConnection: Got path 'INBOX.' and separator '.' 11-24 12:56:04.926 27301 27348 V RealImapConnection: conn225000706>>> 5 LIST "" "INBOX.*" RETURN (SPECIAL-USE) 11-24 12:56:04.965 27301 27348 V ImapResponseParser: conn225000706<<<#null# [LIST, [\UnMarked], ., INBOX._Zoom links] 11-24 12:56:04.965 27301 27348 V ImapResponseParser: conn225000706<<<#null# [LIST, [\UnMarked], ., INBOX.BSLProj] 11-24 12:56:04.965 27301 27348 V ImapResponseParser: conn225000706<<<#null# [LIST, [\UnMarked], ., INBOX.Deets] 11-24 12:56:04.965 27301 27348 V ImapResponseParser: conn225000706<<<#null# [LIST, [\UnMarked], ., INBOX.SlackCommunity] 11-24 12:56:04.966 27301 27348 V ImapResponseParser: conn225000706<<<#null# [LIST, [\UnMarked], ., INBOX.CourtSupport] 11-24 12:56:04.966 27301 27348 V ImapResponseParser: conn225000706<<<#null# [LIST, [\UnMarked], ., INBOX.DisJustFunding] 11-24 12:56:04.966 27301 27348 V ImapResponseParser: conn225000706<<<#null# [LIST, [\UnMarked], ., INBOX.Priority] 11-24 12:56:04.966 27301 27348 V ImapResponseParser: conn225000706<<<#null# [LIST, [\Archive], ., INBOX.Archive] 11-24 12:56:04.966 27301 27348 V ImapResponseParser: conn225000706<<<#null# [LIST, [\UnMarked, \Archive], ., INBOX.Archives] 11-24 12:56:04.966 27301 27348 V ImapResponseParser: conn225000706<<<#null# [LIST, [\UnMarked], ., INBOX.Archives.2024] 11-24 12:56:04.966 27301 27348 V ImapResponseParser: conn225000706<<<#null# [LIST, [\UnMarked], ., INBOX.Archives.2023] 11-24 12:56:04.966 27301 27348 V ImapResponseParser: conn225000706<<<#null# [LIST, [\UnMarked], ., INBOX.Archives.2020] 11-24 12:56:04.966 27301 27348 V ImapResponseParser: conn225000706<<<#null# [LIST, [\UnMarked], ., INBOX.Archives.2022] 11-24 12:56:04.966 27301 27348 V ImapResponseParser: conn225000706<<<#null# [LIST, [\UnMarked], ., INBOX.Volunteers] 11-24 12:56:04.966 27301 27348 V ImapResponseParser: conn225000706<<<#null# [LIST, [\UnMarked], ., INBOX.WebsiteWrangling] 11-24 12:56:04.966 27301 27348 V ImapResponseParser: conn225000706<<<#null# [LIST, [\UnMarked], ., INBOX.CharityThings] 11-24 12:56:04.966 27301 27348 V ImapResponseParser: conn225000706<<<#null# [LIST, [\UnMarked], ., INBOX.Store] 11-24 12:56:04.967 27301 27348 V ImapResponseParser: conn225000706<<<#null# [LIST, [\UnMarked], ., INBOX.Financial] 11-24 12:56:04.967 27301 27348 V ImapResponseParser: conn225000706<<<#null# [LIST, [\UnMarked], ., INBOX.Important-Info] 11-24 12:56:04.967 27301 27348 V ImapResponseParser: conn225000706<<<#null# [LIST, [\Junk], ., INBOX.spam] 11-24 12:56:04.967 27301 27348 V ImapResponseParser: conn225000706<<<#null# [LIST, [\Marked, \Trash], ., INBOX.Trash] 11-24 12:56:04.967 27301 27348 V ImapResponseParser: conn225000706<<<#null# [LIST, [\UnMarked, \Sent], ., INBOX.Sent] 11-24 12:56:04.967 27301 27348 V ImapResponseParser: conn225000706<<<#null# [LIST, [], ., INBOX.Junk] 11-24 12:56:04.967 27301 27348 V ImapResponseParser: conn225000706<<<#null# [LIST, [\UnMarked, \Drafts], ., INBOX.Drafts] 11-24 12:56:04.967 27301 27348 V ImapResponseParser: conn225000706<<<#5# [OK, List completed (0.003 + 0.000 + 0.002 secs).] 11-24 12:56:04.971 27301 27348 I K9StorageEditor: Committing preference changes 11-24 12:56:04.979 27301 27348 I K9StorageEditor: Preferences commit took 8 ms 11-24 12:56:04.979 27301 27355 V PushController: PushController.updatePushers() 11-24 12:56:04.979 27301 27348 I K9StorageEditor: Committing preference changes 11-24 12:56:04.986 27301 27348 I K9StorageEditor: Preferences commit took 7 ms 11-24 12:56:04.986 27301 27348 D MessagingController: Folder list successfully refreshed @ Sun Nov 24 12:56:04 GMT 2024 11-24 12:56:04.986 27301 27355 V PushController: ..Running PushControllers: [] 11-24 12:56:04.986 27301 27348 I K9StorageEditor: Committing preference changes 11-24 12:56:04.992 27301 27348 I K9StorageEditor: Preferences commit took 6 ms 11-24 12:56:04.992 27301 27355 V PushServiceManager: PushServiceManager.stop() 11-24 12:56:04.992 27301 27355 V PushServiceManager: ..PushService is not running 11-24 12:56:04.992 27301 27355 V BootCompleteManager: Disable BootCompleteReceiver 11-24 12:56:04.993 27301 27348 I MessagingController: Command 'checkMail' completed 11-24 12:56:04.993 27301 27348 I MessagingController: Running command 'sendPendingMessages', seq = 24 (background priority) 11-24 12:56:04.993 27301 27348 I MessagingController: Command 'sendPendingMessages' completed 11-24 12:56:04.993 27301 27348 I MessagingController: Running command 'syncINBOX', seq = 25 (background priority) 11-24 12:56:04.993 27301 27348 V MessagingController: Folder INBOX was last synced @ Sun Nov 24 12:40:52 GMT 2024 11-24 12:56:04.993 27301 27348 D MessagingController: Last folder list refresh @ Sun Nov 24 12:56:04 GMT 2024. Not refreshing now. 11-24 12:56:04.994 27301 27355 V PushController: PushController.updatePushers() 11-24 12:56:04.995 27301 27348 I Pop3Sync: Synchronizing folder mobilesent:INBOX 11-24 12:56:04.995 27301 27348 D Pop3Sync: SYNC: About to process pending commands for account mobilesent 11-24 12:56:04.995 27301 27348 V Pop3Sync: SYNC: About to get local folder INBOX 11-24 12:56:04.995 27301 27355 V PushController: ..Running PushControllers: [] 11-24 12:56:04.995 27301 27355 V PushServiceManager: PushServiceManager.stop() 11-24 12:56:04.995 27301 27355 V PushServiceManager: ..PushService is not running 11-24 12:56:04.995 27301 27355 V BootCompleteManager: Disable BootCompleteReceiver 11-24 12:56:04.996 27301 27355 V PushController: PushController.updatePushers() 11-24 12:56:04.997 27301 27355 V PushController: ..Running PushControllers: [] 11-24 12:56:04.997 27301 27355 V PushServiceManager: PushServiceManager.stop() 11-24 12:56:04.997 27301 27355 V PushServiceManager: ..PushService is not running 11-24 12:56:04.997 27301 27355 V BootCompleteManager: Disable BootCompleteReceiver 11-24 12:56:04.998 27301 27348 V Pop3Sync: SYNC: About to get remote folder INBOX 11-24 12:56:04.998 27301 27348 V Pop3Sync: SYNC: About to open remote folder INBOX 11-24 12:56:04.998 27301 27348 D Pop3Connection: Connecting to mail.kingqueen.org.uk as mail.kingqueen.org.uk/91.207.50.30 11-24 12:56:04.998 27301 27348 D TrafficStats: tagSocket(155) with statsTag=0xffffffff, statsUid=-1 11-24 12:56:05.198 27301 27348 D Pop3Connection: <<< +OK Dovecot ready. 11-24 12:56:05.198 27301 27348 D Pop3Connection: >>> CAPA 11-24 12:56:05.240 27301 27348 D Pop3Connection: <<< +OK 11-24 12:56:05.240 27301 27348 D Pop3Connection: <<< CAPA 11-24 12:56:05.240 27301 27348 D Pop3Connection: <<< TOP 11-24 12:56:05.240 27301 27348 D Pop3Connection: <<< UIDL 11-24 12:56:05.241 27301 27348 D Pop3Connection: <<< RESP-CODES 11-24 12:56:05.241 27301 27348 D Pop3Connection: <<< PIPELINING 11-24 12:56:05.241 27301 27348 D Pop3Connection: <<< AUTH-RESP-CODE 11-24 12:56:05.241 27301 27348 D Pop3Connection: <<< USER 11-24 12:56:05.241 27301 27348 D Pop3Connection: <<< SASL PLAIN LOGIN 11-24 12:56:05.241 27301 27348 D Pop3Connection: <<< . 11-24 12:56:05.241 27301 27348 D Pop3Connection: >>> AUTH PLAIN 11-24 12:56:05.244 27301 27301 I ViewRootImpl@ba62ae4[MessageList]: ViewPostIme pointer 0 11-24 12:56:05.278 27301 27348 D Pop3Connection: <<< + 11-24 12:56:05.278 27301 27348 D Pop3Connection: >>> [Command Hidden, Enable Sensitive Debug Logging To Show] 11-24 12:56:05.316 27301 27301 I ViewRootImpl@ba62ae4[MessageList]: ViewPostIme pointer 1 11-24 12:56:05.348 27301 27348 D Pop3Connection: <<< +OK Logged in. 11-24 12:56:05.348 27301 27348 D Pop3Connection: >>> STAT 11-24 12:56:05.390 27301 27348 D Pop3Connection: <<< +OK 42 47171418 11-24 12:56:05.390 27301 27348 V Pop3Sync: SYNC: Remote message count for folder INBOX is 42 11-24 12:56:05.391 27301 27348 V Pop3Sync: SYNC: About to get messages 1 through 42 for folder INBOX 11-24 12:56:05.391 27301 27348 D Pop3Connection: >>> UIDL 11-24 12:56:05.423 27301 27348 D Pop3Connection: <<< +OK 11-24 12:56:05.423 27301 27348 D Pop3Connection: <<< 1 UID15295-1519151260 11-24 12:56:05.423 27301 27348 D Pop3Folder: Adding index for UID UID15295-1519151260 to msgNum 1 11-24 12:56:05.424 27301 27348 D Pop3Connection: <<< 2 UID15296-1519151260 11-24 12:56:05.424 27301 27348 D Pop3Folder: Adding index for UID UID15296-1519151260 to msgNum 2 11-24 12:56:05.424 27301 27348 D Pop3Connection: <<< 3 UID15297-1519151260 11-24 12:56:05.424 27301 27348 D Pop3Folder: Adding index for UID UID15297-1519151260 to msgNum 3 11-24 12:56:05.424 27301 27348 D Pop3Connection: <<< 4 UID15298-1519151260 11-24 12:56:05.424 27301 27348 D Pop3Folder: Adding index for UID UID15298-1519151260 to msgNum 4 11-24 12:56:05.424 27301 27348 D Pop3Connection: <<< 5 UID15299-1519151260 11-24 12:56:05.424 27301 27348 D Pop3Folder: Adding index for UID UID15299-1519151260 to msgNum 5 11-24 12:56:05.424 27301 27348 D Pop3Connection: <<< 6 UID15300-1519151260 11-24 12:56:05.424 27301 27348 D Pop3Folder: Adding index for UID UID15300-1519151260 to msgNum 6 11-24 12:56:05.424 27301 27348 D Pop3Connection: <<< 7 UID15301-1519151260 11-24 12:56:05.424 27301 27348 D Pop3Folder: Adding index for UID UID15301-1519151260 to msgNum 7 11-24 12:56:05.424 27301 27348 D Pop3Connection: <<< 8 UID15302-1519151260 11-24 12:56:05.424 27301 27348 D Pop3Folder: Adding index for UID UID15302-1519151260 to msgNum 8 11-24 12:56:05.424 27301 27348 D Pop3Connection: <<< 9 UID15303-1519151260 11-24 12:56:05.425 27301 27348 D Pop3Folder: Adding index for UID UID15303-1519151260 to msgNum 9 11-24 12:56:05.425 27301 27348 D Pop3Connection: <<< 10 UID15304-1519151260 11-24 12:56:05.425 27301 27348 D Pop3Folder: Adding index for UID UID15304-1519151260 to msgNum 10 11-24 12:56:05.425 27301 27348 D Pop3Connection: <<< 11 UID15305-1519151260 11-24 12:56:05.425 27301 27348 D Pop3Folder: Adding index for UID UID15305-1519151260 to msgNum 11 11-24 12:56:05.425 27301 27348 D Pop3Connection: <<< 12 UID15306-1519151260 11-24 12:56:05.425 27301 27348 D Pop3Folder: Adding index for UID UID15306-1519151260 to msgNum 12 11-24 12:56:05.425 27301 27348 D Pop3Connection: <<< 13 UID15307-1519151260 11-24 12:56:05.425 27301 27348 D Pop3Folder: Adding index for UID UID15307-1519151260 to msgNum 13 11-24 12:56:05.425 27301 27348 D Pop3Connection: <<< 14 UID15308-1519151260 11-24 12:56:05.425 27301 27348 D Pop3Folder: Adding index for UID UID15308-1519151260 to msgNum 14 11-24 12:56:05.425 27301 27348 D Pop3Connection: <<< 15 UID15309-1519151260 11-24 12:56:05.425 27301 27348 D Pop3Folder: Adding index for UID UID15309-1519151260 to msgNum 15 11-24 12:56:05.425 27301 27348 D Pop3Connection: <<< 16 UID15310-1519151260 11-24 12:56:05.426 27301 27348 D Pop3Folder: Adding index for UID UID15310-1519151260 to msgNum 16 11-24 12:56:05.426 27301 27348 D Pop3Connection: <<< 17 UID15311-1519151260 11-24 12:56:05.426 27301 27348 D Pop3Folder: Adding index for UID UID15311-1519151260 to msgNum 17 11-24 12:56:05.426 27301 27348 D Pop3Connection: <<< 18 UID15312-1519151260 11-24 12:56:05.426 27301 27348 D Pop3Folder: Adding index for UID UID15312-1519151260 to msgNum 18 11-24 12:56:05.426 27301 27348 D Pop3Connection: <<< 19 UID15313-1519151260 11-24 12:56:05.426 27301 27348 D Pop3Folder: Adding index for UID UID15313-1519151260 to msgNum 19 11-24 12:56:05.426 27301 27348 D Pop3Connection: <<< 20 UID15314-1519151260 11-24 12:56:05.426 27301 27348 D Pop3Folder: Adding index for UID UID15314-1519151260 to msgNum 20 11-24 12:56:05.426 27301 27348 D Pop3Connection: <<< 21 UID15315-1519151260 11-24 12:56:05.426 27301 27348 D Pop3Folder: Adding index for UID UID15315-1519151260 to msgNum 21 11-24 12:56:05.426 27301 27348 D Pop3Connection: <<< 22 UID15316-1519151260 11-24 12:56:05.426 27301 27348 D Pop3Folder: Adding index for UID UID15316-1519151260 to msgNum 22 11-24 12:56:05.426 27301 27348 D Pop3Connection: <<< 23 UID15317-1519151260 11-24 12:56:05.426 27301 27348 D Pop3Folder: Adding index for UID UID15317-1519151260 to msgNum 23 11-24 12:56:05.426 27301 27348 D Pop3Connection: <<< 24 UID15318-1519151260 11-24 12:56:05.426 27301 27348 D Pop3Folder: Adding index for UID UID15318-1519151260 to msgNum 24 11-24 12:56:05.426 27301 27348 D Pop3Connection: <<< 25 UID15319-1519151260 11-24 12:56:05.427 27301 27348 D Pop3Folder: Adding index for UID UID15319-1519151260 to msgNum 25 11-24 12:56:05.427 27301 27348 D Pop3Connection: <<< 26 UID15320-1519151260 11-24 12:56:05.427 27301 27348 D Pop3Folder: Adding index for UID UID15320-1519151260 to msgNum 26 11-24 12:56:05.427 27301 27348 D Pop3Connection: <<< 27 UID15321-1519151260 11-24 12:56:05.427 27301 27348 D Pop3Folder: Adding index for UID UID15321-1519151260 to msgNum 27 11-24 12:56:05.427 27301 27348 D Pop3Connection: <<< 28 UID15322-1519151260 11-24 12:56:05.427 27301 27348 D Pop3Folder: Adding index for UID UID15322-1519151260 to msgNum 28 11-24 12:56:05.427 27301 27348 D Pop3Connection: <<< 29 UID15323-1519151260 11-24 12:56:05.427 27301 27348 D Pop3Folder: Adding index for UID UID15323-1519151260 to msgNum 29 11-24 12:56:05.427 27301 27348 D Pop3Connection: <<< 30 UID15324-1519151260 11-24 12:56:05.427 27301 27348 D Pop3Folder: Adding index for UID UID15324-1519151260 to msgNum 30 11-24 12:56:05.427 27301 27348 D Pop3Connection: <<< 31 UID15325-1519151260 11-24 12:56:05.427 27301 27348 D Pop3Folder: Adding index for UID UID15325-1519151260 to msgNum 31 11-24 12:56:05.427 27301 27348 D Pop3Connection: <<< 32 UID15326-1519151260 11-24 12:56:05.427 27301 27348 D Pop3Folder: Adding index for UID UID15326-1519151260 to msgNum 32 11-24 12:56:05.427 27301 27348 D Pop3Connection: <<< 33 UID15327-1519151260 11-24 12:56:05.427 27301 27348 D Pop3Folder: Adding index for UID UID15327-1519151260 to msgNum 33 11-24 12:56:05.427 27301 27348 D Pop3Connection: <<< 34 UID15328-1519151260 11-24 12:56:05.428 27301 27348 D Pop3Folder: Adding index for UID UID15328-1519151260 to msgNum 34 11-24 12:56:05.428 27301 27348 D Pop3Connection: <<< 35 UID15329-1519151260 11-24 12:56:05.428 27301 27348 D Pop3Folder: Adding index for UID UID15329-1519151260 to msgNum 35 11-24 12:56:05.428 27301 27348 D Pop3Connection: <<< 36 UID15330-1519151260 11-24 12:56:05.428 27301 27348 D Pop3Folder: Adding index for UID UID15330-1519151260 to msgNum 36 11-24 12:56:05.428 27301 27348 D Pop3Connection: <<< 37 UID15331-1519151260 11-24 12:56:05.428 27301 27348 D Pop3Folder: Adding index for UID UID15331-1519151260 to msgNum 37 11-24 12:56:05.428 27301 27348 D Pop3Connection: <<< 38 UID15332-1519151260 11-24 12:56:05.428 27301 27348 D Pop3Folder: Adding index for UID UID15332-1519151260 to msgNum 38 11-24 12:56:05.428 27301 27348 D Pop3Connection: <<< 39 UID15333-1519151260 11-24 12:56:05.428 27301 27348 D Pop3Folder: Adding index for UID UID15333-1519151260 to msgNum 39 11-24 12:56:05.428 27301 27348 D Pop3Connection: <<< 40 UID15334-1519151260 11-24 12:56:05.428 27301 27348 D Pop3Folder: Adding index for UID UID15334-1519151260 to msgNum 40 11-24 12:56:05.428 27301 27348 D Pop3Connection: <<< 41 UID15335-1519151260 11-24 12:56:05.428 27301 27348 D Pop3Folder: Adding index for UID UID15335-1519151260 to msgNum 41 11-24 12:56:05.428 27301 27348 D Pop3Connection: <<< 42 UID15336-1519151260 11-24 12:56:05.429 27301 27348 D Pop3Folder: Adding index for UID UID15336-1519151260 to msgNum 42 11-24 12:56:05.429 27301 27348 D Pop3Connection: <<< . 11-24 12:56:05.429 27301 27348 V Pop3Sync: SYNC: Got 42 messages for folder INBOX 11-24 12:56:05.430 27301 27348 V Pop3Sync: Message with uid UID15295-1519151260 is present in the local store 11-24 12:56:05.431 27301 27348 V Pop3Sync: Message with uid UID15296-1519151260 is present in the local store 11-24 12:56:05.431 27301 27348 V Pop3Sync: Message with uid UID15297-1519151260 is present in the local store 11-24 12:56:05.431 27301 27348 V Pop3Sync: Message with uid UID15298-1519151260 is present in the local store 11-24 12:56:05.431 27301 27348 V Pop3Sync: Message with uid UID15299-1519151260 is present in the local store 11-24 12:56:05.431 27301 27348 V Pop3Sync: Message with uid UID15300-1519151260 is present in the local store 11-24 12:56:05.431 27301 27348 V Pop3Sync: Message with uid UID15301-1519151260 is present in the local store 11-24 12:56:05.431 27301 27348 V Pop3Sync: Message with uid UID15302-1519151260 is present in the local store 11-24 12:56:05.431 27301 27348 V Pop3Sync: Message with uid UID15303-1519151260 is present in the local store 11-24 12:56:05.431 27301 27348 V Pop3Sync: Message with uid UID15304-1519151260 is present in the local store 11-24 12:56:05.431 27301 27348 V Pop3Sync: Message with uid UID15305-1519151260 is present in the local store 11-24 12:56:05.431 27301 27348 V Pop3Sync: Message with uid UID15306-1519151260 is present in the local store 11-24 12:56:05.431 27301 27348 V Pop3Sync: Message with uid UID15307-1519151260 is present in the local store 11-24 12:56:05.431 27301 27348 V Pop3Sync: Message with uid UID15308-1519151260 is present in the local store 11-24 12:56:05.432 27301 27348 V Pop3Sync: Message with uid UID15309-1519151260 is present in the local store 11-24 12:56:05.432 27301 27348 V Pop3Sync: Message with uid UID15310-1519151260 is present in the local store 11-24 12:56:05.432 27301 27348 V Pop3Sync: Message with uid UID15311-1519151260 is present in the local store 11-24 12:56:05.432 27301 27348 V Pop3Sync: Message with uid UID15312-1519151260 is present in the local store 11-24 12:56:05.432 27301 27348 V Pop3Sync: Message with uid UID15313-1519151260 is present in the local store 11-24 12:56:05.432 27301 27348 V Pop3Sync: Message with uid UID15314-1519151260 is present in the local store 11-24 12:56:05.432 27301 27348 V Pop3Sync: Message with uid UID15315-1519151260 is present in the local store 11-24 12:56:05.432 27301 27348 V Pop3Sync: Message with uid UID15316-1519151260 is present in the local store 11-24 12:56:05.432 27301 27348 V Pop3Sync: Message with uid UID15317-1519151260 is present in the local store 11-24 12:56:05.432 27301 27348 V Pop3Sync: Message with uid UID15318-1519151260 is present in the local store 11-24 12:56:05.432 27301 27348 V Pop3Sync: Message with uid UID15319-1519151260 is present in the local store 11-24 12:56:05.432 27301 27348 V Pop3Sync: Message with uid UID15320-1519151260 is present in the local store 11-24 12:56:05.433 27301 27348 V Pop3Sync: Message with uid UID15321-1519151260 is present in the local store 11-24 12:56:05.433 27301 27348 V Pop3Sync: Message with uid UID15322-1519151260 is present in the local store 11-24 12:56:05.433 27301 27348 V Pop3Sync: Message with uid UID15323-1519151260 is present in the local store 11-24 12:56:05.433 27301 27348 V Pop3Sync: Message with uid UID15324-1519151260 is present in the local store 11-24 12:56:05.433 27301 27348 V Pop3Sync: Message with uid UID15325-1519151260 is present in the local store 11-24 12:56:05.433 27301 27348 V Pop3Sync: Message with uid UID15326-1519151260 is present in the local store 11-24 12:56:05.433 27301 27348 V Pop3Sync: Message with uid UID15327-1519151260 is present in the local store 11-24 12:56:05.433 27301 27348 V Pop3Sync: Message with uid UID15328-1519151260 is present in the local store 11-24 12:56:05.433 27301 27348 V Pop3Sync: Message with uid UID15329-1519151260 is present in the local store 11-24 12:56:05.433 27301 27348 V Pop3Sync: Message with uid UID15330-1519151260 is present in the local store 11-24 12:56:05.433 27301 27348 V Pop3Sync: Message with uid UID15331-1519151260 is present in the local store 11-24 12:56:05.433 27301 27348 V Pop3Sync: Message with uid UID15332-1519151260 is present in the local store 11-24 12:56:05.434 27301 27348 V Pop3Sync: Message with uid UID15333-1519151260 is present in the local store 11-24 12:56:05.434 27301 27348 V Pop3Sync: Message with uid UID15334-1519151260 is present in the local store 11-24 12:56:05.434 27301 27348 V Pop3Sync: Message with uid UID15335-1519151260 is present in the local store 11-24 12:56:05.434 27301 27348 V Pop3Sync: Message with uid UID15336-1519151260 is present in the local store 11-24 12:56:05.434 27301 27348 D Pop3Sync: SYNC: Have 0 unsynced messages 11-24 12:56:05.434 27301 27348 D Pop3Sync: SYNC: Have 0 large messages and 0 small messages out of 0 unsynced messages 11-24 12:56:05.434 27301 27348 D Pop3Sync: SYNC: Fetching 0 small messages for folder INBOX 11-24 12:56:05.434 27301 27348 D Pop3Sync: SYNC: Done fetching small messages for folder INBOX 11-24 12:56:05.434 27301 27348 D Pop3Sync: SYNC: Fetching large messages for folder INBOX 11-24 12:56:05.434 27301 27348 D Pop3Sync: SYNC: Done fetching large messages for folder INBOX 11-24 12:56:05.434 27301 27348 D Pop3Sync: SYNC: Synced remote messages for folder INBOX, 0 new messages 11-24 12:56:05.444 27301 27348 D Pop3Sync: Done synchronizing folder mobilesent:INBOX @ Sun Nov 24 12:56:05 GMT 2024 with 0 new messages 11-24 12:56:05.444 27301 27348 I Pop3Sync: Done synchronizing folder mobilesent:INBOX 11-24 12:56:05.444 27301 27348 D Pop3Connection: >>> QUIT 11-24 12:56:05.476 27301 27348 D Pop3Connection: <<< +OK Logging out. 11-24 12:56:05.477 27301 27348 I MessagingController: Command 'syncINBOX' completed 11-24 12:56:05.477 27301 27348 I MessagingController: Running command 'clear notification flag for 2b0c6b05-ea28-4ec1-9b59-48c87e57d922', seq = 26 (background priority) 11-24 12:56:05.477 27301 27348 V MessagingController: Clearing notification flag for 2b0c6b05-ea28-4ec1-9b59-48c87e57d922 11-24 12:56:05.478 27301 27348 I MessagingController: Command 'clear notification flag for 2b0c6b05-ea28-4ec1-9b59-48c87e57d922' completed 11-24 12:56:05.478 27301 27348 I MessagingController: Running command 'finalize sync', seq = 27 (background priority) 11-24 12:56:05.478 27301 27348 I MessagingController: Finished mail sync 11-24 12:56:05.478 27301 27348 I MessagingController: Command 'finalize sync' completed 11-24 12:56:05.478 27301 27348 I MessagingController: Running command 'sendPendingMessages', seq = 28 (background priority) 11-24 12:56:05.478 27301 27408 V MessagingController: performPeriodicMailSync(2b0c6b05-ea28-4ec1-9b59-48c87e57d922) got latch release 11-24 12:56:05.478 27301 27408 V MessagingController: Account 2b0c6b05-ea28-4ec1-9b59-48c87e57d922 successfully synced @ Sun Nov 24 12:56:05 GMT 2024 11-24 12:56:05.478 27301 27348 I MessagingController: Command 'sendPendingMessages' completed 11-24 12:56:05.478 27301 27348 I MessagingController: Running command 'syncINBOX', seq = 29 (background priority) 11-24 12:56:05.478 27301 27348 V MessagingController: Folder INBOX was last synced @ Sun Nov 24 12:41:00 GMT 2024 11-24 12:56:05.478 27301 27408 I K9StorageEditor: Committing preference changes 11-24 12:56:05.478 27301 27348 D MessagingController: Last folder list refresh @ Sun Nov 24 12:56:04 GMT 2024. Not refreshing now. 11-24 12:56:05.479 27301 27348 I ImapSync: Synchronizing folder RA:INBOX 11-24 12:56:05.479 27301 27348 V ImapSync: SYNC: About to get local folder INBOX 11-24 12:56:05.480 27301 27348 V ImapSync: SYNC: About to get remote folder INBOX 11-24 12:56:05.480 27301 27348 V ImapSync: SYNC: About to open remote folder INBOX 11-24 12:56:05.480 27301 27348 V RealImapConnection: conn225000706>>> 6 NOOP 11-24 12:56:05.491 27301 27408 I K9StorageEditor: Preferences commit took 13 ms 11-24 12:56:05.491 27301 27355 V PushController: PushController.updatePushers() 11-24 12:56:05.493 27301 27373 I WM-WorkerWrapper: Worker result SUCCESS for Work [ id=8eeef437-7609-4a68-8e96-63bbb3364a09, tags={ com.fsck.k9.job.MailSyncWorker, MailSync } ] 11-24 12:56:05.495 27301 27355 V PushController: ..Running PushControllers: [] 11-24 12:56:05.495 27301 27355 V PushServiceManager: PushServiceManager.stop() 11-24 12:56:05.495 27301 27355 V PushServiceManager: ..PushService is not running 11-24 12:56:05.495 27301 27355 V BootCompleteManager: Disable BootCompleteReceiver 11-24 12:56:05.528 27301 27348 V ImapResponseParser: conn225000706<<<#6# [OK, NOOP completed (0.001 + 0.000 secs).] 11-24 12:56:05.529 27301 27348 V RealImapConnection: conn225000706>>> 7 EXAMINE "INBOX" 11-24 12:56:05.573 27301 27348 V ImapResponseParser: conn225000706<<<#null# [FLAGS, [\Answered, \Flagged, \Deleted, \Seen, \Draft, Important, Replied-To, $Forwarded, Junk, NonJunk, $label1, $label3, $label2, $label4, $MDNSent, $label5]] 11-24 12:56:05.574 27301 27348 V ImapResponseParser: conn225000706<<<#null# [OK, [PERMANENTFLAGS, []], Read-only mailbox.] 11-24 12:56:05.574 27301 27348 V ImapResponseParser: conn225000706<<<#null# [29, EXISTS] 11-24 12:56:05.574 27301 27348 V ImapResponseParser: conn225000706<<<#null# [0, RECENT] 11-24 12:56:05.574 27301 27348 V ImapResponseParser: conn225000706<<<#null# [OK, [UIDVALIDITY, 1542124742], UIDs valid] 11-24 12:56:05.574 27301 27348 V ImapResponseParser: conn225000706<<<#null# [OK, [UIDNEXT, 3197], Predicted next UID] 11-24 12:56:05.574 27301 27348 V ImapResponseParser: conn225000706<<<#null# [OK, [HIGHESTMODSEQ, 10508], Highest] 11-24 12:56:05.574 27301 27348 V ImapResponseParser: conn225000706<<<#7# [OK, [READ-ONLY], Examine completed (0.002 + 0.000 + 0.001 secs).] 11-24 12:56:05.574 27301 27348 D RealImapFolder: Got untagged EXISTS with value 29 for 2df70efa-45e1-4326-9c28-725b0768d567:INBOX/MessagingController/conn225000706 11-24 12:56:05.574 27301 27348 D RealImapFolder: Got UidNext = 3197 for 2df70efa-45e1-4326-9c28-725b0768d567:INBOX/MessagingController/conn225000706 11-24 12:56:05.583 27301 27348 V ImapSync: SYNC: Remote message count for folder INBOX is 29 11-24 12:56:05.583 27301 27348 V ImapSync: SYNC: About to get messages 1 through 29 for folder INBOX 11-24 12:56:05.583 27301 27348 V RealImapConnection: conn225000706>>> 8 UID SEARCH 1:29 NOT DELETED 11-24 12:56:05.620 27301 27348 V ImapResponseParser: conn225000706<<<#null# [SEARCH, 1342, 2133, 2134, 2226, 2310, 2385, 2724, 2770, 2821, 2822, 2879, 2933, 3000, 3025, 3056, 3063, 3069, 3071, 3076, 3085, 3092, 3094, 3103, 3110, 3122, 3163, 3176, 3179, 3182] 11-24 12:56:05.620 27301 27348 V ImapResponseParser: conn225000706<<<#8# [OK, Search completed (0.001 + 0.000 secs).] 11-24 12:56:05.620 27301 27348 V ImapSync: SYNC: Got 29 messages for folder INBOX 11-24 12:56:05.622 27301 27348 V ImapSync: Message with uid 3182 is present in the local store 11-24 12:56:05.622 27301 27348 V ImapSync: Message with uid 3179 is present in the local store 11-24 12:56:05.622 27301 27348 V ImapSync: Message with uid 3176 is present in the local store 11-24 12:56:05.622 27301 27348 V ImapSync: Message with uid 3163 is present in the local store 11-24 12:56:05.622 27301 27348 V ImapSync: Message with uid 3122 is present in the local store 11-24 12:56:05.623 27301 27348 V ImapSync: Message with uid 3110 is present in the local store 11-24 12:56:05.623 27301 27348 V ImapSync: Message with uid 3103 is present in the local store 11-24 12:56:05.623 27301 27348 V ImapSync: Message with uid 3094 is present in the local store 11-24 12:56:05.623 27301 27348 V ImapSync: Message with uid 3092 is present in the local store 11-24 12:56:05.623 27301 27348 V ImapSync: Message with uid 3085 is present in the local store 11-24 12:56:05.623 27301 27348 V ImapSync: Message with uid 3076 is present in the local store 11-24 12:56:05.624 27301 27348 V ImapSync: Message with uid 3071 is present in the local store 11-24 12:56:05.624 27301 27348 V ImapSync: Message with uid 3069 is present in the local store 11-24 12:56:05.624 27301 27348 V ImapSync: Message with uid 3063 is present in the local store 11-24 12:56:05.624 27301 27348 V ImapSync: Message with uid 3056 is present in the local store 11-24 12:56:05.624 27301 27348 V ImapSync: Message with uid 3025 is present in the local store 11-24 12:56:05.624 27301 27348 V ImapSync: Message with uid 3000 is present in the local store 11-24 12:56:05.624 27301 27348 V ImapSync: Message with uid 2933 is present in the local store 11-24 12:56:05.625 27301 27348 V ImapSync: Message with uid 2879 is present in the local store 11-24 12:56:05.625 27301 27348 V ImapSync: Message with uid 2822 is present in the local store 11-24 12:56:05.625 27301 27348 V ImapSync: Message with uid 2821 is present in the local store 11-24 12:56:05.625 27301 27348 V ImapSync: Message with uid 2770 is present in the local store 11-24 12:56:05.625 27301 27348 V ImapSync: Message with uid 2724 is present in the local store 11-24 12:56:05.625 27301 27348 V ImapSync: Message with uid 2385 is present in the local store 11-24 12:56:05.626 27301 27348 V ImapSync: Message with uid 2310 is present in the local store 11-24 12:56:05.626 27301 27348 V ImapSync: Message with uid 2226 is present in the local store 11-24 12:56:05.627 27301 27348 V ImapSync: Message with uid 2134 is present in the local store 11-24 12:56:05.627 27301 27348 V ImapSync: Message with uid 2133 is present in the local store 11-24 12:56:05.627 27301 27348 V ImapSync: Message with uid 1342 is present in the local store 11-24 12:56:05.627 27301 27348 D ImapSync: SYNC: Have 0 unsynced messages 11-24 12:56:05.627 27301 27348 D ImapSync: SYNC: Have 0 large messages and 0 small messages out of 0 unsynced messages 11-24 12:56:05.627 27301 27348 D ImapSync: SYNC: Fetching 0 small messages for folder INBOX 11-24 12:56:05.628 27301 27348 D ImapSync: SYNC: Done fetching small messages for folder INBOX 11-24 12:56:05.628 27301 27348 D ImapSync: SYNC: Fetching large messages for folder INBOX 11-24 12:56:05.628 27301 27348 D ImapSync: SYNC: Done fetching large messages for folder INBOX 11-24 12:56:05.628 27301 27348 D ImapSync: SYNC: About to sync flags for 29 remote messages for folder INBOX 11-24 12:56:05.628 27301 27348 V RealImapConnection: conn225000706>>> 9 UID FETCH 3182,3179,3176,3163,3122,3110,3103,3094,3092,3085,3076,3071,3069,3063,3056,3025,3000,2933,2879,2822,2821,2770,2724,2385,2310,2226,2134,2133,1342 (UID FLAGS) 11-24 12:56:05.668 27301 27348 V RealImapConnection: conn225000706<<<#null# [1, FETCH, [UID, 1342, FLAGS, [\Seen, $Forwarded, NonJunk, $label1]]] 11-24 12:56:05.669 27301 27348 V RealImapConnection: conn225000706<<<#null# [2, FETCH, [UID, 2133, FLAGS, [\Seen, NonJunk, $label1]]] 11-24 12:56:05.669 27301 27348 V RealImapConnection: conn225000706<<<#null# [3, FETCH, [UID, 2134, FLAGS, [\Seen, NonJunk, $label1]]] 11-24 12:56:05.669 27301 27348 V RealImapConnection: conn225000706<<<#null# [4, FETCH, [UID, 2226, FLAGS, [\Seen, $label1]]] 11-24 12:56:05.669 27301 27348 V RealImapConnection: conn225000706<<<#null# [5, FETCH, [UID, 2310, FLAGS, [\Seen, NonJunk, $label2]]] 11-24 12:56:05.669 27301 27348 V RealImapConnection: conn225000706<<<#null# [6, FETCH, [UID, 2385, FLAGS, [\Answered, \Seen, $label1]]] 11-24 12:56:05.669 27301 27348 V RealImapConnection: conn225000706<<<#null# [7, FETCH, [UID, 2724, FLAGS, [\Seen, NonJunk]]] 11-24 12:56:05.669 27301 27348 V RealImapConnection: conn225000706<<<#null# [8, FETCH, [UID, 2770, FLAGS, [\Seen, NonJunk]]] 11-24 12:56:05.669 27301 27348 V RealImapConnection: conn225000706<<<#null# [9, FETCH, [UID, 2821, FLAGS, [\Seen, NonJunk]]] 11-24 12:56:05.669 27301 27348 V RealImapConnection: conn225000706<<<#null# [10, FETCH, [UID, 2822, FLAGS, [\Seen, NonJunk]]] 11-24 12:56:05.669 27301 27348 V RealImapConnection: conn225000706<<<#null# [11, FETCH, [UID, 2879, FLAGS, [\Seen, NonJunk, $label1]]] 11-24 12:56:05.669 27301 27348 V RealImapConnection: conn225000706<<<#null# [12, FETCH, [UID, 2933, FLAGS, [\Answered, \Seen]]] 11-24 12:56:05.669 27301 27348 V RealImapConnection: conn225000706<<<#null# [13, FETCH, [UID, 3000, FLAGS, [\Seen, NonJunk]]] 11-24 12:56:05.669 27301 27348 V RealImapConnection: conn225000706<<<#null# [14, FETCH, [UID, 3025, FLAGS, [\Seen, NonJunk]]] 11-24 12:56:05.669 27301 27348 V RealImapConnection: conn225000706<<<#null# [15, FETCH, [UID, 3056, FLAGS, [\Seen, NonJunk]]] 11-24 12:56:05.669 27301 27348 V RealImapConnection: conn225000706<<<#null# [16, FETCH, [UID, 3063, FLAGS, [\Seen, NonJunk]]] 11-24 12:56:05.669 27301 27348 V RealImapConnection: conn225000706<<<#null# [17, FETCH, [UID, 3069, FLAGS, [\Seen, NonJunk]]] 11-24 12:56:05.669 27301 27348 V RealImapConnection: conn225000706<<<#null# [18, FETCH, [UID, 3071, FLAGS, [\Seen, NonJunk]]] 11-24 12:56:05.669 27301 27348 V RealImapConnection: conn225000706<<<#null# [19, FETCH, [UID, 3076, FLAGS, [\Seen, NonJunk]]] 11-24 12:56:05.669 27301 27348 V RealImapConnection: conn225000706<<<#null# [20, FETCH, [UID, 3085, FLAGS, [\Seen, NonJunk]]] 11-24 12:56:05.669 27301 27348 V RealImapConnection: conn225000706<<<#null# [21, FETCH, [UID, 3092, FLAGS, [\Seen, NonJunk]]] 11-24 12:56:05.670 27301 27348 V RealImapConnection: conn225000706<<<#null# [22, FETCH, [UID, 3094, FLAGS, [\Seen, NonJunk]]] 11-24 12:56:05.670 27301 27348 V RealImapConnection: conn225000706<<<#null# [23, FETCH, [UID, 3103, FLAGS, [\Seen, NonJunk]]] 11-24 12:56:05.670 27301 27348 V RealImapConnection: conn225000706<<<#null# [24, FETCH, [UID, 3110, FLAGS, [\Seen, NonJunk, $label1]]] 11-24 12:56:05.670 27301 27348 V RealImapConnection: conn225000706<<<#null# [25, FETCH, [UID, 3122, FLAGS, [\Seen, NonJunk]]] 11-24 12:56:05.670 27301 27348 V RealImapConnection: conn225000706<<<#null# [26, FETCH, [UID, 3163, FLAGS, [\Seen, NonJunk]]] 11-24 12:56:05.670 27301 27348 V RealImapConnection: conn225000706<<<#null# [27, FETCH, [UID, 3176, FLAGS, [\Seen, NonJunk]]] 11-24 12:56:05.670 27301 27348 V RealImapConnection: conn225000706<<<#null# [28, FETCH, [UID, 3179, FLAGS, [\Seen]]] 11-24 12:56:05.670 27301 27348 V RealImapConnection: conn225000706<<<#null# [29, FETCH, [UID, 3182, FLAGS, [\Seen, NonJunk]]] 11-24 12:56:05.670 27301 27348 V RealImapConnection: conn225000706<<<#9# [OK, Fetch completed (0.001 + 0.000 secs).] 11-24 12:56:05.674 27301 27348 D ImapSync: SYNC: Synced remote messages for folder INBOX, 0 new messages 11-24 12:56:05.679 27301 27348 D ImapSync: Done synchronizing folder RA:INBOX @ Sun Nov 24 12:56:05 GMT 2024 11-24 12:56:05.679 27301 27348 I ImapSync: Done synchronizing folder RA:INBOX 11-24 12:56:05.680 27301 27348 I MessagingController: Command 'syncINBOX' completed 11-24 12:56:05.680 27301 27348 I MessagingController: Running command 'clear notification flag for 2df70efa-45e1-4326-9c28-725b0768d567', seq = 30 (background priority) 11-24 12:56:05.680 27301 27348 V MessagingController: Clearing notification flag for 2df70efa-45e1-4326-9c28-725b0768d567 11-24 12:56:05.680 27301 27348 I MessagingController: Command 'clear notification flag for 2df70efa-45e1-4326-9c28-725b0768d567' completed 11-24 12:56:05.680 27301 27348 I MessagingController: Running command 'finalize sync', seq = 31 (background priority) 11-24 12:56:05.680 27301 27348 I MessagingController: Finished mail sync 11-24 12:56:05.680 27301 27348 I MessagingController: Command 'finalize sync' completed 11-24 12:56:05.680 27301 27409 V MessagingController: performPeriodicMailSync(2df70efa-45e1-4326-9c28-725b0768d567) got latch release 11-24 12:56:05.681 27301 27409 V MessagingController: Account 2df70efa-45e1-4326-9c28-725b0768d567 successfully synced @ Sun Nov 24 12:56:05 GMT 2024 11-24 12:56:05.681 27301 27409 I K9StorageEditor: Committing preference changes 11-24 12:56:05.690 27301 27409 I K9StorageEditor: Preferences commit took 10 ms 11-24 12:56:05.691 27301 27355 V PushController: PushController.updatePushers() 11-24 12:56:05.691 27301 27343 I WM-WorkerWrapper: Worker result SUCCESS for Work [ id=93604ce4-173d-40ea-b142-0c98c8f0dc9f, tags={ com.fsck.k9.job.MailSyncWorker, MailSync } ] 11-24 12:56:05.692 27301 27355 V PushController: ..Running PushControllers: [] 11-24 12:56:05.692 27301 27355 V PushServiceManager: PushServiceManager.stop() 11-24 12:56:05.692 27301 27355 V PushServiceManager: ..PushService is not running 11-24 12:56:05.692 27301 27355 V BootCompleteManager: Disable BootCompleteReceiver 11-24 12:56:05.700 27301 27343 D ConnectivityManager: StackLog: [android.net.ConnectivityManager.unregisterNetworkCallback(ConnectivityManager.java:5076)] [androidx.work.impl.utils.NetworkApi21.unregisterNetworkCallbackCompat(NetworkApi21.kt:31)] [androidx.work.impl.constraints.trackers.NetworkStateTracker24.stopTracking(NetworkStateTracker.kt:153)] [androidx.work.impl.constraints.trackers.ConstraintTracker.removeListener(ConstraintTracker.kt:72)] [androidx.work.impl.constraints.controllers.ConstraintController$track$1$1.invoke(ContraintControllers.kt:56)] [androidx.work.impl.constraints.controllers.ConstraintController$track$1$1.invoke(ContraintControllers.kt:55)] [kotlinx.coroutines.channels.ProduceKt.awaitClose(Produce.kt:69)] [kotlinx.coroutines.channels.ProduceKt$awaitClose$1.invokeSuspend(Produce.kt:0)] [kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)] [kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:99)] [androidx.work.impl.utils.SerialExecutorImpl$Task.run(SerialExecutorImpl.java:96)] [java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)] [java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)] [java.lang.Thread.run(Thread.java:1012)] 11-24 12:56:05.729 27301 27301 I InputMethodManager: invalidateInput 11-24 12:56:05.730 27301 27301 I ImeTracker: com.fsck.k9:e7fbdf0b: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT 11-24 12:56:05.730 27301 27301 I InputMethodManager_LC: hsifw() - flag : 0 11-24 12:56:05.730 27301 27301 I InputMethodManager_LC: hsifw() - mService.hideSoftInput 11-24 12:56:07.855 27301 27301 I ViewRootImpl@ba62ae4[MessageList]: ViewPostIme pointer 0 11-24 12:56:07.942 27301 27301 I ViewRootImpl@ba62ae4[MessageList]: ViewPostIme pointer 1 11-24 12:56:07.966 27301 27301 I DecorView: setWindowBackground: isPopOver=false color=ff131314 d=android.graphics.drawable.ColorDrawable@1597706 11-24 12:56:07.979 27301 27352 D NativeCustomFrequencyManager: [NativeCFMS] BpCustomFrequencyManager::BpCustomFrequencyManager() 11-24 12:56:07.982 27301 27301 I InsetsController: onStateChanged: host=com.fsck.k9/com.fsck.k9.ui.settings.SettingsActivity, from=android.view.ViewRootImpl.setView:1797, state=InsetsState: {mDisplayFrame=Rect(0, 0 - 1080, 2316), mDisplayCutout=DisplayCutout{insets=Rect(0, 75 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(513, 0 - 567, 75), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080 displayHeight=2316 physicalDisplayWidth=1080 physicalDisplayHeight=2316 density={2.8125} cutoutSpec={M 0,0 H -9.466666666666667 V 26.66666666666667‬ H 9.466666666666667 V 0 H 0 Z @dp} rotation={0} scale={1.0} physicalPixelDisplaySizeRatio={1.0}}}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=8, center=Point(8, 8)}, RoundedCorner{position=TopRight, radius=8, center=Point(1072, 8)}, RoundedCorner{position=BottomRight, radius=8, center=Point(1072, 2308)}, RoundedCorner{position=BottomLeft, radius=8, center=Point(8, 2308)}]} mRoundedCornerFrame=Rect(0, 0 - 1080, 2316), mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(956, 0 - 1080, 75) rotation=0}, mDisplayShape=DisplayShape{ spec=-311912193 displayWidth=1440 displayHeight=3088 physicalPixelDisplaySizeRatio=1.0 rotation=0 offsetX=0 offsetY=0 scale=1.0}, mSources= { InsetsSource: {fd920000 mType=statusBars mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {fd920005 mType=mandatorySystemGestures mFrame=[0,0][1080,109] mVisible=true mFlags=[]}, InsetsSource: {fd920006 mType=tappableElement mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {27 mType=displayCutout mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {174a0001 mType=navigationBars mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0004 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags=[]}, InsetsSource: {174a0005 mType=mandatorySystemGestures mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0006 mType=tappableElement mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0024 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags=[]} } 11-24 12:56:07.982 27301 27301 I ViewRootImpl@fef681[SettingsActivity]: synced displayState. AttachInfo displayState=2 11-24 12:56:07.982 27301 27301 I ViewRootImpl@fef681[SettingsActivity]: setView = com.android.internal.policy.DecorView@f1c3008 TM=true 11-24 12:56:07.988 27301 27301 I InsetsController: onStateChanged: host=com.fsck.k9/com.fsck.k9.ui.settings.SettingsActivity, from=android.view.ViewRootImpl.relayoutWindow:10165, state=InsetsState: {mDisplayFrame=Rect(0, 0 - 1080, 2316), mDisplayCutout=DisplayCutout{insets=Rect(0, 75 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(513, 0 - 567, 75), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080 displayHeight=2316 physicalDisplayWidth=1080 physicalDisplayHeight=2316 density={2.8125} cutoutSpec={M 0,0 H -9.466666666666667 V 26.66666666666667‬ H 9.466666666666667 V 0 H 0 Z @dp} rotation={0} scale={1.0} physicalPixelDisplaySizeRatio={1.0}}}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=8, center=Point(8, 8)}, RoundedCorner{position=TopRight, radius=8, center=Point(1072, 8)}, RoundedCorner{position=BottomRight, radius=8, center=Point(1072, 2308)}, RoundedCorner{position=BottomLeft, radius=8, center=Point(8, 2308)}]} mRoundedCornerFrame=Rect(0, 0 - 1080, 2316), mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(956, 0 - 1080, 75) rotation=0}, mDisplayShape=DisplayShape{ spec=-311912193 displayWidth=1440 displayHeight=3088 physicalPixelDisplaySizeRatio=1.0 rotation=0 offsetX=0 offsetY=0 scale=1.0}, mSources= { InsetsSource: {fd920000 mType=statusBars mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {fd920005 mType=mandatorySystemGestures mFrame=[0,0][1080,109] mVisible=true mFlags=[]}, InsetsSource: {fd920006 mType=tappableElement mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {3 mType=ime mFrame=[0,0][0,0] mVisible=false mFlags=[]}, InsetsSource: {27 mType=displayCutout mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {174a0001 mType=navigationBars mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0004 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags=[]}, InsetsSource: {174a0005 mType=mandatorySystemGestures mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0006 mType=tappableElement mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0024 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags=[]} } 11-24 12:56:07.988 27301 27301 I BufferQueueProducer: [](id:6aa500000001,api:0,p:0,c:27301) setDequeueTimeout:2077252342 11-24 12:56:07.988 27301 27301 I BLASTBufferQueue_Java: new BLASTBufferQueue, mName= ViewRootImpl@fef681[SettingsActivity] mNativeObject= 0xb4000073df4cd800 sc.mNativeObject= 0xb4000073df370ac0 caller= android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3085 android.view.ViewRootImpl.relayoutWindow:10224 android.view.ViewRootImpl.performTraversals:4167 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 android.view.Choreographer$CallbackRecord.run:1690 android.view.Choreographer$CallbackRecord.run:1699 android.view.Choreographer.doCallbacks:1154 android.view.Choreographer.doFrame:1080 android.view.Choreographer$FrameDisplayEventReceiver.run:1647 11-24 12:56:07.989 27301 27301 I BLASTBufferQueue_Java: update, w= 1080 h= 2316 mName = ViewRootImpl@fef681[SettingsActivity] mNativeObject= 0xb4000073df4cd800 sc.mNativeObject= 0xb4000073df370ac0 format= -1 caller= android.graphics.BLASTBufferQueue.:89 android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3085 android.view.ViewRootImpl.relayoutWindow:10224 android.view.ViewRootImpl.performTraversals:4167 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 11-24 12:56:07.989 27301 27301 I ViewRootImpl@fef681[SettingsActivity]: Relayout returned: old=(0,0,1080,2316) new=(0,0,1080,2316) relayoutAsync=false req=(1080,2316)0 dur=5 res=0x403 s={true 0xb4000073e948e800} ch=true seqId=0 11-24 12:56:07.989 27301 27301 I ViewRootImpl@fef681[SettingsActivity]: performConfigurationChange setNightDimText nightDimLevel=0 11-24 12:56:07.989 27301 27301 D ViewRootImpl@fef681[SettingsActivity]: mThreadedRenderer.initialize() mSurface={isValid=true 0xb4000073e948e800} hwInitialized=true 11-24 12:56:07.990 27301 27301 D ViewRootImpl@fef681[SettingsActivity]: reportNextDraw android.view.ViewRootImpl.performTraversals:4781 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 android.view.Choreographer$CallbackRecord.run:1690 android.view.Choreographer$CallbackRecord.run:1699 11-24 12:56:07.990 27301 27301 I ViewRootImpl@fef681[SettingsActivity]: Setup new sync=wmsSync-ViewRootImpl@fef681[SettingsActivity]#2 11-24 12:56:07.990 27301 27301 I ViewRootImpl@fef681[SettingsActivity]: Creating new active sync group ViewRootImpl@fef681[SettingsActivity]#3 11-24 12:56:07.990 27301 27301 I SurfaceSyncGroup: addLocalSync=ViewRootImpl@fef681[SettingsActivity]#3 to name=wmsSync-ViewRootImpl@fef681[SettingsActivity]#2, callers=android.window.SurfaceSyncGroup.add:431 android.window.SurfaceSyncGroup.add:392 android.window.SurfaceSyncGroup.add:340 android.view.ViewRootImpl.createSyncIfNeeded:4912 android.view.ViewRootImpl.performTraversals:4796 android.view.ViewRootImpl.doTraversal:3345 11-24 12:56:07.991 27301 27301 I ViewRootImpl@fef681[SettingsActivity]: registerCallbacksForSync syncBuffer=false 11-24 12:56:07.992 27301 27387 I ViewRootImpl@fef681[SettingsActivity]: Received frameDrawingCallback syncResult=0 frameNum=1. 11-24 12:56:07.992 27301 27387 I ViewRootImpl@fef681[SettingsActivity]: mWNT: t=0xb4000073df4cf900 mBlastBufferQueue=0xb4000073df4cd800 fn= 1 mRenderHdrSdrRatio=1.0 caller= android.view.ViewRootImpl$8.onFrameDraw:13946 android.view.ThreadedRenderer$1.onFrameDraw:792 11-24 12:56:07.992 27301 27387 I ViewRootImpl@fef681[SettingsActivity]: Setting up sync and frameCommitCallback 11-24 12:56:07.994 27301 27352 I BLASTBufferQueue: [ViewRootImpl@fef681[SettingsActivity]#1](f:0,a:0,s:0) onFrameAvailable the first frame is available 11-24 12:56:07.994 27301 27352 I ViewRootImpl@fef681[SettingsActivity]: Received frameCommittedCallback lastAttemptedDrawFrameNum=1 didProduceBuffer=true 11-24 12:56:07.994 27301 27352 I SurfaceSyncGroup: onTransactionReady mName=wmsSync-ViewRootImpl@fef681[SettingsActivity]#2 callback=31497138 11-24 12:56:07.994 27301 27352 D OpenGLRenderer: CFMS:: SetUp Pid : 27301 Tid : 27352 11-24 12:56:07.994 27301 27301 I ViewRootImpl@fef681[SettingsActivity]: reportDrawFinished seqId=0 11-24 12:56:07.996 27301 27352 D OpenGLRenderer: HWUI - treat SMPTE_170M as sRGB 11-24 12:56:07.996 27301 27301 I ViewRootImpl@ba62ae4[MessageList]: handleWindowFocusChanged: 0 0 call from android.view.ViewRootImpl.-$$Nest$mhandleWindowFocusChanged:0 11-24 12:56:07.996 27301 27301 I ImeFocusController: onPreWindowFocus: skipped, hasWindowFocus=false mHasImeFocus=true 11-24 12:56:07.996 27301 27301 I ImeFocusController: onPostWindowFocus: skipped, hasWindowFocus=false mHasImeFocus=true 11-24 12:56:08.004 27301 27301 D AnimatorSet: mReversing is false. Don't call initChildren. 11-24 12:56:08.005 27301 27301 D AnimatorSet: mReversing is false. Don't call initChildren. 11-24 12:56:08.006 27301 27301 D AnimatorSet: mReversing is false. Don't call initChildren. 11-24 12:56:08.007 27301 27301 D AnimatorSet: mReversing is false. Don't call initChildren. 11-24 12:56:08.008 27301 27301 D AnimatorSet: mReversing is false. Don't call initChildren. 11-24 12:56:08.009 27301 27301 D AnimatorSet: mReversing is false. Don't call initChildren. 11-24 12:56:08.017 27301 27301 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=navigationBars, host=com.fsck.k9/com.fsck.k9.ui.settings.SettingsActivity 11-24 12:56:08.018 27301 27301 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=statusBars, host=com.fsck.k9/com.fsck.k9.ui.settings.SettingsActivity 11-24 12:56:08.056 27301 27301 I ViewRootImpl@fef681[SettingsActivity]: handleWindowFocusChanged: 1 0 call from android.view.ViewRootImpl.-$$Nest$mhandleWindowFocusChanged:0 11-24 12:56:08.056 27301 27301 D ViewRootImpl@fef681[SettingsActivity]: mThreadedRenderer.initializeIfNeeded()#2 mSurface={isValid=true 0xb4000073e948e800} 11-24 12:56:08.056 27301 27301 D InputMethodManagerUtils: startInputInner - Id : 0 11-24 12:56:08.056 27301 27301 I InputMethodManager: startInputInner - IInputMethodManagerGlobalInvoker.startInputOrWindowGainedFocus 11-24 12:56:08.065 27301 27301 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=false, type=ime, host=com.fsck.k9/com.fsck.k9.ui.settings.SettingsActivity 11-24 12:56:08.257 27301 28195 D ProfileInstaller: Skipping profile installation for com.fsck.k9 11-24 12:56:08.448 27301 27301 I ViewRootImpl@ba62ae4[MessageList]: handleAppVisibility mAppVisible = true visible = false 11-24 12:56:08.459 27301 27301 I ViewRootImpl@ba62ae4[MessageList]: destroyHardwareResources: Callers=android.view.ViewRootImpl.performTraversals:3989 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 android.view.Choreographer$CallbackRecord.run:1690 android.view.Choreographer$CallbackRecord.run:1699 android.view.Choreographer.doCallbacks:1154 android.view.Choreographer.doFrame:1080 android.view.Choreographer$FrameDisplayEventReceiver.run:1647 android.os.Handler.handleCallback:958 android.os.Handler.dispatchMessage:99 11-24 12:56:08.464 27301 27301 I ViewRootImpl@ba62ae4[MessageList]: Relayout returned: old=(0,0,1080,2316) new=(0,0,1080,2316) relayoutAsync=false req=(1080,2316)8 dur=2 res=0x402 s={false 0x0} ch=true seqId=0 11-24 12:56:08.464 27301 27301 D ConnectivityManager: StackLog: [android.net.ConnectivityManager.unregisterNetworkCallback(ConnectivityManager.java:5076)] [com.bumptech.glide.manager.SingletonConnectivityReceiver$FrameworkConnectivityMonitorPostApi24.unregister(SingletonConnectivityReceiver.java:205)] [com.bumptech.glide.manager.SingletonConnectivityReceiver.maybeUnregisterReceiver(SingletonConnectivityReceiver.java:122)] [com.bumptech.glide.manager.SingletonConnectivityReceiver.unregister(SingletonConnectivityReceiver.java:105)] [com.bumptech.glide.manager.DefaultConnectivityMonitor.unregister(DefaultConnectivityMonitor.java:29)] [com.bumptech.glide.manager.DefaultConnectivityMonitor.onStop(DefaultConnectivityMonitor.java:39)] [com.bumptech.glide.manager.LifecycleLifecycle.onStop(LifecycleLifecycle.java:35)] [java.lang.reflect.Method.invoke(Native Method)] [androidx.lifecycle.ClassesInfoCache$MethodReference.invokeCallback(ClassesInfoCache.java:225)] [androidx.lifecycle.ClassesInfoCache$CallbackInfo.invokeMethodsForEvent(ClassesInfoCache.java:199)] [androidx.lifecycle.ClassesInfoCache$CallbackInfo.invokeCallbacks(ClassesInfoCache.java:190)] [androidx.lifecycle.ReflectiveGenericLifecycleObserver.onStateChanged(ReflectiveGenericLifecycleObserver.java:40)] [androidx.lifecycle.LifecycleRegistry$ObserverWithState.dispatchEvent(LifecycleRegistry.jvm.kt:320)] [androidx.lifecycle.LifecycleRegistry.backwardPass(LifecycleRegistry.jvm.kt:272)] [androidx.lifecycle.LifecycleRegistry.sync(LifecycleRegistry.jvm.kt:289)] [androidx.lifecycle.LifecycleRegistry.moveToState(LifecycleRegistry.jvm.kt:142)] [androidx.lifecycle.LifecycleRegistry.handleLifecycleEvent(LifecycleRegistry.jvm.kt:124)] [androidx.lifecycle.ReportFragment$Companion.dispatch$lifecycle_runtime_release(ReportFragment.android.kt:190)] [androidx.lifecycle.ReportFragment$LifecycleCallbacks.onActivityPreStopped(ReportFragment.android.kt:135)] [android.app.Activity.dispatchActivityPreStopped(Activity.java:1597)] [android.app.Activity.performStop(Activity.java:9258)] [android.app.ActivityThread.callActivityOnStop(ActivityThread.java:5983)] [android.app.ActivityThread.performStopActivityInner(ActivityThread.java:5957)] [android.app.ActivityThread.handleStopActivity(ActivityThread.java:6028)] [android.app.servertransaction.StopActivityItem.execute(StopActivityItem.java:43)] [android.app.servertransaction.ActivityTransactionItem.execute(ActivityTransactionItem.java:45)] [android.app.servertransaction.TransactionExecutor.executeLifecycleState(TransactionExecutor.java:180)] [android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:98)] [android.app.ActivityThread$H.handleMessage(ActivityThread.java:2693)] 11-24 12:56:08.465 27301 27301 I ViewRootImpl@ba62ae4[MessageList]: stopped(true) old = false 11-24 12:56:08.465 27301 27301 D ViewRootImpl@ba62ae4[MessageList]: WindowStopped on com.fsck.k9/com.fsck.k9.activity.MessageList set to true 11-24 12:56:08.474 27301 27301 I ViewRootImpl@ba62ae4[MessageList]: Relayout returned: old=(0,0,1080,2316) new=(0,0,1080,2316) relayoutAsync=false req=(1080,2316)8 dur=3 res=0x402 s={false 0x0} ch=false seqId=0 11-24 12:56:09.417 27301 27301 I ViewRootImpl@fef681[SettingsActivity]: ViewPostIme pointer 0 11-24 12:56:09.418 27301 27301 I GestureDetector: obtain mCurrentDownEvent. id: 22719459 caller: androidx.core.view.GestureDetectorCompat.onTouchEvent:98 androidx.recyclerview.widget.ItemTouchHelper$2.onInterceptTouchEvent:320 androidx.recyclerview.widget.RecyclerView.findInterceptingOnItemTouchListener:3583 11-24 12:56:09.429 27301 27301 I GestureDetector: obtain mCurrentMotionEventRaw. action: 2 id: 199223298 11-24 12:56:09.467 27301 27301 I ViewRootImpl@fef681[SettingsActivity]: ViewPostIme pointer 1 11-24 12:56:09.499 27301 27301 I DecorView: setWindowBackground: isPopOver=false color=ff131314 d=android.graphics.drawable.ColorDrawable@450408c 11-24 12:56:09.512 27301 27352 D NativeCustomFrequencyManager: [NativeCFMS] BpCustomFrequencyManager::BpCustomFrequencyManager() 11-24 12:56:09.515 27301 27301 I InsetsController: onStateChanged: host=com.fsck.k9/com.fsck.k9.ui.settings.general.GeneralSettingsActivity, from=android.view.ViewRootImpl.setView:1797, state=InsetsState: {mDisplayFrame=Rect(0, 0 - 1080, 2316), mDisplayCutout=DisplayCutout{insets=Rect(0, 75 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(513, 0 - 567, 75), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080 displayHeight=2316 physicalDisplayWidth=1080 physicalDisplayHeight=2316 density={2.8125} cutoutSpec={M 0,0 H -9.466666666666667 V 26.66666666666667‬ H 9.466666666666667 V 0 H 0 Z @dp} rotation={0} scale={1.0} physicalPixelDisplaySizeRatio={1.0}}}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=8, center=Point(8, 8)}, RoundedCorner{position=TopRight, radius=8, center=Point(1072, 8)}, RoundedCorner{position=BottomRight, radius=8, center=Point(1072, 2308)}, RoundedCorner{position=BottomLeft, radius=8, center=Point(8, 2308)}]} mRoundedCornerFrame=Rect(0, 0 - 1080, 2316), mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(956, 0 - 1080, 75) rotation=0}, mDisplayShape=DisplayShape{ spec=-311912193 displayWidth=1440 displayHeight=3088 physicalPixelDisplaySizeRatio=1.0 rotation=0 offsetX=0 offsetY=0 scale=1.0}, mSources= { InsetsSource: {fd920000 mType=statusBars mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {fd920005 mType=mandatorySystemGestures mFrame=[0,0][1080,109] mVisible=true mFlags=[]}, InsetsSource: {fd920006 mType=tappableElement mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {27 mType=displayCutout mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {174a0001 mType=navigationBars mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0004 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags=[]}, InsetsSource: {174a0005 mType=mandatorySystemGestures mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0006 mType=tappableElement mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0024 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags=[]} } 11-24 12:56:09.515 27301 27301 I ViewRootImpl@563769[GeneralSettingsActivity]: synced displayState. AttachInfo displayState=2 11-24 12:56:09.515 27301 27301 I ViewRootImpl@563769[GeneralSettingsActivity]: setView = com.android.internal.policy.DecorView@2ef711c TM=true 11-24 12:56:09.521 27301 27301 I InsetsController: onStateChanged: host=com.fsck.k9/com.fsck.k9.ui.settings.general.GeneralSettingsActivity, from=android.view.ViewRootImpl.relayoutWindow:10165, state=InsetsState: {mDisplayFrame=Rect(0, 0 - 1080, 2316), mDisplayCutout=DisplayCutout{insets=Rect(0, 75 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(513, 0 - 567, 75), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080 displayHeight=2316 physicalDisplayWidth=1080 physicalDisplayHeight=2316 density={2.8125} cutoutSpec={M 0,0 H -9.466666666666667 V 26.66666666666667‬ H 9.466666666666667 V 0 H 0 Z @dp} rotation={0} scale={1.0} physicalPixelDisplaySizeRatio={1.0}}}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=8, center=Point(8, 8)}, RoundedCorner{position=TopRight, radius=8, center=Point(1072, 8)}, RoundedCorner{position=BottomRight, radius=8, center=Point(1072, 2308)}, RoundedCorner{position=BottomLeft, radius=8, center=Point(8, 2308)}]} mRoundedCornerFrame=Rect(0, 0 - 1080, 2316), mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(956, 0 - 1080, 75) rotation=0}, mDisplayShape=DisplayShape{ spec=-311912193 displayWidth=1440 displayHeight=3088 physicalPixelDisplaySizeRatio=1.0 rotation=0 offsetX=0 offsetY=0 scale=1.0}, mSources= { InsetsSource: {fd920000 mType=statusBars mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {fd920005 mType=mandatorySystemGestures mFrame=[0,0][1080,109] mVisible=true mFlags=[]}, InsetsSource: {fd920006 mType=tappableElement mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {3 mType=ime mFrame=[0,0][0,0] mVisible=false mFlags=[]}, InsetsSource: {27 mType=displayCutout mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {174a0001 mType=navigationBars mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0004 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags=[]}, InsetsSource: {174a0005 mType=mandatorySystemGestures mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0006 mType=tappableElement mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0024 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags=[]} } 11-24 12:56:09.521 27301 27301 I BufferQueueProducer: [](id:6aa500000002,api:0,p:0,c:27301) setDequeueTimeout:2077252342 11-24 12:56:09.521 27301 27301 I BLASTBufferQueue_Java: new BLASTBufferQueue, mName= ViewRootImpl@563769[GeneralSettingsActivity] mNativeObject= 0xb4000073df548000 sc.mNativeObject= 0xb4000073df6372c0 caller= android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3085 android.view.ViewRootImpl.relayoutWindow:10224 android.view.ViewRootImpl.performTraversals:4167 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 android.view.Choreographer$CallbackRecord.run:1690 android.view.Choreographer$CallbackRecord.run:1699 android.view.Choreographer.doCallbacks:1154 android.view.Choreographer.doFrame:1080 android.view.Choreographer$FrameDisplayEventReceiver.run:1647 11-24 12:56:09.522 27301 27301 I BLASTBufferQueue_Java: update, w= 1080 h= 2316 mName = ViewRootImpl@563769[GeneralSettingsActivity] mNativeObject= 0xb4000073df548000 sc.mNativeObject= 0xb4000073df6372c0 format= -1 caller= android.graphics.BLASTBufferQueue.:89 android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3085 android.view.ViewRootImpl.relayoutWindow:10224 android.view.ViewRootImpl.performTraversals:4167 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 11-24 12:56:09.522 27301 27301 I ViewRootImpl@563769[GeneralSettingsActivity]: Relayout returned: old=(0,0,1080,2316) new=(0,0,1080,2316) relayoutAsync=false req=(1080,2316)0 dur=5 res=0x403 s={true 0xb4000074edce0800} ch=true seqId=0 11-24 12:56:09.522 27301 27301 I ViewRootImpl@563769[GeneralSettingsActivity]: performConfigurationChange setNightDimText nightDimLevel=0 11-24 12:56:09.522 27301 27301 D ViewRootImpl@563769[GeneralSettingsActivity]: mThreadedRenderer.initialize() mSurface={isValid=true 0xb4000074edce0800} hwInitialized=true 11-24 12:56:09.535 27301 27301 D ViewRootImpl@563769[GeneralSettingsActivity]: reportNextDraw android.view.ViewRootImpl.performTraversals:4781 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 android.view.Choreographer$CallbackRecord.run:1690 android.view.Choreographer$CallbackRecord.run:1699 11-24 12:56:09.535 27301 27301 I ViewRootImpl@563769[GeneralSettingsActivity]: Setup new sync=wmsSync-ViewRootImpl@563769[GeneralSettingsActivity]#4 11-24 12:56:09.535 27301 27301 I ViewRootImpl@563769[GeneralSettingsActivity]: Creating new active sync group ViewRootImpl@563769[GeneralSettingsActivity]#5 11-24 12:56:09.535 27301 27301 I SurfaceSyncGroup: addLocalSync=ViewRootImpl@563769[GeneralSettingsActivity]#5 to name=wmsSync-ViewRootImpl@563769[GeneralSettingsActivity]#4, callers=android.window.SurfaceSyncGroup.add:431 android.window.SurfaceSyncGroup.add:392 android.window.SurfaceSyncGroup.add:340 android.view.ViewRootImpl.createSyncIfNeeded:4912 android.view.ViewRootImpl.performTraversals:4796 android.view.ViewRootImpl.doTraversal:3345 11-24 12:56:09.535 27301 27301 I ViewRootImpl@563769[GeneralSettingsActivity]: registerCallbacksForSync syncBuffer=false 11-24 12:56:09.536 27301 27386 I ViewRootImpl@563769[GeneralSettingsActivity]: Received frameDrawingCallback syncResult=0 frameNum=1. 11-24 12:56:09.536 27301 27386 I ViewRootImpl@563769[GeneralSettingsActivity]: mWNT: t=0xb4000073e94e7c00 mBlastBufferQueue=0xb4000073df548000 fn= 1 mRenderHdrSdrRatio=1.0 caller= android.view.ViewRootImpl$8.onFrameDraw:13946 android.view.ThreadedRenderer$1.onFrameDraw:792 11-24 12:56:09.536 27301 27386 I ViewRootImpl@563769[GeneralSettingsActivity]: Setting up sync and frameCommitCallback 11-24 12:56:09.539 27301 27352 I BLASTBufferQueue: [ViewRootImpl@563769[GeneralSettingsActivity]#2](f:0,a:0,s:0) onFrameAvailable the first frame is available 11-24 12:56:09.539 27301 27352 I ViewRootImpl@563769[GeneralSettingsActivity]: Received frameCommittedCallback lastAttemptedDrawFrameNum=1 didProduceBuffer=true 11-24 12:56:09.539 27301 27352 I SurfaceSyncGroup: onTransactionReady mName=wmsSync-ViewRootImpl@563769[GeneralSettingsActivity]#4 callback=204484628 11-24 12:56:09.539 27301 27352 D OpenGLRenderer: CFMS:: SetUp Pid : 27301 Tid : 27352 11-24 12:56:09.539 27301 27301 I ViewRootImpl@563769[GeneralSettingsActivity]: reportDrawFinished seqId=0 11-24 12:56:09.540 27301 27352 D OpenGLRenderer: HWUI - treat SMPTE_170M as sRGB 11-24 12:56:09.540 27301 27301 I ViewRootImpl@fef681[SettingsActivity]: handleWindowFocusChanged: 0 0 call from android.view.ViewRootImpl.-$$Nest$mhandleWindowFocusChanged:0 11-24 12:56:09.540 27301 27301 I ImeFocusController: onPreWindowFocus: skipped, hasWindowFocus=false mHasImeFocus=true 11-24 12:56:09.540 27301 27301 I ImeFocusController: onPostWindowFocus: skipped, hasWindowFocus=false mHasImeFocus=true 11-24 12:56:09.545 27301 27301 I InputMethodManager: invalidateInput 11-24 12:56:09.545 27301 27301 I InputMethodManager: invalidateInput 11-24 12:56:09.545 27301 27301 I InputMethodManager: invalidateInput 11-24 12:56:09.551 27301 27301 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=navigationBars, host=com.fsck.k9/com.fsck.k9.ui.settings.general.GeneralSettingsActivity 11-24 12:56:09.551 27301 27301 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=statusBars, host=com.fsck.k9/com.fsck.k9.ui.settings.general.GeneralSettingsActivity 11-24 12:56:09.600 27301 27301 I ViewRootImpl@563769[GeneralSettingsActivity]: handleWindowFocusChanged: 1 0 call from android.view.ViewRootImpl.-$$Nest$mhandleWindowFocusChanged:0 11-24 12:56:09.600 27301 27301 D ViewRootImpl@563769[GeneralSettingsActivity]: mThreadedRenderer.initializeIfNeeded()#2 mSurface={isValid=true 0xb4000074edce0800} 11-24 12:56:09.600 27301 27301 D InputMethodManagerUtils: startInputInner - Id : 0 11-24 12:56:09.600 27301 27301 I InputMethodManager: startInputInner - IInputMethodManagerGlobalInvoker.startInputOrWindowGainedFocus 11-24 12:56:09.607 27301 27301 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=false, type=ime, host=com.fsck.k9/com.fsck.k9.ui.settings.general.GeneralSettingsActivity 11-24 12:56:09.718 27301 27301 I GestureDetector: handleMessage TAP 11-24 12:56:09.990 27301 27301 I ViewRootImpl@fef681[SettingsActivity]: handleAppVisibility mAppVisible = true visible = false 11-24 12:56:09.996 27301 27301 I ViewRootImpl@fef681[SettingsActivity]: destroyHardwareResources: Callers=android.view.ViewRootImpl.performTraversals:3989 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 android.view.Choreographer$CallbackRecord.run:1690 android.view.Choreographer$CallbackRecord.run:1699 android.view.Choreographer.doCallbacks:1154 android.view.Choreographer.doFrame:1080 android.view.Choreographer$FrameDisplayEventReceiver.run:1647 android.os.Handler.handleCallback:958 android.os.Handler.dispatchMessage:99 11-24 12:56:10.013 27301 27301 I ViewRootImpl@fef681[SettingsActivity]: Relayout returned: old=(0,0,1080,2316) new=(0,0,1080,2316) relayoutAsync=false req=(1080,2316)8 dur=13 res=0x402 s={false 0x0} ch=true seqId=0 11-24 12:56:10.014 27301 27301 I ViewRootImpl@fef681[SettingsActivity]: stopped(true) old = false 11-24 12:56:10.014 27301 27301 D ViewRootImpl@fef681[SettingsActivity]: WindowStopped on com.fsck.k9/com.fsck.k9.ui.settings.SettingsActivity set to true 11-24 12:56:10.026 27301 27301 I ViewRootImpl@fef681[SettingsActivity]: Relayout returned: old=(0,0,1080,2316) new=(0,0,1080,2316) relayoutAsync=false req=(1080,2316)8 dur=5 res=0x402 s={false 0x0} ch=false seqId=0 11-24 12:56:11.211 27301 27301 I ViewRootImpl@563769[GeneralSettingsActivity]: ViewPostIme pointer 0 11-24 12:56:11.267 27301 27301 I ViewRootImpl@563769[GeneralSettingsActivity]: ViewPostIme pointer 1 11-24 12:56:11.273 27301 27301 W WindowOnBackDispatcher: OnBackInvokedCallback is not enabled for the application. 11-24 12:56:11.273 27301 27301 W WindowOnBackDispatcher: Set 'android:enableOnBackInvokedCallback="true"' in the application manifest. 11-24 12:56:11.287 27301 27301 I InputMethodManager: invalidateInput 11-24 12:56:11.287 27301 27301 I InputMethodManager: invalidateInput 11-24 12:56:11.288 27301 27301 I InputMethodManager: invalidateInput 11-24 12:56:11.290 27301 27301 I BLASTBufferQueue_Java: update, w= 1080 h= 2316 mName = ViewRootImpl@563769[GeneralSettingsActivity] mNativeObject= 0xb4000073df548000 sc.mNativeObject= 0xb4000073df6372c0 format= -1 caller= android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3074 android.view.ViewRootImpl.relayoutWindow:10224 android.view.ViewRootImpl.performTraversals:4167 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 android.view.Choreographer$CallbackRecord.run:1690 11-24 12:56:11.290 27301 27301 I ViewRootImpl@563769[GeneralSettingsActivity]: Relayout returned: old=(0,0,1080,2316) new=(0,0,1080,2316) relayoutAsync=true req=(1080,2316)0 dur=0 res=0x0 s={true 0xb4000074edce0800} ch=false seqId=0 11-24 12:56:11.305 27301 27301 I ViewRootImpl@563769[GeneralSettingsActivity]: registerCallbackForPendingTransactions 11-24 12:56:11.306 27301 27387 I ViewRootImpl@563769[GeneralSettingsActivity]: mWNT: t=0xb4000073df579f80 mBlastBufferQueue=0xb4000073df548000 fn= 9 mRenderHdrSdrRatio=1.0 caller= android.view.ViewRootImpl$6.onFrameDraw:5705 android.view.ViewRootImpl$2.onFrameDraw:2190 android.view.ThreadedRenderer$1.onFrameDraw:792 11-24 12:56:12.631 27301 27301 I ViewRootImpl@563769[GeneralSettingsActivity]: ViewPostIme pointer 0 11-24 12:56:12.726 27301 27301 I ViewRootImpl@563769[GeneralSettingsActivity]: ViewPostIme pointer 1 11-24 12:56:13.510 27301 27312 D InputTransport: Input channel destroyed: 'ClientS', fd=142 11-24 12:56:13.510 27301 27312 D InputTransport: Input channel destroyed: 'ClientS', fd=160 11-24 12:56:13.616 27301 27301 I ViewRootImpl@563769[GeneralSettingsActivity]: ViewPostIme pointer 0 11-24 12:56:13.676 27301 27301 I ViewRootImpl@563769[GeneralSettingsActivity]: ViewPostIme pointer 1 11-24 12:56:13.694 27301 27301 D CompatibilityChangeReporter: Compat change id reported: 171228096; UID 10516; state: ENABLED 11-24 12:56:13.702 27301 27301 I WindowManager: WindowManagerGlobal#addView, ty=1002, view=android.widget.PopupWindow$PopupDecorView{cef2f32 V.E..V... R.....I. 0,0-0,0}, caller=android.view.WindowManagerImpl.addView:150 android.widget.PopupWindow.invokePopup:1721 android.widget.PopupWindow.showAsDropDown:1502 11-24 12:56:13.703 27301 27352 D NativeCustomFrequencyManager: [NativeCFMS] BpCustomFrequencyManager::BpCustomFrequencyManager() 11-24 12:56:13.708 27301 27301 I InsetsController: onStateChanged: host=PopupWindow:e4a2b3d, from=android.view.ViewRootImpl.setView:1797, state=InsetsState: {mDisplayFrame=Rect(0, 0 - 1080, 2316), mDisplayCutout=DisplayCutout{insets=Rect(0, 75 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(513, 0 - 567, 75), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080 displayHeight=2316 physicalDisplayWidth=1080 physicalDisplayHeight=2316 density={2.8125} cutoutSpec={M 0,0 H -9.466666666666667 V 26.66666666666667‬ H 9.466666666666667 V 0 H 0 Z @dp} rotation={0} scale={1.0} physicalPixelDisplaySizeRatio={1.0}}}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=8, center=Point(8, 8)}, RoundedCorner{position=TopRight, radius=8, center=Point(1072, 8)}, RoundedCorner{position=BottomRight, radius=8, center=Point(1072, 2308)}, RoundedCorner{position=BottomLeft, radius=8, center=Point(8, 2308)}]} mRoundedCornerFrame=Rect(0, 0 - 1080, 2316), mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(956, 0 - 1080, 75) rotation=0}, mDisplayShape=DisplayShape{ spec=-311912193 displayWidth=1440 displayHeight=3088 physicalPixelDisplaySizeRatio=1.0 rotation=0 offsetX=0 offsetY=0 scale=1.0}, mSources= { InsetsSource: {fd920000 mType=statusBars mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {fd920005 mType=mandatorySystemGestures mFrame=[0,0][1080,109] mVisible=true mFlags=[]}, InsetsSource: {fd920006 mType=tappableElement mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {27 mType=displayCutout mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {174a0001 mType=navigationBars mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0004 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags=[]}, InsetsSource: {174a0005 mType=mandatorySystemGestures mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0006 mType=tappableElement mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0024 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags=[]} } 11-24 12:56:13.709 27301 27301 I ViewRootImpl@4e48483[PopupWindow:e4a2b3d]: synced displayState. AttachInfo displayState=2 11-24 12:56:13.709 27301 27301 I ViewRootImpl@4e48483[PopupWindow:e4a2b3d]: setView = android.widget.PopupWindow$PopupDecorView@cef2f32 TM=true 11-24 12:56:13.716 27301 27379 I ViewRootImpl@4e48483[PopupWindow:e4a2b3d]: Resizing android.view.ViewRootImpl@e39728a: frame = [518,98][1069,277] reportDraw = true forceLayout = false syncSeqId = -1 11-24 12:56:13.717 27301 27301 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=navigationBars, host=PopupWindow:e4a2b3d 11-24 12:56:13.717 27301 27301 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=statusBars, host=PopupWindow:e4a2b3d 11-24 12:56:13.717 27301 27301 I BufferQueueProducer: [](id:6aa500000003,api:0,p:0,c:27301) setDequeueTimeout:2077252342 11-24 12:56:13.718 27301 27301 I BLASTBufferQueue_Java: new BLASTBufferQueue, mName= ViewRootImpl@4e48483[PopupWindow:e4a2b3d] mNativeObject= 0xb4000073df548c00 sc.mNativeObject= 0xb400007493ee9200 caller= android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3085 android.view.ViewRootImpl.relayoutWindow:10224 android.view.ViewRootImpl.performTraversals:4167 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 android.view.Choreographer$CallbackRecord.run:1690 android.view.Choreographer$CallbackRecord.run:1699 android.view.Choreographer.doCallbacks:1154 android.view.Choreographer.doFrame:1080 android.view.Choreographer$FrameDisplayEventReceiver.run:1647 11-24 12:56:13.718 27301 27301 I BLASTBufferQueue_Java: update, w= 585 h= 213 mName = ViewRootImpl@4e48483[PopupWindow:e4a2b3d] mNativeObject= 0xb4000073df548c00 sc.mNativeObject= 0xb400007493ee9200 format= -3 caller= android.graphics.BLASTBufferQueue.:89 android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3085 android.view.ViewRootImpl.relayoutWindow:10224 android.view.ViewRootImpl.performTraversals:4167 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 11-24 12:56:13.718 27301 27301 I ViewRootImpl@4e48483[PopupWindow:e4a2b3d]: Relayout returned: old=(518,98,1069,98) new=(518,98,1069,277) relayoutAsync=false req=(551,179)0 dur=5 res=0x403 s={true 0xb4000073e948e800} ch=true seqId=0 11-24 12:56:13.718 27301 27301 I ViewRootImpl@4e48483[PopupWindow:e4a2b3d]: performConfigurationChange setNightDimText nightDimLevel=0 11-24 12:56:13.719 27301 27301 D ViewRootImpl@4e48483[PopupWindow:e4a2b3d]: mThreadedRenderer.initialize() mSurface={isValid=true 0xb4000073e948e800} hwInitialized=true 11-24 12:56:13.720 27301 27301 D AbsListView: in onLayout changed 11-24 12:56:13.723 27301 27301 D ViewRootImpl@4e48483[PopupWindow:e4a2b3d]: reportNextDraw android.view.ViewRootImpl.performTraversals:4781 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 android.view.Choreographer$CallbackRecord.run:1690 android.view.Choreographer$CallbackRecord.run:1699 11-24 12:56:13.724 27301 27301 D AnimatorSet: mReversing is false. Don't call initChildren. 11-24 12:56:13.724 27301 27301 I ViewRootImpl@4e48483[PopupWindow:e4a2b3d]: Setup new sync=wmsSync-ViewRootImpl@4e48483[PopupWindow:e4a2b3d]#6 11-24 12:56:13.724 27301 27301 I ViewRootImpl@4e48483[PopupWindow:e4a2b3d]: Creating new active sync group ViewRootImpl@4e48483[PopupWindow:e4a2b3d]#7 11-24 12:56:13.724 27301 27301 I SurfaceSyncGroup: addLocalSync=ViewRootImpl@4e48483[PopupWindow:e4a2b3d]#7 to name=wmsSync-ViewRootImpl@4e48483[PopupWindow:e4a2b3d]#6, callers=android.window.SurfaceSyncGroup.add:431 android.window.SurfaceSyncGroup.add:392 android.window.SurfaceSyncGroup.add:340 android.view.ViewRootImpl.createSyncIfNeeded:4912 android.view.ViewRootImpl.performTraversals:4796 android.view.ViewRootImpl.doTraversal:3345 11-24 12:56:13.725 27301 27301 I ViewRootImpl@4e48483[PopupWindow:e4a2b3d]: registerCallbacksForSync syncBuffer=false 11-24 12:56:13.725 27301 27386 I ViewRootImpl@4e48483[PopupWindow:e4a2b3d]: Received frameDrawingCallback syncResult=0 frameNum=1. 11-24 12:56:13.725 27301 27386 I ViewRootImpl@4e48483[PopupWindow:e4a2b3d]: mWNT: t=0xb4000074f6729100 mBlastBufferQueue=0xb4000073df548c00 fn= 1 mRenderHdrSdrRatio=1.0 caller= android.view.ViewRootImpl$8.onFrameDraw:13946 android.view.ThreadedRenderer$1.onFrameDraw:792 11-24 12:56:13.725 27301 27386 I ViewRootImpl@4e48483[PopupWindow:e4a2b3d]: Setting up sync and frameCommitCallback 11-24 12:56:13.727 27301 27352 I BLASTBufferQueue: [ViewRootImpl@4e48483[PopupWindow:e4a2b3d]#3](f:0,a:0,s:0) onFrameAvailable the first frame is available 11-24 12:56:13.727 27301 27352 I ViewRootImpl@4e48483[PopupWindow:e4a2b3d]: Received frameCommittedCallback lastAttemptedDrawFrameNum=1 didProduceBuffer=true 11-24 12:56:13.727 27301 27352 I SurfaceSyncGroup: onTransactionReady mName=wmsSync-ViewRootImpl@4e48483[PopupWindow:e4a2b3d]#6 callback=243476393 11-24 12:56:13.728 27301 27352 D OpenGLRenderer: CFMS:: SetUp Pid : 27301 Tid : 27352 11-24 12:56:13.728 27301 27301 I ViewRootImpl@4e48483[PopupWindow:e4a2b3d]: reportDrawFinished seqId=0 11-24 12:56:13.728 27301 27352 D OpenGLRenderer: HWUI - treat SMPTE_170M as sRGB 11-24 12:56:13.729 27301 27301 I ViewRootImpl@4e48483[PopupWindow:e4a2b3d]: handleResized, msg = 5 frames=ClientWindowFrames{frame=[518,98][1069,277] display=[-100000,-100000][100000,100000] parentFrame=[0,0][0,0] attachedFrame=[0,0][1080,2316]} forceNextWindowRelayout=false displayId=0 dragResizing=false compatScale=1.0 frameChanged=false attachedFrameChanged=false configChanged=false displayChanged=false compatScaleChanged=false 11-24 12:56:13.729 27301 27301 I ViewRootImpl@4e48483[PopupWindow:e4a2b3d]: handleResized mSyncSeqId = 0 11-24 12:56:13.729 27301 27301 D ViewRootImpl@4e48483[PopupWindow:e4a2b3d]: reportNextDraw android.view.ViewRootImpl.handleResized:2574 android.view.ViewRootImpl.-$$Nest$mhandleResized:0 android.view.ViewRootImpl$ViewRootHandler.handleMessageImpl:7267 android.view.ViewRootImpl$ViewRootHandler.handleMessage:7236 android.os.Handler.dispatchMessage:106 11-24 12:56:13.730 27301 27301 I ViewRootImpl@4e48483[PopupWindow:e4a2b3d]: Setup new sync=wmsSync-ViewRootImpl@4e48483[PopupWindow:e4a2b3d]#8 11-24 12:56:13.730 27301 27301 I ViewRootImpl@4e48483[PopupWindow:e4a2b3d]: Creating new active sync group ViewRootImpl@4e48483[PopupWindow:e4a2b3d]#9 11-24 12:56:13.730 27301 27301 I SurfaceSyncGroup: addLocalSync=ViewRootImpl@4e48483[PopupWindow:e4a2b3d]#9 to name=wmsSync-ViewRootImpl@4e48483[PopupWindow:e4a2b3d]#8, callers=android.window.SurfaceSyncGroup.add:431 android.window.SurfaceSyncGroup.add:392 android.window.SurfaceSyncGroup.add:340 android.view.ViewRootImpl.createSyncIfNeeded:4912 android.view.ViewRootImpl.performTraversals:4796 android.view.ViewRootImpl.doTraversal:3345 11-24 12:56:13.730 27301 27301 I ViewRootImpl@4e48483[PopupWindow:e4a2b3d]: registerCallbacksForSync syncBuffer=false 11-24 12:56:13.730 27301 27387 I ViewRootImpl@4e48483[PopupWindow:e4a2b3d]: Received frameDrawingCallback syncResult=0 frameNum=2. 11-24 12:56:13.730 27301 27387 I ViewRootImpl@4e48483[PopupWindow:e4a2b3d]: mWNT: t=0xb4000074edd4e300 mBlastBufferQueue=0xb4000073df548c00 fn= 2 mRenderHdrSdrRatio=1.0 caller= android.view.ViewRootImpl$8.onFrameDraw:13946 android.view.ThreadedRenderer$1.onFrameDraw:792 11-24 12:56:13.730 27301 27387 I ViewRootImpl@4e48483[PopupWindow:e4a2b3d]: Setting up sync and frameCommitCallback 11-24 12:56:13.731 27301 27352 I ViewRootImpl@4e48483[PopupWindow:e4a2b3d]: Received frameCommittedCallback lastAttemptedDrawFrameNum=2 didProduceBuffer=true 11-24 12:56:13.731 27301 27352 I SurfaceSyncGroup: onTransactionReady mName=wmsSync-ViewRootImpl@4e48483[PopupWindow:e4a2b3d]#8 callback=140791388 11-24 12:56:13.731 27301 27301 I ViewRootImpl@4e48483[PopupWindow:e4a2b3d]: reportDrawFinished seqId=0 11-24 12:56:13.733 27301 27301 I ViewRootImpl@563769[GeneralSettingsActivity]: handleWindowFocusChanged: 0 0 call from android.view.ViewRootImpl.-$$Nest$mhandleWindowFocusChanged:0 11-24 12:56:13.733 27301 27301 I ImeFocusController: onPreWindowFocus: skipped, hasWindowFocus=false mHasImeFocus=true 11-24 12:56:13.733 27301 27301 I ImeFocusController: onPostWindowFocus: skipped, hasWindowFocus=false mHasImeFocus=true 11-24 12:56:13.740 27301 27301 I ViewRootImpl@4e48483[PopupWindow:e4a2b3d]: handleWindowFocusChanged: 1 0 call from android.view.ViewRootImpl.-$$Nest$mhandleWindowFocusChanged:0 11-24 12:56:13.741 27301 27301 D ViewRootImpl@4e48483[PopupWindow:e4a2b3d]: mThreadedRenderer.initializeIfNeeded()#2 mSurface={isValid=true 0xb4000073e948e800} 11-24 12:56:13.741 27301 27301 I ImeFocusController: onPreWindowFocus: skipped, hasWindowFocus=true mHasImeFocus=false 11-24 12:56:13.741 27301 27301 I ImeFocusController: onPostWindowFocus: skipped, hasWindowFocus=true mHasImeFocus=false 11-24 12:56:15.091 27301 27301 I ViewRootImpl@4e48483[PopupWindow:e4a2b3d]: ViewPostIme pointer 0 11-24 12:56:15.193 27301 27301 I ViewRootImpl@4e48483[PopupWindow:e4a2b3d]: ViewPostIme pointer 1 11-24 12:56:15.193 27301 27301 D AbsListView: onTouchUp() mTouchMode : 2 11-24 12:56:15.217 27301 27301 I BLASTBufferQueue_Java: update, w= 585 h= 213 mName = ViewRootImpl@4e48483[PopupWindow:e4a2b3d] mNativeObject= 0xb4000073df548c00 sc.mNativeObject= 0xb400007493ee9200 format= -3 caller= android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3074 android.view.ViewRootImpl.relayoutWindow:10224 android.view.ViewRootImpl.performTraversals:4167 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 android.view.Choreographer$CallbackRecord.run:1690 11-24 12:56:15.217 27301 27301 I ViewRootImpl@4e48483[PopupWindow:e4a2b3d]: Relayout returned: old=(518,98,1069,277) new=(518,98,1069,277) relayoutAsync=true req=(551,179)0 dur=0 res=0x0 s={true 0xb4000073e948e800} ch=false seqId=0 11-24 12:56:15.217 27301 27301 I ViewRootImpl@4e48483[PopupWindow:e4a2b3d]: registerCallbackForPendingTransactions 11-24 12:56:15.220 27301 27386 I ViewRootImpl@4e48483[PopupWindow:e4a2b3d]: mWNT: t=0xb4000074edd4e900 mBlastBufferQueue=0xb4000073df548c00 fn= 31 mRenderHdrSdrRatio=1.0 caller= android.view.ViewRootImpl$6.onFrameDraw:5705 android.view.ViewRootImpl$2.onFrameDraw:2190 android.view.ThreadedRenderer$1.onFrameDraw:792 11-24 12:56:15.226 27301 27301 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=navigationBars, host=com.fsck.k9/com.fsck.k9.ui.settings.general.GeneralSettingsActivity 11-24 12:56:15.226 27301 27301 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=statusBars, host=com.fsck.k9/com.fsck.k9.ui.settings.general.GeneralSettingsActivity 11-24 12:56:15.235 27301 27301 I ViewRootImpl@4e48483[PopupWindow:e4a2b3d]: handleWindowFocusChanged: 0 0 call from android.view.ViewRootImpl.-$$Nest$mhandleWindowFocusChanged:0 11-24 12:56:15.235 27301 27301 I ImeFocusController: onPreWindowFocus: skipped, hasWindowFocus=false mHasImeFocus=false 11-24 12:56:15.235 27301 27301 I ImeFocusController: onPostWindowFocus: skipped, hasWindowFocus=false mHasImeFocus=false 11-24 12:56:15.239 27301 27301 I ViewRootImpl@563769[GeneralSettingsActivity]: handleWindowFocusChanged: 1 0 call from android.view.ViewRootImpl.-$$Nest$mhandleWindowFocusChanged:0 11-24 12:56:15.239 27301 27301 D ViewRootImpl@563769[GeneralSettingsActivity]: mThreadedRenderer.initializeIfNeeded()#2 mSurface={isValid=true 0xb4000074edce0800} 11-24 12:56:15.239 27301 27301 D InputMethodManagerUtils: startInputInner - Id : 0 11-24 12:56:15.239 27301 27301 I InputMethodManager: startInputInner - IInputMethodManagerGlobalInvoker.startInputOrWindowGainedFocus 11-24 12:56:15.253 27301 27301 D InputMethodManagerUtils: startInputInner - Id : 0 11-24 12:56:15.253 27301 27301 I InputMethodManager: startInputInner - IInputMethodManagerGlobalInvoker.startInputOrWindowGainedFocus 11-24 12:56:15.254 27301 27301 I ViewRootImpl@563769[GeneralSettingsActivity]: handleWindowFocusChanged: 0 0 call from android.view.ViewRootImpl.-$$Nest$mhandleWindowFocusChanged:0 11-24 12:56:15.254 27301 27301 I ImeFocusController: onPreWindowFocus: skipped, hasWindowFocus=false mHasImeFocus=true 11-24 12:56:15.254 27301 27301 I ImeFocusController: onPostWindowFocus: skipped, hasWindowFocus=false mHasImeFocus=true 11-24 12:56:15.515 27301 27301 D InputTransport: Input channel destroyed: 'ClientS', fd=154 11-24 12:56:15.528 27301 27301 I WindowManager: WindowManagerGlobal#removeView, ty=1002, view=android.widget.PopupWindow$PopupDecorView{cef2f32 V.E..V... R.....ID 0,0-551,179}, caller=android.view.WindowManagerGlobal.removeView:648 android.view.WindowManagerImpl.removeViewImmediate:208 android.widget.PopupWindow.dismissImmediate:2422 11-24 12:56:15.528 27301 27301 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda19@70084f5 11-24 12:56:15.533 27301 27301 I ViewRootImpl@4e48483[PopupWindow:e4a2b3d]: dispatchDetachedFromWindow 11-24 12:56:15.545 27301 27301 D InputTransport: Input channel destroyed: 'dcf2b7c', fd=137 11-24 12:56:15.709 27301 27301 I ViewRootImpl@4e48483[PopupWindow:e4a2b3d]: handleAppVisibility mAppVisible = true visible = false 11-24 12:56:15.709 27301 27301 I ViewRootImpl@563769[GeneralSettingsActivity]: handleAppVisibility mAppVisible = true visible = false 11-24 12:56:15.713 27301 27301 I ViewRootImpl@563769[GeneralSettingsActivity]: destroyHardwareResources: Callers=android.view.ViewRootImpl.performTraversals:3989 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 android.view.Choreographer$CallbackRecord.run:1690 android.view.Choreographer$CallbackRecord.run:1699 android.view.Choreographer.doCallbacks:1154 android.view.Choreographer.doFrame:1080 android.view.Choreographer$FrameDisplayEventReceiver.run:1647 android.os.Handler.handleCallback:958 android.os.Handler.dispatchMessage:99 11-24 12:56:15.714 27301 27352 D OpenGLRenderer: CacheManager::trimMemory(20) 11-24 12:56:15.729 27301 27301 I ViewRootImpl@563769[GeneralSettingsActivity]: Relayout returned: old=(0,0,1080,2316) new=(0,0,1080,2316) relayoutAsync=false req=(1080,2316)8 dur=7 res=0x402 s={false 0x0} ch=true seqId=0 11-24 12:56:15.729 27301 27352 D OpenGLRenderer: CacheManager::trimMemory(20) 11-24 12:56:15.730 27301 27301 I ViewRootImpl@563769[GeneralSettingsActivity]: stopped(true) old = false 11-24 12:56:15.730 27301 27301 D ViewRootImpl@563769[GeneralSettingsActivity]: WindowStopped on com.fsck.k9/com.fsck.k9.ui.settings.general.GeneralSettingsActivity set to true 11-24 12:56:15.730 27301 27352 D OpenGLRenderer: CacheManager::trimMemory(20) 11-24 12:56:15.741 27301 27301 I ViewRootImpl@563769[GeneralSettingsActivity]: Relayout returned: old=(0,0,1080,2316) new=(0,0,1080,2316) relayoutAsync=false req=(1080,2316)8 dur=3 res=0x402 s={false 0x0} ch=false seqId=0 11-24 12:56:18.850 27301 27301 I ViewRootImpl@563769[GeneralSettingsActivity]: handleAppVisibility mAppVisible = false visible = true 11-24 12:56:18.851 27301 27301 D CompatibilityChangeReporter: Compat change id reported: 78294732; UID 10516; state: ENABLED 11-24 12:56:18.851 27301 27301 I ViewRootImpl@563769[GeneralSettingsActivity]: stopped(false) old = true 11-24 12:56:18.851 27301 27301 D ViewRootImpl@563769[GeneralSettingsActivity]: WindowStopped on com.fsck.k9/com.fsck.k9.ui.settings.general.GeneralSettingsActivity set to false 11-24 12:56:18.864 27301 27301 W WindowOnBackDispatcher: OnBackInvokedCallback is not enabled for the application. 11-24 12:56:18.864 27301 27301 W WindowOnBackDispatcher: Set 'android:enableOnBackInvokedCallback="true"' in the application manifest. 11-24 12:56:18.928 27301 27301 I InputMethodManager: invalidateInput 11-24 12:56:18.928 27301 27301 I InputMethodManager: invalidateInput 11-24 12:56:18.929 27301 27301 I InputMethodManager: invalidateInput 11-24 12:56:18.946 27301 27301 I BufferQueueProducer: [](id:6aa500000004,api:0,p:-1,c:27301) setDequeueTimeout:2077252342 11-24 12:56:18.946 27301 27301 I BLASTBufferQueue_Java: new BLASTBufferQueue, mName= ViewRootImpl@563769[GeneralSettingsActivity] mNativeObject= 0xb4000073df548900 sc.mNativeObject= 0xb4000073e98c2600 caller= android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3085 android.view.ViewRootImpl.relayoutWindow:10224 android.view.ViewRootImpl.performTraversals:4167 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 android.view.Choreographer$CallbackRecord.run:1690 android.view.Choreographer$CallbackRecord.run:1699 android.view.Choreographer.doCallbacks:1154 android.view.Choreographer.doFrame:1080 android.view.Choreographer$FrameDisplayEventReceiver.run:1647 11-24 12:56:18.947 27301 27301 I BLASTBufferQueue_Java: update, w= 1080 h= 2316 mName = ViewRootImpl@563769[GeneralSettingsActivity] mNativeObject= 0xb4000073df548900 sc.mNativeObject= 0xb4000073e98c2600 format= -1 caller= android.graphics.BLASTBufferQueue.:89 android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3085 android.view.ViewRootImpl.relayoutWindow:10224 android.view.ViewRootImpl.performTraversals:4167 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 11-24 12:56:18.947 27301 27301 I ViewRootImpl@563769[GeneralSettingsActivity]: Relayout returned: old=(0,0,1080,2316) new=(0,0,1080,2316) relayoutAsync=false req=(1080,2316)0 dur=8 res=0x403 s={true 0xb4000074edce0800} ch=true seqId=0 11-24 12:56:18.947 27301 27301 D ViewRootImpl@563769[GeneralSettingsActivity]: mThreadedRenderer.initialize() mSurface={isValid=true 0xb4000074edce0800} hwInitialized=true 11-24 12:56:18.949 27301 27301 D ViewRootImpl@563769[GeneralSettingsActivity]: reportNextDraw android.view.ViewRootImpl.performTraversals:4781 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 android.view.Choreographer$CallbackRecord.run:1690 android.view.Choreographer$CallbackRecord.run:1699 11-24 12:56:18.949 27301 27301 I ViewRootImpl@563769[GeneralSettingsActivity]: Setup new sync=wmsSync-ViewRootImpl@563769[GeneralSettingsActivity]#10 11-24 12:56:18.949 27301 27301 I ViewRootImpl@563769[GeneralSettingsActivity]: Creating new active sync group ViewRootImpl@563769[GeneralSettingsActivity]#11 11-24 12:56:18.949 27301 27301 I SurfaceSyncGroup: addLocalSync=ViewRootImpl@563769[GeneralSettingsActivity]#11 to name=wmsSync-ViewRootImpl@563769[GeneralSettingsActivity]#10, callers=android.window.SurfaceSyncGroup.add:431 android.window.SurfaceSyncGroup.add:392 android.window.SurfaceSyncGroup.add:340 android.view.ViewRootImpl.createSyncIfNeeded:4912 android.view.ViewRootImpl.performTraversals:4796 android.view.ViewRootImpl.doTraversal:3345 11-24 12:56:18.949 27301 27301 I ViewRootImpl@563769[GeneralSettingsActivity]: registerCallbacksForSync syncBuffer=false 11-24 12:56:18.958 27301 27387 I ViewRootImpl@563769[GeneralSettingsActivity]: Received frameDrawingCallback syncResult=0 frameNum=1. 11-24 12:56:18.958 27301 27387 I ViewRootImpl@563769[GeneralSettingsActivity]: mWNT: t=0xb4000074edd4f200 mBlastBufferQueue=0xb4000073df548900 fn= 1 mRenderHdrSdrRatio=1.0 caller= android.view.ViewRootImpl$8.onFrameDraw:13946 android.view.ThreadedRenderer$1.onFrameDraw:792 11-24 12:56:18.958 27301 27387 I ViewRootImpl@563769[GeneralSettingsActivity]: Setting up sync and frameCommitCallback 11-24 12:56:18.959 27301 27352 I BLASTBufferQueue: [ViewRootImpl@563769[GeneralSettingsActivity]#4](f:0,a:0,s:0) onFrameAvailable the first frame is available 11-24 12:56:18.959 27301 27352 I ViewRootImpl@563769[GeneralSettingsActivity]: Received frameCommittedCallback lastAttemptedDrawFrameNum=1 didProduceBuffer=true 11-24 12:56:18.959 27301 27352 I SurfaceSyncGroup: onTransactionReady mName=wmsSync-ViewRootImpl@563769[GeneralSettingsActivity]#10 callback=98069555 11-24 12:56:18.960 27301 27301 I ViewRootImpl@563769[GeneralSettingsActivity]: reportDrawFinished seqId=0 11-24 12:56:18.960 27301 27301 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=navigationBars, host=com.fsck.k9/com.fsck.k9.ui.settings.general.GeneralSettingsActivity 11-24 12:56:18.960 27301 27301 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=statusBars, host=com.fsck.k9/com.fsck.k9.ui.settings.general.GeneralSettingsActivity 11-24 12:56:18.983 27301 27301 I ViewRootImpl@563769[GeneralSettingsActivity]: handleWindowFocusChanged: 1 0 call from android.view.ViewRootImpl.-$$Nest$mhandleWindowFocusChanged:0 11-24 12:56:18.983 27301 27301 D ViewRootImpl@563769[GeneralSettingsActivity]: mThreadedRenderer.initializeIfNeeded()#2 mSurface={isValid=true 0xb4000074edce0800} 11-24 12:56:18.985 27301 27301 D InputMethodManagerUtils: startInputInner - Id : 0 11-24 12:56:18.985 27301 27301 I InputMethodManager: startInputInner - IInputMethodManagerGlobalInvoker.startInputOrWindowGainedFocus 11-24 12:56:18.993 27301 27301 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=false, type=ime, host=com.fsck.k9/com.fsck.k9.ui.settings.general.GeneralSettingsActivity 11-24 12:56:18.994 27301 27379 I ViewRootImpl@563769[GeneralSettingsActivity]: Resizing android.view.ViewRootImpl@d651bee: frame = [0,0][1080,2316] reportDraw = false forceLayout = false syncSeqId = -1 11-24 12:56:18.995 27301 27301 I ViewRootImpl@563769[GeneralSettingsActivity]: handleResized, msg = 4 frames=ClientWindowFrames{frame=[0,0][1080,2316] display=[0,0][1080,2316] parentFrame=[0,0][0,0]} forceNextWindowRelayout=false displayId=0 dragResizing=false compatScale=1.0 frameChanged=false attachedFrameChanged=false configChanged=false displayChanged=false compatScaleChanged=false 11-24 12:56:19.158 27301 27301 I InputMethodManager: invalidateInput 11-24 12:56:19.158 27301 27301 I InputMethodManager: invalidateInput 11-24 12:56:19.158 27301 27301 I InputMethodManager: invalidateInput 11-24 12:56:19.168 27301 27301 D AnimatorSet: mReversing is false. Don't call initChildren. 11-24 12:56:20.492 27301 27301 I ViewRootImpl@563769[GeneralSettingsActivity]: handleWindowFocusChanged: 0 0 call from android.view.ViewRootImpl.-$$Nest$mhandleWindowFocusChanged:0 11-24 12:56:20.492 27301 27301 I ImeFocusController: onPreWindowFocus: skipped, hasWindowFocus=false mHasImeFocus=true 11-24 12:56:20.493 27301 27301 I ImeFocusController: onPostWindowFocus: skipped, hasWindowFocus=false mHasImeFocus=true 11-24 12:56:20.535 27301 27301 D InputTransport: Input channel destroyed: 'ClientS', fd=144 11-24 12:56:20.874 27301 27301 I ViewRootImpl@563769[GeneralSettingsActivity]: handleAppVisibility mAppVisible = true visible = false 11-24 12:56:20.880 27301 27301 I ViewRootImpl@563769[GeneralSettingsActivity]: destroyHardwareResources: Callers=android.view.ViewRootImpl.performTraversals:3989 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 android.view.Choreographer$CallbackRecord.run:1690 android.view.Choreographer$CallbackRecord.run:1699 android.view.Choreographer.doCallbacks:1154 android.view.Choreographer.doFrame:1080 android.view.Choreographer$FrameDisplayEventReceiver.run:1647 android.os.Handler.handleCallback:958 android.os.Handler.dispatchMessage:99 11-24 12:56:20.882 27301 27352 D OpenGLRenderer: CacheManager::trimMemory(20) 11-24 12:56:20.887 27301 27301 I ViewRootImpl@563769[GeneralSettingsActivity]: Relayout returned: old=(0,0,1080,2316) new=(0,0,1080,2316) relayoutAsync=false req=(1080,2316)8 dur=3 res=0x402 s={false 0x0} ch=true seqId=0 11-24 12:56:20.891 27301 27352 D OpenGLRenderer: CacheManager::trimMemory(20) 11-24 12:56:20.891 27301 27301 I ViewRootImpl@563769[GeneralSettingsActivity]: stopped(true) old = false 11-24 12:56:20.891 27301 27301 D ViewRootImpl@563769[GeneralSettingsActivity]: WindowStopped on com.fsck.k9/com.fsck.k9.ui.settings.general.GeneralSettingsActivity set to true 11-24 12:56:20.892 27301 27352 D OpenGLRenderer: CacheManager::trimMemory(20) 11-24 12:56:20.906 27301 27301 I ViewRootImpl@563769[GeneralSettingsActivity]: Relayout returned: old=(0,0,1080,2316) new=(0,0,1080,2316) relayoutAsync=false req=(1080,2316)8 dur=2 res=0x402 s={false 0x0} ch=false seqId=0 11-24 13:04:49.452 27301 27301 I ViewRootImpl@563769[GeneralSettingsActivity]: handleAppVisibility mAppVisible = false visible = true 11-24 13:04:49.455 27301 27301 I InsetsController: onStateChanged: host=com.fsck.k9/com.fsck.k9.ui.settings.general.GeneralSettingsActivity, from=android.view.ViewRootImpl$ViewRootHandler.handleMessageImpl:7279, state=InsetsState: {mDisplayFrame=Rect(0, 0 - 1080, 2316), mDisplayCutout=DisplayCutout{insets=Rect(0, 75 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(513, 0 - 567, 75), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080 displayHeight=2316 physicalDisplayWidth=1080 physicalDisplayHeight=2316 density={2.8125} cutoutSpec={M 0,0 H -9.466666666666667 V 26.66666666666667‬ H 9.466666666666667 V 0 H 0 Z @dp} rotation={0} scale={1.0} physicalPixelDisplaySizeRatio={1.0}}}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=8, center=Point(8, 8)}, RoundedCorner{position=TopRight, radius=8, center=Point(1072, 8)}, RoundedCorner{position=BottomRight, radius=8, center=Point(1072, 2308)}, RoundedCorner{position=BottomLeft, radius=8, center=Point(8, 2308)}]} mRoundedCornerFrame=Rect(0, 0 - 1080, 2316), mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(956, 0 - 1080, 75) rotation=0}, mDisplayShape=DisplayShape{ spec=-311912193 displayWidth=1440 displayHeight=3088 physicalPixelDisplaySizeRatio=1.0 rotation=0 offsetX=0 offsetY=0 scale=1.0}, mSources= { InsetsSource: {fd920000 mType=statusBars mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {fd920005 mType=mandatorySystemGestures mFrame=[0,0][1080,109] mVisible=true mFlags=[]}, InsetsSource: {fd920006 mType=tappableElement mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {3 mType=ime mFrame=[0,0][0,0] mVisible=false mFlags=[]}, InsetsSource: {27 mType=displayCutout mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {174a0001 mType=navigationBars mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0004 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags=[]}, InsetsSource: {174a0005 mType=mandatorySystemGestures mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0006 mType=tappableElement mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0024 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags=[]} } 11-24 13:04:49.457 27301 27301 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=navigationBars, host=com.fsck.k9/com.fsck.k9.ui.settings.general.GeneralSettingsActivity 11-24 13:04:49.458 27301 27301 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=statusBars, host=com.fsck.k9/com.fsck.k9.ui.settings.general.GeneralSettingsActivity 11-24 13:04:49.463 27301 27301 I ViewRootImpl@563769[GeneralSettingsActivity]: stopped(false) old = true 11-24 13:04:49.463 27301 27301 D ViewRootImpl@563769[GeneralSettingsActivity]: WindowStopped on com.fsck.k9/com.fsck.k9.ui.settings.general.GeneralSettingsActivity set to false 11-24 13:04:49.470 27301 27301 W WindowOnBackDispatcher: OnBackInvokedCallback is not enabled for the application. 11-24 13:04:49.470 27301 27301 W WindowOnBackDispatcher: Set 'android:enableOnBackInvokedCallback="true"' in the application manifest. 11-24 13:04:49.496 27301 27301 I BufferQueueProducer: [](id:6aa500000005,api:0,p:-1,c:27301) setDequeueTimeout:2077252342 11-24 13:04:49.497 27301 27301 I BLASTBufferQueue_Java: new BLASTBufferQueue, mName= ViewRootImpl@563769[GeneralSettingsActivity] mNativeObject= 0xb4000074edd73800 sc.mNativeObject= 0xb4000073e98c2600 caller= android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3085 android.view.ViewRootImpl.relayoutWindow:10224 android.view.ViewRootImpl.performTraversals:4167 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 android.view.Choreographer$CallbackRecord.run:1690 android.view.Choreographer$CallbackRecord.run:1699 android.view.Choreographer.doCallbacks:1154 android.view.Choreographer.doFrame:1080 android.view.Choreographer$FrameDisplayEventReceiver.run:1647 11-24 13:04:49.497 27301 27301 I BLASTBufferQueue_Java: update, w= 1080 h= 2316 mName = ViewRootImpl@563769[GeneralSettingsActivity] mNativeObject= 0xb4000074edd73800 sc.mNativeObject= 0xb4000073e98c2600 format= -1 caller= android.graphics.BLASTBufferQueue.:89 android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3085 android.view.ViewRootImpl.relayoutWindow:10224 android.view.ViewRootImpl.performTraversals:4167 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 11-24 13:04:49.497 27301 27301 I ViewRootImpl@563769[GeneralSettingsActivity]: Relayout returned: old=(0,0,1080,2316) new=(0,0,1080,2316) relayoutAsync=false req=(1080,2316)0 dur=3 res=0x403 s={true 0xb4000074edce0800} ch=true seqId=0 11-24 13:04:49.498 27301 27301 D ViewRootImpl@563769[GeneralSettingsActivity]: mThreadedRenderer.initialize() mSurface={isValid=true 0xb4000074edce0800} hwInitialized=true 11-24 13:04:49.499 27301 27301 D ViewRootImpl@563769[GeneralSettingsActivity]: reportNextDraw android.view.ViewRootImpl.performTraversals:4781 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 android.view.Choreographer$CallbackRecord.run:1690 android.view.Choreographer$CallbackRecord.run:1699 11-24 13:04:49.499 27301 27301 I ViewRootImpl@563769[GeneralSettingsActivity]: Setup new sync=wmsSync-ViewRootImpl@563769[GeneralSettingsActivity]#12 11-24 13:04:49.499 27301 27301 I ViewRootImpl@563769[GeneralSettingsActivity]: Creating new active sync group ViewRootImpl@563769[GeneralSettingsActivity]#13 11-24 13:04:49.499 27301 27301 I SurfaceSyncGroup: addLocalSync=ViewRootImpl@563769[GeneralSettingsActivity]#13 to name=wmsSync-ViewRootImpl@563769[GeneralSettingsActivity]#12, callers=android.window.SurfaceSyncGroup.add:431 android.window.SurfaceSyncGroup.add:392 android.window.SurfaceSyncGroup.add:340 android.view.ViewRootImpl.createSyncIfNeeded:4912 android.view.ViewRootImpl.performTraversals:4796 android.view.ViewRootImpl.doTraversal:3345 11-24 13:04:49.499 27301 27301 I ViewRootImpl@563769[GeneralSettingsActivity]: registerCallbacksForSync syncBuffer=false 11-24 13:04:49.510 27301 27386 I ViewRootImpl@563769[GeneralSettingsActivity]: Received frameDrawingCallback syncResult=0 frameNum=1. 11-24 13:04:49.510 27301 27386 I ViewRootImpl@563769[GeneralSettingsActivity]: mWNT: t=0xb4000073e94e0b80 mBlastBufferQueue=0xb4000074edd73800 fn= 1 mRenderHdrSdrRatio=1.0 caller= android.view.ViewRootImpl$8.onFrameDraw:13946 android.view.ThreadedRenderer$1.onFrameDraw:792 11-24 13:04:49.510 27301 27386 I ViewRootImpl@563769[GeneralSettingsActivity]: Setting up sync and frameCommitCallback 11-24 13:04:49.514 27301 27352 I BLASTBufferQueue: [ViewRootImpl@563769[GeneralSettingsActivity]#5](f:0,a:0,s:0) onFrameAvailable the first frame is available 11-24 13:04:49.515 27301 27352 I ViewRootImpl@563769[GeneralSettingsActivity]: Received frameCommittedCallback lastAttemptedDrawFrameNum=1 didProduceBuffer=true 11-24 13:04:49.515 27301 27352 I SurfaceSyncGroup: onTransactionReady mName=wmsSync-ViewRootImpl@563769[GeneralSettingsActivity]#12 callback=27039861 11-24 13:04:49.515 27301 27301 I ViewRootImpl@563769[GeneralSettingsActivity]: reportDrawFinished seqId=0 11-24 13:04:49.515 27301 27301 I ViewRootImpl@ba62ae4[MessageList]: onDisplayChanged oldDisplayState=2 newDisplayState=2 11-24 13:04:49.515 27301 27301 I ViewRootImpl@fef681[SettingsActivity]: onDisplayChanged oldDisplayState=2 newDisplayState=2 11-24 13:04:49.516 27301 27301 I ViewRootImpl@563769[GeneralSettingsActivity]: onDisplayChanged oldDisplayState=2 newDisplayState=2 11-24 13:04:49.526 27301 27301 I ViewRootImpl@563769[GeneralSettingsActivity]: handleWindowFocusChanged: 1 0 call from android.view.ViewRootImpl.-$$Nest$mhandleWindowFocusChanged:0 11-24 13:04:49.526 27301 27301 D ViewRootImpl@563769[GeneralSettingsActivity]: mThreadedRenderer.initializeIfNeeded()#2 mSurface={isValid=true 0xb4000074edce0800} 11-24 13:04:49.528 27301 27301 D InputMethodManagerUtils: startInputInner - Id : 0 11-24 13:04:49.528 27301 27301 I InputMethodManager: startInputInner - IInputMethodManagerGlobalInvoker.startInputOrWindowGainedFocus 11-24 13:04:49.537 27301 27301 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=false, type=ime, host=com.fsck.k9/com.fsck.k9.ui.settings.general.GeneralSettingsActivity 11-24 13:04:49.543 27301 2676 I ViewRootImpl@563769[GeneralSettingsActivity]: Resizing android.view.ViewRootImpl@d651bee: frame = [0,0][1080,2316] reportDraw = false forceLayout = false syncSeqId = -1 11-24 13:04:49.544 27301 27301 I ViewRootImpl@563769[GeneralSettingsActivity]: handleResized, msg = 4 frames=ClientWindowFrames{frame=[0,0][1080,2316] display=[0,0][1080,2316] parentFrame=[0,0][0,0]} forceNextWindowRelayout=false displayId=0 dragResizing=false compatScale=1.0 frameChanged=false attachedFrameChanged=false configChanged=false displayChanged=false compatScaleChanged=false 11-24 13:04:50.996 27301 27301 I ViewRootImpl@ba62ae4[MessageList]: onDisplayChanged oldDisplayState=2 newDisplayState=2 11-24 13:04:50.996 27301 27301 I ViewRootImpl@fef681[SettingsActivity]: onDisplayChanged oldDisplayState=2 newDisplayState=2 11-24 13:04:50.996 27301 27301 I ViewRootImpl@563769[GeneralSettingsActivity]: onDisplayChanged oldDisplayState=2 newDisplayState=2 11-24 13:04:51.001 27301 27301 I ViewRootImpl@563769[GeneralSettingsActivity]: ViewPostIme key 0 11-24 13:04:51.011 27301 27301 D Activity: onKeyDown(KEYCODE_BACK) 11-24 13:04:51.023 27301 27301 I ViewRootImpl@ba62ae4[MessageList]: onDisplayChanged oldDisplayState=2 newDisplayState=2 11-24 13:04:51.023 27301 27301 I ViewRootImpl@fef681[SettingsActivity]: onDisplayChanged oldDisplayState=2 newDisplayState=2 11-24 13:04:51.023 27301 27301 I ViewRootImpl@563769[GeneralSettingsActivity]: onDisplayChanged oldDisplayState=2 newDisplayState=2 11-24 13:04:51.083 27301 27301 I ViewRootImpl@563769[GeneralSettingsActivity]: ViewPostIme key 1 11-24 13:04:51.088 27301 27301 D Activity: onKeyUp(KEYCODE_BACK) isTracking()=true isCanceled()=false hasCallback=false 11-24 13:04:51.124 27301 27301 I InputMethodManager: invalidateInput 11-24 13:04:51.124 27301 27301 I InputMethodManager: invalidateInput 11-24 13:04:51.125 27301 27301 I InputMethodManager: invalidateInput 11-24 13:04:51.129 27301 27301 I BLASTBufferQueue_Java: update, w= 1080 h= 2316 mName = ViewRootImpl@563769[GeneralSettingsActivity] mNativeObject= 0xb4000074edd73800 sc.mNativeObject= 0xb4000073e98c2600 format= -1 caller= android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3074 android.view.ViewRootImpl.relayoutWindow:10224 android.view.ViewRootImpl.performTraversals:4167 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 android.view.Choreographer$CallbackRecord.run:1690 11-24 13:04:51.129 27301 27301 I ViewRootImpl@563769[GeneralSettingsActivity]: Relayout returned: old=(0,0,1080,2316) new=(0,0,1080,2316) relayoutAsync=true req=(1080,2316)0 dur=0 res=0x0 s={true 0xb4000074edce0800} ch=false seqId=0 11-24 13:04:51.141 27301 27301 I ViewRootImpl@563769[GeneralSettingsActivity]: registerCallbackForPendingTransactions 11-24 13:04:51.143 27301 27387 I ViewRootImpl@563769[GeneralSettingsActivity]: mWNT: t=0xb4000074ede67f00 mBlastBufferQueue=0xb4000074edd73800 fn= 31 mRenderHdrSdrRatio=1.0 caller= android.view.ViewRootImpl$6.onFrameDraw:5705 android.view.ViewRootImpl$2.onFrameDraw:2190 android.view.ThreadedRenderer$1.onFrameDraw:792 11-24 13:04:52.022 27301 27301 I ViewRootImpl@563769[GeneralSettingsActivity]: ViewPostIme key 0 11-24 13:04:52.022 27301 27301 D Activity: onKeyDown(KEYCODE_BACK) 11-24 13:04:52.081 27301 27301 I ViewRootImpl@563769[GeneralSettingsActivity]: ViewPostIme key 1 11-24 13:04:52.081 27301 27301 D Activity: onKeyUp(KEYCODE_BACK) isTracking()=true isCanceled()=false hasCallback=false 11-24 13:04:52.081 27301 27301 D Activity: onBackPressed 11-24 13:04:52.096 27301 27301 I ViewRootImpl@fef681[SettingsActivity]: handleAppVisibility mAppVisible = false visible = true 11-24 13:04:52.096 27301 27301 I ViewRootImpl@fef681[SettingsActivity]: stopped(false) old = true 11-24 13:04:52.096 27301 27301 D ViewRootImpl@fef681[SettingsActivity]: WindowStopped on com.fsck.k9/com.fsck.k9.ui.settings.SettingsActivity set to false 11-24 13:04:52.109 27301 27301 I InsetsController: onStateChanged: host=com.fsck.k9/com.fsck.k9.ui.settings.SettingsActivity, from=android.view.ViewRootImpl.relayoutWindow:10165, state=InsetsState: {mDisplayFrame=Rect(0, 0 - 1080, 2316), mDisplayCutout=DisplayCutout{insets=Rect(0, 75 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(513, 0 - 567, 75), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080 displayHeight=2316 physicalDisplayWidth=1080 physicalDisplayHeight=2316 density={2.8125} cutoutSpec={M 0,0 H -9.466666666666667 V 26.66666666666667‬ H 9.466666666666667 V 0 H 0 Z @dp} rotation={0} scale={1.0} physicalPixelDisplaySizeRatio={1.0}}}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=8, center=Point(8, 8)}, RoundedCorner{position=TopRight, radius=8, center=Point(1072, 8)}, RoundedCorner{position=BottomRight, radius=8, center=Point(1072, 2308)}, RoundedCorner{position=BottomLeft, radius=8, center=Point(8, 2308)}]} mRoundedCornerFrame=Rect(0, 0 - 1080, 2316), mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(956, 0 - 1080, 75) rotation=0}, mDisplayShape=DisplayShape{ spec=-311912193 displayWidth=1440 displayHeight=3088 physicalPixelDisplaySizeRatio=1.0 rotation=0 offsetX=0 offsetY=0 scale=1.0}, mSources= { InsetsSource: {fd920000 mType=statusBars mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {fd920005 mType=mandatorySystemGestures mFrame=[0,0][1080,109] mVisible=true mFlags=[]}, InsetsSource: {fd920006 mType=tappableElement mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {3 mType=ime mFrame=[0,0][0,0] mVisible=false mFlags=[]}, InsetsSource: {27 mType=displayCutout mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {174a0001 mType=navigationBars mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0004 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags=[]}, InsetsSource: {174a0005 mType=mandatorySystemGestures mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0006 mType=tappableElement mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0024 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags=[]} } 11-24 13:04:52.110 27301 27301 I BufferQueueProducer: [](id:6aa500000006,api:0,p:289734119,c:27301) setDequeueTimeout:2077252342 11-24 13:04:52.110 27301 27301 I BLASTBufferQueue_Java: new BLASTBufferQueue, mName= ViewRootImpl@fef681[SettingsActivity] mNativeObject= 0xb4000073df548600 sc.mNativeObject= 0xb4000074805c8740 caller= android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3085 android.view.ViewRootImpl.relayoutWindow:10224 android.view.ViewRootImpl.performTraversals:4167 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 android.view.Choreographer$CallbackRecord.run:1690 android.view.Choreographer$CallbackRecord.run:1699 android.view.Choreographer.doCallbacks:1154 android.view.Choreographer.doFrame:1080 android.view.Choreographer$FrameDisplayEventReceiver.run:1647 11-24 13:04:52.110 27301 27301 I BLASTBufferQueue_Java: update, w= 1080 h= 2316 mName = ViewRootImpl@fef681[SettingsActivity] mNativeObject= 0xb4000073df548600 sc.mNativeObject= 0xb4000074805c8740 format= -1 caller= android.graphics.BLASTBufferQueue.:89 android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3085 android.view.ViewRootImpl.relayoutWindow:10224 android.view.ViewRootImpl.performTraversals:4167 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 11-24 13:04:52.110 27301 27301 I ViewRootImpl@fef681[SettingsActivity]: Relayout returned: old=(0,0,1080,2316) new=(0,0,1080,2316) relayoutAsync=false req=(1080,2316)0 dur=7 res=0x403 s={true 0xb4000073e948e800} ch=true seqId=0 11-24 13:04:52.111 27301 27301 D ViewRootImpl@fef681[SettingsActivity]: mThreadedRenderer.initialize() mSurface={isValid=true 0xb4000073e948e800} hwInitialized=true 11-24 13:04:52.111 27301 27301 D ViewRootImpl@fef681[SettingsActivity]: reportNextDraw android.view.ViewRootImpl.performTraversals:4781 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 android.view.Choreographer$CallbackRecord.run:1690 android.view.Choreographer$CallbackRecord.run:1699 11-24 13:04:52.111 27301 27301 I ViewRootImpl@fef681[SettingsActivity]: Setup new sync=wmsSync-ViewRootImpl@fef681[SettingsActivity]#14 11-24 13:04:52.111 27301 27301 I ViewRootImpl@fef681[SettingsActivity]: Creating new active sync group ViewRootImpl@fef681[SettingsActivity]#15 11-24 13:04:52.111 27301 27301 I SurfaceSyncGroup: addLocalSync=ViewRootImpl@fef681[SettingsActivity]#15 to name=wmsSync-ViewRootImpl@fef681[SettingsActivity]#14, callers=android.window.SurfaceSyncGroup.add:431 android.window.SurfaceSyncGroup.add:392 android.window.SurfaceSyncGroup.add:340 android.view.ViewRootImpl.createSyncIfNeeded:4912 android.view.ViewRootImpl.performTraversals:4796 android.view.ViewRootImpl.doTraversal:3345 11-24 13:04:52.111 27301 27301 I ViewRootImpl@fef681[SettingsActivity]: registerCallbacksForSync syncBuffer=false 11-24 13:04:52.116 27301 27386 I ViewRootImpl@fef681[SettingsActivity]: Received frameDrawingCallback syncResult=0 frameNum=1. 11-24 13:04:52.116 27301 27386 I ViewRootImpl@fef681[SettingsActivity]: mWNT: t=0xb400007493f64380 mBlastBufferQueue=0xb4000073df548600 fn= 1 mRenderHdrSdrRatio=1.0 caller= android.view.ViewRootImpl$8.onFrameDraw:13946 android.view.ThreadedRenderer$1.onFrameDraw:792 11-24 13:04:52.116 27301 27386 I ViewRootImpl@fef681[SettingsActivity]: Setting up sync and frameCommitCallback 11-24 13:04:52.119 27301 27352 I BLASTBufferQueue: [ViewRootImpl@fef681[SettingsActivity]#6](f:0,a:0,s:0) onFrameAvailable the first frame is available 11-24 13:04:52.120 27301 27352 I ViewRootImpl@fef681[SettingsActivity]: Received frameCommittedCallback lastAttemptedDrawFrameNum=1 didProduceBuffer=true 11-24 13:04:52.120 27301 27352 I SurfaceSyncGroup: onTransactionReady mName=wmsSync-ViewRootImpl@fef681[SettingsActivity]#14 callback=262218405 11-24 13:04:52.120 27301 27301 I ViewRootImpl@fef681[SettingsActivity]: reportDrawFinished seqId=0 11-24 13:04:52.133 27301 27301 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=navigationBars, host=com.fsck.k9/com.fsck.k9.ui.settings.SettingsActivity 11-24 13:04:52.133 27301 27301 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=statusBars, host=com.fsck.k9/com.fsck.k9.ui.settings.SettingsActivity 11-24 13:04:52.133 27301 27301 I ViewRootImpl@563769[GeneralSettingsActivity]: handleWindowFocusChanged: 0 0 call from android.view.ViewRootImpl.-$$Nest$mhandleWindowFocusChanged:0 11-24 13:04:52.133 27301 27301 I ImeFocusController: onPreWindowFocus: skipped, hasWindowFocus=false mHasImeFocus=true 11-24 13:04:52.134 27301 27301 I ImeFocusController: onPostWindowFocus: skipped, hasWindowFocus=false mHasImeFocus=true 11-24 13:04:52.143 27301 27301 I ViewRootImpl@fef681[SettingsActivity]: handleWindowFocusChanged: 1 0 call from android.view.ViewRootImpl.-$$Nest$mhandleWindowFocusChanged:0 11-24 13:04:52.143 27301 27301 D ViewRootImpl@fef681[SettingsActivity]: mThreadedRenderer.initializeIfNeeded()#2 mSurface={isValid=true 0xb4000073e948e800} 11-24 13:04:52.143 27301 27301 D InputMethodManagerUtils: startInputInner - Id : 0 11-24 13:04:52.143 27301 27301 I InputMethodManager: startInputInner - IInputMethodManagerGlobalInvoker.startInputOrWindowGainedFocus 11-24 13:04:52.149 27301 27301 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=false, type=ime, host=com.fsck.k9/com.fsck.k9.ui.settings.SettingsActivity 11-24 13:04:52.152 27301 2676 I ViewRootImpl@fef681[SettingsActivity]: Resizing android.view.ViewRootImpl@dda97a3: frame = [0,0][1080,2316] reportDraw = false forceLayout = false syncSeqId = -1 11-24 13:04:52.152 27301 27301 I ViewRootImpl@fef681[SettingsActivity]: handleResized, msg = 4 frames=ClientWindowFrames{frame=[0,0][1080,2316] display=[0,0][1080,2316] parentFrame=[0,0][0,0]} forceNextWindowRelayout=false displayId=0 dragResizing=false compatScale=1.0 frameChanged=false attachedFrameChanged=false configChanged=false displayChanged=false compatScaleChanged=false 11-24 13:04:52.472 27301 27301 I ViewRootImpl@563769[GeneralSettingsActivity]: handleAppVisibility mAppVisible = true visible = false 11-24 13:04:52.473 27301 27301 I ViewRootImpl@563769[GeneralSettingsActivity]: destroyHardwareResources: Callers=android.view.ViewRootImpl.performTraversals:3989 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 android.view.Choreographer$CallbackRecord.run:1690 android.view.Choreographer$CallbackRecord.run:1699 android.view.Choreographer.doCallbacks:1154 android.view.Choreographer.doFrame:1080 android.view.Choreographer$FrameDisplayEventReceiver.run:1647 android.os.Handler.handleCallback:958 android.os.Handler.dispatchMessage:99 11-24 13:04:52.482 27301 27301 I ViewRootImpl@563769[GeneralSettingsActivity]: Relayout returned: old=(0,0,1080,2316) new=(0,0,1080,2316) relayoutAsync=false req=(1080,2316)8 dur=3 res=0x402 s={false 0x0} ch=true seqId=0 11-24 13:04:52.482 27301 27301 I ViewRootImpl@563769[GeneralSettingsActivity]: stopped(true) old = false 11-24 13:04:52.482 27301 27301 D ViewRootImpl@563769[GeneralSettingsActivity]: WindowStopped on com.fsck.k9/com.fsck.k9.ui.settings.general.GeneralSettingsActivity set to true 11-24 13:04:52.488 27301 27301 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda19@dd452fa 11-24 13:04:52.488 27301 27301 I ViewRootImpl@563769[GeneralSettingsActivity]: dispatchDetachedFromWindow 11-24 13:04:52.491 27301 27301 D InputTransport: Input channel destroyed: 'f56b68e', fd=148 11-24 13:04:53.224 27301 27301 I ViewRootImpl@fef681[SettingsActivity]: ViewPostIme key 0 11-24 13:04:53.224 27301 27301 D Activity: onKeyDown(KEYCODE_BACK) 11-24 13:04:53.256 27301 27301 I ViewRootImpl@fef681[SettingsActivity]: ViewPostIme key 1 11-24 13:04:53.256 27301 27301 D Activity: onKeyUp(KEYCODE_BACK) isTracking()=true isCanceled()=false hasCallback=false 11-24 13:04:53.256 27301 27301 D Activity: onBackPressed 11-24 13:04:53.270 27301 27301 I ViewRootImpl@ba62ae4[MessageList]: handleAppVisibility mAppVisible = false visible = true 11-24 13:04:53.270 27301 27301 I ViewRootImpl@ba62ae4[MessageList]: stopped(false) old = true 11-24 13:04:53.270 27301 27301 D ViewRootImpl@ba62ae4[MessageList]: WindowStopped on com.fsck.k9/com.fsck.k9.activity.MessageList set to false 11-24 13:04:53.284 27301 27301 D ConnectivityManager: StackLog: [android.net.ConnectivityManager.sendRequestForNetwork(ConnectivityManager.java:4402)] [android.net.ConnectivityManager.registerDefaultNetworkCallbackForUid(ConnectivityManager.java:4966)] [android.net.ConnectivityManager.registerDefaultNetworkCallback(ConnectivityManager.java:4933)] [android.net.ConnectivityManager.registerDefaultNetworkCallback(ConnectivityManager.java:4907)] [androidx.work.impl.utils.NetworkApi24$$ExternalSyntheticApiModelOutline0.m(R8$$SyntheticClass:0)] [com.bumptech.glide.manager.SingletonConnectivityReceiver$FrameworkConnectivityMonitorPostApi24.register(SingletonConnectivityReceiver.java:191)] [com.bumptech.glide.manager.SingletonConnectivityReceiver.maybeRegisterReceiver(SingletonConnectivityReceiver.java:113)] [com.bumptech.glide.manager.SingletonConnectivityReceiver.register(SingletonConnectivityReceiver.java:94)] [com.bumptech.glide.manager.DefaultConnectivityMonitor.register(DefaultConnectivityMonitor.java:25)] [com.bumptech.glide.manager.DefaultConnectivityMonitor.onStart(DefaultConnectivityMonitor.java:34)] [com.bumptech.glide.manager.LifecycleLifecycle.onStart(LifecycleLifecycle.java:28)] [java.lang.reflect.Method.invoke(Native Method)] [androidx.lifecycle.ClassesInfoCache$MethodReference.invokeCallback(ClassesInfoCache.java:225)] [androidx.lifecycle.ClassesInfoCache$CallbackInfo.invokeMethodsForEvent(ClassesInfoCache.java:199)] [androidx.lifecycle.ClassesInfoCache$CallbackInfo.invokeCallbacks(ClassesInfoCache.java:190)] [androidx.lifecycle.ReflectiveGenericLifecycleObserver.onStateChanged(ReflectiveGenericLifecycleObserver.java:40)] [androidx.lifecycle.LifecycleRegistry$ObserverWithState.dispatchEvent(LifecycleRegistry.jvm.kt:320)] [androidx.lifecycle.LifecycleRegistry.forwardPass(LifecycleRegistry.jvm.kt:257)] [androidx.lifecycle.LifecycleRegistry.sync(LifecycleRegistry.jvm.kt:293)] [androidx.lifecycle.LifecycleRegistry.moveToState(LifecycleRegistry.jvm.kt:142)] [androidx.lifecycle.LifecycleRegistry.handleLifecycleEvent(LifecycleRegistry.jvm.kt:124)] [androidx.lifecycle.ReportFragment$Companion.dispatch$lifecycle_runtime_release(ReportFragment.android.kt:190)] [androidx.lifecycle.ReportFragment$LifecycleCallbacks.onActivityPostStarted(ReportFragment.android.kt:119)] [android.app.Activity.dispatchActivityPostStarted(Activity.java:1526)] [android.app.Activity.performStart(Activity.java:9073)] [android.app.ActivityThread.handleStartActivity(ActivityThread.java:4206)] [android.app.servertransaction.TransactionExecutor.performLifecycleSequence(TransactionExecutor.java:225)] [android.app.servertransaction.TransactionExecutor.cycleToPath(TransactionExecutor.java:205)] [android.app.servertransaction.TransactionExecutor.executeLifecycleState(TransactionExecutor.java:177)] [android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:98)] [android.app.ActivityThread$H.handleMessage(ActivityThread.java:2693)] 11-24 13:04:53.300 27301 27301 I InsetsController: onStateChanged: host=com.fsck.k9/com.fsck.k9.activity.MessageList, from=android.view.ViewRootImpl.relayoutWindow:10165, state=InsetsState: {mDisplayFrame=Rect(0, 0 - 1080, 2316), mDisplayCutout=DisplayCutout{insets=Rect(0, 75 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(513, 0 - 567, 75), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080 displayHeight=2316 physicalDisplayWidth=1080 physicalDisplayHeight=2316 density={2.8125} cutoutSpec={M 0,0 H -9.466666666666667 V 26.66666666666667‬ H 9.466666666666667 V 0 H 0 Z @dp} rotation={0} scale={1.0} physicalPixelDisplaySizeRatio={1.0}}}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=8, center=Point(8, 8)}, RoundedCorner{position=TopRight, radius=8, center=Point(1072, 8)}, RoundedCorner{position=BottomRight, radius=8, center=Point(1072, 2308)}, RoundedCorner{position=BottomLeft, radius=8, center=Point(8, 2308)}]} mRoundedCornerFrame=Rect(0, 0 - 1080, 2316), mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(956, 0 - 1080, 75) rotation=0}, mDisplayShape=DisplayShape{ spec=-311912193 displayWidth=1440 displayHeight=3088 physicalPixelDisplaySizeRatio=1.0 rotation=0 offsetX=0 offsetY=0 scale=1.0}, mSources= { InsetsSource: {fd920000 mType=statusBars mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {fd920005 mType=mandatorySystemGestures mFrame=[0,0][1080,109] mVisible=true mFlags=[]}, InsetsSource: {fd920006 mType=tappableElement mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {3 mType=ime mFrame=[0,0][0,0] mVisible=false mFlags=[]}, InsetsSource: {27 mType=displayCutout mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {174a0001 mType=navigationBars mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0004 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags=[]}, InsetsSource: {174a0005 mType=mandatorySystemGestures mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0006 mType=tappableElement mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0024 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags=[]} } 11-24 13:04:53.300 27301 27301 I BufferQueueProducer: [](id:6aa500000007,api:0,p:-1090300732,c:27301) setDequeueTimeout:2077252342 11-24 13:04:53.301 27301 27301 I BLASTBufferQueue_Java: new BLASTBufferQueue, mName= ViewRootImpl@ba62ae4[MessageList] mNativeObject= 0xb4000074edd73800 sc.mNativeObject= 0xb4000073e98c2600 caller= android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3085 android.view.ViewRootImpl.relayoutWindow:10224 android.view.ViewRootImpl.performTraversals:4167 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 android.view.Choreographer$CallbackRecord.run:1690 android.view.Choreographer$CallbackRecord.run:1699 android.view.Choreographer.doCallbacks:1154 android.view.Choreographer.doFrame:1080 android.view.Choreographer$FrameDisplayEventReceiver.run:1647 11-24 13:04:53.301 27301 27301 I BLASTBufferQueue_Java: update, w= 1080 h= 2316 mName = ViewRootImpl@ba62ae4[MessageList] mNativeObject= 0xb4000074edd73800 sc.mNativeObject= 0xb4000073e98c2600 format= -1 caller= android.graphics.BLASTBufferQueue.:89 android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3085 android.view.ViewRootImpl.relayoutWindow:10224 android.view.ViewRootImpl.performTraversals:4167 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 11-24 13:04:53.301 27301 27301 I ViewRootImpl@ba62ae4[MessageList]: Relayout returned: old=(0,0,1080,2316) new=(0,0,1080,2316) relayoutAsync=false req=(1080,2316)0 dur=5 res=0x403 s={true 0xb4000074edce0800} ch=true seqId=0 11-24 13:04:53.301 27301 27301 D ViewRootImpl@ba62ae4[MessageList]: mThreadedRenderer.initialize() mSurface={isValid=true 0xb4000074edce0800} hwInitialized=true 11-24 13:04:53.306 27301 27301 D ViewRootImpl@ba62ae4[MessageList]: reportNextDraw android.view.ViewRootImpl.performTraversals:4781 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 android.view.Choreographer$CallbackRecord.run:1690 android.view.Choreographer$CallbackRecord.run:1699 11-24 13:04:53.306 27301 27301 I ViewRootImpl@ba62ae4[MessageList]: Setup new sync=wmsSync-ViewRootImpl@ba62ae4[MessageList]#16 11-24 13:04:53.306 27301 27301 I ViewRootImpl@ba62ae4[MessageList]: Creating new active sync group ViewRootImpl@ba62ae4[MessageList]#17 11-24 13:04:53.306 27301 27301 I SurfaceSyncGroup: addLocalSync=ViewRootImpl@ba62ae4[MessageList]#17 to name=wmsSync-ViewRootImpl@ba62ae4[MessageList]#16, callers=android.window.SurfaceSyncGroup.add:431 android.window.SurfaceSyncGroup.add:392 android.window.SurfaceSyncGroup.add:340 android.view.ViewRootImpl.createSyncIfNeeded:4912 android.view.ViewRootImpl.performTraversals:4796 android.view.ViewRootImpl.doTraversal:3345 11-24 13:04:53.306 27301 27301 I ViewRootImpl@ba62ae4[MessageList]: registerCallbacksForSync syncBuffer=false 11-24 13:04:53.329 27301 27387 I ViewRootImpl@ba62ae4[MessageList]: Received frameDrawingCallback syncResult=0 frameNum=1. 11-24 13:04:53.329 27301 27387 I ViewRootImpl@ba62ae4[MessageList]: mWNT: t=0xb4000073e94e8500 mBlastBufferQueue=0xb4000074edd73800 fn= 1 mRenderHdrSdrRatio=1.0 caller= android.view.ViewRootImpl$8.onFrameDraw:13946 android.view.ThreadedRenderer$1.onFrameDraw:792 11-24 13:04:53.329 27301 27387 I ViewRootImpl@ba62ae4[MessageList]: Setting up sync and frameCommitCallback 11-24 13:04:53.335 27301 27352 I BLASTBufferQueue: [ViewRootImpl@ba62ae4[MessageList]#7](f:0,a:0,s:0) onFrameAvailable the first frame is available 11-24 13:04:53.335 27301 27352 I ViewRootImpl@ba62ae4[MessageList]: Received frameCommittedCallback lastAttemptedDrawFrameNum=1 didProduceBuffer=true 11-24 13:04:53.335 27301 27352 I SurfaceSyncGroup: onTransactionReady mName=wmsSync-ViewRootImpl@ba62ae4[MessageList]#16 callback=57975683 11-24 13:04:53.335 27301 27301 I ViewRootImpl@ba62ae4[MessageList]: reportDrawFinished seqId=0 11-24 13:04:53.336 27301 27301 I ViewRootImpl@fef681[SettingsActivity]: handleWindowFocusChanged: 0 0 call from android.view.ViewRootImpl.-$$Nest$mhandleWindowFocusChanged:0 11-24 13:04:53.336 27301 27301 I ImeFocusController: onPreWindowFocus: skipped, hasWindowFocus=false mHasImeFocus=true 11-24 13:04:53.336 27301 27301 I ImeFocusController: onPostWindowFocus: skipped, hasWindowFocus=false mHasImeFocus=true 11-24 13:04:53.337 27301 27301 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=navigationBars, host=com.fsck.k9/com.fsck.k9.activity.MessageList 11-24 13:04:53.338 27301 27301 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=statusBars, host=com.fsck.k9/com.fsck.k9.activity.MessageList 11-24 13:04:53.360 27301 27301 I ViewRootImpl@ba62ae4[MessageList]: handleWindowFocusChanged: 1 0 call from android.view.ViewRootImpl.-$$Nest$mhandleWindowFocusChanged:0 11-24 13:04:53.360 27301 27301 D ViewRootImpl@ba62ae4[MessageList]: mThreadedRenderer.initializeIfNeeded()#2 mSurface={isValid=true 0xb4000074edce0800} 11-24 13:04:53.362 27301 27301 D InputMethodManagerUtils: startInputInner - Id : 0 11-24 13:04:53.362 27301 27301 I InputMethodManager: startInputInner - IInputMethodManagerGlobalInvoker.startInputOrWindowGainedFocus 11-24 13:04:53.374 27301 27301 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=false, type=ime, host=com.fsck.k9/com.fsck.k9.activity.MessageList 11-24 13:04:53.375 27301 2676 I ViewRootImpl@ba62ae4[MessageList]: Resizing android.view.ViewRootImpl@62e48d5: frame = [0,0][1080,2316] reportDraw = false forceLayout = false syncSeqId = -1 11-24 13:04:53.375 27301 27301 I ViewRootImpl@ba62ae4[MessageList]: handleResized, msg = 4 frames=ClientWindowFrames{frame=[0,0][1080,2316] display=[0,0][1080,2316] parentFrame=[0,0][0,0]} forceNextWindowRelayout=false displayId=0 dragResizing=false compatScale=1.0 frameChanged=false attachedFrameChanged=false configChanged=false displayChanged=false compatScaleChanged=false 11-24 13:04:53.678 27301 27301 I ViewRootImpl@fef681[SettingsActivity]: handleAppVisibility mAppVisible = true visible = false 11-24 13:04:53.682 27301 27301 I ViewRootImpl@fef681[SettingsActivity]: destroyHardwareResources: Callers=android.view.ViewRootImpl.performTraversals:3989 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 android.view.Choreographer$CallbackRecord.run:1690 android.view.Choreographer$CallbackRecord.run:1699 android.view.Choreographer.doCallbacks:1154 android.view.Choreographer.doFrame:1080 android.view.Choreographer$FrameDisplayEventReceiver.run:1647 android.os.Handler.handleCallback:958 android.os.Handler.dispatchMessage:99 11-24 13:04:53.693 27301 27301 I ViewRootImpl@fef681[SettingsActivity]: Relayout returned: old=(0,0,1080,2316) new=(0,0,1080,2316) relayoutAsync=false req=(1080,2316)8 dur=6 res=0x402 s={false 0x0} ch=true seqId=0 11-24 13:04:53.693 27301 27301 I ViewRootImpl@fef681[SettingsActivity]: stopped(true) old = false 11-24 13:04:53.693 27301 27301 D ViewRootImpl@fef681[SettingsActivity]: WindowStopped on com.fsck.k9/com.fsck.k9.ui.settings.SettingsActivity set to true 11-24 13:04:53.697 27301 27301 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda19@8a379bd 11-24 13:04:53.698 27301 27301 I ViewRootImpl@fef681[SettingsActivity]: dispatchDetachedFromWindow 11-24 13:04:53.701 27301 27301 D InputTransport: Input channel destroyed: '6392d27', fd=166 11-24 13:04:53.767 27301 27301 I InputMethodManager: invalidateInput 11-24 13:04:53.767 27301 27301 I InputMethodManager: invalidateInput 11-24 13:04:53.768 27301 27301 I InputMethodManager: invalidateInput 11-24 13:04:54.604 27301 27301 I ViewRootImpl@ba62ae4[MessageList]: handleWindowFocusChanged: 0 0 call from android.view.ViewRootImpl.-$$Nest$mhandleWindowFocusChanged:0 11-24 13:04:54.604 27301 27301 I ImeFocusController: onPreWindowFocus: skipped, hasWindowFocus=false mHasImeFocus=true 11-24 13:04:54.605 27301 27301 I ImeFocusController: onPostWindowFocus: skipped, hasWindowFocus=false mHasImeFocus=true 11-24 13:04:54.954 27301 27301 I ViewRootImpl@ba62ae4[MessageList]: handleAppVisibility mAppVisible = true visible = false 11-24 13:04:54.957 27301 27301 I ViewRootImpl@ba62ae4[MessageList]: destroyHardwareResources: Callers=android.view.ViewRootImpl.performTraversals:3989 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 android.view.Choreographer$CallbackRecord.run:1690 android.view.Choreographer$CallbackRecord.run:1699 android.view.Choreographer.doCallbacks:1154 android.view.Choreographer.doFrame:1080 android.view.Choreographer$FrameDisplayEventReceiver.run:1647 android.os.Handler.handleCallback:958 android.os.Handler.dispatchMessage:99 11-24 13:04:54.962 27301 27352 D OpenGLRenderer: CacheManager::trimMemory(20) 11-24 13:04:54.967 27301 27301 I ViewRootImpl@ba62ae4[MessageList]: Relayout returned: old=(0,0,1080,2316) new=(0,0,1080,2316) relayoutAsync=false req=(1080,2316)8 dur=3 res=0x402 s={false 0x0} ch=true seqId=0 11-24 13:04:54.972 27301 27352 D OpenGLRenderer: CacheManager::trimMemory(20) 11-24 13:04:54.973 27301 27301 D ConnectivityManager: StackLog: [android.net.ConnectivityManager.unregisterNetworkCallback(ConnectivityManager.java:5076)] [com.bumptech.glide.manager.SingletonConnectivityReceiver$FrameworkConnectivityMonitorPostApi24.unregister(SingletonConnectivityReceiver.java:205)] [com.bumptech.glide.manager.SingletonConnectivityReceiver.maybeUnregisterReceiver(SingletonConnectivityReceiver.java:122)] [com.bumptech.glide.manager.SingletonConnectivityReceiver.unregister(SingletonConnectivityReceiver.java:105)] [com.bumptech.glide.manager.DefaultConnectivityMonitor.unregister(DefaultConnectivityMonitor.java:29)] [com.bumptech.glide.manager.DefaultConnectivityMonitor.onStop(DefaultConnectivityMonitor.java:39)] [com.bumptech.glide.manager.LifecycleLifecycle.onStop(LifecycleLifecycle.java:35)] [java.lang.reflect.Method.invoke(Native Method)] [androidx.lifecycle.ClassesInfoCache$MethodReference.invokeCallback(ClassesInfoCache.java:225)] [androidx.lifecycle.ClassesInfoCache$CallbackInfo.invokeMethodsForEvent(ClassesInfoCache.java:199)] [androidx.lifecycle.ClassesInfoCache$CallbackInfo.invokeCallbacks(ClassesInfoCache.java:190)] [androidx.lifecycle.ReflectiveGenericLifecycleObserver.onStateChanged(ReflectiveGenericLifecycleObserver.java:40)] [androidx.lifecycle.LifecycleRegistry$ObserverWithState.dispatchEvent(LifecycleRegistry.jvm.kt:320)] [androidx.lifecycle.LifecycleRegistry.backwardPass(LifecycleRegistry.jvm.kt:272)] [androidx.lifecycle.LifecycleRegistry.sync(LifecycleRegistry.jvm.kt:289)] [androidx.lifecycle.LifecycleRegistry.moveToState(LifecycleRegistry.jvm.kt:142)] [androidx.lifecycle.LifecycleRegistry.handleLifecycleEvent(LifecycleRegistry.jvm.kt:124)] [androidx.lifecycle.ReportFragment$Companion.dispatch$lifecycle_runtime_release(ReportFragment.android.kt:190)] [androidx.lifecycle.ReportFragment$LifecycleCallbacks.onActivityPreStopped(ReportFragment.android.kt:135)] [android.app.Activity.dispatchActivityPreStopped(Activity.java:1597)] [android.app.Activity.performStop(Activity.java:9258)] [android.app.ActivityThread.callActivityOnStop(ActivityThread.java:5983)] [android.app.ActivityThread.performStopActivityInner(ActivityThread.java:5957)] [android.app.ActivityThread.handleStopActivity(ActivityThread.java:6028)] [android.app.servertransaction.StopActivityItem.execute(StopActivityItem.java:43)] [android.app.servertransaction.ActivityTransactionItem.execute(ActivityTransactionItem.java:45)] [android.app.servertransaction.TransactionExecutor.executeLifecycleState(TransactionExecutor.java:180)] [android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:98)] [android.app.ActivityThread$H.handleMessage(ActivityThread.java:2693)] 11-24 13:04:54.975 27301 27301 I ViewRootImpl@ba62ae4[MessageList]: stopped(true) old = false 11-24 13:04:54.975 27301 27301 D ViewRootImpl@ba62ae4[MessageList]: WindowStopped on com.fsck.k9/com.fsck.k9.activity.MessageList set to true 11-24 13:04:54.975 27301 27352 D OpenGLRenderer: CacheManager::trimMemory(20) 11-24 13:04:54.983 27301 27301 D InputTransport: Input channel destroyed: 'ClientS', fd=141 11-24 13:04:54.994 27301 27301 I ViewRootImpl@ba62ae4[MessageList]: Relayout returned: old=(0,0,1080,2316) new=(0,0,1080,2316) relayoutAsync=false req=(1080,2316)8 dur=10 res=0x402 s={false 0x0} ch=false seqId=0 11-24 13:04:59.653 3487 3487 I com.fsck.k9: Using CollectorTypeCMC GC. 11-24 13:04:59.655 3487 3487 E com.fsck.k9: Not starting debugger since process cannot load the jdwp agent. 11-24 13:04:59.659 3487 3487 D ActivityThread: setConscryptValidator 11-24 13:04:59.659 3487 3487 D ActivityThread: setConscryptValidator - put 11-24 13:04:59.665 3487 3487 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10516; state: ENABLED 11-24 13:04:59.665 3487 3487 D CompatibilityChangeReporter: Compat change id reported: 242716250; UID 10516; state: ENABLED 11-24 13:04:59.684 3487 3487 D nativeloader: Configuring clns-4 for other apk /data/app/~~RadT3sxHHkyhkJtLag-bwg==/com.fsck.k9-0p-60oR3J8Qs317V3x0_sA==/base.apk. target_sdk_version=34, uses_libraries=, library_path=/data/app/~~RadT3sxHHkyhkJtLag-bwg==/com.fsck.k9-0p-60oR3J8Qs317V3x0_sA==/lib/arm64:/data/app/~~RadT3sxHHkyhkJtLag-bwg==/com.fsck.k9-0p-60oR3J8Qs317V3x0_sA==/base.apk!/lib/arm64-v8a, permitted_path=/data:/mnt/expand:/data/user/0/com.fsck.k9 11-24 13:04:59.689 3487 3487 V GraphicsEnvironment: Currently set values for: 11-24 13:04:59.689 3487 3487 V GraphicsEnvironment: angle_gl_driver_selection_pkgs=[] 11-24 13:04:59.689 3487 3487 V GraphicsEnvironment: angle_gl_driver_selection_values=[] 11-24 13:04:59.689 3487 3487 V GraphicsEnvironment: ANGLE GameManagerService for com.fsck.k9: false 11-24 13:04:59.689 3487 3487 V GraphicsEnvironment: com.fsck.k9 is not listed in per-application setting 11-24 13:04:59.689 3487 3487 V GraphicsEnvironment: App is not on the allowlist for updatable production driver. 11-24 13:04:59.723 3487 3487 D WM-PackageManagerHelper: Skipping component enablement for androidx.work.impl.background.systemjob.SystemJobService 11-24 13:04:59.723 3487 3487 D WM-Schedulers: Created SystemJobScheduler and enabled SystemJobService 11-24 13:04:59.729 3487 3487 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 10516; state: ENABLED 11-24 13:04:59.732 3487 3487 D OpenGLRenderer: HWUI - treat SMPTE_170M as sRGB 11-24 13:04:59.734 3487 3487 D AppCompatDelegate: Checking for metadata for AppLocalesMetadataHolderService : Service not found 11-24 13:04:59.736 3487 3523 I AdrenoGLES-0: QUALCOMM build : 7b26bdd942, Iab69c31769 11-24 13:04:59.736 3487 3523 I AdrenoGLES-0: Build Date : 08/28/23 11-24 13:04:59.736 3487 3523 I AdrenoGLES-0: OpenGL ES Shader Compiler Version: E031.41.03.44 11-24 13:04:59.736 3487 3523 I AdrenoGLES-0: Local Branch : 11-24 13:04:59.736 3487 3523 I AdrenoGLES-0: Remote Branch : refs/tags/AU_LINUX_ANDROID_LA.VENDOR.13.2.0.11.00.00.855.659 11-24 13:04:59.736 3487 3523 I AdrenoGLES-0: Remote Branch : NONE 11-24 13:04:59.736 3487 3523 I AdrenoGLES-0: Reconstruct Branch : NOTHING 11-24 13:04:59.736 3487 3523 I AdrenoGLES-0: Build Config : S P 14.1.4 AArch64 11-24 13:04:59.736 3487 3523 I AdrenoGLES-0: Driver Path : /vendor/lib64/egl/libGLESv2_adreno.so 11-24 13:04:59.736 3487 3523 I AdrenoGLES-0: Driver Version : 0676.42 11-24 13:04:59.744 3487 3523 I AdrenoGLES-0: PFP: 0x01740158, ME: 0x00000000 11-24 13:04:59.745 3487 3487 I DecorView: setWindowBackground: isPopOver=false color=ff131314 d=android.graphics.drawable.ColorDrawable@b85fe06 11-24 13:04:59.747 3487 3523 W Adreno-AppProfiles: Could not find QSPM HAL service. Skipping adreno profile processing. 11-24 13:04:59.749 3487 3487 D CompatibilityChangeReporter: Compat change id reported: 210923482; UID 10516; state: ENABLED 11-24 13:04:59.751 3487 3510 D CompatibilityChangeReporter: Compat change id reported: 194532703; UID 10516; state: ENABLED 11-24 13:04:59.751 3487 3510 D CompatibilityChangeReporter: Compat change id reported: 253665015; UID 10516; state: ENABLED 11-24 13:04:59.755 3487 3519 I NotificationManager: com.fsck.k9: notify(48, null, Notification(channel=messages_channel_9207f9b1-307e-46ff-99a0-176c05056138_1690912860 shortcut=null contentView=null vibrate=null sound=null tick defaults=0x0 flags=0x0 color=0xff669900 category=email groupKey=newMailNotifications-2 actions=2 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0)) as user 11-24 13:04:59.759 3487 3519 I NotificationManager: com.fsck.k9: notify(47, null, Notification(channel=messages_channel_9207f9b1-307e-46ff-99a0-176c05056138_1690912860 shortcut=null contentView=null vibrate=null sound=null tick defaults=0x0 flags=0x0 color=0xff669900 category=email groupKey=newMailNotifications-2 actions=2 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0)) as user 11-24 13:04:59.761 3487 3519 I NotificationManager: com.fsck.k9: notify(46, null, Notification(channel=messages_channel_9207f9b1-307e-46ff-99a0-176c05056138_1690912860 shortcut=null contentView=null vibrate=null sound=null tick defaults=0x0 flags=0x0 color=0xff669900 category=email groupKey=newMailNotifications-2 actions=2 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0)) as user 11-24 13:04:59.763 3487 3519 I NotificationManager: com.fsck.k9: notify(45, null, Notification(channel=messages_channel_9207f9b1-307e-46ff-99a0-176c05056138_1690912860 shortcut=null contentView=null vibrate=null sound=null tick defaults=0x0 flags=0x0 color=0xff669900 category=email groupKey=newMailNotifications-2 actions=2 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0)) as user 11-24 13:04:59.767 3487 3519 I NotificationManager: com.fsck.k9: notify(44, null, Notification(channel=messages_channel_9207f9b1-307e-46ff-99a0-176c05056138_1690912860 shortcut=null contentView=null vibrate=null sound=null tick defaults=0x0 flags=0x0 color=0xff669900 category=email groupKey=newMailNotifications-2 actions=2 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0)) as user 11-24 13:04:59.770 3487 3519 I NotificationManager: com.fsck.k9: notify(43, null, Notification(channel=messages_channel_9207f9b1-307e-46ff-99a0-176c05056138_1690912860 shortcut=null contentView=null vibrate=null sound=null tick defaults=0x0 flags=0x0 color=0xff669900 category=email groupKey=newMailNotifications-2 actions=2 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0)) as user 11-24 13:04:59.770 3487 3487 D CompatibilityChangeReporter: Compat change id reported: 237531167; UID 10516; state: DISABLED 11-24 13:04:59.773 3487 3523 I AdrenoUtils: : Reading chip ID through GSL 11-24 13:04:59.773 3487 3519 I NotificationManager: com.fsck.k9: notify(42, null, Notification(channel=messages_channel_9207f9b1-307e-46ff-99a0-176c05056138_1690912860 shortcut=null contentView=null vibrate=null sound=null tick defaults=0x0 flags=0x0 color=0xff669900 category=email groupKey=newMailNotifications-2 actions=2 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0)) as user 11-24 13:04:59.777 3487 3523 D NativeCustomFrequencyManager: [NativeCFMS] BpCustomFrequencyManager::BpCustomFrequencyManager() 11-24 13:04:59.778 3487 3519 I NotificationManager: com.fsck.k9: notify(41, null, Notification(channel=messages_channel_9207f9b1-307e-46ff-99a0-176c05056138_1690912860 shortcut=null contentView=null vibrate=null sound=null tick defaults=0x0 flags=0x200 color=0xff669900 category=email groupKey=newMailNotifications-2 actions=1 vis=PRIVATE publicVersion=Notification(channel=messages_channel_9207f9b1-307e-46ff-99a0-176c05056138_1690912860 shortcut=null contentView=null vibrate=null sound=null defaults=0x0 flags=0x0 color=0xff669900 category=email vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0) semFlags=0x0 semPriority=0 semMissedCount=0)) as user 11-24 13:04:59.781 3487 3487 I InsetsController: onStateChanged: host=com.fsck.k9/com.fsck.k9.activity.MessageList, from=android.view.ViewRootImpl.setView:1797, state=InsetsState: {mDisplayFrame=Rect(0, 0 - 1080, 2316), mDisplayCutout=DisplayCutout{insets=Rect(0, 75 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(513, 0 - 567, 75), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080 displayHeight=2316 physicalDisplayWidth=1080 physicalDisplayHeight=2316 density={2.8125} cutoutSpec={M 0,0 H -9.466666666666667 V 26.66666666666667‬ H 9.466666666666667 V 0 H 0 Z @dp} rotation={0} scale={1.0} physicalPixelDisplaySizeRatio={1.0}}}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=8, center=Point(8, 8)}, RoundedCorner{position=TopRight, radius=8, center=Point(1072, 8)}, RoundedCorner{position=BottomRight, radius=8, center=Point(1072, 2308)}, RoundedCorner{position=BottomLeft, radius=8, center=Point(8, 2308)}]} mRoundedCornerFrame=Rect(0, 0 - 1080, 2316), mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(956, 0 - 1080, 75) rotation=0}, mDisplayShape=DisplayShape{ spec=-311912193 displayWidth=1440 displayHeight=3088 physicalPixelDisplaySizeRatio=1.0 rotation=0 offsetX=0 offsetY=0 scale=1.0}, mSources= { InsetsSource: {fd920000 mType=statusBars mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {fd920005 mType=mandatorySystemGestures mFrame=[0,0][1080,109] mVisible=true mFlags=[]}, InsetsSource: {fd920006 mType=tappableElement mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {3 mType=ime mFrame=[0,0][0,0] mVisible=false mFlags=[]}, InsetsSource: {27 mType=displayCutout mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {174a0001 mType=navigationBars mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0004 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags=[]}, InsetsSource: {174a0005 mType=mandatorySystemGestures mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0006 mType=tappableElement mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0024 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags=[]} } 11-24 13:04:59.781 3487 3487 I ViewRootImpl@f0968fe[MessageList]: synced displayState. AttachInfo displayState=2 11-24 13:04:59.781 3487 3487 I ViewRootImpl@f0968fe[MessageList]: setView = com.android.internal.policy.DecorView@edefae3 TM=true 11-24 13:04:59.781 3487 3487 I IDS_TAG : Starting IDS observe window 11-24 13:04:59.781 3487 3487 I IDS_TAG : Getting Shared Preference for app.k9mail.K9App@b08ab0a uid = 10516 11-24 13:04:59.783 3487 3487 I IDS_TAG : App app.k9mail.K9App@b08ab0a being boosted by IDS 11-24 13:04:59.784 3487 3487 I IDS_TAG : Closing IDS observe window 11-24 13:04:59.784 3487 3487 I IDS_TAG : Getting Shared Preference for app.k9mail.K9App@b08ab0a uid = 10516 11-24 13:04:59.784 3487 3487 D AnimatorSet: mReversing is false. Don't call initChildren. 11-24 13:04:59.812 3487 3487 I BufferQueueProducer: [](id:d9f00000000,api:0,p:-2015829491,c:3487) setDequeueTimeout:2077252342 11-24 13:04:59.812 3487 3487 I BLASTBufferQueue_Java: new BLASTBufferQueue, mName= ViewRootImpl@f0968fe[MessageList] mNativeObject= 0xb400007494972400 sc.mNativeObject= 0xb4000074949e8e80 caller= android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3085 android.view.ViewRootImpl.relayoutWindow:10224 android.view.ViewRootImpl.performTraversals:4167 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 android.view.Choreographer$CallbackRecord.run:1690 android.view.Choreographer$CallbackRecord.run:1699 android.view.Choreographer.doCallbacks:1154 android.view.Choreographer.doFrame:1080 android.view.Choreographer$FrameDisplayEventReceiver.run:1647 11-24 13:04:59.812 3487 3487 I BLASTBufferQueue_Java: update, w= 1080 h= 2316 mName = ViewRootImpl@f0968fe[MessageList] mNativeObject= 0xb400007494972400 sc.mNativeObject= 0xb4000074949e8e80 format= -1 caller= android.graphics.BLASTBufferQueue.:89 android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3085 android.view.ViewRootImpl.relayoutWindow:10224 android.view.ViewRootImpl.performTraversals:4167 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 11-24 13:04:59.812 3487 3487 I ViewRootImpl@f0968fe[MessageList]: Relayout returned: old=(0,0,1080,2316) new=(0,0,1080,2316) relayoutAsync=false req=(1080,2316)0 dur=6 res=0x403 s={true 0xb4000074edcee800} ch=true seqId=0 11-24 13:04:59.813 3487 3487 I ViewRootImpl@f0968fe[MessageList]: performConfigurationChange setNightDimText nightDimLevel=0 11-24 13:04:59.813 3487 3487 D ViewRootImpl@f0968fe[MessageList]: mThreadedRenderer.initialize() mSurface={isValid=true 0xb4000074edcee800} hwInitialized=true 11-24 13:04:59.816 3487 3487 D ViewRootImpl@f0968fe[MessageList]: reportNextDraw android.view.ViewRootImpl.performTraversals:4781 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 android.view.Choreographer$CallbackRecord.run:1690 android.view.Choreographer$CallbackRecord.run:1699 11-24 13:04:59.816 3487 3487 I ViewRootImpl@f0968fe[MessageList]: Setup new sync=wmsSync-ViewRootImpl@f0968fe[MessageList]#0 11-24 13:04:59.817 3487 3487 I ViewRootImpl@f0968fe[MessageList]: Creating new active sync group ViewRootImpl@f0968fe[MessageList]#1 11-24 13:04:59.817 3487 3487 I SurfaceSyncGroup: addLocalSync=ViewRootImpl@f0968fe[MessageList]#1 to name=wmsSync-ViewRootImpl@f0968fe[MessageList]#0, callers=android.window.SurfaceSyncGroup.add:431 android.window.SurfaceSyncGroup.add:392 android.window.SurfaceSyncGroup.add:340 android.view.ViewRootImpl.createSyncIfNeeded:4912 android.view.ViewRootImpl.performTraversals:4796 android.view.ViewRootImpl.doTraversal:3345 11-24 13:04:59.817 3487 3487 I ViewRootImpl@f0968fe[MessageList]: registerCallbacksForSync syncBuffer=false 11-24 13:04:59.818 3487 3562 I ViewRootImpl@f0968fe[MessageList]: Received frameDrawingCallback syncResult=0 frameNum=1. 11-24 13:04:59.818 3487 3562 I ViewRootImpl@f0968fe[MessageList]: mWNT: t=0xb400007487d11f80 mBlastBufferQueue=0xb400007494972400 fn= 1 mRenderHdrSdrRatio=1.0 caller= android.view.ViewRootImpl$8.onFrameDraw:13946 android.view.ThreadedRenderer$1.onFrameDraw:792 11-24 13:04:59.818 3487 3562 I ViewRootImpl@f0968fe[MessageList]: Setting up sync and frameCommitCallback 11-24 13:04:59.826 3487 3523 I BLASTBufferQueue: [ViewRootImpl@f0968fe[MessageList]#0](f:0,a:0,s:0) onFrameAvailable the first frame is available 11-24 13:04:59.826 3487 3523 I ViewRootImpl@f0968fe[MessageList]: Received frameCommittedCallback lastAttemptedDrawFrameNum=1 didProduceBuffer=true 11-24 13:04:59.826 3487 3523 I SurfaceSyncGroup: onTransactionReady mName=wmsSync-ViewRootImpl@f0968fe[MessageList]#0 callback=46858122 11-24 13:04:59.826 3487 3523 D OpenGLRenderer: CFMS:: SetUp Pid : 3487 Tid : 3523 11-24 13:04:59.827 3487 3487 I ViewRootImpl@f0968fe[MessageList]: reportDrawFinished seqId=0 11-24 13:04:59.829 3487 3523 D OpenGLRenderer: HWUI - treat SMPTE_170M as sRGB 11-24 13:04:59.830 3487 3538 D CompatibilityChangeReporter: Compat change id reported: 247079863; UID 10516; state: ENABLED 11-24 13:04:59.832 3487 3487 I InputMethodManager: invalidateInput 11-24 13:04:59.832 3487 3487 I InputMethodManager: invalidateInput 11-24 13:04:59.832 3487 3487 I InputMethodManager: invalidateInput 11-24 13:04:59.834 3487 3487 I InputMethodManager: invalidateInput 11-24 13:04:59.835 3487 3487 I ImeTracker: com.fsck.k9:54fc880d: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT 11-24 13:04:59.835 3487 3487 I InputMethodManager_LC: hsifw() - flag : 0 11-24 13:04:59.835 3487 3487 I ImeTracker: com.fsck.k9:54fc880d: onFailed at PHASE_CLIENT_VIEW_SERVED 11-24 13:04:59.835 3487 3487 I InputMethodManager_LC: hsifw() ignored windowToken=null servedView=null mDisplayId=0 11-24 13:04:59.836 3487 3487 D AutofillManager: view not autofillable - not passing ime action check 11-24 13:04:59.839 3487 3487 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=navigationBars, host=com.fsck.k9/com.fsck.k9.activity.MessageList 11-24 13:04:59.840 3487 3487 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=statusBars, host=com.fsck.k9/com.fsck.k9.activity.MessageList 11-24 13:04:59.840 3487 3487 I ViewRootImpl@f0968fe[MessageList]: handleWindowFocusChanged: 1 0 call from android.view.ViewRootImpl.-$$Nest$mhandleWindowFocusChanged:0 11-24 13:04:59.841 3487 3487 D ViewRootImpl@f0968fe[MessageList]: mThreadedRenderer.initializeIfNeeded()#2 mSurface={isValid=true 0xb4000074edcee800} 11-24 13:04:59.841 3487 3487 D InputMethodManagerUtils: startInputInner - Id : 0 11-24 13:04:59.841 3487 3487 I InputMethodManager: startInputInner - IInputMethodManagerGlobalInvoker.startInputOrWindowGainedFocus 11-24 13:04:59.844 3487 3487 D InputMethodManagerUtils: startInputInner - Id : 0 11-24 13:04:59.848 3487 3487 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=false, type=ime, host=com.fsck.k9/com.fsck.k9.activity.MessageList 11-24 13:05:00.298 3487 3487 I InputMethodManager: invalidateInput 11-24 13:05:00.298 3487 3487 I InputMethodManager: invalidateInput 11-24 13:05:00.298 3487 3487 I InputMethodManager: invalidateInput 11-24 13:05:00.306 3487 3487 D ConnectivityManager: StackLog: [android.net.ConnectivityManager.sendRequestForNetwork(ConnectivityManager.java:4402)] [android.net.ConnectivityManager.registerDefaultNetworkCallbackForUid(ConnectivityManager.java:4966)] [android.net.ConnectivityManager.registerDefaultNetworkCallback(ConnectivityManager.java:4933)] [android.net.ConnectivityManager.registerDefaultNetworkCallback(ConnectivityManager.java:4907)] [androidx.work.impl.utils.NetworkApi24$$ExternalSyntheticApiModelOutline0.m(R8$$SyntheticClass:0)] [com.bumptech.glide.manager.SingletonConnectivityReceiver$FrameworkConnectivityMonitorPostApi24.register(SingletonConnectivityReceiver.java:191)] [com.bumptech.glide.manager.SingletonConnectivityReceiver.maybeRegisterReceiver(SingletonConnectivityReceiver.java:113)] [com.bumptech.glide.manager.SingletonConnectivityReceiver.register(SingletonConnectivityReceiver.java:94)] [com.bumptech.glide.manager.DefaultConnectivityMonitor.register(DefaultConnectivityMonitor.java:25)] [com.bumptech.glide.manager.DefaultConnectivityMonitor.onStart(DefaultConnectivityMonitor.java:34)] [com.bumptech.glide.manager.LifecycleLifecycle.addListener(LifecycleLifecycle.java:54)] [com.bumptech.glide.RequestManager.(RequestManager.java:147)] [com.bumptech.glide.RequestManager.(RequestManager.java:105)] [com.fsck.k9.glide.GlideRequests.(GlideRequests.java:32)] [com.bumptech.glide.GeneratedRequestManagerFactory.build(GeneratedRequestManagerFactory.java:18)] [com.bumptech.glide.manager.LifecycleRequestManagerRetriever.getOrCreate(LifecycleRequestManagerRetriever.java:43)] [com.bumptech.glide.manager.RequestManagerRetriever.get(RequestManagerRetriever.java:114)] [com.bumptech.glide.manager.RequestManagerRetriever.get(RequestManagerRetriever.java:92)] [com.bumptech.glide.Glide.with(Glide.java:545)] [com.fsck.k9.contacts.ContactPictureLoader.setContactPicture(ContactPictureLoader.kt:25)] [com.fsck.k9.ui.messagelist.MessageListAdapter.setContactPicture(MessageListAdapter.kt:485)] [com.fsck.k9.ui.messagelist.MessageListAdapter.bindMessageViewHolder(MessageListAdapter.kt:403)] [com.fsck.k9.ui.messagelist.MessageListAdapter.onBindViewHolder(MessageListAdapter.kt:353)] [com.fsck.k9.ui.messagelist.MessageListAdapter.onBindViewHolder(MessageListAdapter.kt:46)] [androidx.recyclerview.widget.RecyclerView$Adapter.onBindViewHolder(RecyclerView.java:7747)] [androidx.recyclerview.widget.RecyclerView$Adapter.bindViewHolder(RecyclerView.java:7847)] [androidx.recyclerview.widget.RecyclerView$Recycler.tryBindViewHolderByDeadline(RecyclerView.java:6646)] [androidx.recyclerview.widget.RecyclerView$Recycler.tryGetViewHolderForPositionByDeadline(RecyclerView.java:6917)] [androidx.recyclerview.widget.RecyclerView$Recycler.getViewForPosition(RecyclerView.java:6757)] [androidx.recyclerview.widget.RecyclerView$Recycler.getViewForPosition(RecyclerView.java:6753)] [app.k9mail.ui.utils.linearlayoutmanager.LinearLayoutManager$LayoutState.next(LinearLayoutManager.java:2374)] [app.k9mail.ui.utils.linearlayoutmanager.LinearLayoutManager.layoutChunk(LinearLayoutManager.java:1682)] [app.k9mail.ui.utils.linearlayoutmanager.LinearLayoutManager.fill(LinearLayoutManager.java:1645)] [app.k9mail.ui.utils.linearlayoutmanager.LinearLayoutManager.onLayoutChildren(LinearLayoutManager.java:672)] [androidx.recyclerview.widget.RecyclerView.dispatchLayoutStep2(RecyclerView.java:4645)] [androidx.recyclerview.widget.RecyclerView.dispatchLayout(RecyclerView.java:4348)] [androidx.recyclerview.widget.RecyclerView.onLayout(RecyclerView.java:4919)] [android.view.View.layout(View.java:25788)] [android.view.ViewGroup.layout(ViewGroup.java:6874)] [androidx.swiperefreshlayout.widget.SwipeRefreshLayout.onLayout(SwipeRefreshLayout.java:689)] [android.view.View.layout(View.java:25788)] [android.view.ViewGroup.layout(ViewGroup.java:6874)] [androidx.coordinatorlayout.widget.CoordinatorLayout.layoutChild(CoordinatorLayout.java:1248)] [androidx.coordinatorlayout.widget.CoordinatorLayout.onLayoutChild(CoordinatorLayout.java:934)] [androidx.coordinatorlayout.widget.Coordin 11-24 13:05:03.830 3487 3487 I ViewRootImpl@f0968fe[MessageList]: ViewPostIme pointer 0 11-24 13:05:03.878 3487 3487 I ViewRootImpl@f0968fe[MessageList]: ViewPostIme pointer 1 11-24 13:05:04.291 3487 3487 I InputMethodManager: invalidateInput 11-24 13:05:04.292 3487 3487 I ImeTracker: com.fsck.k9:3da8672: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT 11-24 13:05:04.292 3487 3487 I InputMethodManager_LC: hsifw() - flag : 0 11-24 13:05:04.292 3487 3487 I InputMethodManager_LC: hsifw() - mService.hideSoftInput 11-24 13:05:05.057 3487 3487 I ViewRootImpl@f0968fe[MessageList]: ViewPostIme pointer 0 11-24 13:05:05.095 3487 3487 I ViewRootImpl@f0968fe[MessageList]: ViewPostIme pointer 1 11-24 13:05:05.571 3487 3928 D ProfileInstaller: Skipping profile installation for com.fsck.k9 11-24 13:05:05.758 3487 3487 W WindowOnBackDispatcher: OnBackInvokedCallback is not enabled for the application. 11-24 13:05:05.758 3487 3487 W WindowOnBackDispatcher: Set 'android:enableOnBackInvokedCallback="true"' in the application manifest. 11-24 13:05:05.765 3487 3487 D AnimatorSet: mReversing is false. Don't call initChildren. 11-24 13:05:05.774 3487 3487 I InputMethodManager: invalidateInput 11-24 13:05:05.774 3487 3487 I InputMethodManager: invalidateInput 11-24 13:05:05.774 3487 3487 I InputMethodManager: invalidateInput 11-24 13:05:05.792 3487 3487 I InputMethodManager: invalidateInput 11-24 13:05:05.792 3487 3487 I InputMethodManager: invalidateInput 11-24 13:05:05.793 3487 3487 I InputMethodManager: invalidateInput 11-24 13:05:20.523 3487 3487 I ViewRootImpl@f0968fe[MessageList]: ViewPostIme pointer 0 11-24 13:05:20.524 3487 3487 I GestureDetector: obtain mCurrentDownEvent. id: 132392859 caller: androidx.core.view.GestureDetectorCompat.onTouchEvent:98 app.k9mail.ui.utils.itemtouchhelper.ItemTouchHelper$2.onInterceptTouchEvent:314 androidx.recyclerview.widget.RecyclerView.findInterceptingOnItemTouchListener:3583 11-24 13:05:20.544 3487 3496 W com.fsck.k9: Cleared Reference was only reachable from finalizer (only reported once) 11-24 13:05:20.547 3487 3487 I GestureDetector: obtain mCurrentMotionEventRaw. action: 2 id: 155861828 11-24 13:05:20.582 3487 3487 D CompatibilityChangeReporter: Compat change id reported: 171228096; UID 10516; state: ENABLED 11-24 13:05:20.710 3487 3487 I ViewRootImpl@f0968fe[MessageList]: ViewPostIme pointer 1 11-24 13:05:24.468 3487 3487 I ViewRootImpl@f0968fe[MessageList]: ViewPostIme pointer 0 11-24 13:05:24.469 3487 3487 I GestureDetector: obtain mCurrentDownEvent. id: 828303939 caller: androidx.core.view.GestureDetectorCompat.onTouchEvent:98 app.k9mail.ui.utils.itemtouchhelper.ItemTouchHelper$2.onInterceptTouchEvent:314 androidx.recyclerview.widget.RecyclerView.findInterceptingOnItemTouchListener:3583 11-24 13:05:24.480 3487 3487 I GestureDetector: obtain mCurrentMotionEventRaw. action: 2 id: 583327536 11-24 13:05:24.644 3487 3487 I ViewRootImpl@f0968fe[MessageList]: ViewPostIme pointer 1 11-24 13:05:33.018 3487 3487 I ViewRootImpl@f0968fe[MessageList]: ViewPostIme pointer 0 11-24 13:05:33.019 3487 3487 I GestureDetector: obtain mCurrentDownEvent. id: 332733641 caller: androidx.core.view.GestureDetectorCompat.onTouchEvent:98 app.k9mail.ui.utils.itemtouchhelper.ItemTouchHelper$2.onInterceptTouchEvent:314 androidx.recyclerview.widget.RecyclerView.findInterceptingOnItemTouchListener:3583 11-24 13:05:33.031 3487 3487 I GestureDetector: obtain mCurrentMotionEventRaw. action: 2 id: 712997387 11-24 13:05:33.155 3487 3487 I ViewRootImpl@f0968fe[MessageList]: ViewPostIme pointer 1 11-24 13:05:33.931 3487 3487 I ViewRootImpl@f0968fe[MessageList]: handleWindowFocusChanged: 0 0 call from android.view.ViewRootImpl.-$$Nest$mhandleWindowFocusChanged:0 11-24 13:05:33.931 3487 3487 I ImeFocusController: onPreWindowFocus: skipped, hasWindowFocus=false mHasImeFocus=true 11-24 13:05:33.931 3487 3487 I ImeFocusController: onPostWindowFocus: skipped, hasWindowFocus=false mHasImeFocus=true 11-24 13:06:05.957 3487 3487 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=navigationBars, host=com.fsck.k9/com.fsck.k9.activity.MessageList 11-24 13:06:05.958 3487 3487 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=statusBars, host=com.fsck.k9/com.fsck.k9.activity.MessageList 11-24 13:06:05.960 3487 3561 I ViewRootImpl@f0968fe[MessageList]: mWNT: t=0xb4000074f6728f80 mBlastBufferQueue=0xb400007494972400 fn= 435 mRenderHdrSdrRatio=1.0 caller= android.view.SyncRtSurfaceTransactionApplier.applyTransaction:96 android.view.SyncRtSurfaceTransactionApplier.lambda$scheduleApply$0:69 android.view.SyncRtSurfaceTransactionApplier.$r8$lambda$SgowXC58rj3PR958kHUfRgLZmvE:0 11-24 13:06:05.962 3487 3487 I ViewRootImpl@f0968fe[MessageList]: handleWindowFocusChanged: 1 0 call from android.view.ViewRootImpl.-$$Nest$mhandleWindowFocusChanged:0 11-24 13:06:05.962 3487 3487 D ViewRootImpl@f0968fe[MessageList]: mThreadedRenderer.initializeIfNeeded()#2 mSurface={isValid=true 0xb4000074edcee800} 11-24 13:06:05.962 3487 3487 D InputMethodManagerUtils: startInputInner - Id : 0 11-24 13:06:05.962 3487 3487 I InputMethodManager: startInputInner - IInputMethodManagerGlobalInvoker.startInputOrWindowGainedFocus 11-24 13:06:06.997 3487 3487 I ViewRootImpl@f0968fe[MessageList]: ViewPostIme pointer 0 11-24 13:06:06.998 3487 3487 I GestureDetector: obtain mCurrentDownEvent. id: 175513120 caller: androidx.core.view.GestureDetectorCompat.onTouchEvent:98 app.k9mail.ui.utils.itemtouchhelper.ItemTouchHelper$2.onInterceptTouchEvent:314 androidx.recyclerview.widget.RecyclerView.findInterceptingOnItemTouchListener:3583 11-24 13:06:07.026 3487 3487 I GestureDetector: obtain mCurrentMotionEventRaw. action: 2 id: 730453357 11-24 13:06:07.045 3487 3487 I ViewRootImpl@f0968fe[MessageList]: ViewPostIme pointer 1 11-24 13:06:07.068 3487 3487 I InputMethodManager: invalidateInput 11-24 13:06:07.069 3487 3487 I ImeTracker: com.fsck.k9:27faa440: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT 11-24 13:06:07.069 3487 3487 I InputMethodManager_LC: hsifw() - flag : 0 11-24 13:06:07.069 3487 3487 I InputMethodManager_LC: hsifw() - mService.hideSoftInput 11-24 13:06:07.083 3487 3487 I DecorView: setWindowBackground: isPopOver=false color=ff131314 d=android.graphics.drawable.ColorDrawable@cf416 11-24 13:06:07.088 3487 3487 D ScrollView: initGoToTop 11-24 13:06:07.096 3487 3487 I InputMethodManager: invalidateInput 11-24 13:06:07.096 3487 3487 I InputMethodManager: invalidateInput 11-24 13:06:07.098 3487 3487 I InputMethodManager: invalidateInput 11-24 13:06:07.098 3487 3487 I InputMethodManager: invalidateInput 11-24 13:06:07.099 3487 3487 I InputMethodManager: invalidateInput 11-24 13:06:07.099 3487 3487 I InputMethodManager: invalidateInput 11-24 13:06:07.100 3487 3487 I InputMethodManager: invalidateInput 11-24 13:06:07.100 3487 3487 I InputMethodManager: invalidateInput 11-24 13:06:07.100 3487 3487 I InputMethodManager: invalidateInput 11-24 13:06:07.100 3487 3487 I InputMethodManager: invalidateInput 11-24 13:06:07.100 3487 3487 I InputMethodManager: invalidateInput 11-24 13:06:07.102 3487 3487 I InputMethodManager: invalidateInput 11-24 13:06:07.103 3487 3487 I InputMethodManager: invalidateInput 11-24 13:06:07.103 3487 3487 I InputMethodManager: invalidateInput 11-24 13:06:07.103 3487 3487 I InputMethodManager: invalidateInput 11-24 13:06:07.105 3487 3487 I InputMethodManager: invalidateInput 11-24 13:06:07.105 3487 3487 I InputMethodManager: invalidateInput 11-24 13:06:07.107 3487 3487 W ziparchive: Unable to open '/data/app/~~L3-Fg_eSm53eOspiRjga3A==/com.google.android.trichromelibrary_672310733-NUA1vpi48gd9WblKoXlncQ==/base.dm': No such file or directory 11-24 13:06:07.107 3487 3487 W ziparchive: Unable to open '/data/app/~~L3-Fg_eSm53eOspiRjga3A==/com.google.android.trichromelibrary_672310733-NUA1vpi48gd9WblKoXlncQ==/base.dm': No such file or directory 11-24 13:06:07.108 3487 3487 W com.fsck.k9: Entry not found 11-24 13:06:07.108 3487 3487 D nativeloader: Configuring clns-5 for other apk /data/app/~~L3-Fg_eSm53eOspiRjga3A==/com.google.android.trichromelibrary_672310733-NUA1vpi48gd9WblKoXlncQ==/base.apk. target_sdk_version=34, uses_libraries=ALL, library_path=/data/app/~~wuEKnBlzYMmDoxSeysBTBA==/com.google.android.webview-V3AGHCLikvh6ZuLkO6OcaQ==/lib/arm64:/data/app/~~wuEKnBlzYMmDoxSeysBTBA==/com.google.android.webview-V3AGHCLikvh6ZuLkO6OcaQ==/base.apk!/lib/arm64-v8a:/data/app/~~L3-Fg_eSm53eOspiRjga3A==/com.google.android.trichromelibrary_672310733-NUA1vpi48gd9WblKoXlncQ==/base.apk!/lib/arm64-v8a, permitted_path=/data:/mnt/expand 11-24 13:06:07.108 3487 3487 D nativeloader: Extending system_exposed_libraries: libhumantracking.arcsoft.so:libPortraitDistortionCorrection.arcsoft.so:libPortraitDistortionCorrectionCali.arcsoft.so:libface_landmark.arcsoft.so:libFacialStickerEngine.arcsoft.so:libfrtracking_engine.arcsoft.so:libFaceRecognition.arcsoft.so:libveengine.arcsoft.so:lib_pet_detection.arcsoft.so:libae_bracket_hdr.arcsoft.so:libaiclearzoom_raw.arcsoft.so:libacz_hhdr.arcsoft.so:libhybrid_high_dynamic_range.arcsoft.so:libimage_enhancement.arcsoft.so:liblow_light_hdr.arcsoft.so:libmacroclearshot_raw.arcsoft.so:libhigh_dynamic_range.arcsoft.so:libsuperresolution_raw.arcsoft.so:libobjectcapture_jni.arcsoft.so:libobjectcapture.arcsoft.so:libFacialAttributeDetection.arcsoft.so:libaudiomirroring_jni.audiomirroring.samsung.so:libBeauty_v4.camera.samsung.so:libexifa.camera.samsung.so:libjpega.camera.samsung.so:libOpenCv.camera.samsung.so:libaifrcInterface.camera.samsung.so:libVideoClassifier.camera.samsung.so:libImageScreener.camera.samsung.so:libMyFilter.camera.samsung.so:libtflite2.my 11-24 13:06:07.110 3487 3487 D nativeloader: Configuring clns-6 for other apk /data/app/~~wuEKnBlzYMmDoxSeysBTBA==/com.google.android.webview-V3AGHCLikvh6ZuLkO6OcaQ==/base.apk. target_sdk_version=34, uses_libraries=, library_path=/data/app/~~wuEKnBlzYMmDoxSeysBTBA==/com.google.android.webview-V3AGHCLikvh6ZuLkO6OcaQ==/lib/arm64:/data/app/~~wuEKnBlzYMmDoxSeysBTBA==/com.google.android.webview-V3AGHCLikvh6ZuLkO6OcaQ==/base.apk!/lib/arm64-v8a:/data/app/~~L3-Fg_eSm53eOspiRjga3A==/com.google.android.trichromelibrary_672310733-NUA1vpi48gd9WblKoXlncQ==/base.apk!/lib/arm64-v8a, permitted_path=/data:/mnt/expand 11-24 13:06:07.111 3487 3487 I WebViewFactory: Loading com.google.android.webview version 130.0.6723.107 (code 672310733) 11-24 13:06:07.122 3487 3487 I cr_WVCFactoryProvider: version=130.0.6723.107 (672310733) minSdkVersion=29 isBundle=true multiprocess=true packageId=2 11-24 13:06:07.127 3487 7249 I chromium: [1124/130607.127083:INFO:variations_seed_loader.cc(68)] Failed to open file for reading.: No such file or directory (2) 11-24 13:06:07.132 3487 3487 I cr_LibraryLoader: Successfully loaded native library 11-24 13:06:07.132 3487 3487 I cr_CachingUmaRecorder: Flushed 6 samples from 6 histograms, 0 samples were dropped. 11-24 13:06:07.135 3487 3487 I cr_CombinedPProvider: #registerProvider() provider:WV.z8@df2ca7a isPolicyCacheEnabled:false policyProvidersSize:0 11-24 13:06:07.136 3487 3487 I cr_PolicyProvider: #setManagerAndSource() 0 11-24 13:06:07.143 3487 3487 I cr_CombinedPProvider: #linkNativeInternal() 1 11-24 13:06:07.143 3487 3487 D CompatibilityChangeReporter: Compat change id reported: 183155436; UID 10516; state: ENABLED 11-24 13:06:07.143 3487 3487 I cr_AppResProvider: #getApplicationRestrictionsFromUserManager() Bundle[EMPTY_PARCEL] 11-24 13:06:07.143 3487 3487 I cr_PolicyProvider: #notifySettingsAvailable() 0 11-24 13:06:07.143 3487 3487 I cr_CombinedPProvider: #onSettingsAvailable() 0 11-24 13:06:07.143 3487 3487 I cr_CombinedPProvider: #flushPolicies() 11-24 13:06:07.172 3487 3487 D CompatibilityChangeReporter: Compat change id reported: 214741472; UID 10516; state: ENABLED 11-24 13:06:07.182 3487 3487 D ConnectivityManager: StackLog: [android.net.ConnectivityManager.sendRequestForNetwork(ConnectivityManager.java:4402)] [android.net.ConnectivityManager.registerDefaultNetworkCallbackForUid(ConnectivityManager.java:4966)] [android.net.ConnectivityManager.registerDefaultNetworkCallback(ConnectivityManager.java:4933)] [WV.gE.e(chromium-TrichromeWebViewGoogle6432.aab-stable-672310733:44)] [WV.gE.b(chromium-TrichromeWebViewGoogle6432.aab-stable-672310733:1)] [org.chromium.android_webview.AwContentsLifecycleNotifier.onFirstWebViewCreated(chromium-TrichromeWebViewGoogle6432.aab-stable-672310733:19)] [J.N._J_J(Native Method)] [org.chromium.android_webview.AwContents.(chromium-TrichromeWebViewGoogle6432.aab-stable-672310733:442)] [com.android.webview.chromium.l.run(chromium-TrichromeWebViewGoogle6432.aab-stable-672310733:148)] [WV.xY.b(chromium-TrichromeWebViewGoogle6432.aab-stable-672310733:20)] [WV.wY.run(chromium-TrichromeWebViewGoogle6432.aab-stable-672310733:3)] [org.chromium.base.task.PostTask.d(chromium-TrichromeWebViewGoogle6432.aab-stable-672310733:12)] [WV.xY.a(chromium-TrichromeWebViewGoogle6432.aab-stable-672310733:23)] [com.android.webview.chromium.WebViewChromiumFactoryProvider.a(chromium-TrichromeWebViewGoogle6432.aab-stable-672310733:3)] [com.android.webview.chromium.WebViewChromium.init(chromium-TrichromeWebViewGoogle6432.aab-stable-672310733:329)] [android.webkit.WebView.(WebView.java:447)] [android.webkit.WebView.(WebView.java:367)] [android.webkit.WebView.(WebView.java:349)] [android.webkit.WebView.(WebView.java:336)] [com.fsck.k9.view.MessageWebView.(MessageWebView.kt:17)] [java.lang.reflect.Constructor.newInstance0(Native Method)] [java.lang.reflect.Constructor.newInstance(Constructor.java:343)] [android.view.LayoutInflater.createView(LayoutInflater.java:882)] [android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:1034)] [android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:989)] [android.view.LayoutInflater.rInflate(LayoutInflater.java:1151)] [android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:1112)] [android.view.LayoutInflater.rInflate(LayoutInflater.java:1154)] [android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:1112)] [android.view.LayoutInflater.rInflate(LayoutInflater.java:1154)] [android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:1112)] [android.view.LayoutInflater.inflate(LayoutInflater.java:700)] [android.view.LayoutInflater.inflate(LayoutInflater.java:544)] [android.view.ViewStub.inflateViewNoAdd(ViewStub.java:272)] [android.view.ViewStub.inflate(ViewStub.java:305)] [com.fsck.k9.activity.MessageCompose.onCreate(MessageCompose.java:266)] [android.app.Activity.performCreate(Activity.java:9001)] [android.app.Activity.performCreate(Activity.java:8970)] [android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1456)] [android.app.ActivityThread.performLaunchActivity(ActivityThread.java:4154)] [android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:4330)] [android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)] [android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:139)] [android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:96)] [android.app.ActivityThread$H.handleMessage(ActivityThread.java:2693)] 11-24 13:06:07.184 3487 3487 D ConnectivityManager: StackLog: [android.net.ConnectivityManager.sendRequestForNetwork(ConnectivityManager.java:4402)] [android.net.ConnectivityManager.sendRequestForNetwork(ConnectivityManager.java:4444)] [android.net.ConnectivityManager.registerNetworkCallback(ConnectivityManager.java:4826)] [WV.gE.e(chromium-TrichromeWebViewGoogle6432.aab-stable-672310733:93)] [WV.gE.b(chromium-TrichromeWebViewGoogle6432.aab-stable-672310733:1)] [org.chromium.android_webview.AwContentsLifecycleNotifier.onFirstWebViewCreated(chromium-TrichromeWebViewGoogle6432.aab-stable-672310733:19)] [J.N._J_J(Native Method)] [org.chromium.android_webview.AwContents.(chromium-TrichromeWebViewGoogle6432.aab-stable-672310733:442)] [com.android.webview.chromium.l.run(chromium-TrichromeWebViewGoogle6432.aab-stable-672310733:148)] [WV.xY.b(chromium-TrichromeWebViewGoogle6432.aab-stable-672310733:20)] [WV.wY.run(chromium-TrichromeWebViewGoogle6432.aab-stable-672310733:3)] [org.chromium.base.task.PostTask.d(chromium-TrichromeWebViewGoogle6432.aab-stable-672310733:12)] [WV.xY.a(chromium-TrichromeWebViewGoogle6432.aab-stable-672310733:23)] [com.android.webview.chromium.WebViewChromiumFactoryProvider.a(chromium-TrichromeWebViewGoogle6432.aab-stable-672310733:3)] [com.android.webview.chromium.WebViewChromium.init(chromium-TrichromeWebViewGoogle6432.aab-stable-672310733:329)] [android.webkit.WebView.(WebView.java:447)] [android.webkit.WebView.(WebView.java:367)] [android.webkit.WebView.(WebView.java:349)] [android.webkit.WebView.(WebView.java:336)] [com.fsck.k9.view.MessageWebView.(MessageWebView.kt:17)] [java.lang.reflect.Constructor.newInstance0(Native Method)] [java.lang.reflect.Constructor.newInstance(Constructor.java:343)] [android.view.LayoutInflater.createView(LayoutInflater.java:882)] [android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:1034)] [android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:989)] [android.view.LayoutInflater.rInflate(LayoutInflater.java:1151)] [android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:1112)] [android.view.LayoutInflater.rInflate(LayoutInflater.java:1154)] [android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:1112)] [android.view.LayoutInflater.rInflate(LayoutInflater.java:1154)] [android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:1112)] [android.view.LayoutInflater.inflate(LayoutInflater.java:700)] [android.view.LayoutInflater.inflate(LayoutInflater.java:544)] [android.view.ViewStub.inflateViewNoAdd(ViewStub.java:272)] [android.view.ViewStub.inflate(ViewStub.java:305)] [com.fsck.k9.activity.MessageCompose.onCreate(MessageCompose.java:266)] [android.app.Activity.performCreate(Activity.java:9001)] [android.app.Activity.performCreate(Activity.java:8970)] [android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1456)] [android.app.ActivityThread.performLaunchActivity(ActivityThread.java:4154)] [android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:4330)] [android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)] [android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:139)] [android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:96)] [android.app.ActivityThread$H.handleMessage(ActivityThread.java:2693)] 11-24 13:06:07.201 3487 3487 I InputMethodManager: invalidateInput 11-24 13:06:07.201 3487 3487 I InputMethodManager: invalidateInput 11-24 13:06:07.201 3487 3487 E PhoneWindow: Circular progress bar not located in current window decor 11-24 13:06:07.207 3487 3487 I InputMethodManager: invalidateInput 11-24 13:06:07.215 3487 3487 D AutofillManager: view not autofillable - has multiline input type 11-24 13:06:07.218 3487 3523 D NativeCustomFrequencyManager: [NativeCFMS] BpCustomFrequencyManager::BpCustomFrequencyManager() 11-24 13:06:07.223 3487 3487 I InsetsController: onStateChanged: host=com.fsck.k9/com.fsck.k9.activity.MessageCompose, from=android.view.ViewRootImpl.setView:1797, state=InsetsState: {mDisplayFrame=Rect(0, 0 - 1080, 2316), mDisplayCutout=DisplayCutout{insets=Rect(0, 75 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(513, 0 - 567, 75), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080 displayHeight=2316 physicalDisplayWidth=1080 physicalDisplayHeight=2316 density={2.8125} cutoutSpec={M 0,0 H -9.466666666666667 V 26.66666666666667‬ H 9.466666666666667 V 0 H 0 Z @dp} rotation={0} scale={1.0} physicalPixelDisplaySizeRatio={1.0}}}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=8, center=Point(8, 8)}, RoundedCorner{position=TopRight, radius=8, center=Point(1072, 8)}, RoundedCorner{position=BottomRight, radius=8, center=Point(1072, 2308)}, RoundedCorner{position=BottomLeft, radius=8, center=Point(8, 2308)}]} mRoundedCornerFrame=Rect(0, 0 - 1080, 2316), mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(956, 0 - 1080, 75) rotation=0}, mDisplayShape=DisplayShape{ spec=-311912193 displayWidth=1440 displayHeight=3088 physicalPixelDisplaySizeRatio=1.0 rotation=0 offsetX=0 offsetY=0 scale=1.0}, mSources= { InsetsSource: {fd920000 mType=statusBars mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {fd920005 mType=mandatorySystemGestures mFrame=[0,0][1080,109] mVisible=true mFlags=[]}, InsetsSource: {fd920006 mType=tappableElement mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {27 mType=displayCutout mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {174a0001 mType=navigationBars mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0004 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags=[]}, InsetsSource: {174a0005 mType=mandatorySystemGestures mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0006 mType=tappableElement mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0024 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags=[]} } 11-24 13:06:07.223 3487 3487 I ViewRootImpl@66af7fa[MessageCompose]: synced displayState. AttachInfo displayState=2 11-24 13:06:07.223 3487 3487 I ViewRootImpl@66af7fa[MessageCompose]: setView = com.android.internal.policy.DecorView@3d313a1 TM=true 11-24 13:06:07.228 3487 3487 D AutofillManager: view not autofillable - has multiline input type 11-24 13:06:07.228 3487 3487 D AutofillManager: view not autofillable - has multiline input type 11-24 13:06:07.228 3487 3487 D AnimatorSet: mReversing is false. Don't call initChildren. 11-24 13:06:07.228 3487 3487 D AutofillManager: view not autofillable - has multiline input type 11-24 13:06:07.228 3487 3487 D CompatibilityChangeReporter: Compat change id reported: 193247900; UID 10516; state: ENABLED 11-24 13:06:07.238 3487 3487 I InsetsController: onStateChanged: host=com.fsck.k9/com.fsck.k9.activity.MessageCompose, from=android.view.ViewRootImpl.relayoutWindow:10165, state=InsetsState: {mDisplayFrame=Rect(0, 0 - 1080, 2316), mDisplayCutout=DisplayCutout{insets=Rect(0, 75 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(513, 0 - 567, 75), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080 displayHeight=2316 physicalDisplayWidth=1080 physicalDisplayHeight=2316 density={2.8125} cutoutSpec={M 0,0 H -9.466666666666667 V 26.66666666666667‬ H 9.466666666666667 V 0 H 0 Z @dp} rotation={0} scale={1.0} physicalPixelDisplaySizeRatio={1.0}}}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=8, center=Point(8, 8)}, RoundedCorner{position=TopRight, radius=8, center=Point(1072, 8)}, RoundedCorner{position=BottomRight, radius=8, center=Point(1072, 2308)}, RoundedCorner{position=BottomLeft, radius=8, center=Point(8, 2308)}]} mRoundedCornerFrame=Rect(0, 0 - 1080, 2316), mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(956, 0 - 1080, 75) rotation=0}, mDisplayShape=DisplayShape{ spec=-311912193 displayWidth=1440 displayHeight=3088 physicalPixelDisplaySizeRatio=1.0 rotation=0 offsetX=0 offsetY=0 scale=1.0}, mSources= { InsetsSource: {fd920000 mType=statusBars mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {fd920005 mType=mandatorySystemGestures mFrame=[0,0][1080,109] mVisible=true mFlags=[]}, InsetsSource: {fd920006 mType=tappableElement mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {3 mType=ime mFrame=[0,0][0,0] mVisible=false mFlags=[]}, InsetsSource: {27 mType=displayCutout mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {174a0001 mType=navigationBars mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0004 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags=[]}, InsetsSource: {174a0005 mType=mandatorySystemGestures mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0006 mType=tappableElement mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0024 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags=[]} } 11-24 13:06:07.239 3487 3487 I BufferQueueProducer: [](id:d9f00000001,api:0,p:0,c:3487) setDequeueTimeout:2077252342 11-24 13:06:07.239 3487 3487 I BLASTBufferQueue_Java: new BLASTBufferQueue, mName= ViewRootImpl@66af7fa[MessageCompose] mNativeObject= 0xb4000074880b5f00 sc.mNativeObject= 0xb4000073f29b1640 caller= android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3085 android.view.ViewRootImpl.relayoutWindow:10224 android.view.ViewRootImpl.performTraversals:4167 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 android.view.Choreographer$CallbackRecord.run:1690 android.view.Choreographer$CallbackRecord.run:1699 android.view.Choreographer.doCallbacks:1154 android.view.Choreographer.doFrame:1080 android.view.Choreographer$FrameDisplayEventReceiver.run:1647 11-24 13:06:07.239 3487 3487 I BLASTBufferQueue_Java: update, w= 1080 h= 2316 mName = ViewRootImpl@66af7fa[MessageCompose] mNativeObject= 0xb4000074880b5f00 sc.mNativeObject= 0xb4000073f29b1640 format= -1 caller= android.graphics.BLASTBufferQueue.:89 android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3085 android.view.ViewRootImpl.relayoutWindow:10224 android.view.ViewRootImpl.performTraversals:4167 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 11-24 13:06:07.239 3487 3487 I ViewRootImpl@66af7fa[MessageCompose]: Relayout returned: old=(0,0,1080,2316) new=(0,0,1080,2316) relayoutAsync=false req=(1080,2316)0 dur=8 res=0x403 s={true 0xb4000073f271d800} ch=true seqId=0 11-24 13:06:07.239 3487 3487 I ViewRootImpl@66af7fa[MessageCompose]: performConfigurationChange setNightDimText nightDimLevel=0 11-24 13:06:07.240 3487 3487 D ViewRootImpl@66af7fa[MessageCompose]: mThreadedRenderer.initialize() mSurface={isValid=true 0xb4000073f271d800} hwInitialized=true 11-24 13:06:07.240 3487 3487 D AutofillManager: view not autofillable - has multiline input type 11-24 13:06:07.242 3487 3487 D ScrollView: onsize change changed 11-24 13:06:07.242 3487 3487 D ViewRootImpl@66af7fa[MessageCompose]: reportNextDraw android.view.ViewRootImpl.performTraversals:4781 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 android.view.Choreographer$CallbackRecord.run:1690 android.view.Choreographer$CallbackRecord.run:1699 11-24 13:06:07.243 3487 3487 I ViewRootImpl@66af7fa[MessageCompose]: Setup new sync=wmsSync-ViewRootImpl@66af7fa[MessageCompose]#2 11-24 13:06:07.243 3487 3487 I ViewRootImpl@66af7fa[MessageCompose]: Creating new active sync group ViewRootImpl@66af7fa[MessageCompose]#3 11-24 13:06:07.243 3487 3487 I SurfaceSyncGroup: addLocalSync=ViewRootImpl@66af7fa[MessageCompose]#3 to name=wmsSync-ViewRootImpl@66af7fa[MessageCompose]#2, callers=android.window.SurfaceSyncGroup.add:431 android.window.SurfaceSyncGroup.add:392 android.window.SurfaceSyncGroup.add:340 android.view.ViewRootImpl.createSyncIfNeeded:4912 android.view.ViewRootImpl.performTraversals:4796 android.view.ViewRootImpl.doTraversal:3345 11-24 13:06:07.243 3487 3487 I ViewRootImpl@66af7fa[MessageCompose]: registerCallbacksForSync syncBuffer=false 11-24 13:06:07.246 3487 3562 I ViewRootImpl@66af7fa[MessageCompose]: Received frameDrawingCallback syncResult=0 frameNum=1. 11-24 13:06:07.246 3487 3562 I ViewRootImpl@66af7fa[MessageCompose]: mWNT: t=0xb4000074fd61a480 mBlastBufferQueue=0xb4000074880b5f00 fn= 1 mRenderHdrSdrRatio=1.0 caller= android.view.ViewRootImpl$8.onFrameDraw:13946 android.view.ThreadedRenderer$1.onFrameDraw:792 11-24 13:06:07.246 3487 3562 I ViewRootImpl@66af7fa[MessageCompose]: Setting up sync and frameCommitCallback 11-24 13:06:07.248 3487 3523 I BLASTBufferQueue: [ViewRootImpl@66af7fa[MessageCompose]#1](f:0,a:0,s:0) onFrameAvailable the first frame is available 11-24 13:06:07.248 3487 3523 I ViewRootImpl@66af7fa[MessageCompose]: Received frameCommittedCallback lastAttemptedDrawFrameNum=1 didProduceBuffer=true 11-24 13:06:07.248 3487 3523 I SurfaceSyncGroup: onTransactionReady mName=wmsSync-ViewRootImpl@66af7fa[MessageCompose]#2 callback=266958556 11-24 13:06:07.248 3487 3523 D OpenGLRenderer: CFMS:: SetUp Pid : 3487 Tid : 3523 11-24 13:06:07.249 3487 3487 I ViewRootImpl@66af7fa[MessageCompose]: reportDrawFinished seqId=0 11-24 13:06:07.254 3487 3487 D TokenAutoComplete: Current completion text: redacted@kingqueen.org.uk, 11-24 13:06:07.260 3487 3487 E PhoneWindow: Circular progress bar not located in current window decor 11-24 13:06:07.261 3487 3523 D OpenGLRenderer: HWUI - treat SMPTE_170M as sRGB 11-24 13:06:07.261 3487 3487 I ViewRootImpl@f0968fe[MessageList]: handleWindowFocusChanged: 0 0 call from android.view.ViewRootImpl.-$$Nest$mhandleWindowFocusChanged:0 11-24 13:06:07.261 3487 3487 I ImeFocusController: onPreWindowFocus: skipped, hasWindowFocus=false mHasImeFocus=true 11-24 13:06:07.262 3487 3487 I ImeFocusController: onPostWindowFocus: skipped, hasWindowFocus=false mHasImeFocus=true 11-24 13:06:07.274 3487 3487 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=navigationBars, host=com.fsck.k9/com.fsck.k9.activity.MessageCompose 11-24 13:06:07.275 3487 3487 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=statusBars, host=com.fsck.k9/com.fsck.k9.activity.MessageCompose 11-24 13:06:07.288 3487 3487 I InputMethodManager: invalidateInput 11-24 13:06:07.290 3487 3487 I InputMethodManager: invalidateInput 11-24 13:06:07.291 3487 3487 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length 11-24 13:06:07.291 3487 3487 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length 11-24 13:06:07.292 3487 3487 I InputMethodManager: invalidateInput 11-24 13:06:07.292 3487 3487 D AndroidRuntime: Shutting down VM 11-24 13:06:07.292 3487 3487 E AndroidRuntime: FATAL EXCEPTION: main 11-24 13:06:07.292 3487 3487 E AndroidRuntime: Process: com.fsck.k9, PID: 3487 11-24 13:06:07.292 3487 3487 E AndroidRuntime: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String java.lang.String.substring(int, int)' on a null object reference 11-24 13:06:07.292 3487 3487 E AndroidRuntime: at com.fsck.k9.ui.compose.QuotedMessagePresenter.processDraftMessage(QuotedMessagePresenter.java:287) 11-24 13:06:07.292 3487 3487 E AndroidRuntime: at com.fsck.k9.activity.MessageCompose.processDraftMessage(MessageCompose.java:1451) 11-24 13:06:07.292 3487 3487 E AndroidRuntime: at com.fsck.k9.activity.MessageCompose.processSourceMessage(MessageCompose.java:1262) 11-24 13:06:07.292 3487 3487 E AndroidRuntime: at com.fsck.k9.activity.MessageCompose.loadLocalMessageForDisplay(MessageCompose.java:1659) 11-24 13:06:07.292 3487 3487 E AndroidRuntime: at com.fsck.k9.activity.MessageCompose$11.onMessageViewInfoLoadFinished(MessageCompose.java:1679) 11-24 13:06:07.292 3487 3487 E AndroidRuntime: at com.fsck.k9.activity.MessageLoaderHelper.onDecodeMessageFinished(MessageLoaderHelper.java:405) 11-24 13:06:07.292 3487 3487 E AndroidRuntime: at com.fsck.k9.activity.MessageLoaderHelper.-$$Nest$monDecodeMessageFinished(MessageLoaderHelper.java:0) 11-24 13:06:07.292 3487 3487 E AndroidRuntime: at com.fsck.k9.activity.MessageLoaderHelper$3.onLoadFinished(MessageLoaderHelper.java:441) 11-24 13:06:07.292 3487 3487 E AndroidRuntime: at com.fsck.k9.activity.MessageLoaderHelper$3.onLoadFinished(MessageLoaderHelper.java:418) 11-24 13:06:07.292 3487 3487 E AndroidRuntime: at androidx.loader.app.LoaderManagerImpl$LoaderObserver.onChanged(LoaderManagerImpl.java:250) 11-24 13:06:07.292 3487 3487 E AndroidRuntime: at androidx.lifecycle.LiveData.considerNotify(LiveData.java:133) 11-24 13:06:07.292 3487 3487 E AndroidRuntime: at androidx.lifecycle.LiveData.dispatchingValue(LiveData.java:151) 11-24 13:06:07.292 3487 3487 E AndroidRuntime: at androidx.lifecycle.LiveData.setValue(LiveData.java:309) 11-24 13:06:07.292 3487 3487 E AndroidRuntime: at androidx.lifecycle.MutableLiveData.setValue(MutableLiveData.java:50) 11-24 13:06:07.292 3487 3487 E AndroidRuntime: at androidx.loader.app.LoaderManagerImpl$LoaderInfo.setValue(LoaderManagerImpl.java:189) 11-24 13:06:07.292 3487 3487 E AndroidRuntime: at androidx.loader.app.LoaderManagerImpl$LoaderInfo.onLoadComplete(LoaderManagerImpl.java:174) 11-24 13:06:07.292 3487 3487 E AndroidRuntime: at androidx.loader.content.Loader.deliverResult(Loader.java:132) 11-24 13:06:07.292 3487 3487 E AndroidRuntime: at com.fsck.k9.ui.message.LocalMessageExtractorLoader.deliverResult(LocalMessageExtractorLoader.java:47) 11-24 13:06:07.292 3487 3487 E AndroidRuntime: at com.fsck.k9.ui.message.LocalMessageExtractorLoader.deliverResult(LocalMessageExtractorLoader.java:16) 11-24 13:06:07.292 3487 3487 E AndroidRuntime: at androidx.loader.content.AsyncTaskLoader.dispatchOnLoadComplete(AsyncTaskLoader.java:258) 11-24 13:06:07.292 3487 3487 E AndroidRuntime: at androidx.loader.content.AsyncTaskLoader$LoadTask.onPostExecute(AsyncTaskLoader.java:83) 11-24 13:06:07.292 3487 3487 E AndroidRuntime: at androidx.loader.content.ModernAsyncTask.finish(ModernAsyncTask.java:490) 11-24 13:06:07.292 3487 3487 E AndroidRuntime: at androidx.loader.content.ModernAsyncTask$InternalHandler.handleMessage(ModernAsyncTask.java:507) 11-24 13:06:07.292 3487 3487 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:106) 11-24 13:06:07.292 3487 3487 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:230) 11-24 13:06:07.292 3487 3487 E AndroidRuntime: at android.os.Looper.loop(Looper.java:319) 11-24 13:06:07.292 3487 3487 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:9063) 11-24 13:06:07.292 3487 3487 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method) 11-24 13:06:07.292 3487 3487 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:588) 11-24 13:06:07.292 3487 3487 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103) 11-24 13:06:07.313 3487 3487 I Process : Sending signal. PID: 3487 SIG: 9 11-24 13:07:02.588 8218 8218 I com.fsck.k9: Using CollectorTypeCMC GC. 11-24 13:07:02.591 8218 8218 E com.fsck.k9: Not starting debugger since process cannot load the jdwp agent. 11-24 13:07:02.597 8218 8218 D ActivityThread: setConscryptValidator 11-24 13:07:02.597 8218 8218 D ActivityThread: setConscryptValidator - put 11-24 13:07:02.604 8218 8218 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10516; state: ENABLED 11-24 13:07:02.604 8218 8218 D CompatibilityChangeReporter: Compat change id reported: 242716250; UID 10516; state: ENABLED 11-24 13:07:02.619 8218 8218 D nativeloader: Configuring clns-4 for other apk /data/app/~~RadT3sxHHkyhkJtLag-bwg==/com.fsck.k9-0p-60oR3J8Qs317V3x0_sA==/base.apk. target_sdk_version=34, uses_libraries=, library_path=/data/app/~~RadT3sxHHkyhkJtLag-bwg==/com.fsck.k9-0p-60oR3J8Qs317V3x0_sA==/lib/arm64:/data/app/~~RadT3sxHHkyhkJtLag-bwg==/com.fsck.k9-0p-60oR3J8Qs317V3x0_sA==/base.apk!/lib/arm64-v8a, permitted_path=/data:/mnt/expand:/data/user/0/com.fsck.k9 11-24 13:07:02.626 8218 8218 V GraphicsEnvironment: Currently set values for: 11-24 13:07:02.626 8218 8218 V GraphicsEnvironment: angle_gl_driver_selection_pkgs=[] 11-24 13:07:02.626 8218 8218 V GraphicsEnvironment: angle_gl_driver_selection_values=[] 11-24 13:07:02.626 8218 8218 V GraphicsEnvironment: ANGLE GameManagerService for com.fsck.k9: false 11-24 13:07:02.626 8218 8218 V GraphicsEnvironment: com.fsck.k9 is not listed in per-application setting 11-24 13:07:02.626 8218 8218 V GraphicsEnvironment: App is not on the allowlist for updatable production driver. 11-24 13:07:02.668 8218 8218 D WM-PackageManagerHelper: Skipping component enablement for androidx.work.impl.background.systemjob.SystemJobService 11-24 13:07:02.668 8218 8218 D WM-Schedulers: Created SystemJobScheduler and enabled SystemJobService 11-24 13:07:02.678 8218 8218 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 10516; state: ENABLED 11-24 13:07:02.681 8218 8218 D OpenGLRenderer: HWUI - treat SMPTE_170M as sRGB 11-24 13:07:02.684 8218 8270 I AdrenoGLES-0: QUALCOMM build : 7b26bdd942, Iab69c31769 11-24 13:07:02.684 8218 8270 I AdrenoGLES-0: Build Date : 08/28/23 11-24 13:07:02.684 8218 8270 I AdrenoGLES-0: OpenGL ES Shader Compiler Version: E031.41.03.44 11-24 13:07:02.684 8218 8270 I AdrenoGLES-0: Local Branch : 11-24 13:07:02.684 8218 8270 I AdrenoGLES-0: Remote Branch : refs/tags/AU_LINUX_ANDROID_LA.VENDOR.13.2.0.11.00.00.855.659 11-24 13:07:02.684 8218 8270 I AdrenoGLES-0: Remote Branch : NONE 11-24 13:07:02.684 8218 8270 I AdrenoGLES-0: Reconstruct Branch : NOTHING 11-24 13:07:02.684 8218 8270 I AdrenoGLES-0: Build Config : S P 14.1.4 AArch64 11-24 13:07:02.684 8218 8270 I AdrenoGLES-0: Driver Path : /vendor/lib64/egl/libGLESv2_adreno.so 11-24 13:07:02.684 8218 8270 I AdrenoGLES-0: Driver Version : 0676.42 11-24 13:07:02.689 8218 8270 I AdrenoGLES-0: PFP: 0x01740158, ME: 0x00000000 11-24 13:07:02.692 8218 8218 D AppCompatDelegate: Checking for metadata for AppLocalesMetadataHolderService : Service not found 11-24 13:07:02.701 8218 8218 I DecorView: setWindowBackground: isPopOver=false color=ff131314 d=android.graphics.drawable.ColorDrawable@2e54b19 11-24 13:07:02.703 8218 8218 D CompatibilityChangeReporter: Compat change id reported: 210923482; UID 10516; state: ENABLED 11-24 13:07:02.706 8218 8270 W Adreno-AppProfiles: Could not find QSPM HAL service. Skipping adreno profile processing. 11-24 13:07:02.708 8218 8270 I AdrenoUtils: : Reading chip ID through GSL 11-24 13:07:02.713 8218 8283 D CompatibilityChangeReporter: Compat change id reported: 194532703; UID 10516; state: ENABLED 11-24 13:07:02.713 8218 8283 D CompatibilityChangeReporter: Compat change id reported: 253665015; UID 10516; state: ENABLED 11-24 13:07:02.725 8218 8218 D CompatibilityChangeReporter: Compat change id reported: 237531167; UID 10516; state: DISABLED 11-24 13:07:02.726 8218 8270 D NativeCustomFrequencyManager: [NativeCFMS] BpCustomFrequencyManager::BpCustomFrequencyManager() 11-24 13:07:02.730 8218 8218 I InsetsController: onStateChanged: host=com.fsck.k9/com.fsck.k9.activity.MessageList, from=android.view.ViewRootImpl.setView:1797, state=InsetsState: {mDisplayFrame=Rect(0, 0 - 1080, 2316), mDisplayCutout=DisplayCutout{insets=Rect(0, 75 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(513, 0 - 567, 75), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080 displayHeight=2316 physicalDisplayWidth=1080 physicalDisplayHeight=2316 density={2.8125} cutoutSpec={M 0,0 H -9.466666666666667 V 26.66666666666667‬ H 9.466666666666667 V 0 H 0 Z @dp} rotation={0} scale={1.0} physicalPixelDisplaySizeRatio={1.0}}}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=8, center=Point(8, 8)}, RoundedCorner{position=TopRight, radius=8, center=Point(1072, 8)}, RoundedCorner{position=BottomRight, radius=8, center=Point(1072, 2308)}, RoundedCorner{position=BottomLeft, radius=8, center=Point(8, 2308)}]} mRoundedCornerFrame=Rect(0, 0 - 1080, 2316), mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(956, 0 - 1080, 75) rotation=0}, mDisplayShape=DisplayShape{ spec=-311912193 displayWidth=1440 displayHeight=3088 physicalPixelDisplaySizeRatio=1.0 rotation=0 offsetX=0 offsetY=0 scale=1.0}, mSources= { InsetsSource: {fd920000 mType=statusBars mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {fd920005 mType=mandatorySystemGestures mFrame=[0,0][1080,109] mVisible=true mFlags=[]}, InsetsSource: {fd920006 mType=tappableElement mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {3 mType=ime mFrame=[0,0][0,0] mVisible=false mFlags=[]}, InsetsSource: {27 mType=displayCutout mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {174a0001 mType=navigationBars mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0004 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags=[]}, InsetsSource: {174a0005 mType=mandatorySystemGestures mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0006 mType=tappableElement mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0024 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags=[]} } 11-24 13:07:02.730 8218 8218 I ViewRootImpl@a377e95[MessageList]: synced displayState. AttachInfo displayState=2 11-24 13:07:02.730 8218 8218 I ViewRootImpl@a377e95[MessageList]: setView = com.android.internal.policy.DecorView@95e6f11 TM=true 11-24 13:07:02.730 8218 8218 I IDS_TAG : Starting IDS observe window 11-24 13:07:02.730 8218 8218 I IDS_TAG : Getting Shared Preference for app.k9mail.K9App@a45df44 uid = 10516 11-24 13:07:02.731 8218 8218 I IDS_TAG : App app.k9mail.K9App@a45df44 being boosted by IDS 11-24 13:07:02.731 8218 8218 I IDS_TAG : Closing IDS observe window 11-24 13:07:02.731 8218 8218 I IDS_TAG : Getting Shared Preference for app.k9mail.K9App@a45df44 uid = 10516 11-24 13:07:02.732 8218 8218 D AnimatorSet: mReversing is false. Don't call initChildren. 11-24 13:07:02.758 8218 8218 I BufferQueueProducer: [](id:201a00000000,api:0,p:-2072624371,c:8218) setDequeueTimeout:2077252342 11-24 13:07:02.759 8218 8218 I BLASTBufferQueue_Java: new BLASTBufferQueue, mName= ViewRootImpl@a377e95[MessageList] mNativeObject= 0xb40000748472bb00 sc.mNativeObject= 0xb40000748475a9c0 caller= android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3085 android.view.ViewRootImpl.relayoutWindow:10224 android.view.ViewRootImpl.performTraversals:4167 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 android.view.Choreographer$CallbackRecord.run:1690 android.view.Choreographer$CallbackRecord.run:1699 android.view.Choreographer.doCallbacks:1154 android.view.Choreographer.doFrame:1080 android.view.Choreographer$FrameDisplayEventReceiver.run:1647 11-24 13:07:02.759 8218 8218 I BLASTBufferQueue_Java: update, w= 1080 h= 2316 mName = ViewRootImpl@a377e95[MessageList] mNativeObject= 0xb40000748472bb00 sc.mNativeObject= 0xb40000748475a9c0 format= -1 caller= android.graphics.BLASTBufferQueue.:89 android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3085 android.view.ViewRootImpl.relayoutWindow:10224 android.view.ViewRootImpl.performTraversals:4167 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 11-24 13:07:02.759 8218 8218 I ViewRootImpl@a377e95[MessageList]: Relayout returned: old=(0,0,1080,2316) new=(0,0,1080,2316) relayoutAsync=false req=(1080,2316)0 dur=4 res=0x403 s={true 0xb4000074edce0800} ch=true seqId=0 11-24 13:07:02.759 8218 8218 I ViewRootImpl@a377e95[MessageList]: performConfigurationChange setNightDimText nightDimLevel=0 11-24 13:07:02.759 8218 8218 D ViewRootImpl@a377e95[MessageList]: mThreadedRenderer.initialize() mSurface={isValid=true 0xb4000074edce0800} hwInitialized=true 11-24 13:07:02.762 8218 8218 D ViewRootImpl@a377e95[MessageList]: reportNextDraw android.view.ViewRootImpl.performTraversals:4781 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 android.view.Choreographer$CallbackRecord.run:1690 android.view.Choreographer$CallbackRecord.run:1699 11-24 13:07:02.762 8218 8218 I ViewRootImpl@a377e95[MessageList]: Setup new sync=wmsSync-ViewRootImpl@a377e95[MessageList]#0 11-24 13:07:02.762 8218 8218 I ViewRootImpl@a377e95[MessageList]: Creating new active sync group ViewRootImpl@a377e95[MessageList]#1 11-24 13:07:02.762 8218 8218 I SurfaceSyncGroup: addLocalSync=ViewRootImpl@a377e95[MessageList]#1 to name=wmsSync-ViewRootImpl@a377e95[MessageList]#0, callers=android.window.SurfaceSyncGroup.add:431 android.window.SurfaceSyncGroup.add:392 android.window.SurfaceSyncGroup.add:340 android.view.ViewRootImpl.createSyncIfNeeded:4912 android.view.ViewRootImpl.performTraversals:4796 android.view.ViewRootImpl.doTraversal:3345 11-24 13:07:02.763 8218 8218 I ViewRootImpl@a377e95[MessageList]: registerCallbacksForSync syncBuffer=false 11-24 13:07:02.764 8218 8293 I ViewRootImpl@a377e95[MessageList]: Received frameDrawingCallback syncResult=0 frameNum=1. 11-24 13:07:02.764 8218 8293 I ViewRootImpl@a377e95[MessageList]: mWNT: t=0xb400007484757180 mBlastBufferQueue=0xb40000748472bb00 fn= 1 mRenderHdrSdrRatio=1.0 caller= android.view.ViewRootImpl$8.onFrameDraw:13946 android.view.ThreadedRenderer$1.onFrameDraw:792 11-24 13:07:02.764 8218 8293 I ViewRootImpl@a377e95[MessageList]: Setting up sync and frameCommitCallback 11-24 13:07:02.773 8218 8270 I BLASTBufferQueue: [ViewRootImpl@a377e95[MessageList]#0](f:0,a:0,s:0) onFrameAvailable the first frame is available 11-24 13:07:02.773 8218 8270 I ViewRootImpl@a377e95[MessageList]: Received frameCommittedCallback lastAttemptedDrawFrameNum=1 didProduceBuffer=true 11-24 13:07:02.773 8218 8270 I SurfaceSyncGroup: onTransactionReady mName=wmsSync-ViewRootImpl@a377e95[MessageList]#0 callback=37397939 11-24 13:07:02.774 8218 8270 D OpenGLRenderer: CFMS:: SetUp Pid : 8218 Tid : 8270 11-24 13:07:02.774 8218 8218 I ViewRootImpl@a377e95[MessageList]: reportDrawFinished seqId=0 11-24 13:07:02.776 8218 8270 D OpenGLRenderer: HWUI - treat SMPTE_170M as sRGB 11-24 13:07:02.777 8218 8264 D CompatibilityChangeReporter: Compat change id reported: 247079863; UID 10516; state: ENABLED 11-24 13:07:02.778 8218 8218 I InputMethodManager: invalidateInput 11-24 13:07:02.778 8218 8218 I InputMethodManager: invalidateInput 11-24 13:07:02.778 8218 8218 I InputMethodManager: invalidateInput 11-24 13:07:02.780 8218 8218 I InputMethodManager: invalidateInput 11-24 13:07:02.780 8218 8218 I ImeTracker: com.fsck.k9:5675c3c9: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT 11-24 13:07:02.780 8218 8218 I InputMethodManager_LC: hsifw() - flag : 0 11-24 13:07:02.780 8218 8218 I ImeTracker: com.fsck.k9:5675c3c9: onFailed at PHASE_CLIENT_VIEW_SERVED 11-24 13:07:02.780 8218 8218 I InputMethodManager_LC: hsifw() ignored windowToken=null servedView=null mDisplayId=0 11-24 13:07:02.781 8218 8218 D AutofillManager: view not autofillable - not passing ime action check 11-24 13:07:02.785 8218 8218 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=navigationBars, host=com.fsck.k9/com.fsck.k9.activity.MessageList 11-24 13:07:02.786 8218 8218 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=statusBars, host=com.fsck.k9/com.fsck.k9.activity.MessageList 11-24 13:07:02.787 8218 8218 I ViewRootImpl@a377e95[MessageList]: handleWindowFocusChanged: 1 0 call from android.view.ViewRootImpl.-$$Nest$mhandleWindowFocusChanged:0 11-24 13:07:02.788 8218 8218 D ViewRootImpl@a377e95[MessageList]: mThreadedRenderer.initializeIfNeeded()#2 mSurface={isValid=true 0xb4000074edce0800} 11-24 13:07:02.788 8218 8218 D InputMethodManagerUtils: startInputInner - Id : 0 11-24 13:07:02.788 8218 8218 I InputMethodManager: startInputInner - IInputMethodManagerGlobalInvoker.startInputOrWindowGainedFocus 11-24 13:07:02.791 8218 8218 D InputMethodManagerUtils: startInputInner - Id : 0 11-24 13:07:02.794 8218 8218 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=false, type=ime, host=com.fsck.k9/com.fsck.k9.activity.MessageList 11-24 13:07:03.170 8218 8218 I InputMethodManager: invalidateInput 11-24 13:07:03.170 8218 8218 I InputMethodManager: invalidateInput 11-24 13:07:03.170 8218 8218 I InputMethodManager: invalidateInput 11-24 13:07:03.178 8218 8218 D ConnectivityManager: StackLog: [android.net.ConnectivityManager.sendRequestForNetwork(ConnectivityManager.java:4402)] [android.net.ConnectivityManager.registerDefaultNetworkCallbackForUid(ConnectivityManager.java:4966)] [android.net.ConnectivityManager.registerDefaultNetworkCallback(ConnectivityManager.java:4933)] [android.net.ConnectivityManager.registerDefaultNetworkCallback(ConnectivityManager.java:4907)] [androidx.work.impl.utils.NetworkApi24$$ExternalSyntheticApiModelOutline0.m(R8$$SyntheticClass:0)] [com.bumptech.glide.manager.SingletonConnectivityReceiver$FrameworkConnectivityMonitorPostApi24.register(SingletonConnectivityReceiver.java:191)] [com.bumptech.glide.manager.SingletonConnectivityReceiver.maybeRegisterReceiver(SingletonConnectivityReceiver.java:113)] [com.bumptech.glide.manager.SingletonConnectivityReceiver.register(SingletonConnectivityReceiver.java:94)] [com.bumptech.glide.manager.DefaultConnectivityMonitor.register(DefaultConnectivityMonitor.java:25)] [com.bumptech.glide.manager.DefaultConnectivityMonitor.onStart(DefaultConnectivityMonitor.java:34)] [com.bumptech.glide.manager.LifecycleLifecycle.addListener(LifecycleLifecycle.java:54)] [com.bumptech.glide.RequestManager.(RequestManager.java:147)] [com.bumptech.glide.RequestManager.(RequestManager.java:105)] [com.fsck.k9.glide.GlideRequests.(GlideRequests.java:32)] [com.bumptech.glide.GeneratedRequestManagerFactory.build(GeneratedRequestManagerFactory.java:18)] [com.bumptech.glide.manager.LifecycleRequestManagerRetriever.getOrCreate(LifecycleRequestManagerRetriever.java:43)] [com.bumptech.glide.manager.RequestManagerRetriever.get(RequestManagerRetriever.java:114)] [com.bumptech.glide.manager.RequestManagerRetriever.get(RequestManagerRetriever.java:92)] [com.bumptech.glide.Glide.with(Glide.java:545)] [com.fsck.k9.contacts.ContactPictureLoader.setContactPicture(ContactPictureLoader.kt:25)] [com.fsck.k9.ui.messagelist.MessageListAdapter.setContactPicture(MessageListAdapter.kt:485)] [com.fsck.k9.ui.messagelist.MessageListAdapter.bindMessageViewHolder(MessageListAdapter.kt:403)] [com.fsck.k9.ui.messagelist.MessageListAdapter.onBindViewHolder(MessageListAdapter.kt:353)] [com.fsck.k9.ui.messagelist.MessageListAdapter.onBindViewHolder(MessageListAdapter.kt:46)] [androidx.recyclerview.widget.RecyclerView$Adapter.onBindViewHolder(RecyclerView.java:7747)] [androidx.recyclerview.widget.RecyclerView$Adapter.bindViewHolder(RecyclerView.java:7847)] [androidx.recyclerview.widget.RecyclerView$Recycler.tryBindViewHolderByDeadline(RecyclerView.java:6646)] [androidx.recyclerview.widget.RecyclerView$Recycler.tryGetViewHolderForPositionByDeadline(RecyclerView.java:6917)] [androidx.recyclerview.widget.RecyclerView$Recycler.getViewForPosition(RecyclerView.java:6757)] [androidx.recyclerview.widget.RecyclerView$Recycler.getViewForPosition(RecyclerView.java:6753)] [app.k9mail.ui.utils.linearlayoutmanager.LinearLayoutManager$LayoutState.next(LinearLayoutManager.java:2374)] [app.k9mail.ui.utils.linearlayoutmanager.LinearLayoutManager.layoutChunk(LinearLayoutManager.java:1682)] [app.k9mail.ui.utils.linearlayoutmanager.LinearLayoutManager.fill(LinearLayoutManager.java:1645)] [app.k9mail.ui.utils.linearlayoutmanager.LinearLayoutManager.onLayoutChildren(LinearLayoutManager.java:672)] [androidx.recyclerview.widget.RecyclerView.dispatchLayoutStep2(RecyclerView.java:4645)] [androidx.recyclerview.widget.RecyclerView.dispatchLayout(RecyclerView.java:4348)] [androidx.recyclerview.widget.RecyclerView.onLayout(RecyclerView.java:4919)] [android.view.View.layout(View.java:25788)] [android.view.ViewGroup.layout(ViewGroup.java:6874)] [androidx.swiperefreshlayout.widget.SwipeRefreshLayout.onLayout(SwipeRefreshLayout.java:689)] [android.view.View.layout(View.java:25788)] [android.view.ViewGroup.layout(ViewGroup.java:6874)] [androidx.coordinatorlayout.widget.CoordinatorLayout.layoutChild(CoordinatorLayout.java:1248)] [androidx.coordinatorlayout.widget.CoordinatorLayout.onLayoutChild(CoordinatorLayout.java:934)] [androidx.coordinatorlayout.widget.Coordin 11-24 13:07:04.877 8218 8218 I ViewRootImpl@a377e95[MessageList]: ViewPostIme pointer 0 11-24 13:07:04.956 8218 8218 I ViewRootImpl@a377e95[MessageList]: ViewPostIme pointer 1 11-24 13:07:05.685 8218 8218 I ViewRootImpl@a377e95[MessageList]: ViewPostIme pointer 0 11-24 13:07:05.723 8218 8218 I ViewRootImpl@a377e95[MessageList]: ViewPostIme pointer 1 11-24 13:07:06.144 8218 8218 I InputMethodManager: invalidateInput 11-24 13:07:06.145 8218 8218 I ImeTracker: com.fsck.k9:d468e0b8: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT 11-24 13:07:06.145 8218 8218 I InputMethodManager_LC: hsifw() - flag : 0 11-24 13:07:06.145 8218 8218 I InputMethodManager_LC: hsifw() - mService.hideSoftInput 11-24 13:07:06.744 8218 8218 I ViewRootImpl@a377e95[MessageList]: ViewPostIme pointer 0 11-24 13:07:06.815 8218 8218 I ViewRootImpl@a377e95[MessageList]: ViewPostIme pointer 1 11-24 13:07:06.846 8218 8218 I DecorView: setWindowBackground: isPopOver=false color=ff131314 d=android.graphics.drawable.ColorDrawable@c9dd269 11-24 13:07:06.856 8218 8270 D NativeCustomFrequencyManager: [NativeCFMS] BpCustomFrequencyManager::BpCustomFrequencyManager() 11-24 13:07:06.860 8218 8218 I InsetsController: onStateChanged: host=com.fsck.k9/com.fsck.k9.ui.settings.SettingsActivity, from=android.view.ViewRootImpl.setView:1797, state=InsetsState: {mDisplayFrame=Rect(0, 0 - 1080, 2316), mDisplayCutout=DisplayCutout{insets=Rect(0, 75 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(513, 0 - 567, 75), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080 displayHeight=2316 physicalDisplayWidth=1080 physicalDisplayHeight=2316 density={2.8125} cutoutSpec={M 0,0 H -9.466666666666667 V 26.66666666666667‬ H 9.466666666666667 V 0 H 0 Z @dp} rotation={0} scale={1.0} physicalPixelDisplaySizeRatio={1.0}}}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=8, center=Point(8, 8)}, RoundedCorner{position=TopRight, radius=8, center=Point(1072, 8)}, RoundedCorner{position=BottomRight, radius=8, center=Point(1072, 2308)}, RoundedCorner{position=BottomLeft, radius=8, center=Point(8, 2308)}]} mRoundedCornerFrame=Rect(0, 0 - 1080, 2316), mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(956, 0 - 1080, 75) rotation=0}, mDisplayShape=DisplayShape{ spec=-311912193 displayWidth=1440 displayHeight=3088 physicalPixelDisplaySizeRatio=1.0 rotation=0 offsetX=0 offsetY=0 scale=1.0}, mSources= { InsetsSource: {fd920000 mType=statusBars mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {fd920005 mType=mandatorySystemGestures mFrame=[0,0][1080,109] mVisible=true mFlags=[]}, InsetsSource: {fd920006 mType=tappableElement mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {27 mType=displayCutout mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {174a0001 mType=navigationBars mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0004 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags=[]}, InsetsSource: {174a0005 mType=mandatorySystemGestures mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0006 mType=tappableElement mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0024 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags=[]} } 11-24 13:07:06.860 8218 8218 I ViewRootImpl@e94010[SettingsActivity]: synced displayState. AttachInfo displayState=2 11-24 13:07:06.860 8218 8218 I ViewRootImpl@e94010[SettingsActivity]: setView = com.android.internal.policy.DecorView@7ffa8f3 TM=true 11-24 13:07:06.867 8218 8218 I InsetsController: onStateChanged: host=com.fsck.k9/com.fsck.k9.ui.settings.SettingsActivity, from=android.view.ViewRootImpl.relayoutWindow:10165, state=InsetsState: {mDisplayFrame=Rect(0, 0 - 1080, 2316), mDisplayCutout=DisplayCutout{insets=Rect(0, 75 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(513, 0 - 567, 75), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080 displayHeight=2316 physicalDisplayWidth=1080 physicalDisplayHeight=2316 density={2.8125} cutoutSpec={M 0,0 H -9.466666666666667 V 26.66666666666667‬ H 9.466666666666667 V 0 H 0 Z @dp} rotation={0} scale={1.0} physicalPixelDisplaySizeRatio={1.0}}}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=8, center=Point(8, 8)}, RoundedCorner{position=TopRight, radius=8, center=Point(1072, 8)}, RoundedCorner{position=BottomRight, radius=8, center=Point(1072, 2308)}, RoundedCorner{position=BottomLeft, radius=8, center=Point(8, 2308)}]} mRoundedCornerFrame=Rect(0, 0 - 1080, 2316), mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(956, 0 - 1080, 75) rotation=0}, mDisplayShape=DisplayShape{ spec=-311912193 displayWidth=1440 displayHeight=3088 physicalPixelDisplaySizeRatio=1.0 rotation=0 offsetX=0 offsetY=0 scale=1.0}, mSources= { InsetsSource: {fd920000 mType=statusBars mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {fd920005 mType=mandatorySystemGestures mFrame=[0,0][1080,109] mVisible=true mFlags=[]}, InsetsSource: {fd920006 mType=tappableElement mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {3 mType=ime mFrame=[0,0][0,0] mVisible=false mFlags=[]}, InsetsSource: {27 mType=displayCutout mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {174a0001 mType=navigationBars mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0004 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags=[]}, InsetsSource: {174a0005 mType=mandatorySystemGestures mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0006 mType=tappableElement mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0024 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags=[]} } 11-24 13:07:06.867 8218 8218 I BufferQueueProducer: [](id:201a00000001,api:0,p:0,c:8218) setDequeueTimeout:2077252342 11-24 13:07:06.867 8218 8218 I BLASTBufferQueue_Java: new BLASTBufferQueue, mName= ViewRootImpl@e94010[SettingsActivity] mNativeObject= 0xb4000073fcad0600 sc.mNativeObject= 0xb4000073e4bbc140 caller= android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3085 android.view.ViewRootImpl.relayoutWindow:10224 android.view.ViewRootImpl.performTraversals:4167 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 android.view.Choreographer$CallbackRecord.run:1690 android.view.Choreographer$CallbackRecord.run:1699 android.view.Choreographer.doCallbacks:1154 android.view.Choreographer.doFrame:1080 android.view.Choreographer$FrameDisplayEventReceiver.run:1647 11-24 13:07:06.867 8218 8218 I BLASTBufferQueue_Java: update, w= 1080 h= 2316 mName = ViewRootImpl@e94010[SettingsActivity] mNativeObject= 0xb4000073fcad0600 sc.mNativeObject= 0xb4000073e4bbc140 format= -1 caller= android.graphics.BLASTBufferQueue.:89 android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3085 android.view.ViewRootImpl.relayoutWindow:10224 android.view.ViewRootImpl.performTraversals:4167 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 11-24 13:07:06.868 8218 8218 I ViewRootImpl@e94010[SettingsActivity]: Relayout returned: old=(0,0,1080,2316) new=(0,0,1080,2316) relayoutAsync=false req=(1080,2316)0 dur=6 res=0x403 s={true 0xb4000073fcc2c000} ch=true seqId=0 11-24 13:07:06.868 8218 8218 I ViewRootImpl@e94010[SettingsActivity]: performConfigurationChange setNightDimText nightDimLevel=0 11-24 13:07:06.868 8218 8218 D ViewRootImpl@e94010[SettingsActivity]: mThreadedRenderer.initialize() mSurface={isValid=true 0xb4000073fcc2c000} hwInitialized=true 11-24 13:07:06.868 8218 8218 D ViewRootImpl@e94010[SettingsActivity]: reportNextDraw android.view.ViewRootImpl.performTraversals:4781 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 android.view.Choreographer$CallbackRecord.run:1690 android.view.Choreographer$CallbackRecord.run:1699 11-24 13:07:06.869 8218 8218 I ViewRootImpl@e94010[SettingsActivity]: Setup new sync=wmsSync-ViewRootImpl@e94010[SettingsActivity]#2 11-24 13:07:06.869 8218 8218 I ViewRootImpl@e94010[SettingsActivity]: Creating new active sync group ViewRootImpl@e94010[SettingsActivity]#3 11-24 13:07:06.869 8218 8218 I SurfaceSyncGroup: addLocalSync=ViewRootImpl@e94010[SettingsActivity]#3 to name=wmsSync-ViewRootImpl@e94010[SettingsActivity]#2, callers=android.window.SurfaceSyncGroup.add:431 android.window.SurfaceSyncGroup.add:392 android.window.SurfaceSyncGroup.add:340 android.view.ViewRootImpl.createSyncIfNeeded:4912 android.view.ViewRootImpl.performTraversals:4796 android.view.ViewRootImpl.doTraversal:3345 11-24 13:07:06.869 8218 8218 I ViewRootImpl@e94010[SettingsActivity]: registerCallbacksForSync syncBuffer=false 11-24 13:07:06.872 8218 8304 I ViewRootImpl@e94010[SettingsActivity]: Received frameDrawingCallback syncResult=0 frameNum=1. 11-24 13:07:06.872 8218 8304 I ViewRootImpl@e94010[SettingsActivity]: mWNT: t=0xb4000073e4e64380 mBlastBufferQueue=0xb4000073fcad0600 fn= 1 mRenderHdrSdrRatio=1.0 caller= android.view.ViewRootImpl$8.onFrameDraw:13946 android.view.ThreadedRenderer$1.onFrameDraw:792 11-24 13:07:06.872 8218 8304 I ViewRootImpl@e94010[SettingsActivity]: Setting up sync and frameCommitCallback 11-24 13:07:06.874 8218 8270 I BLASTBufferQueue: [ViewRootImpl@e94010[SettingsActivity]#1](f:0,a:0,s:0) onFrameAvailable the first frame is available 11-24 13:07:06.874 8218 8270 I ViewRootImpl@e94010[SettingsActivity]: Received frameCommittedCallback lastAttemptedDrawFrameNum=1 didProduceBuffer=true 11-24 13:07:06.874 8218 8270 I SurfaceSyncGroup: onTransactionReady mName=wmsSync-ViewRootImpl@e94010[SettingsActivity]#2 callback=156457669 11-24 13:07:06.874 8218 8270 D OpenGLRenderer: CFMS:: SetUp Pid : 8218 Tid : 8270 11-24 13:07:06.874 8218 8218 I ViewRootImpl@e94010[SettingsActivity]: reportDrawFinished seqId=0 11-24 13:07:06.875 8218 8270 D OpenGLRenderer: HWUI - treat SMPTE_170M as sRGB 11-24 13:07:06.876 8218 8218 I ViewRootImpl@a377e95[MessageList]: handleWindowFocusChanged: 0 0 call from android.view.ViewRootImpl.-$$Nest$mhandleWindowFocusChanged:0 11-24 13:07:06.876 8218 8218 I ImeFocusController: onPreWindowFocus: skipped, hasWindowFocus=false mHasImeFocus=true 11-24 13:07:06.876 8218 8218 I ImeFocusController: onPostWindowFocus: skipped, hasWindowFocus=false mHasImeFocus=true 11-24 13:07:06.884 8218 8218 D AnimatorSet: mReversing is false. Don't call initChildren. 11-24 13:07:06.885 8218 8218 D AnimatorSet: mReversing is false. Don't call initChildren. 11-24 13:07:06.886 8218 8218 D AnimatorSet: mReversing is false. Don't call initChildren. 11-24 13:07:06.887 8218 8218 D AnimatorSet: mReversing is false. Don't call initChildren. 11-24 13:07:06.888 8218 8218 D AnimatorSet: mReversing is false. Don't call initChildren. 11-24 13:07:06.889 8218 8218 D AnimatorSet: mReversing is false. Don't call initChildren. 11-24 13:07:06.898 8218 8218 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=navigationBars, host=com.fsck.k9/com.fsck.k9.ui.settings.SettingsActivity 11-24 13:07:06.898 8218 8218 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=statusBars, host=com.fsck.k9/com.fsck.k9.ui.settings.SettingsActivity 11-24 13:07:06.928 8218 8218 I ViewRootImpl@e94010[SettingsActivity]: handleWindowFocusChanged: 1 0 call from android.view.ViewRootImpl.-$$Nest$mhandleWindowFocusChanged:0 11-24 13:07:06.928 8218 8218 D ViewRootImpl@e94010[SettingsActivity]: mThreadedRenderer.initializeIfNeeded()#2 mSurface={isValid=true 0xb4000073fcc2c000} 11-24 13:07:06.929 8218 8218 D InputMethodManagerUtils: startInputInner - Id : 0 11-24 13:07:06.929 8218 8218 I InputMethodManager: startInputInner - IInputMethodManagerGlobalInvoker.startInputOrWindowGainedFocus 11-24 13:07:06.936 8218 8218 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=false, type=ime, host=com.fsck.k9/com.fsck.k9.ui.settings.SettingsActivity 11-24 13:07:07.316 8218 8218 I ViewRootImpl@a377e95[MessageList]: handleAppVisibility mAppVisible = true visible = false 11-24 13:07:07.319 8218 8218 I ViewRootImpl@a377e95[MessageList]: destroyHardwareResources: Callers=android.view.ViewRootImpl.performTraversals:3989 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 android.view.Choreographer$CallbackRecord.run:1690 android.view.Choreographer$CallbackRecord.run:1699 android.view.Choreographer.doCallbacks:1154 android.view.Choreographer.doFrame:1080 android.view.Choreographer$FrameDisplayEventReceiver.run:1647 android.os.Handler.handleCallback:958 android.os.Handler.dispatchMessage:99 11-24 13:07:07.329 8218 8218 I ViewRootImpl@a377e95[MessageList]: Relayout returned: old=(0,0,1080,2316) new=(0,0,1080,2316) relayoutAsync=false req=(1080,2316)8 dur=4 res=0x402 s={false 0x0} ch=true seqId=0 11-24 13:07:07.329 8218 8218 D ConnectivityManager: StackLog: [android.net.ConnectivityManager.unregisterNetworkCallback(ConnectivityManager.java:5076)] [com.bumptech.glide.manager.SingletonConnectivityReceiver$FrameworkConnectivityMonitorPostApi24.unregister(SingletonConnectivityReceiver.java:205)] [com.bumptech.glide.manager.SingletonConnectivityReceiver.maybeUnregisterReceiver(SingletonConnectivityReceiver.java:122)] [com.bumptech.glide.manager.SingletonConnectivityReceiver.unregister(SingletonConnectivityReceiver.java:105)] [com.bumptech.glide.manager.DefaultConnectivityMonitor.unregister(DefaultConnectivityMonitor.java:29)] [com.bumptech.glide.manager.DefaultConnectivityMonitor.onStop(DefaultConnectivityMonitor.java:39)] [com.bumptech.glide.manager.LifecycleLifecycle.onStop(LifecycleLifecycle.java:35)] [java.lang.reflect.Method.invoke(Native Method)] [androidx.lifecycle.ClassesInfoCache$MethodReference.invokeCallback(ClassesInfoCache.java:225)] [androidx.lifecycle.ClassesInfoCache$CallbackInfo.invokeMethodsForEvent(ClassesInfoCache.java:199)] [androidx.lifecycle.ClassesInfoCache$CallbackInfo.invokeCallbacks(ClassesInfoCache.java:190)] [androidx.lifecycle.ReflectiveGenericLifecycleObserver.onStateChanged(ReflectiveGenericLifecycleObserver.java:40)] [androidx.lifecycle.LifecycleRegistry$ObserverWithState.dispatchEvent(LifecycleRegistry.jvm.kt:320)] [androidx.lifecycle.LifecycleRegistry.backwardPass(LifecycleRegistry.jvm.kt:272)] [androidx.lifecycle.LifecycleRegistry.sync(LifecycleRegistry.jvm.kt:289)] [androidx.lifecycle.LifecycleRegistry.moveToState(LifecycleRegistry.jvm.kt:142)] [androidx.lifecycle.LifecycleRegistry.handleLifecycleEvent(LifecycleRegistry.jvm.kt:124)] [androidx.lifecycle.ReportFragment$Companion.dispatch$lifecycle_runtime_release(ReportFragment.android.kt:190)] [androidx.lifecycle.ReportFragment$LifecycleCallbacks.onActivityPreStopped(ReportFragment.android.kt:135)] [android.app.Activity.dispatchActivityPreStopped(Activity.java:1597)] [android.app.Activity.performStop(Activity.java:9258)] [android.app.ActivityThread.callActivityOnStop(ActivityThread.java:5983)] [android.app.ActivityThread.performStopActivityInner(ActivityThread.java:5957)] [android.app.ActivityThread.handleStopActivity(ActivityThread.java:6028)] [android.app.servertransaction.StopActivityItem.execute(StopActivityItem.java:43)] [android.app.servertransaction.ActivityTransactionItem.execute(ActivityTransactionItem.java:45)] [android.app.servertransaction.TransactionExecutor.executeLifecycleState(TransactionExecutor.java:180)] [android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:98)] [android.app.ActivityThread$H.handleMessage(ActivityThread.java:2693)] 11-24 13:07:07.330 8218 8218 I ViewRootImpl@a377e95[MessageList]: stopped(true) old = false 11-24 13:07:07.330 8218 8218 D ViewRootImpl@a377e95[MessageList]: WindowStopped on com.fsck.k9/com.fsck.k9.activity.MessageList set to true 11-24 13:07:07.337 8218 8218 I ViewRootImpl@a377e95[MessageList]: Relayout returned: old=(0,0,1080,2316) new=(0,0,1080,2316) relayoutAsync=false req=(1080,2316)8 dur=2 res=0x402 s={false 0x0} ch=false seqId=0 11-24 13:07:08.125 8218 8386 D ProfileInstaller: Skipping profile installation for com.fsck.k9 11-24 13:07:08.570 8218 8218 I ViewRootImpl@e94010[SettingsActivity]: ViewPostIme pointer 0 11-24 13:07:08.571 8218 8218 I GestureDetector: obtain mCurrentDownEvent. id: 714085493 caller: androidx.core.view.GestureDetectorCompat.onTouchEvent:98 androidx.recyclerview.widget.ItemTouchHelper$2.onInterceptTouchEvent:320 androidx.recyclerview.widget.RecyclerView.findInterceptingOnItemTouchListener:3583 11-24 13:07:08.585 8218 8218 I GestureDetector: obtain mCurrentMotionEventRaw. action: 2 id: 591456748 11-24 13:07:08.615 8218 8218 I ViewRootImpl@e94010[SettingsActivity]: ViewPostIme pointer 1 11-24 13:07:08.651 8218 8218 I DecorView: setWindowBackground: isPopOver=false color=ff131314 d=android.graphics.drawable.ColorDrawable@d894e87 11-24 13:07:08.664 8218 8270 D NativeCustomFrequencyManager: [NativeCFMS] BpCustomFrequencyManager::BpCustomFrequencyManager() 11-24 13:07:08.668 8218 8218 I InsetsController: onStateChanged: host=com.fsck.k9/com.fsck.k9.ui.settings.general.GeneralSettingsActivity, from=android.view.ViewRootImpl.setView:1797, state=InsetsState: {mDisplayFrame=Rect(0, 0 - 1080, 2316), mDisplayCutout=DisplayCutout{insets=Rect(0, 75 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(513, 0 - 567, 75), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080 displayHeight=2316 physicalDisplayWidth=1080 physicalDisplayHeight=2316 density={2.8125} cutoutSpec={M 0,0 H -9.466666666666667 V 26.66666666666667‬ H 9.466666666666667 V 0 H 0 Z @dp} rotation={0} scale={1.0} physicalPixelDisplaySizeRatio={1.0}}}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=8, center=Point(8, 8)}, RoundedCorner{position=TopRight, radius=8, center=Point(1072, 8)}, RoundedCorner{position=BottomRight, radius=8, center=Point(1072, 2308)}, RoundedCorner{position=BottomLeft, radius=8, center=Point(8, 2308)}]} mRoundedCornerFrame=Rect(0, 0 - 1080, 2316), mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(956, 0 - 1080, 75) rotation=0}, mDisplayShape=DisplayShape{ spec=-311912193 displayWidth=1440 displayHeight=3088 physicalPixelDisplaySizeRatio=1.0 rotation=0 offsetX=0 offsetY=0 scale=1.0}, mSources= { InsetsSource: {fd920000 mType=statusBars mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {fd920005 mType=mandatorySystemGestures mFrame=[0,0][1080,109] mVisible=true mFlags=[]}, InsetsSource: {fd920006 mType=tappableElement mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {27 mType=displayCutout mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {174a0001 mType=navigationBars mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0004 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags=[]}, InsetsSource: {174a0005 mType=mandatorySystemGestures mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0006 mType=tappableElement mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0024 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags=[]} } 11-24 13:07:08.668 8218 8218 I ViewRootImpl@8a89298[GeneralSettingsActivity]: synced displayState. AttachInfo displayState=2 11-24 13:07:08.668 8218 8218 I ViewRootImpl@8a89298[GeneralSettingsActivity]: setView = com.android.internal.policy.DecorView@6136d57 TM=true 11-24 13:07:08.675 8218 8218 I InsetsController: onStateChanged: host=com.fsck.k9/com.fsck.k9.ui.settings.general.GeneralSettingsActivity, from=android.view.ViewRootImpl.relayoutWindow:10165, state=InsetsState: {mDisplayFrame=Rect(0, 0 - 1080, 2316), mDisplayCutout=DisplayCutout{insets=Rect(0, 75 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(513, 0 - 567, 75), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080 displayHeight=2316 physicalDisplayWidth=1080 physicalDisplayHeight=2316 density={2.8125} cutoutSpec={M 0,0 H -9.466666666666667 V 26.66666666666667‬ H 9.466666666666667 V 0 H 0 Z @dp} rotation={0} scale={1.0} physicalPixelDisplaySizeRatio={1.0}}}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=8, center=Point(8, 8)}, RoundedCorner{position=TopRight, radius=8, center=Point(1072, 8)}, RoundedCorner{position=BottomRight, radius=8, center=Point(1072, 2308)}, RoundedCorner{position=BottomLeft, radius=8, center=Point(8, 2308)}]} mRoundedCornerFrame=Rect(0, 0 - 1080, 2316), mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(956, 0 - 1080, 75) rotation=0}, mDisplayShape=DisplayShape{ spec=-311912193 displayWidth=1440 displayHeight=3088 physicalPixelDisplaySizeRatio=1.0 rotation=0 offsetX=0 offsetY=0 scale=1.0}, mSources= { InsetsSource: {fd920000 mType=statusBars mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {fd920005 mType=mandatorySystemGestures mFrame=[0,0][1080,109] mVisible=true mFlags=[]}, InsetsSource: {fd920006 mType=tappableElement mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {3 mType=ime mFrame=[0,0][0,0] mVisible=false mFlags=[]}, InsetsSource: {27 mType=displayCutout mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {174a0001 mType=navigationBars mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0004 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags=[]}, InsetsSource: {174a0005 mType=mandatorySystemGestures mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0006 mType=tappableElement mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0024 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags=[]} } 11-24 13:07:08.675 8218 8218 I BufferQueueProducer: [](id:201a00000002,api:0,p:4,c:8218) setDequeueTimeout:2077252342 11-24 13:07:08.675 8218 8218 I BLASTBufferQueue_Java: new BLASTBufferQueue, mName= ViewRootImpl@8a89298[GeneralSettingsActivity] mNativeObject= 0xb4000073e4ee7900 sc.mNativeObject= 0xb4000073e4b7a480 caller= android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3085 android.view.ViewRootImpl.relayoutWindow:10224 android.view.ViewRootImpl.performTraversals:4167 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 android.view.Choreographer$CallbackRecord.run:1690 android.view.Choreographer$CallbackRecord.run:1699 android.view.Choreographer.doCallbacks:1154 android.view.Choreographer.doFrame:1080 android.view.Choreographer$FrameDisplayEventReceiver.run:1647 11-24 13:07:08.676 8218 8218 I BLASTBufferQueue_Java: update, w= 1080 h= 2316 mName = ViewRootImpl@8a89298[GeneralSettingsActivity] mNativeObject= 0xb4000073e4ee7900 sc.mNativeObject= 0xb4000073e4b7a480 format= -1 caller= android.graphics.BLASTBufferQueue.:89 android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3085 android.view.ViewRootImpl.relayoutWindow:10224 android.view.ViewRootImpl.performTraversals:4167 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 11-24 13:07:08.676 8218 8218 I ViewRootImpl@8a89298[GeneralSettingsActivity]: Relayout returned: old=(0,0,1080,2316) new=(0,0,1080,2316) relayoutAsync=false req=(1080,2316)0 dur=5 res=0x403 s={true 0xb4000074edce0800} ch=true seqId=0 11-24 13:07:08.676 8218 8218 I ViewRootImpl@8a89298[GeneralSettingsActivity]: performConfigurationChange setNightDimText nightDimLevel=0 11-24 13:07:08.676 8218 8218 D ViewRootImpl@8a89298[GeneralSettingsActivity]: mThreadedRenderer.initialize() mSurface={isValid=true 0xb4000074edce0800} hwInitialized=true 11-24 13:07:08.691 8218 8218 D ViewRootImpl@8a89298[GeneralSettingsActivity]: reportNextDraw android.view.ViewRootImpl.performTraversals:4781 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 android.view.Choreographer$CallbackRecord.run:1690 android.view.Choreographer$CallbackRecord.run:1699 11-24 13:07:08.691 8218 8218 I ViewRootImpl@8a89298[GeneralSettingsActivity]: Setup new sync=wmsSync-ViewRootImpl@8a89298[GeneralSettingsActivity]#4 11-24 13:07:08.691 8218 8218 I ViewRootImpl@8a89298[GeneralSettingsActivity]: Creating new active sync group ViewRootImpl@8a89298[GeneralSettingsActivity]#5 11-24 13:07:08.691 8218 8218 I SurfaceSyncGroup: addLocalSync=ViewRootImpl@8a89298[GeneralSettingsActivity]#5 to name=wmsSync-ViewRootImpl@8a89298[GeneralSettingsActivity]#4, callers=android.window.SurfaceSyncGroup.add:431 android.window.SurfaceSyncGroup.add:392 android.window.SurfaceSyncGroup.add:340 android.view.ViewRootImpl.createSyncIfNeeded:4912 android.view.ViewRootImpl.performTraversals:4796 android.view.ViewRootImpl.doTraversal:3345 11-24 13:07:08.691 8218 8218 I ViewRootImpl@8a89298[GeneralSettingsActivity]: registerCallbacksForSync syncBuffer=false 11-24 13:07:08.692 8218 8293 I ViewRootImpl@8a89298[GeneralSettingsActivity]: Received frameDrawingCallback syncResult=0 frameNum=1. 11-24 13:07:08.692 8218 8293 I ViewRootImpl@8a89298[GeneralSettingsActivity]: mWNT: t=0xb4000073fc9f0a00 mBlastBufferQueue=0xb4000073e4ee7900 fn= 1 mRenderHdrSdrRatio=1.0 caller= android.view.ViewRootImpl$8.onFrameDraw:13946 android.view.ThreadedRenderer$1.onFrameDraw:792 11-24 13:07:08.692 8218 8293 I ViewRootImpl@8a89298[GeneralSettingsActivity]: Setting up sync and frameCommitCallback 11-24 13:07:08.695 8218 8270 I BLASTBufferQueue: [ViewRootImpl@8a89298[GeneralSettingsActivity]#2](f:0,a:0,s:0) onFrameAvailable the first frame is available 11-24 13:07:08.695 8218 8270 I ViewRootImpl@8a89298[GeneralSettingsActivity]: Received frameCommittedCallback lastAttemptedDrawFrameNum=1 didProduceBuffer=true 11-24 13:07:08.695 8218 8270 I SurfaceSyncGroup: onTransactionReady mName=wmsSync-ViewRootImpl@8a89298[GeneralSettingsActivity]#4 callback=7635503 11-24 13:07:08.695 8218 8270 D OpenGLRenderer: CFMS:: SetUp Pid : 8218 Tid : 8270 11-24 13:07:08.695 8218 8218 I ViewRootImpl@8a89298[GeneralSettingsActivity]: reportDrawFinished seqId=0 11-24 13:07:08.696 8218 8270 D OpenGLRenderer: HWUI - treat SMPTE_170M as sRGB 11-24 13:07:08.696 8218 8218 I ViewRootImpl@e94010[SettingsActivity]: handleWindowFocusChanged: 0 0 call from android.view.ViewRootImpl.-$$Nest$mhandleWindowFocusChanged:0 11-24 13:07:08.696 8218 8218 I ImeFocusController: onPreWindowFocus: skipped, hasWindowFocus=false mHasImeFocus=true 11-24 13:07:08.697 8218 8218 I ImeFocusController: onPostWindowFocus: skipped, hasWindowFocus=false mHasImeFocus=true 11-24 13:07:08.700 8218 8218 I InputMethodManager: invalidateInput 11-24 13:07:08.700 8218 8218 I InputMethodManager: invalidateInput 11-24 13:07:08.700 8218 8218 I InputMethodManager: invalidateInput 11-24 13:07:08.706 8218 8218 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=navigationBars, host=com.fsck.k9/com.fsck.k9.ui.settings.general.GeneralSettingsActivity 11-24 13:07:08.706 8218 8218 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=statusBars, host=com.fsck.k9/com.fsck.k9.ui.settings.general.GeneralSettingsActivity 11-24 13:07:08.754 8218 8218 I ViewRootImpl@8a89298[GeneralSettingsActivity]: handleWindowFocusChanged: 1 0 call from android.view.ViewRootImpl.-$$Nest$mhandleWindowFocusChanged:0 11-24 13:07:08.754 8218 8218 D ViewRootImpl@8a89298[GeneralSettingsActivity]: mThreadedRenderer.initializeIfNeeded()#2 mSurface={isValid=true 0xb4000074edce0800} 11-24 13:07:08.754 8218 8218 D InputMethodManagerUtils: startInputInner - Id : 0 11-24 13:07:08.754 8218 8218 I InputMethodManager: startInputInner - IInputMethodManagerGlobalInvoker.startInputOrWindowGainedFocus 11-24 13:07:08.763 8218 8218 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=false, type=ime, host=com.fsck.k9/com.fsck.k9.ui.settings.general.GeneralSettingsActivity 11-24 13:07:08.872 8218 8218 I GestureDetector: handleMessage TAP 11-24 13:07:09.141 8218 8218 I ViewRootImpl@e94010[SettingsActivity]: handleAppVisibility mAppVisible = true visible = false 11-24 13:07:09.144 8218 8218 I ViewRootImpl@e94010[SettingsActivity]: destroyHardwareResources: Callers=android.view.ViewRootImpl.performTraversals:3989 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 android.view.Choreographer$CallbackRecord.run:1690 android.view.Choreographer$CallbackRecord.run:1699 android.view.Choreographer.doCallbacks:1154 android.view.Choreographer.doFrame:1080 android.view.Choreographer$FrameDisplayEventReceiver.run:1647 android.os.Handler.handleCallback:958 android.os.Handler.dispatchMessage:99 11-24 13:07:09.155 8218 8218 I ViewRootImpl@e94010[SettingsActivity]: Relayout returned: old=(0,0,1080,2316) new=(0,0,1080,2316) relayoutAsync=false req=(1080,2316)8 dur=8 res=0x402 s={false 0x0} ch=true seqId=0 11-24 13:07:09.155 8218 8218 I ViewRootImpl@e94010[SettingsActivity]: stopped(true) old = false 11-24 13:07:09.155 8218 8218 D ViewRootImpl@e94010[SettingsActivity]: WindowStopped on com.fsck.k9/com.fsck.k9.ui.settings.SettingsActivity set to true 11-24 13:07:09.162 8218 8218 I ViewRootImpl@e94010[SettingsActivity]: Relayout returned: old=(0,0,1080,2316) new=(0,0,1080,2316) relayoutAsync=false req=(1080,2316)8 dur=2 res=0x402 s={false 0x0} ch=false seqId=0 11-24 13:07:11.371 8218 8218 I ViewRootImpl@8a89298[GeneralSettingsActivity]: ViewPostIme pointer 0 11-24 13:07:11.440 8218 8218 I ViewRootImpl@8a89298[GeneralSettingsActivity]: ViewPostIme pointer 1 11-24 13:07:11.447 8218 8218 W WindowOnBackDispatcher: OnBackInvokedCallback is not enabled for the application. 11-24 13:07:11.447 8218 8218 W WindowOnBackDispatcher: Set 'android:enableOnBackInvokedCallback="true"' in the application manifest. 11-24 13:07:11.460 8218 8218 I InputMethodManager: invalidateInput 11-24 13:07:11.460 8218 8218 I InputMethodManager: invalidateInput 11-24 13:07:11.461 8218 8218 I InputMethodManager: invalidateInput 11-24 13:07:11.463 8218 8218 I BLASTBufferQueue_Java: update, w= 1080 h= 2316 mName = ViewRootImpl@8a89298[GeneralSettingsActivity] mNativeObject= 0xb4000073e4ee7900 sc.mNativeObject= 0xb4000073e4b7a480 format= -1 caller= android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3074 android.view.ViewRootImpl.relayoutWindow:10224 android.view.ViewRootImpl.performTraversals:4167 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 android.view.Choreographer$CallbackRecord.run:1690 11-24 13:07:11.463 8218 8218 I ViewRootImpl@8a89298[GeneralSettingsActivity]: Relayout returned: old=(0,0,1080,2316) new=(0,0,1080,2316) relayoutAsync=true req=(1080,2316)0 dur=0 res=0x0 s={true 0xb4000074edce0800} ch=false seqId=0 11-24 13:07:11.480 8218 8218 I ViewRootImpl@8a89298[GeneralSettingsActivity]: registerCallbackForPendingTransactions 11-24 13:07:11.481 8218 8304 I ViewRootImpl@8a89298[GeneralSettingsActivity]: mWNT: t=0xb4000073e4ec4e80 mBlastBufferQueue=0xb4000073e4ee7900 fn= 10 mRenderHdrSdrRatio=1.0 caller= android.view.ViewRootImpl$6.onFrameDraw:5705 android.view.ViewRootImpl$2.onFrameDraw:2190 android.view.ThreadedRenderer$1.onFrameDraw:792 11-24 13:07:12.552 8218 8218 I ViewRootImpl@8a89298[GeneralSettingsActivity]: ViewPostIme pointer 0 11-24 13:07:12.556 8218 8218 I ViewRootImpl@8a89298[GeneralSettingsActivity]: ViewPostIme pointer 1 11-24 13:07:12.573 8218 8218 D CompatibilityChangeReporter: Compat change id reported: 171228096; UID 10516; state: ENABLED 11-24 13:07:12.581 8218 8218 I WindowManager: WindowManagerGlobal#addView, ty=1002, view=android.widget.PopupWindow$PopupDecorView{f8c7e1d V.E..V... R.....I. 0,0-0,0}, caller=android.view.WindowManagerImpl.addView:150 android.widget.PopupWindow.invokePopup:1721 android.widget.PopupWindow.showAsDropDown:1502 11-24 13:07:12.582 8218 8270 D NativeCustomFrequencyManager: [NativeCFMS] BpCustomFrequencyManager::BpCustomFrequencyManager() 11-24 13:07:12.587 8218 8218 I InsetsController: onStateChanged: host=PopupWindow:f9f06f4, from=android.view.ViewRootImpl.setView:1797, state=InsetsState: {mDisplayFrame=Rect(0, 0 - 1080, 2316), mDisplayCutout=DisplayCutout{insets=Rect(0, 75 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(513, 0 - 567, 75), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080 displayHeight=2316 physicalDisplayWidth=1080 physicalDisplayHeight=2316 density={2.8125} cutoutSpec={M 0,0 H -9.466666666666667 V 26.66666666666667‬ H 9.466666666666667 V 0 H 0 Z @dp} rotation={0} scale={1.0} physicalPixelDisplaySizeRatio={1.0}}}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=8, center=Point(8, 8)}, RoundedCorner{position=TopRight, radius=8, center=Point(1072, 8)}, RoundedCorner{position=BottomRight, radius=8, center=Point(1072, 2308)}, RoundedCorner{position=BottomLeft, radius=8, center=Point(8, 2308)}]} mRoundedCornerFrame=Rect(0, 0 - 1080, 2316), mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(956, 0 - 1080, 75) rotation=0}, mDisplayShape=DisplayShape{ spec=-311912193 displayWidth=1440 displayHeight=3088 physicalPixelDisplaySizeRatio=1.0 rotation=0 offsetX=0 offsetY=0 scale=1.0}, mSources= { InsetsSource: {fd920000 mType=statusBars mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {fd920005 mType=mandatorySystemGestures mFrame=[0,0][1080,109] mVisible=true mFlags=[]}, InsetsSource: {fd920006 mType=tappableElement mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {27 mType=displayCutout mFrame=[0,0][1080,75] mVisible=true mFlags=[]}, InsetsSource: {174a0001 mType=navigationBars mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0004 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags=[]}, InsetsSource: {174a0005 mType=mandatorySystemGestures mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0006 mType=tappableElement mFrame=[0,2181][1080,2316] mVisible=true mFlags=[]}, InsetsSource: {174a0024 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags=[]} } 11-24 13:07:12.587 8218 8218 I ViewRootImpl@4acb892[PopupWindow:f9f06f4]: synced displayState. AttachInfo displayState=2 11-24 13:07:12.587 8218 8218 I ViewRootImpl@4acb892[PopupWindow:f9f06f4]: setView = android.widget.PopupWindow$PopupDecorView@f8c7e1d TM=true 11-24 13:07:12.593 8218 8384 I ViewRootImpl@4acb892[PopupWindow:f9f06f4]: Resizing android.view.ViewRootImpl@21e53d5: frame = [518,98][1069,277] reportDraw = true forceLayout = false syncSeqId = -1 11-24 13:07:12.594 8218 8218 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=navigationBars, host=PopupWindow:f9f06f4 11-24 13:07:12.594 8218 8218 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=statusBars, host=PopupWindow:f9f06f4 11-24 13:07:12.596 8218 8218 I BufferQueueProducer: [](id:201a00000003,api:0,p:0,c:8218) setDequeueTimeout:2077252342 11-24 13:07:12.596 8218 8218 I BLASTBufferQueue_Java: new BLASTBufferQueue, mName= ViewRootImpl@4acb892[PopupWindow:f9f06f4] mNativeObject= 0xb4000073fc884c00 sc.mNativeObject= 0xb4000073e108a300 caller= android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3085 android.view.ViewRootImpl.relayoutWindow:10224 android.view.ViewRootImpl.performTraversals:4167 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 android.view.Choreographer$CallbackRecord.run:1690 android.view.Choreographer$CallbackRecord.run:1699 android.view.Choreographer.doCallbacks:1154 android.view.Choreographer.doFrame:1080 android.view.Choreographer$FrameDisplayEventReceiver.run:1647 11-24 13:07:12.597 8218 8218 I BLASTBufferQueue_Java: update, w= 585 h= 213 mName = ViewRootImpl@4acb892[PopupWindow:f9f06f4] mNativeObject= 0xb4000073fc884c00 sc.mNativeObject= 0xb4000073e108a300 format= -3 caller= android.graphics.BLASTBufferQueue.:89 android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3085 android.view.ViewRootImpl.relayoutWindow:10224 android.view.ViewRootImpl.performTraversals:4167 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 11-24 13:07:12.597 8218 8218 I ViewRootImpl@4acb892[PopupWindow:f9f06f4]: Relayout returned: old=(518,98,1069,98) new=(518,98,1069,277) relayoutAsync=false req=(551,179)0 dur=6 res=0x403 s={true 0xb4000073fcc2c000} ch=true seqId=0 11-24 13:07:12.597 8218 8218 I ViewRootImpl@4acb892[PopupWindow:f9f06f4]: performConfigurationChange setNightDimText nightDimLevel=0 11-24 13:07:12.597 8218 8218 D ViewRootImpl@4acb892[PopupWindow:f9f06f4]: mThreadedRenderer.initialize() mSurface={isValid=true 0xb4000073fcc2c000} hwInitialized=true 11-24 13:07:12.599 8218 8218 D AbsListView: in onLayout changed 11-24 13:07:12.599 8218 8218 D ViewRootImpl@4acb892[PopupWindow:f9f06f4]: reportNextDraw android.view.ViewRootImpl.performTraversals:4781 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 android.view.Choreographer$CallbackRecord.run:1690 android.view.Choreographer$CallbackRecord.run:1699 11-24 13:07:12.600 8218 8218 D AnimatorSet: mReversing is false. Don't call initChildren. 11-24 13:07:12.600 8218 8218 I ViewRootImpl@4acb892[PopupWindow:f9f06f4]: Setup new sync=wmsSync-ViewRootImpl@4acb892[PopupWindow:f9f06f4]#6 11-24 13:07:12.600 8218 8218 I ViewRootImpl@4acb892[PopupWindow:f9f06f4]: Creating new active sync group ViewRootImpl@4acb892[PopupWindow:f9f06f4]#7 11-24 13:07:12.601 8218 8218 I SurfaceSyncGroup: addLocalSync=ViewRootImpl@4acb892[PopupWindow:f9f06f4]#7 to name=wmsSync-ViewRootImpl@4acb892[PopupWindow:f9f06f4]#6, callers=android.window.SurfaceSyncGroup.add:431 android.window.SurfaceSyncGroup.add:392 android.window.SurfaceSyncGroup.add:340 android.view.ViewRootImpl.createSyncIfNeeded:4912 android.view.ViewRootImpl.performTraversals:4796 android.view.ViewRootImpl.doTraversal:3345 11-24 13:07:12.601 8218 8218 I ViewRootImpl@4acb892[PopupWindow:f9f06f4]: registerCallbacksForSync syncBuffer=false 11-24 13:07:12.603 8218 8293 I ViewRootImpl@4acb892[PopupWindow:f9f06f4]: Received frameDrawingCallback syncResult=0 frameNum=1. 11-24 13:07:12.603 8218 8293 I ViewRootImpl@4acb892[PopupWindow:f9f06f4]: mWNT: t=0xb4000073e1062c00 mBlastBufferQueue=0xb4000073fc884c00 fn= 1 mRenderHdrSdrRatio=1.0 caller= android.view.ViewRootImpl$8.onFrameDraw:13946 android.view.ThreadedRenderer$1.onFrameDraw:792 11-24 13:07:12.603 8218 8293 I ViewRootImpl@4acb892[PopupWindow:f9f06f4]: Setting up sync and frameCommitCallback 11-24 13:07:12.604 8218 8270 I BLASTBufferQueue: [ViewRootImpl@4acb892[PopupWindow:f9f06f4]#3](f:0,a:0,s:0) onFrameAvailable the first frame is available 11-24 13:07:12.604 8218 8270 I ViewRootImpl@4acb892[PopupWindow:f9f06f4]: Received frameCommittedCallback lastAttemptedDrawFrameNum=1 didProduceBuffer=true 11-24 13:07:12.604 8218 8270 I SurfaceSyncGroup: onTransactionReady mName=wmsSync-ViewRootImpl@4acb892[PopupWindow:f9f06f4]#6 callback=84369296 11-24 13:07:12.604 8218 8270 D OpenGLRenderer: CFMS:: SetUp Pid : 8218 Tid : 8270 11-24 13:07:12.605 8218 8218 I ViewRootImpl@4acb892[PopupWindow:f9f06f4]: reportDrawFinished seqId=0 11-24 13:07:12.606 8218 8270 D OpenGLRenderer: HWUI - treat SMPTE_170M as sRGB 11-24 13:07:12.607 8218 8218 I ViewRootImpl@4acb892[PopupWindow:f9f06f4]: handleResized, msg = 5 frames=ClientWindowFrames{frame=[518,98][1069,277] display=[-100000,-100000][100000,100000] parentFrame=[0,0][0,0] attachedFrame=[0,0][1080,2316]} forceNextWindowRelayout=false displayId=0 dragResizing=false compatScale=1.0 frameChanged=false attachedFrameChanged=false configChanged=false displayChanged=false compatScaleChanged=false 11-24 13:07:12.607 8218 8218 I ViewRootImpl@4acb892[PopupWindow:f9f06f4]: handleResized mSyncSeqId = 0 11-24 13:07:12.607 8218 8218 D ViewRootImpl@4acb892[PopupWindow:f9f06f4]: reportNextDraw android.view.ViewRootImpl.handleResized:2574 android.view.ViewRootImpl.-$$Nest$mhandleResized:0 android.view.ViewRootImpl$ViewRootHandler.handleMessageImpl:7267 android.view.ViewRootImpl$ViewRootHandler.handleMessage:7236 android.os.Handler.dispatchMessage:106 11-24 13:07:12.607 8218 8218 I ViewRootImpl@4acb892[PopupWindow:f9f06f4]: Setup new sync=wmsSync-ViewRootImpl@4acb892[PopupWindow:f9f06f4]#8 11-24 13:07:12.607 8218 8218 I ViewRootImpl@4acb892[PopupWindow:f9f06f4]: Creating new active sync group ViewRootImpl@4acb892[PopupWindow:f9f06f4]#9 11-24 13:07:12.607 8218 8218 I SurfaceSyncGroup: addLocalSync=ViewRootImpl@4acb892[PopupWindow:f9f06f4]#9 to name=wmsSync-ViewRootImpl@4acb892[PopupWindow:f9f06f4]#8, callers=android.window.SurfaceSyncGroup.add:431 android.window.SurfaceSyncGroup.add:392 android.window.SurfaceSyncGroup.add:340 android.view.ViewRootImpl.createSyncIfNeeded:4912 android.view.ViewRootImpl.performTraversals:4796 android.view.ViewRootImpl.doTraversal:3345 11-24 13:07:12.607 8218 8218 I ViewRootImpl@4acb892[PopupWindow:f9f06f4]: registerCallbacksForSync syncBuffer=false 11-24 13:07:12.608 8218 8304 I ViewRootImpl@4acb892[PopupWindow:f9f06f4]: Received frameDrawingCallback syncResult=0 frameNum=2. 11-24 13:07:12.608 8218 8304 I ViewRootImpl@4acb892[PopupWindow:f9f06f4]: mWNT: t=0xb4000073e1064400 mBlastBufferQueue=0xb4000073fc884c00 fn= 2 mRenderHdrSdrRatio=1.0 caller= android.view.ViewRootImpl$8.onFrameDraw:13946 android.view.ThreadedRenderer$1.onFrameDraw:792 11-24 13:07:12.608 8218 8304 I ViewRootImpl@4acb892[PopupWindow:f9f06f4]: Setting up sync and frameCommitCallback 11-24 13:07:12.608 8218 8270 I ViewRootImpl@4acb892[PopupWindow:f9f06f4]: Received frameCommittedCallback lastAttemptedDrawFrameNum=2 didProduceBuffer=true 11-24 13:07:12.608 8218 8270 I SurfaceSyncGroup: onTransactionReady mName=wmsSync-ViewRootImpl@4acb892[PopupWindow:f9f06f4]#8 callback=146307247 11-24 13:07:12.608 8218 8218 I ViewRootImpl@4acb892[PopupWindow:f9f06f4]: reportDrawFinished seqId=0 11-24 13:07:12.608 8218 8218 I ViewRootImpl@8a89298[GeneralSettingsActivity]: handleWindowFocusChanged: 0 0 call from android.view.ViewRootImpl.-$$Nest$mhandleWindowFocusChanged:0 11-24 13:07:12.608 8218 8218 I ImeFocusController: onPreWindowFocus: skipped, hasWindowFocus=false mHasImeFocus=true 11-24 13:07:12.609 8218 8218 I ImeFocusController: onPostWindowFocus: skipped, hasWindowFocus=false mHasImeFocus=true 11-24 13:07:12.616 8218 8218 I ViewRootImpl@4acb892[PopupWindow:f9f06f4]: handleWindowFocusChanged: 1 0 call from android.view.ViewRootImpl.-$$Nest$mhandleWindowFocusChanged:0 11-24 13:07:12.616 8218 8218 D ViewRootImpl@4acb892[PopupWindow:f9f06f4]: mThreadedRenderer.initializeIfNeeded()#2 mSurface={isValid=true 0xb4000073fcc2c000} 11-24 13:07:12.616 8218 8218 I ImeFocusController: onPreWindowFocus: skipped, hasWindowFocus=true mHasImeFocus=false 11-24 13:07:12.616 8218 8218 I ImeFocusController: onPostWindowFocus: skipped, hasWindowFocus=true mHasImeFocus=false 11-24 13:07:12.625 8218 8230 D InputTransport: Input channel destroyed: 'ClientS', fd=128 11-24 13:07:12.626 8218 8230 D InputTransport: Input channel destroyed: 'ClientS', fd=141 11-24 13:07:13.478 8218 8218 I ViewRootImpl@4acb892[PopupWindow:f9f06f4]: ViewPostIme pointer 0 11-24 13:07:13.523 8218 8218 I ViewRootImpl@4acb892[PopupWindow:f9f06f4]: ViewPostIme pointer 1 11-24 13:07:13.523 8218 8218 D AbsListView: onTouchUp() mTouchMode : 0 11-24 13:07:13.621 8218 8218 I BLASTBufferQueue_Java: update, w= 585 h= 213 mName = ViewRootImpl@4acb892[PopupWindow:f9f06f4] mNativeObject= 0xb4000073fc884c00 sc.mNativeObject= 0xb4000073e108a300 format= -3 caller= android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3074 android.view.ViewRootImpl.relayoutWindow:10224 android.view.ViewRootImpl.performTraversals:4167 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 android.view.Choreographer$CallbackRecord.run:1690 11-24 13:07:13.621 8218 8218 I ViewRootImpl@4acb892[PopupWindow:f9f06f4]: Relayout returned: old=(518,98,1069,277) new=(518,98,1069,277) relayoutAsync=true req=(551,179)0 dur=0 res=0x0 s={true 0xb4000073fcc2c000} ch=false seqId=0 11-24 13:07:13.621 8218 8218 I ViewRootImpl@4acb892[PopupWindow:f9f06f4]: registerCallbackForPendingTransactions 11-24 13:07:13.622 8218 8293 I ViewRootImpl@4acb892[PopupWindow:f9f06f4]: mWNT: t=0xb4000074eded2900 mBlastBufferQueue=0xb4000073fc884c00 fn= 43 mRenderHdrSdrRatio=1.0 caller= android.view.ViewRootImpl$6.onFrameDraw:5705 android.view.ViewRootImpl$2.onFrameDraw:2190 android.view.ThreadedRenderer$1.onFrameDraw:792 11-24 13:07:13.636 8218 8218 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=navigationBars, host=com.fsck.k9/com.fsck.k9.ui.settings.general.GeneralSettingsActivity 11-24 13:07:13.636 8218 8218 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=statusBars, host=com.fsck.k9/com.fsck.k9.ui.settings.general.GeneralSettingsActivity 11-24 13:07:13.638 8218 8218 I ViewRootImpl@4acb892[PopupWindow:f9f06f4]: handleWindowFocusChanged: 0 0 call from android.view.ViewRootImpl.-$$Nest$mhandleWindowFocusChanged:0 11-24 13:07:13.638 8218 8218 I ImeFocusController: onPreWindowFocus: skipped, hasWindowFocus=false mHasImeFocus=false 11-24 13:07:13.638 8218 8218 I ImeFocusController: onPostWindowFocus: skipped, hasWindowFocus=false mHasImeFocus=false 11-24 13:07:13.645 8218 8218 I ViewRootImpl@8a89298[GeneralSettingsActivity]: handleWindowFocusChanged: 1 0 call from android.view.ViewRootImpl.-$$Nest$mhandleWindowFocusChanged:0 11-24 13:07:13.647 8218 8218 D ViewRootImpl@8a89298[GeneralSettingsActivity]: mThreadedRenderer.initializeIfNeeded()#2 mSurface={isValid=true 0xb4000074edce0800} 11-24 13:07:13.647 8218 8218 D InputMethodManagerUtils: startInputInner - Id : 0 11-24 13:07:13.647 8218 8218 I InputMethodManager: startInputInner - IInputMethodManagerGlobalInvoker.startInputOrWindowGainedFocus 11-24 13:07:13.653 8218 8218 D InputMethodManagerUtils: startInputInner - Id : 0 11-24 13:07:13.654 8218 8218 I InputMethodManager: startInputInner - IInputMethodManagerGlobalInvoker.startInputOrWindowGainedFocus 11-24 13:07:13.654 8218 8218 I ViewRootImpl@8a89298[GeneralSettingsActivity]: handleWindowFocusChanged: 0 0 call from android.view.ViewRootImpl.-$$Nest$mhandleWindowFocusChanged:0 11-24 13:07:13.654 8218 8218 I ImeFocusController: onPreWindowFocus: skipped, hasWindowFocus=false mHasImeFocus=true 11-24 13:07:13.654 8218 8218 I ImeFocusController: onPostWindowFocus: skipped, hasWindowFocus=false mHasImeFocus=true 11-24 13:07:13.888 8218 8218 D InputTransport: Input channel destroyed: 'ClientS', fd=137 11-24 13:07:13.927 8218 8218 I WindowManager: WindowManagerGlobal#removeView, ty=1002, view=android.widget.PopupWindow$PopupDecorView{f8c7e1d V.E..V... R.....ID 0,0-551,179}, caller=android.view.WindowManagerGlobal.removeView:648 android.view.WindowManagerImpl.removeViewImmediate:208 android.widget.PopupWindow.dismissImmediate:2422 11-24 13:07:13.927 8218 8218 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda19@450408c 11-24 13:07:13.930 8218 8218 I ViewRootImpl@4acb892[PopupWindow:f9f06f4]: dispatchDetachedFromWindow 11-24 13:07:13.932 8218 8218 D InputTransport: Input channel destroyed: 'c3c3256', fd=130 11-24 13:07:14.096 8218 8218 I ViewRootImpl@4acb892[PopupWindow:f9f06f4]: handleAppVisibility mAppVisible = true visible = false 11-24 13:07:14.096 8218 8218 I ViewRootImpl@8a89298[GeneralSettingsActivity]: handleAppVisibility mAppVisible = true visible = false 11-24 13:07:14.102 8218 8218 I ViewRootImpl@8a89298[GeneralSettingsActivity]: destroyHardwareResources: Callers=android.view.ViewRootImpl.performTraversals:3989 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 android.view.Choreographer$CallbackRecord.run:1690 android.view.Choreographer$CallbackRecord.run:1699 android.view.Choreographer.doCallbacks:1154 android.view.Choreographer.doFrame:1080 android.view.Choreographer$FrameDisplayEventReceiver.run:1647 android.os.Handler.handleCallback:958 android.os.Handler.dispatchMessage:99 11-24 13:07:14.103 8218 8270 D OpenGLRenderer: CacheManager::trimMemory(20) 11-24 13:07:14.112 8218 8218 I ViewRootImpl@8a89298[GeneralSettingsActivity]: Relayout returned: old=(0,0,1080,2316) new=(0,0,1080,2316) relayoutAsync=false req=(1080,2316)8 dur=2 res=0x402 s={false 0x0} ch=true seqId=0 11-24 13:07:14.113 8218 8218 I ViewRootImpl@8a89298[GeneralSettingsActivity]: stopped(true) old = false 11-24 13:07:14.114 8218 8270 D OpenGLRenderer: CacheManager::trimMemory(20) 11-24 13:07:14.114 8218 8218 D ViewRootImpl@8a89298[GeneralSettingsActivity]: WindowStopped on com.fsck.k9/com.fsck.k9.ui.settings.general.GeneralSettingsActivity set to true 11-24 13:07:14.114 8218 8270 D OpenGLRenderer: CacheManager::trimMemory(20) 11-24 13:07:14.120 8218 8218 I ViewRootImpl@8a89298[GeneralSettingsActivity]: Relayout returned: old=(0,0,1080,2316) new=(0,0,1080,2316) relayoutAsync=false req=(1080,2316)8 dur=2 res=0x402 s={false 0x0} ch=false seqId=0 11-24 13:07:15.182 8218 8218 I ViewRootImpl@8a89298[GeneralSettingsActivity]: handleAppVisibility mAppVisible = false visible = true 11-24 13:07:15.184 8218 8218 D CompatibilityChangeReporter: Compat change id reported: 78294732; UID 10516; state: ENABLED 11-24 13:07:15.185 8218 8218 I ViewRootImpl@8a89298[GeneralSettingsActivity]: stopped(false) old = true 11-24 13:07:15.185 8218 8218 D ViewRootImpl@8a89298[GeneralSettingsActivity]: WindowStopped on com.fsck.k9/com.fsck.k9.ui.settings.general.GeneralSettingsActivity set to false 11-24 13:07:15.187 8218 8218 W WindowOnBackDispatcher: OnBackInvokedCallback is not enabled for the application. 11-24 13:07:15.187 8218 8218 W WindowOnBackDispatcher: Set 'android:enableOnBackInvokedCallback="true"' in the application manifest. 11-24 13:07:15.220 8218 8218 I InputMethodManager: invalidateInput 11-24 13:07:15.220 8218 8218 I InputMethodManager: invalidateInput 11-24 13:07:15.220 8218 8218 I InputMethodManager: invalidateInput 11-24 13:07:15.233 8218 8218 I BufferQueueProducer: [](id:201a00000004,api:0,p:-1,c:8218) setDequeueTimeout:2077252342 11-24 13:07:15.233 8218 8218 I BLASTBufferQueue_Java: new BLASTBufferQueue, mName= ViewRootImpl@8a89298[GeneralSettingsActivity] mNativeObject= 0xb4000073fc884900 sc.mNativeObject= 0xb400007484738680 caller= android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3085 android.view.ViewRootImpl.relayoutWindow:10224 android.view.ViewRootImpl.performTraversals:4167 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 android.view.Choreographer$CallbackRecord.run:1690 android.view.Choreographer$CallbackRecord.run:1699 android.view.Choreographer.doCallbacks:1154 android.view.Choreographer.doFrame:1080 android.view.Choreographer$FrameDisplayEventReceiver.run:1647 11-24 13:07:15.233 8218 8218 I BLASTBufferQueue_Java: update, w= 1080 h= 2316 mName = ViewRootImpl@8a89298[GeneralSettingsActivity] mNativeObject= 0xb4000073fc884900 sc.mNativeObject= 0xb400007484738680 format= -1 caller= android.graphics.BLASTBufferQueue.:89 android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3085 android.view.ViewRootImpl.relayoutWindow:10224 android.view.ViewRootImpl.performTraversals:4167 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 11-24 13:07:15.233 8218 8218 I ViewRootImpl@8a89298[GeneralSettingsActivity]: Relayout returned: old=(0,0,1080,2316) new=(0,0,1080,2316) relayoutAsync=false req=(1080,2316)0 dur=6 res=0x403 s={true 0xb4000074edce0800} ch=true seqId=0 11-24 13:07:15.234 8218 8218 D ViewRootImpl@8a89298[GeneralSettingsActivity]: mThreadedRenderer.initialize() mSurface={isValid=true 0xb4000074edce0800} hwInitialized=true 11-24 13:07:15.235 8218 8218 D ViewRootImpl@8a89298[GeneralSettingsActivity]: reportNextDraw android.view.ViewRootImpl.performTraversals:4781 android.view.ViewRootImpl.doTraversal:3345 android.view.ViewRootImpl$TraversalRunnable.run:11437 android.view.Choreographer$CallbackRecord.run:1690 android.view.Choreographer$CallbackRecord.run:1699 11-24 13:07:15.235 8218 8218 I ViewRootImpl@8a89298[GeneralSettingsActivity]: Setup new sync=wmsSync-ViewRootImpl@8a89298[GeneralSettingsActivity]#10 11-24 13:07:15.235 8218 8218 I ViewRootImpl@8a89298[GeneralSettingsActivity]: Creating new active sync group ViewRootImpl@8a89298[GeneralSettingsActivity]#11 11-24 13:07:15.235 8218 8218 I SurfaceSyncGroup: addLocalSync=ViewRootImpl@8a89298[GeneralSettingsActivity]#11 to name=wmsSync-ViewRootImpl@8a89298[GeneralSettingsActivity]#10, callers=android.window.SurfaceSyncGroup.add:431 android.window.SurfaceSyncGroup.add:392 android.window.SurfaceSyncGroup.add:340 android.view.ViewRootImpl.createSyncIfNeeded:4912 android.view.ViewRootImpl.performTraversals:4796 android.view.ViewRootImpl.doTraversal:3345 11-24 13:07:15.235 8218 8218 I ViewRootImpl@8a89298[GeneralSettingsActivity]: registerCallbacksForSync syncBuffer=false 11-24 13:07:15.239 8218 8304 I ViewRootImpl@8a89298[GeneralSettingsActivity]: Received frameDrawingCallback syncResult=0 frameNum=1. 11-24 13:07:15.239 8218 8304 I ViewRootImpl@8a89298[GeneralSettingsActivity]: mWNT: t=0xb400007539da0a80 mBlastBufferQueue=0xb4000073fc884900 fn= 1 mRenderHdrSdrRatio=1.0 caller= android.view.ViewRootImpl$8.onFrameDraw:13946 android.view.ThreadedRenderer$1.onFrameDraw:792 11-24 13:07:15.239 8218 8304 I ViewRootImpl@8a89298[GeneralSettingsActivity]: Setting up sync and frameCommitCallback 11-24 13:07:15.241 8218 8270 I BLASTBufferQueue: [ViewRootImpl@8a89298[GeneralSettingsActivity]#4](f:0,a:0,s:0) onFrameAvailable the first frame is available 11-24 13:07:15.241 8218 8270 I ViewRootImpl@8a89298[GeneralSettingsActivity]: Received frameCommittedCallback lastAttemptedDrawFrameNum=1 didProduceBuffer=true 11-24 13:07:15.241 8218 8270 I SurfaceSyncGroup: onTransactionReady mName=wmsSync-ViewRootImpl@8a89298[GeneralSettingsActivity]#10 callback=18563603 11-24 13:07:15.241 8218 8218 I ViewRootImpl@8a89298[GeneralSettingsActivity]: reportDrawFinished seqId=0 11-24 13:07:15.241 8218 8218 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=navigationBars, host=com.fsck.k9/com.fsck.k9.ui.settings.general.GeneralSettingsActivity 11-24 13:07:15.242 8218 8218 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=statusBars, host=com.fsck.k9/com.fsck.k9.ui.settings.general.GeneralSettingsActivity 11-24 13:07:15.263 8218 8218 I ViewRootImpl@8a89298[GeneralSettingsActivity]: handleWindowFocusChanged: 1 0 call from android.view.ViewRootImpl.-$$Nest$mhandleWindowFocusChanged:0 11-24 13:07:15.263 8218 8218 D ViewRootImpl@8a89298[GeneralSettingsActivity]: mThreadedRenderer.initializeIfNeeded()#2 mSurface={isValid=true 0xb4000074edce0800} 11-24 13:07:15.265 8218 8218 D InputMethodManagerUtils: startInputInner - Id : 0 11-24 13:07:15.265 8218 8218 I InputMethodManager: startInputInner - IInputMethodManagerGlobalInvoker.startInputOrWindowGainedFocus 11-24 13:07:15.274 8218 8218 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=false, type=ime, host=com.fsck.k9/com.fsck.k9.ui.settings.general.GeneralSettingsActivity 11-24 13:07:15.275 8218 8235 I ViewRootImpl@8a89298[GeneralSettingsActivity]: Resizing android.view.ViewRootImpl@716d34e: frame = [0,0][1080,2316] reportDraw = false forceLayout = false syncSeqId = -1 11-24 13:07:15.275 8218 8218 I ViewRootImpl@8a89298[GeneralSettingsActivity]: handleResized, msg = 4 frames=ClientWindowFrames{frame=[0,0][1080,2316] display=[0,0][1080,2316] parentFrame=[0,0][0,0]} forceNextWindowRelayout=false displayId=0 dragResizing=false compatScale=1.0 frameChanged=false attachedFrameChanged=false configChanged=false displayChanged=false compatScaleChanged=false