Cannot add new accounts

Hello!

Just want to notify you about a probable bug.

K9 Mail worked great so far, had 5 email accounts added. Since recently (there were also some Android updates) I cannot add any email accounts anymore.

Sometimes, when entering the email address and pressing “continue”, it just goes back to email incoming, sometimes this Android popup appears:

Screenshot_20241001-075025

Looks like a crash somehow to me.

Would be nice if you could look into that.

Device: Motorola Edge 40 pro
Android Version: 14 (latest)
K9-Mail Version: from 10/JUN/2024

1 Like

Same issue on Thunderbird beta Android just downloaded.

Maybe best to send a debug log here or on Github. This should help devs to identify the issue.

Ok, have now some more details.

Using SuperProxy with Always-On VPN and blocking connections that wants to bypass VPN. Network uses DNS on the remote VPN, where a lot of telemetry hosts are blocked.

Everything works when turning off the VPN. But VPN and blocked hosts should not make problems in my world.

Logs:

--------- beginning of crash
10-01 06:25:13.550  8736  8736 E AndroidRuntime: FATAL EXCEPTION: main
10-01 06:25:13.550  8736  8736 E AndroidRuntime: Process: com.fsck.k9, PID: 8736
10-01 06:25:13.550  8736  8736 E AndroidRuntime: org.minidns.dnsname.InvalidDnsNameException$LabelTooLongException: The DNS name 'p' contains the label 'p' which exceeds the maximum label length of 63 octets by 29 octets.
10-01 06:25:13.550  8736  8736 E AndroidRuntime: 	at org.minidns.dnsname.DnsName.getLabels(DnsName.java:256)
10-01 06:25:13.550  8736  8736 E AndroidRuntime: 	at org.minidns.dnsname.DnsName.setLabelsIfRequired(DnsName.java:238)
10-01 06:25:13.550  8736  8736 E AndroidRuntime: 	at org.minidns.dnsname.DnsName.setBytesIfRequired(DnsName.java:213)
10-01 06:25:13.550  8736  8736 E AndroidRuntime: 	at org.minidns.dnsname.DnsName.validateMaxDnsnameLengthInOctets(DnsName.java:179)
10-01 06:25:13.550  8736  8736 E AndroidRuntime: 	at org.minidns.dnsname.DnsName.<init>(DnsName.java:143)
10-01 06:25:13.550  8736  8736 E AndroidRuntime: 	at org.minidns.dnsname.DnsName.<init>(DnsName.java:112)
10-01 06:25:13.550  8736  8736 E AndroidRuntime: 	at org.minidns.dnsname.DnsName.parse(DnsName.java:443)
10-01 06:25:13.550  8736  8736 E AndroidRuntime: 	at org.minidns.record.MX.parse(MX.java:46)
10-01 06:25:13.550  8736  8736 E AndroidRuntime: 	at org.minidns.record.Record.parse(Record.java:349)
10-01 06:25:13.550  8736  8736 E AndroidRuntime: 	at org.minidns.dnsmessage.DnsMessage.<init>(DnsMessage.java:414)
10-01 06:25:13.550  8736  8736 E AndroidRuntime: 	at org.minidns.source.NetworkDataSource.queryUdp(NetworkDataSource.java:97)
10-01 06:25:13.550  8736  8736 E AndroidRuntime: 	at org.minidns.source.NetworkDataSource.query(NetworkDataSource.java:60)
10-01 06:25:13.550  8736  8736 E AndroidRuntime: 	at org.minidns.source.NetworkDataSource.query(NetworkDataSource.java:34)
10-01 06:25:13.550  8736  8736 E AndroidRuntime: 	at org.minidns.AbstractDnsClient.query(AbstractDnsClient.java:250)
10-01 06:25:13.550  8736  8736 E AndroidRuntime: 	at org.minidns.AbstractDnsClient.query(AbstractDnsClient.java:360)
10-01 06:25:13.550  8736  8736 E AndroidRuntime: 	at org.minidns.DnsClient.query(DnsClient.java:157)
10-01 06:25:13.550  8736  8736 E AndroidRuntime: 	at org.minidns.iterative.ReliableDnsClient.query(ReliableDnsClient.java:99)
10-01 06:25:13.550  8736  8736 E AndroidRuntime: 	at org.minidns.AbstractDnsClient.query(AbstractDnsClient.java:188)
10-01 06:25:13.550  8736  8736 E AndroidRuntime: 	at org.minidns.dnssec.DnssecClient.queryDnssec(DnssecClient.java:104)
10-01 06:25:13.550  8736  8736 E AndroidRuntime: 	at org.minidns.hla.DnssecResolverApi.resolve(DnssecResolverApi.java:65)
10-01 06:25:13.550  8736  8736 E AndroidRuntime: 	at org.minidns.hla.ResolverApi.resolve(ResolverApi.java:114)
10-01 06:25:13.550  8736  8736 E AndroidRuntime: 	at org.minidns.hla.ResolverApi.resolve(ResolverApi.java:108)
10-01 06:25:13.550  8736  8736 E AndroidRuntime: 	at app.k9mail.autodiscovery.autoconfig.MiniDnsMxResolver.lookup-R1J1zPY(MiniDnsMxResolver.kt:10)
10-01 06:25:13.550  8736  8736 E AndroidRuntime: 	at app.k9mail.autodiscovery.autoconfig.SuspendableMxResolver$lookup$2.invoke(SuspendableMxResolver.kt:10)
10-01 06:25:13.550  8736  8736 E AndroidRuntime: 	at app.k9mail.autodiscovery.autoconfig.SuspendableMxResolver$lookup$2.invoke(SuspendableMxResolver.kt:9)
10-01 06:25:13.550  8736  8736 E AndroidRuntime: 	at kotlinx.coroutines.InterruptibleKt.runInterruptibleInExpectedContext(Interruptible.kt:52)
10-01 06:25:13.550  8736  8736 E AndroidRuntime: 	at kotlinx.coroutines.InterruptibleKt.access$runInterruptibleInExpectedContext(Interruptible.kt:1)
10-01 06:25:13.550  8736  8736 E AndroidRuntime: 	at kotlinx.coroutines.InterruptibleKt$runInterruptible$2.invokeSuspend(Interruptible.kt:44)
10-01 06:25:13.550  8736  8736 E AndroidRuntime: 	at kotlinx.coroutines.InterruptibleKt$runInterruptible$2.invoke(Interruptible.kt:0)
10-01 06:25:13.550  8736  8736 E AndroidRuntime: 	at kotlinx.coroutines.InterruptibleKt$runInterruptible$2.invoke(Interruptible.kt:0)
10-01 06:25:13.550  8736  8736 E AndroidRuntime: 	at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:78)
10-01 06:25:13.550  8736  8736 E AndroidRuntime: 	at kotlinx.coroutines.BuildersKt__Builders_commonKt.withContext(Builders.common.kt:167)
10-01 06:25:13.550  8736  8736 E AndroidRuntime: 	at kotlinx.coroutines.BuildersKt.withContext(Unknown Source:1)
10-01 06:25:13.550  8736  8736 E AndroidRuntime: 	at kotlinx.coroutines.InterruptibleKt.runInterruptible(Interruptible.kt:43)
10-01 06:25:13.550  8736  8736 E AndroidRuntime: 	at app.k9mail.autodiscovery.autoconfig.SuspendableMxResolver.lookup-sHpvUBc(SuspendableMxResolver.kt:9)
10-01 06:25:13.550  8736  8736 E AndroidRuntime: 	at app.k9mail.autodiscovery.autoconfig.MxLookupAutoconfigDiscovery.mxLookup-sHpvUBc(MxLookupAutoconfigDiscovery.kt:68)
10-01 06:25:13.550  8736  8736 E AndroidRuntime: 	at app.k9mail.autodiscovery.autoconfig.MxLookupAutoconfigDiscovery.mxLookupAutoconfig(MxLookupAutoconfigDiscovery.kt:35)
10-01 06:25:13.550  8736  8736 E AndroidRuntime: 	at app.k9mail.autodiscovery.autoconfig.MxLookupAutoconfigDiscovery.access$mxLookupAutoconfig(MxLookupAutoconfigDiscovery.kt:15)
10-01 06:25:13.550  8736  8736 E AndroidRuntime: 	at app.k9mail.autodiscovery.autoconfig.MxLookupAutoconfigDiscovery$initDiscovery$1.run(MxLookupAutoconfigDiscovery.kt:26)
10-01 06:25:13.550  8736  8736 E AndroidRuntime: 	at app.k9mail.autodiscovery.service.PriorityParallelRunner$run$2$deferredList$1$deferred$1.invokeSuspend(PriorityParallelRunner.kt:35)
10-01 06:25:13.550  8736  8736 E AndroidRuntime: 	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
10-01 06:25:13.550  8736  8736 E AndroidRuntime: 	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:108)
10-01 06:25:13.550  8736  8736 E AndroidRuntime: 	at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(LimitedDispatcher.kt:115)
10-01 06:25:13.550  8736  8736 E AndroidRuntime: 	at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:103)
10-01 06:25:13.550  8736  8736 E AndroidRuntime: 	at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:584)
10-01 06:25:13.550  8736  8736 E AndroidRuntime: 	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:793)
10-01 06:25:13.550  8736  8736 E AndroidRuntime: 	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:697)
10-01 06:25:13.550  8736  8736 E AndroidRuntime: 	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)
10-01 06:25:13.550  8736  8736 E AndroidRuntime: 	Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [StandaloneCoroutine{Cancelling}@6cf08a2, Dispatchers.Main.immediate]
10-01 06:26:30.095 13392 13392 E AndroidRuntime: FATAL EXCEPTION: main
10-01 06:26:30.095 13392 13392 E AndroidRuntime: Process: com.fsck.k9, PID: 13392
10-01 06:26:30.095 13392 13392 E AndroidRuntime: org.minidns.dnsname.InvalidDnsNameException$LabelTooLongException: The DNS name 'p' contains the label 'p' which exceeds the maximum label length of 63 octets by 29 octets.
10-01 06:26:30.095 13392 13392 E AndroidRuntime: 	at org.minidns.dnsname.DnsName.getLabels(DnsName.java:256)
10-01 06:26:30.095 13392 13392 E AndroidRuntime: 	at org.minidns.dnsname.DnsName.setLabelsIfRequired(DnsName.java:238)
10-01 06:26:30.095 13392 13392 E AndroidRuntime: 	at org.minidns.dnsname.DnsName.setBytesIfRequired(DnsName.java:213)
10-01 06:26:30.095 13392 13392 E AndroidRuntime: 	at org.minidns.dnsname.DnsName.validateMaxDnsnameLengthInOctets(DnsName.java:179)
10-01 06:26:30.095 13392 13392 E AndroidRuntime: 	at org.minidns.dnsname.DnsName.<init>(DnsName.java:143)
10-01 06:26:30.095 13392 13392 E AndroidRuntime: 	at org.minidns.dnsname.DnsName.<init>(DnsName.java:112)
10-01 06:26:30.095 13392 13392 E AndroidRuntime: 	at org.minidns.dnsname.DnsName.parse(DnsName.java:443)
10-01 06:26:30.095 13392 13392 E AndroidRuntime: 	at org.minidns.record.MX.parse(MX.java:46)
10-01 06:26:30.095 13392 13392 E AndroidRuntime: 	at org.minidns.record.Record.parse(Record.java:349)
10-01 06:26:30.095 13392 13392 E AndroidRuntime: 	at org.minidns.dnsmessage.DnsMessage.<init>(DnsMessage.java:414)
10-01 06:26:30.095 13392 13392 E AndroidRuntime: 	at org.minidns.source.NetworkDataSource.queryUdp(NetworkDataSource.java:97)
10-01 06:26:30.095 13392 13392 E AndroidRuntime: 	at org.minidns.source.NetworkDataSource.query(NetworkDataSource.java:60)
10-01 06:26:30.095 13392 13392 E AndroidRuntime: 	at org.minidns.source.NetworkDataSource.query(NetworkDataSource.java:34)
10-01 06:26:30.095 13392 13392 E AndroidRuntime: 	at org.minidns.AbstractDnsClient.query(AbstractDnsClient.java:250)
10-01 06:26:30.095 13392 13392 E AndroidRuntime: 	at org.minidns.AbstractDnsClient.query(AbstractDnsClient.java:360)
10-01 06:26:30.095 13392 13392 E AndroidRuntime: 	at org.minidns.DnsClient.query(DnsClient.java:157)
10-01 06:26:30.095 13392 13392 E AndroidRuntime: 	at org.minidns.iterative.ReliableDnsClient.query(ReliableDnsClient.java:99)
10-01 06:26:30.095 13392 13392 E AndroidRuntime: 	at org.minidns.AbstractDnsClient.query(AbstractDnsClient.java:188)
10-01 06:26:30.095 13392 13392 E AndroidRuntime: 	at org.minidns.dnssec.DnssecClient.queryDnssec(DnssecClient.java:104)
10-01 06:26:30.095 13392 13392 E AndroidRuntime: 	at org.minidns.hla.DnssecResolverApi.resolve(DnssecResolverApi.java:65)
10-01 06:26:30.095 13392 13392 E AndroidRuntime: 	at org.minidns.hla.ResolverApi.resolve(ResolverApi.java:114)
10-01 06:26:30.095 13392 13392 E AndroidRuntime: 	at org.minidns.hla.ResolverApi.resolve(ResolverApi.java:108)
10-01 06:26:30.095 13392 13392 E AndroidRuntime: 	at app.k9mail.autodiscovery.autoconfig.MiniDnsMxResolver.lookup-R1J1zPY(MiniDnsMxResolver.kt:10)
10-01 06:26:30.095 13392 13392 E AndroidRuntime: 	at app.k9mail.autodiscovery.autoconfig.SuspendableMxResolver$lookup$2.invoke(SuspendableMxResolver.kt:10)
10-01 06:26:30.095 13392 13392 E AndroidRuntime: 	at app.k9mail.autodiscovery.autoconfig.SuspendableMxResolver$lookup$2.invoke(SuspendableMxResolver.kt:9)
10-01 06:26:30.095 13392 13392 E AndroidRuntime: 	at kotlinx.coroutines.InterruptibleKt.runInterruptibleInExpectedContext(Interruptible.kt:52)
10-01 06:26:30.095 13392 13392 E AndroidRuntime: 	at kotlinx.coroutines.InterruptibleKt.access$runInterruptibleInExpectedContext(Interruptible.kt:1)
10-01 06:26:30.095 13392 13392 E AndroidRuntime: 	at kotlinx.coroutines.InterruptibleKt$runInterruptible$2.invokeSuspend(Interruptible.kt:44)
10-01 06:26:30.095 13392 13392 E AndroidRuntime: 	at kotlinx.coroutines.InterruptibleKt$runInterruptible$2.invoke(Interruptible.kt:0)
10-01 06:26:30.095 13392 13392 E AndroidRuntime: 	at kotlinx.coroutines.InterruptibleKt$runInterruptible$2.invoke(Interruptible.kt:0)
10-01 06:26:30.095 13392 13392 E AndroidRuntime: 	at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:78)
10-01 06:26:30.095 13392 13392 E AndroidRuntime: 	at kotlinx.coroutines.BuildersKt__Builders_commonKt.withContext(Builders.common.kt:167)
10-01 06:26:30.095 13392 13392 E AndroidRuntime: 	at kotlinx.coroutines.BuildersKt.withContext(Unknown Source:1)
10-01 06:26:30.095 13392 13392 E AndroidRuntime: 	at kotlinx.coroutines.InterruptibleKt.runInterruptible(Interruptible.kt:43)
10-01 06:26:30.095 13392 13392 E AndroidRuntime: 	at app.k9mail.autodiscovery.autoconfig.SuspendableMxResolver.lookup-sHpvUBc(SuspendableMxResolver.kt:9)
10-01 06:26:30.095 13392 13392 E AndroidRuntime: 	at app.k9mail.autodiscovery.autoconfig.MxLookupAutoconfigDiscovery.mxLookup-sHpvUBc(MxLookupAutoconfigDiscovery.kt:68)
10-01 06:26:30.095 13392 13392 E AndroidRuntime: 	at app.k9mail.autodiscovery.autoconfig.MxLookupAutoconfigDiscovery.mxLookupAutoconfig(MxLookupAutoconfigDiscovery.kt:35)
10-01 06:26:30.095 13392 13392 E AndroidRuntime: 	at app.k9mail.autodiscovery.autoconfig.MxLookupAutoconfigDiscovery.access$mxLookupAutoconfig(MxLookupAutoconfigDiscovery.kt:15)
10-01 06:26:30.095 13392 13392 E AndroidRuntime: 	at app.k9mail.autodiscovery.autoconfig.MxLookupAutoconfigDiscovery$initDiscovery$1.run(MxLookupAutoconfigDiscovery.kt:26)
10-01 06:26:30.095 13392 13392 E AndroidRuntime: 	at app.k9mail.autodiscovery.service.PriorityParallelRunner$run$2$deferredList$1$deferred$1.invokeSuspend(PriorityParallelRunner.kt:35)
10-01 06:26:30.095 13392 13392 E AndroidRuntime: 	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
10-01 06:26:30.095 13392 13392 E AndroidRuntime: 	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:108)
10-01 06:26:30.095 13392 13392 E AndroidRuntime: 	at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(LimitedDispatcher.kt:115)
10-01 06:26:30.095 13392 13392 E AndroidRuntime: 	at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:103)
10-01 06:26:30.095 13392 13392 E AndroidRuntime: 	at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:584)
10-01 06:26:30.095 13392 13392 E AndroidRuntime: 	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:793)
10-01 06:26:30.095 13392 13392 E AndroidRuntime: 	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:697)
10-01 06:26:30.095 13392 13392 E AndroidRuntime: 	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)
10-01 06:26:30.095 13392 13392 E AndroidRuntime: 	Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [StandaloneCoroutine{Cancelling}@f803e93, Dispatchers.Main.immediate]
10-01 06:27:33.327 14185 14185 E AndroidRuntime: FATAL EXCEPTION: main
10-01 06:27:33.327 14185 14185 E AndroidRuntime: Process: com.fsck.k9, PID: 14185
10-01 06:27:33.327 14185 14185 E AndroidRuntime: org.minidns.dnsname.InvalidDnsNameException$LabelTooLongException: The DNS name 'p' contains the label 'p' which exceeds the maximum label length of 63 octets by 29 octets.
10-01 06:27:33.327 14185 14185 E AndroidRuntime: 	at org.minidns.dnsname.DnsName.getLabels(DnsName.java:256)
10-01 06:27:33.327 14185 14185 E AndroidRuntime: 	at org.minidns.dnsname.DnsName.setLabelsIfRequired(DnsName.java:238)
10-01 06:27:33.327 14185 14185 E AndroidRuntime: 	at org.minidns.dnsname.DnsName.setBytesIfRequired(DnsName.java:213)
10-01 06:27:33.327 14185 14185 E AndroidRuntime: 	at org.minidns.dnsname.DnsName.validateMaxDnsnameLengthInOctets(DnsName.java:179)
10-01 06:27:33.327 14185 14185 E AndroidRuntime: 	at org.minidns.dnsname.DnsName.<init>(DnsName.java:143)
10-01 06:27:33.327 14185 14185 E AndroidRuntime: 	at org.minidns.dnsname.DnsName.<init>(DnsName.java:112)
10-01 06:27:33.327 14185 14185 E AndroidRuntime: 	at org.minidns.dnsname.DnsName.parse(DnsName.java:443)
10-01 06:27:33.327 14185 14185 E AndroidRuntime: 	at org.minidns.record.MX.parse(MX.java:46)
10-01 06:27:33.327 14185 14185 E AndroidRuntime: 	at org.minidns.record.Record.parse(Record.java:349)
10-01 06:27:33.327 14185 14185 E AndroidRuntime: 	at org.minidns.dnsmessage.DnsMessage.<init>(DnsMessage.java:414)
10-01 06:27:33.327 14185 14185 E AndroidRuntime: 	at org.minidns.source.NetworkDataSource.queryUdp(NetworkDataSource.java:97)
10-01 06:27:33.327 14185 14185 E AndroidRuntime: 	at org.minidns.source.NetworkDataSource.query(NetworkDataSource.java:60)
10-01 06:27:33.327 14185 14185 E AndroidRuntime: 	at org.minidns.source.NetworkDataSource.query(NetworkDataSource.java:34)
10-01 06:27:33.327 14185 14185 E AndroidRuntime: 	at org.minidns.AbstractDnsClient.query(AbstractDnsClient.java:250)
10-01 06:27:33.327 14185 14185 E AndroidRuntime: 	at org.minidns.AbstractDnsClient.query(AbstractDnsClient.java:360)
10-01 06:27:33.327 14185 14185 E AndroidRuntime: 	at org.minidns.DnsClient.query(DnsClient.java:157)
10-01 06:27:33.327 14185 14185 E AndroidRuntime: 	at org.minidns.iterative.ReliableDnsClient.query(ReliableDnsClient.java:99)
10-01 06:27:33.327 14185 14185 E AndroidRuntime: 	at org.minidns.AbstractDnsClient.query(AbstractDnsClient.java:188)
10-01 06:27:33.327 14185 14185 E AndroidRuntime: 	at org.minidns.dnssec.DnssecClient.queryDnssec(DnssecClient.java:104)
10-01 06:27:33.327 14185 14185 E AndroidRuntime: 	at org.minidns.hla.DnssecResolverApi.resolve(DnssecResolverApi.java:65)
10-01 06:27:33.327 14185 14185 E AndroidRuntime: 	at org.minidns.hla.ResolverApi.resolve(ResolverApi.java:114)
10-01 06:27:33.327 14185 14185 E AndroidRuntime: 	at org.minidns.hla.ResolverApi.resolve(ResolverApi.java:108)
10-01 06:27:33.327 14185 14185 E AndroidRuntime: 	at app.k9mail.autodiscovery.autoconfig.MiniDnsMxResolver.lookup-R1J1zPY(MiniDnsMxResolver.kt:10)
10-01 06:27:33.327 14185 14185 E AndroidRuntime: 	at app.k9mail.autodiscovery.autoconfig.SuspendableMxResolver$lookup$2.invoke(SuspendableMxResolver.kt:10)
10-01 06:27:33.327 14185 14185 E AndroidRuntime: 	at app.k9mail.autodiscovery.autoconfig.SuspendableMxResolver$lookup$2.invoke(SuspendableMxResolver.kt:9)
10-01 06:27:33.327 14185 14185 E AndroidRuntime: 	at kotlinx.coroutines.InterruptibleKt.runInterruptibleInExpectedContext(Interruptible.kt:52)
10-01 06:27:33.327 14185 14185 E AndroidRuntime: 	at kotlinx.coroutines.InterruptibleKt.access$runInterruptibleInExpectedContext(Interruptible.kt:1)
10-01 06:27:33.327 14185 14185 E AndroidRuntime: 	at kotlinx.coroutines.InterruptibleKt$runInterruptible$2.invokeSuspend(Interruptible.kt:44)
10-01 06:27:33.327 14185 14185 E AndroidRuntime: 	at kotlinx.coroutines.InterruptibleKt$runInterruptible$2.invoke(Interruptible.kt:0)
10-01 06:27:33.327 14185 14185 E AndroidRuntime: 	at kotlinx.coroutines.InterruptibleKt$runInterruptible$2.invoke(Interruptible.kt:0)
10-01 06:27:33.327 14185 14185 E AndroidRuntime: 	at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:78)
10-01 06:27:33.327 14185 14185 E AndroidRuntime: 	at kotlinx.coroutines.BuildersKt__Builders_commonKt.withContext(Builders.common.kt:167)
10-01 06:27:33.327 14185 14185 E AndroidRuntime: 	at kotlinx.coroutines.BuildersKt.withContext(Unknown Source:1)
10-01 06:27:33.327 14185 14185 E AndroidRuntime: 	at kotlinx.coroutines.InterruptibleKt.runInterruptible(Interruptible.kt:43)
10-01 06:27:33.327 14185 14185 E AndroidRuntime: 	at app.k9mail.autodiscovery.autoconfig.SuspendableMxResolver.lookup-sHpvUBc(SuspendableMxResolver.kt:9)
10-01 06:27:33.327 14185 14185 E AndroidRuntime: 	at app.k9mail.autodiscovery.autoconfig.MxLookupAutoconfigDiscovery.mxLookup-sHpvUBc(MxLookupAutoconfigDiscovery.kt:68)
10-01 06:27:33.327 14185 14185 E AndroidRuntime: 	at app.k9mail.autodiscovery.autoconfig.MxLookupAutoconfigDiscovery.mxLookupAutoconfig(MxLookupAutoconfigDiscovery.kt:35)
10-01 06:27:33.327 14185 14185 E AndroidRuntime: 	at app.k9mail.autodiscovery.autoconfig.MxLookupAutoconfigDiscovery.access$mxLookupAutoconfig(MxLookupAutoconfigDiscovery.kt:15)
10-01 06:27:33.327 14185 14185 E AndroidRuntime: 	at app.k9mail.autodiscovery.autoconfig.MxLookupAutoconfigDiscovery$initDiscovery$1.run(MxLookupAutoconfigDiscovery.kt:26)
10-01 06:27:33.327 14185 14185 E AndroidRuntime: 	at app.k9mail.autodiscovery.service.PriorityParallelRunner$run$2$deferredList$1$deferred$1.invokeSuspend(PriorityParallelRunner.kt:35)
10-01 06:27:33.327 14185 14185 E AndroidRuntime: 	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
10-01 06:27:33.327 14185 14185 E AndroidRuntime: 	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:108)
10-01 06:27:33.327 14185 14185 E AndroidRuntime: 	at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(LimitedDispatcher.kt:115)
10-01 06:27:33.327 14185 14185 E AndroidRuntime: 	at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:103)
10-01 06:27:33.327 14185 14185 E AndroidRuntime: 	at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:584)
10-01 06:27:33.327 14185 14185 E AndroidRuntime: 	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:793)
10-01 06:27:33.327 14185 14185 E AndroidRuntime: 	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:697)
10-01 06:27:33.327 14185 14185 E AndroidRuntime: 	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)
10-01 06:27:33.327 14185 14185 E AndroidRuntime: 	Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [StandaloneCoroutine{Cancelling}@1a3a656, Dispatchers.Main.immediate]
10-01 07:50:03.263 14544 14544 E AndroidRuntime: FATAL EXCEPTION: main
10-01 07:50:03.263 14544 14544 E AndroidRuntime: Process: com.fsck.k9, PID: 14544
10-01 07:50:03.263 14544 14544 E AndroidRuntime: org.minidns.dnsname.InvalidDnsNameException$LabelTooLongException: The DNS name 'p' contains the label 'p' which exceeds the maximum label length of 63 octets by 29 octets.
10-01 07:50:03.263 14544 14544 E AndroidRuntime: 	at org.minidns.dnsname.DnsName.getLabels(DnsName.java:256)
10-01 07:50:03.263 14544 14544 E AndroidRuntime: 	at org.minidns.dnsname.DnsName.setLabelsIfRequired(DnsName.java:238)
10-01 07:50:03.263 14544 14544 E AndroidRuntime: 	at org.minidns.dnsname.DnsName.setBytesIfRequired(DnsName.java:213)
10-01 07:50:03.263 14544 14544 E AndroidRuntime: 	at org.minidns.dnsname.DnsName.validateMaxDnsnameLengthInOctets(DnsName.java:179)
10-01 07:50:03.263 14544 14544 E AndroidRuntime: 	at org.minidns.dnsname.DnsName.<init>(DnsName.java:143)
10-01 07:50:03.263 14544 14544 E AndroidRuntime: 	at org.minidns.dnsname.DnsName.<init>(DnsName.java:112)
10-01 07:50:03.263 14544 14544 E AndroidRuntime: 	at org.minidns.dnsname.DnsName.parse(DnsName.java:443)
10-01 07:50:03.263 14544 14544 E AndroidRuntime: 	at org.minidns.record.MX.parse(MX.java:46)
10-01 07:50:03.263 14544 14544 E AndroidRuntime: 	at org.minidns.record.Record.parse(Record.java:349)
10-01 07:50:03.263 14544 14544 E AndroidRuntime: 	at org.minidns.dnsmessage.DnsMessage.<init>(DnsMessage.java:414)
10-01 07:50:03.263 14544 14544 E AndroidRuntime: 	at org.minidns.source.NetworkDataSource.queryUdp(NetworkDataSource.java:97)
10-01 07:50:03.263 14544 14544 E AndroidRuntime: 	at org.minidns.source.NetworkDataSource.query(NetworkDataSource.java:60)
10-01 07:50:03.263 14544 14544 E AndroidRuntime: 	at org.minidns.source.NetworkDataSource.query(NetworkDataSource.java:34)
10-01 07:50:03.263 14544 14544 E AndroidRuntime: 	at org.minidns.AbstractDnsClient.query(AbstractDnsClient.java:250)
10-01 07:50:03.263 14544 14544 E AndroidRuntime: 	at org.minidns.AbstractDnsClient.query(AbstractDnsClient.java:360)
10-01 07:50:03.263 14544 14544 E AndroidRuntime: 	at org.minidns.DnsClient.query(DnsClient.java:157)
10-01 07:50:03.263 14544 14544 E AndroidRuntime: 	at org.minidns.iterative.ReliableDnsClient.query(ReliableDnsClient.java:99)
10-01 07:50:03.263 14544 14544 E AndroidRuntime: 	at org.minidns.AbstractDnsClient.query(AbstractDnsClient.java:188)
10-01 07:50:03.263 14544 14544 E AndroidRuntime: 	at org.minidns.dnssec.DnssecClient.queryDnssec(DnssecClient.java:104)
10-01 07:50:03.263 14544 14544 E AndroidRuntime: 	at org.minidns.hla.DnssecResolverApi.resolve(DnssecResolverApi.java:65)
10-01 07:50:03.263 14544 14544 E AndroidRuntime: 	at org.minidns.hla.ResolverApi.resolve(ResolverApi.java:114)
10-01 07:50:03.263 14544 14544 E AndroidRuntime: 	at org.minidns.hla.ResolverApi.resolve(ResolverApi.java:108)
10-01 07:50:03.263 14544 14544 E AndroidRuntime: 	at app.k9mail.autodiscovery.autoconfig.MiniDnsMxResolver.lookup-R1J1zPY(MiniDnsMxResolver.kt:10)
10-01 07:50:03.263 14544 14544 E AndroidRuntime: 	at app.k9mail.autodiscovery.autoconfig.SuspendableMxResolver$lookup$2.invoke(SuspendableMxResolver.kt:10)
10-01 07:50:03.263 14544 14544 E AndroidRuntime: 	at app.k9mail.autodiscovery.autoconfig.SuspendableMxResolver$lookup$2.invoke(SuspendableMxResolver.kt:9)
10-01 07:50:03.263 14544 14544 E AndroidRuntime: 	at kotlinx.coroutines.InterruptibleKt.runInterruptibleInExpectedContext(Interruptible.kt:52)
10-01 07:50:03.263 14544 14544 E AndroidRuntime: 	at kotlinx.coroutines.InterruptibleKt.access$runInterruptibleInExpectedContext(Interruptible.kt:1)
10-01 07:50:03.263 14544 14544 E AndroidRuntime: 	at kotlinx.coroutines.InterruptibleKt$runInterruptible$2.invokeSuspend(Interruptible.kt:44)
10-01 07:50:03.263 14544 14544 E AndroidRuntime: 	at kotlinx.coroutines.InterruptibleKt$runInterruptible$2.invoke(Interruptible.kt:0)
10-01 07:50:03.263 14544 14544 E AndroidRuntime: 	at kotlinx.coroutines.InterruptibleKt$runInterruptible$2.invoke(Interruptible.kt:0)
10-01 07:50:03.263 14544 14544 E AndroidRuntime: 	at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:78)
10-01 07:50:03.263 14544 14544 E AndroidRuntime: 	at kotlinx.coroutines.BuildersKt__Builders_commonKt.withContext(Builders.common.kt:167)
10-01 07:50:03.263 14544 14544 E AndroidRuntime: 	at kotlinx.coroutines.BuildersKt.withContext(Unknown Source:1)
10-01 07:50:03.263 14544 14544 E AndroidRuntime: 	at kotlinx.coroutines.InterruptibleKt.runInterruptible(Interruptible.kt:43)
10-01 07:50:03.263 14544 14544 E AndroidRuntime: 	at app.k9mail.autodiscovery.autoconfig.SuspendableMxResolver.lookup-sHpvUBc(SuspendableMxResolver.kt:9)
10-01 07:50:03.263 14544 14544 E AndroidRuntime: 	at app.k9mail.autodiscovery.autoconfig.MxLookupAutoconfigDiscovery.mxLookup-sHpvUBc(MxLookupAutoconfigDiscovery.kt:68)
10-01 07:50:03.263 14544 14544 E AndroidRuntime: 	at app.k9mail.autodiscovery.autoconfig.MxLookupAutoconfigDiscovery.mxLookupAutoconfig(MxLookupAutoconfigDiscovery.kt:35)
10-01 07:50:03.263 14544 14544 E AndroidRuntime: 	at app.k9mail.autodiscovery.autoconfig.MxLookupAutoconfigDiscovery.access$mxLookupAutoconfig(MxLookupAutoconfigDiscovery.kt:15)
10-01 07:50:03.263 14544 14544 E AndroidRuntime: 	at app.k9mail.autodiscovery.autoconfig.MxLookupAutoconfigDiscovery$initDiscovery$1.run(MxLookupAutoconfigDiscovery.kt:26)
10-01 07:50:03.263 14544 14544 E AndroidRuntime: 	at app.k9mail.autodiscovery.service.PriorityParallelRunner$run$2$deferredList$1$deferred$1.invokeSuspend(PriorityParallelRunner.kt:35)
10-01 07:50:03.263 14544 14544 E AndroidRuntime: 	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
10-01 07:50:03.263 14544 14544 E AndroidRuntime: 	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:108)
10-01 07:50:03.263 14544 14544 E AndroidRuntime: 	at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(LimitedDispatcher.kt:115)
10-01 07:50:03.263 14544 14544 E AndroidRuntime: 	at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:103)
10-01 07:50:03.263 14544 14544 E AndroidRuntime: 	at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:584)
10-01 07:50:03.263 14544 14544 E AndroidRuntime: 	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:793)
10-01 07:50:03.263 14544 14544 E AndroidRuntime: 	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:697)
10-01 07:50:03.263 14544 14544 E AndroidRuntime: 	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)
10-01 07:50:03.263 14544 14544 E AndroidRuntime: 	Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [StandaloneCoroutine{Cancelling}@ba4b62a, Dispatchers.Main.immediate]
10-01 07:50:18.724 26998 26998 E AndroidRuntime: FATAL EXCEPTION: main
10-01 07:50:18.724 26998 26998 E AndroidRuntime: Process: com.fsck.k9, PID: 26998
10-01 07:50:18.724 26998 26998 E AndroidRuntime: org.minidns.dnsname.InvalidDnsNameException$LabelTooLongException: The DNS name 'p' contains the label 'p' which exceeds the maximum label length of 63 octets by 29 octets.
10-01 07:50:18.724 26998 26998 E AndroidRuntime: 	at org.minidns.dnsname.DnsName.getLabels(DnsName.java:256)
10-01 07:50:18.724 26998 26998 E AndroidRuntime: 	at org.minidns.dnsname.DnsName.setLabelsIfRequired(DnsName.java:238)
10-01 07:50:18.724 26998 26998 E AndroidRuntime: 	at org.minidns.dnsname.DnsName.setBytesIfRequired(DnsName.java:213)
10-01 07:50:18.724 26998 26998 E AndroidRuntime: 	at org.minidns.dnsname.DnsName.validateMaxDnsnameLengthInOctets(DnsName.java:179)
10-01 07:50:18.724 26998 26998 E AndroidRuntime: 	at org.minidns.dnsname.DnsName.<init>(DnsName.java:143)
10-01 07:50:18.724 26998 26998 E AndroidRuntime: 	at org.minidns.dnsname.DnsName.<init>(DnsName.java:112)
10-01 07:50:18.724 26998 26998 E AndroidRuntime: 	at org.minidns.dnsname.DnsName.parse(DnsName.java:443)
10-01 07:50:18.724 26998 26998 E AndroidRuntime: 	at org.minidns.record.MX.parse(MX.java:46)
10-01 07:50:18.724 26998 26998 E AndroidRuntime: 	at org.minidns.record.Record.parse(Record.java:349)
10-01 07:50:18.724 26998 26998 E AndroidRuntime: 	at org.minidns.dnsmessage.DnsMessage.<init>(DnsMessage.java:414)
10-01 07:50:18.724 26998 26998 E AndroidRuntime: 	at org.minidns.source.NetworkDataSource.queryUdp(NetworkDataSource.java:97)
10-01 07:50:18.724 26998 26998 E AndroidRuntime: 	at org.minidns.source.NetworkDataSource.query(NetworkDataSource.java:60)
10-01 07:50:18.724 26998 26998 E AndroidRuntime: 	at org.minidns.source.NetworkDataSource.query(NetworkDataSource.java:34)
10-01 07:50:18.724 26998 26998 E AndroidRuntime: 	at org.minidns.AbstractDnsClient.query(AbstractDnsClient.java:250)
10-01 07:50:18.724 26998 26998 E AndroidRuntime: 	at org.minidns.AbstractDnsClient.query(AbstractDnsClient.java:360)
10-01 07:50:18.724 26998 26998 E AndroidRuntime: 	at org.minidns.DnsClient.query(DnsClient.java:157)
10-01 07:50:18.724 26998 26998 E AndroidRuntime: 	at org.minidns.iterative.ReliableDnsClient.query(ReliableDnsClient.java:99)
10-01 07:50:18.724 26998 26998 E AndroidRuntime: 	at org.minidns.AbstractDnsClient.query(AbstractDnsClient.java:188)
10-01 07:50:18.724 26998 26998 E AndroidRuntime: 	at org.minidns.dnssec.DnssecClient.queryDnssec(DnssecClient.java:104)
10-01 07:50:18.724 26998 26998 E AndroidRuntime: 	at org.minidns.hla.DnssecResolverApi.resolve(DnssecResolverApi.java:65)
10-01 07:50:18.724 26998 26998 E AndroidRuntime: 	at org.minidns.hla.ResolverApi.resolve(ResolverApi.java:114)
10-01 07:50:18.724 26998 26998 E AndroidRuntime: 	at org.minidns.hla.ResolverApi.resolve(ResolverApi.java:108)
10-01 07:50:18.724 26998 26998 E AndroidRuntime: 	at app.k9mail.autodiscovery.autoconfig.MiniDnsMxResolver.lookup-R1J1zPY(MiniDnsMxResolver.kt:10)
10-01 07:50:18.724 26998 26998 E AndroidRuntime: 	at app.k9mail.autodiscovery.autoconfig.SuspendableMxResolver$lookup$2.invoke(SuspendableMxResolver.kt:10)
10-01 07:50:18.724 26998 26998 E AndroidRuntime: 	at app.k9mail.autodiscovery.autoconfig.SuspendableMxResolver$lookup$2.invoke(SuspendableMxResolver.kt:9)
10-01 07:50:18.724 26998 26998 E AndroidRuntime: 	at kotlinx.coroutines.InterruptibleKt.runInterruptibleInExpectedContext(Interruptible.kt:52)
10-01 07:50:18.724 26998 26998 E AndroidRuntime: 	at kotlinx.coroutines.InterruptibleKt.access$runInterruptibleInExpectedContext(Interruptible.kt:1)
10-01 07:50:18.724 26998 26998 E AndroidRuntime: 	at kotlinx.coroutines.InterruptibleKt$runInterruptible$2.invokeSuspend(Interruptible.kt:44)
10-01 07:50:18.724 26998 26998 E AndroidRuntime: 	at kotlinx.coroutines.InterruptibleKt$runInterruptible$2.invoke(Interruptible.kt:0)
10-01 07:50:18.724 26998 26998 E AndroidRuntime: 	at kotlinx.coroutines.InterruptibleKt$runInterruptible$2.invoke(Interruptible.kt:0)
10-01 07:50:18.724 26998 26998 E AndroidRuntime: 	at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:78)
10-01 07:50:18.724 26998 26998 E AndroidRuntime: 	at kotlinx.coroutines.BuildersKt__Builders_commonKt.withContext(Builders.common.kt:167)
10-01 07:50:18.724 26998 26998 E AndroidRuntime: 	at kotlinx.coroutines.BuildersKt.withContext(Unknown Source:1)
10-01 07:50:18.724 26998 26998 E AndroidRuntime: 	at kotlinx.coroutines.InterruptibleKt.runInterruptible(Interruptible.kt:43)
10-01 07:50:18.724 26998 26998 E AndroidRuntime: 	at app.k9mail.autodiscovery.autoconfig.SuspendableMxResolver.lookup-sHpvUBc(SuspendableMxResolver.kt:9)
10-01 07:50:18.724 26998 26998 E AndroidRuntime: 	at app.k9mail.autodiscovery.autoconfig.MxLookupAutoconfigDiscovery.mxLookup-sHpvUBc(MxLookupAutoconfigDiscovery.kt:68)
10-01 07:50:18.724 26998 26998 E AndroidRuntime: 	at app.k9mail.autodiscovery.autoconfig.MxLookupAutoconfigDiscovery.mxLookupAutoconfig(MxLookupAutoconfigDiscovery.kt:35)
10-01 07:50:18.724 26998 26998 E AndroidRuntime: 	at app.k9mail.autodiscovery.autoconfig.MxLookupAutoconfigDiscovery.access$mxLookupAutoconfig(MxLookupAutoconfigDiscovery.kt:15)
10-01 07:50:18.724 26998 26998 E AndroidRuntime: 	at app.k9mail.autodiscovery.autoconfig.MxLookupAutoconfigDiscovery$initDiscovery$1.run(MxLookupAutoconfigDiscovery.kt:26)
10-01 07:50:18.724 26998 26998 E AndroidRuntime: 	at app.k9mail.autodiscovery.service.PriorityParallelRunner$run$2$deferredList$1$deferred$1.invokeSuspend(PriorityParallelRunner.kt:35)
10-01 07:50:18.724 26998 26998 E AndroidRuntime: 	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
10-01 07:50:18.724 26998 26998 E AndroidRuntime: 	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:108)
10-01 07:50:18.724 26998 26998 E AndroidRuntime: 	at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(LimitedDispatcher.kt:115)
10-01 07:50:18.724 26998 26998 E AndroidRuntime: 	at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:103)
10-01 07:50:18.724 26998 26998 E AndroidRuntime: 	at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:584)
10-01 07:50:18.724 26998 26998 E AndroidRuntime: 	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:793)
10-01 07:50:18.724 26998 26998 E AndroidRuntime: 	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:697)
10-01 07:50:18.724 26998 26998 E AndroidRuntime: 	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)
10-01 07:50:18.724 26998 26998 E AndroidRuntime: 	Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [StandaloneCoroutine{Cancelling}@bfd4133, Dispatchers.Main.immediate]
--------- beginning of main
10-12 20:13:21.380 17338 17338 D AppCompatDelegate: Checking for metadata for AppLocalesMetadataHolderService : Service not found
10-12 20:13:21.384 17338 22421 V PushController: PushController.initInBackground()
10-12 20:13:21.384 17338 22421 V PushController: PushController.updatePushers()
10-12 20:13:21.386 17338 22421 V PushController: ..Running PushControllers: []
10-12 20:13:21.386 17338 22421 V PushServiceManager: PushServiceManager.stop()
10-12 20:13:21.386 17338 22421 V PushServiceManager: ..PushService is not running
10-12 20:13:21.386 17338 22421 V BootCompleteManager: Disable BootCompleteReceiver
10-12 20:13:21.386 17338 22421 V PushController: PushController.updatePushers()
10-12 20:13:21.387 17338 22421 V PushController: ..Running PushControllers: []
10-12 20:13:21.387 17338 22421 V PushServiceManager: PushServiceManager.stop()
10-12 20:13:21.387 17338 22421 V PushServiceManager: ..PushService is not running
10-12 20:13:21.387 17338 22421 V BootCompleteManager: Disable BootCompleteReceiver
10-12 20:13:21.396 17338 17338 D CompatibilityChangeReporter: Compat change id reported: 210923482; UID 10397; state: ENABLED
10-12 20:13:21.412 17338 17376 I MessagingController: Running command 'clearNotifications', seq = 15 (foreground priority)
10-12 20:13:21.413 17338 17376 V NotificationController: Removing some notifications for account 1965d9a9-105e-4e7e-93b3-f24deeccb038
10-12 20:13:21.413 17338 17376 V NotificationController: Removing some notifications for account 81fa0222-2116-4433-9e52-764837b8d90c
10-12 20:13:21.414 17338 17376 V NotificationController: Removing some notifications for account 0ce3cb4b-de84-4948-8fde-8c2d394cc2ee
10-12 20:13:21.414 17338 17376 V NotificationController: Removing some notifications for account c0b0bbaa-4c60-4a5d-872c-cf9bc1fc2a16
10-12 20:13:21.414 17338 17376 I MessagingController:  Command 'clearNotifications' completed
10-12 20:13:21.419 17338 17376 I MessagingController: Running command 'clearNotifications', seq = 16 (foreground priority)
10-12 20:13:21.419 17338 17376 V NotificationController: Removing some notifications for account 1965d9a9-105e-4e7e-93b3-f24deeccb038
10-12 20:13:21.419 17338 17376 V NotificationController: Removing some notifications for account 81fa0222-2116-4433-9e52-764837b8d90c
10-12 20:13:21.419 17338 17376 V NotificationController: Removing some notifications for account 0ce3cb4b-de84-4948-8fde-8c2d394cc2ee
10-12 20:13:21.419 17338 17376 V NotificationController: Removing some notifications for account c0b0bbaa-4c60-4a5d-872c-cf9bc1fc2a16
10-12 20:13:21.419 17338 17376 I MessagingController:  Command 'clearNotifications' completed
10-12 20:13:21.421 17338 17338 D CompatibilityChangeReporter: Compat change id reported: 237531167; UID 10397; state: DISABLED
--------- beginning of system
10-12 20:13:21.422 17338 17338 D ViewRootImpl: update {(0,0)(fillxfill) sim={forwardNavigation} ty=BASE_APPLICATION wanim=0x10302fe
10-12 20:13:21.422 17338 17338 D ViewRootImpl:   fl=LAYOUT_IN_SCREEN LAYOUT_INSET_DECOR SPLIT_TOUCH HARDWARE_ACCELERATED DRAWS_SYSTEM_BAR_BACKGROUNDS
10-12 20:13:21.422 17338 17338 D ViewRootImpl:   pfl=NO_MOVE_ANIMATION FORCE_DRAW_STATUS_BAR_BACKGROUND FIT_INSETS_CONTROLLED
10-12 20:13:21.422 17338 17338 D ViewRootImpl:   bhv=DEFAULT
10-12 20:13:21.422 17338 17338 D ViewRootImpl:   fitSides=} by setView
10-12 20:13:21.439 17338 22416 I AdrenoGLES-0: QUALCOMM build                   : 7b26bdd942, Iab69c31769
10-12 20:13:21.439 17338 22416 I AdrenoGLES-0: Build Date                       : 08/28/23
10-12 20:13:21.439 17338 22416 I AdrenoGLES-0: OpenGL ES Shader Compiler Version: E031.41.03.44
10-12 20:13:21.439 17338 22416 I AdrenoGLES-0: Local Branch                     : 
10-12 20:13:21.439 17338 22416 I AdrenoGLES-0: Remote Branch                    : refs/tags/AU_LINUX_ANDROID_LA.VENDOR.13.2.0.11.00.00.855.659
10-12 20:13:21.439 17338 22416 I AdrenoGLES-0: Remote Branch                    : NONE
10-12 20:13:21.439 17338 22416 I AdrenoGLES-0: Reconstruct Branch               : NOTHING
10-12 20:13:21.439 17338 22416 I AdrenoGLES-0: Build Config                     : S P 14.1.4 AArch64
10-12 20:13:21.439 17338 22416 I AdrenoGLES-0: Driver Path                      : /vendor/lib64/egl/libGLESv2_adreno.so
10-12 20:13:21.439 17338 22416 I AdrenoGLES-0: Driver Version                   : 0676.42
10-12 20:13:21.442 17338 22416 I AdrenoGLES-0: PFP: 0x01740158, ME: 0x00000000
10-12 20:13:21.453 17338 22416 I AdrenoUtils: <ReadGpuID:407>: Reading chip ID through GSL
10-12 20:13:21.459 17338 22416 I OpenGLRenderer: setGrContext nullptr-->validptr
10-12 20:13:21.460 17338 22416 E OpenGLRenderer: Unable to match the desired swap behavior.
10-12 20:13:21.479 17338 17338 I ImeTracker: com.fsck.k9:96f530f2: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
10-12 20:13:21.479 17338 17338 I ImeTracker: com.fsck.k9:96f530f2: onFailed at PHASE_CLIENT_VIEW_SERVED
10-12 20:13:21.480 17338 17338 D AutofillManager: view not autofillable - not passing ime action check
10-12 20:13:25.635 17338 17338 I ImeTracker: com.fsck.k9:390274d9: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
10-12 20:13:26.363 17338 17338 D ViewRootImpl: update {(0,0)(fillxfill) sim={forwardNavigation} ty=BASE_APPLICATION wanim=0x10302fe
10-12 20:13:26.363 17338 17338 D ViewRootImpl:   fl=LAYOUT_IN_SCREEN LAYOUT_INSET_DECOR SPLIT_TOUCH HARDWARE_ACCELERATED DRAWS_SYSTEM_BAR_BACKGROUNDS
10-12 20:13:26.363 17338 17338 D ViewRootImpl:   pfl=NO_MOVE_ANIMATION FORCE_DRAW_STATUS_BAR_BACKGROUND FIT_INSETS_CONTROLLED
10-12 20:13:26.363 17338 17338 D ViewRootImpl:   bhv=DEFAULT
10-12 20:13:26.363 17338 17338 D ViewRootImpl:   fitSides=} by setView
10-12 20:13:26.371 17338 22416 E OpenGLRenderer: Unable to match the desired swap behavior.
10-12 20:13:26.881 17338 22416 D Surface : Surface::disconnect
10-12 20:13:26.882 17338 22416 D BufferQueueProducer: [VRI[MessageList]#0(BLAST Consumer)0](id:43ba00000000,api:1,p:17338,c:17338) disconnect: api 1
10-12 20:13:27.639 17338 17338 D ViewRootImpl: update {(0,0)(fillxfill) sim={adjust=resize forwardNavigation} ty=BASE_APPLICATION wanim=0x10302fe
10-12 20:13:27.639 17338 17338 D ViewRootImpl:   fl=LAYOUT_IN_SCREEN LAYOUT_INSET_DECOR SPLIT_TOUCH HARDWARE_ACCELERATED DRAWS_SYSTEM_BAR_BACKGROUNDS
10-12 20:13:27.639 17338 17338 D ViewRootImpl:   pfl=NO_MOVE_ANIMATION FORCE_DRAW_STATUS_BAR_BACKGROUND FIT_INSETS_CONTROLLED
10-12 20:13:27.639 17338 17338 D ViewRootImpl:   bhv=DEFAULT
10-12 20:13:27.639 17338 17338 D ViewRootImpl:   fitSides=} by setView
10-12 20:13:27.680 17338 17338 D CompatibilityChangeReporter: Compat change id reported: 171228096; UID 10397; state: ENABLED
10-12 20:13:27.695 17338 17338 D CompatibilityChangeReporter: Compat change id reported: 289878283; UID 10397; state: ENABLED
10-12 20:13:27.704 17338 17338 W WindowOnBackDispatcher: OnBackInvokedCallback is not enabled for the application.
10-12 20:13:27.704 17338 17338 W WindowOnBackDispatcher: Set 'android:enableOnBackInvokedCallback="true"' in the application manifest.
10-12 20:13:27.716 17338 22416 E OpenGLRenderer: Unable to match the desired swap behavior.
10-12 20:13:28.240 17338 22416 D Surface : Surface::disconnect
10-12 20:13:28.240 17338 22416 D BufferQueueProducer: [VRI[SettingsActivity]#1(BLAST Consumer)1](id:43ba00000001,api:1,p:17338,c:17338) disconnect: api 1
10-12 20:13:28.240 17338 22416 D OpenGLRenderer: endAllActiveAnimators on 0xb400006e10bd75f0 (FrameLayout) with handle 0xb400006e70b01c60
10-12 20:13:28.691 17338 17338 D Compose Focus: Owner FocusChanged(true)
10-12 20:13:28.706 17338 17338 I ImeTracker: com.fsck.k9:f567470a: onRequestShow at ORIGIN_CLIENT_SHOW_SOFT_INPUT reason SHOW_SOFT_INPUT_BY_INSETS_API
10-12 20:13:28.706 17338 17338 D InsetsController: show(ime(), fromIme=false)
10-12 20:13:28.706 17338 17338 D InputMethodManager: showSoftInput() view=androidx.compose.ui.platform.AndroidComposeView{88e1b5e VFED..... .F....ID 0,0-1080,2400 aid=1073741824} flags=0 reason=SHOW_SOFT_INPUT_BY_INSETS_API
10-12 20:13:28.755 17338 17338 D InsetsController: show(ime(), fromIme=true)
10-12 20:13:29.062 17338 17338 I ImeTracker: com.fsck.k9:f567470a: onShown
10-12 20:13:31.489 17338 22424 W libc    : Access denied finding property "net.dns1"
10-12 20:13:31.489 17338 22424 W libc    : Access denied finding property "net.dns2"
10-12 20:13:31.489 17338 22424 W libc    : Access denied finding property "net.dns3"
10-12 20:13:31.489 17338 22424 W libc    : Access denied finding property "net.dns4"
10-12 20:13:31.490 17338 22424 D TrafficStats: tagSocket(154) with statsTag=0xffffffff, statsUid=-1
10-12 20:13:31.583 17338 22928 D TrafficStats: tagSocket(140) with statsTag=0xffffffff, statsUid=-1
10-12 20:13:31.584 17338 22925 D TrafficStats: tagSocket(142) with statsTag=0xffffffff, statsUid=-1
10-12 20:13:31.584 17338 22926 D TrafficStats: tagSocket(154) with statsTag=0xffffffff, statsUid=-1
10-12 20:13:31.584 17338 22927 D TrafficStats: tagSocket(185) with statsTag=0xffffffff, statsUid=-1
10-12 20:13:31.584 17338 22924 D TrafficStats: tagSocket(192) with statsTag=0xffffffff, statsUid=-1
10-12 20:13:31.588 17338 17338 E AndroidRuntime: FATAL EXCEPTION: main
10-12 20:13:31.588 17338 17338 E AndroidRuntime: Process: com.fsck.k9, PID: 17338
10-12 20:13:31.588 17338 17338 E AndroidRuntime: org.minidns.dnsname.InvalidDnsNameException$LabelTooLongException: The DNS name 'p' contains the label 'p' which exceeds the maximum label length of 63 octets by 29 octets.
10-12 20:13:31.588 17338 17338 E AndroidRuntime: 	at org.minidns.dnsname.DnsName.getLabels(DnsName.java:256)
10-12 20:13:31.588 17338 17338 E AndroidRuntime: 	at org.minidns.dnsname.DnsName.setLabelsIfRequired(DnsName.java:238)
10-12 20:13:31.588 17338 17338 E AndroidRuntime: 	at org.minidns.dnsname.DnsName.setBytesIfRequired(DnsName.java:213)
10-12 20:13:31.588 17338 17338 E AndroidRuntime: 	at org.minidns.dnsname.DnsName.validateMaxDnsnameLengthInOctets(DnsName.java:179)
10-12 20:13:31.588 17338 17338 E AndroidRuntime: 	at org.minidns.dnsname.DnsName.<init>(DnsName.java:143)
10-12 20:13:31.588 17338 17338 E AndroidRuntime: 	at org.minidns.dnsname.DnsName.<init>(DnsName.java:112)
10-12 20:13:31.588 17338 17338 E AndroidRuntime: 	at org.minidns.dnsname.DnsName.parse(DnsName.java:443)
10-12 20:13:31.588 17338 17338 E AndroidRuntime: 	at org.minidns.record.MX.parse(MX.java:46)
10-12 20:13:31.588 17338 17338 E AndroidRuntime: 	at org.minidns.record.Record.parse(Record.java:349)
10-12 20:13:31.588 17338 17338 E AndroidRuntime: 	at org.minidns.dnsmessage.DnsMessage.<init>(DnsMessage.java:414)
10-12 20:13:31.588 17338 17338 E AndroidRuntime: 	at org.minidns.source.NetworkDataSource.queryUdp(NetworkDataSource.java:97)
10-12 20:13:31.588 17338 17338 E AndroidRuntime: 	at org.minidns.source.NetworkDataSource.query(NetworkDataSource.java:60)
10-12 20:13:31.588 17338 17338 E AndroidRuntime: 	at org.minidns.source.NetworkDataSource.query(NetworkDataSource.java:34)
10-12 20:13:31.588 17338 17338 E AndroidRuntime: 	at org.minidns.AbstractDnsClient.query(AbstractDnsClient.java:250)
10-12 20:13:31.588 17338 17338 E AndroidRuntime: 	at org.minidns.AbstractDnsClient.query(AbstractDnsClient.java:360)
10-12 20:13:31.588 17338 17338 E AndroidRuntime: 	at org.minidns.DnsClient.query(DnsClient.java:157)
10-12 20:13:31.588 17338 17338 E AndroidRuntime: 	at org.minidns.iterative.ReliableDnsClient.query(ReliableDnsClient.java:99)
10-12 20:13:31.588 17338 17338 E AndroidRuntime: 	at org.minidns.AbstractDnsClient.query(AbstractDnsClient.java:188)
10-12 20:13:31.588 17338 17338 E AndroidRuntime: 	at org.minidns.dnssec.DnssecClient.queryDnssec(DnssecClient.java:104)
10-12 20:13:31.588 17338 17338 E AndroidRuntime: 	at org.minidns.hla.DnssecResolverApi.resolve(DnssecResolverApi.java:65)
10-12 20:13:31.588 17338 17338 E AndroidRuntime: 	at org.minidns.hla.ResolverApi.resolve(ResolverApi.java:114)
10-12 20:13:31.588 17338 17338 E AndroidRuntime: 	at org.minidns.hla.ResolverApi.resolve(ResolverApi.java:108)
10-12 20:13:31.588 17338 17338 E AndroidRuntime: 	at app.k9mail.autodiscovery.autoconfig.MiniDnsMxResolver.lookup-R1J1zPY(MiniDnsMxResolver.kt:10)
10-12 20:13:31.588 17338 17338 E AndroidRuntime: 	at app.k9mail.autodiscovery.autoconfig.SuspendableMxResolver$lookup$2.invoke(SuspendableMxResolver.kt:10)
10-12 20:13:31.588 17338 17338 E AndroidRuntime: 	at app.k9mail.autodiscovery.autoconfig.SuspendableMxResolver$lookup$2.invoke(SuspendableMxResolver.kt:9)
10-12 20:13:31.588 17338 17338 E AndroidRuntime: 	at kotlinx.coroutines.InterruptibleKt.runInterruptibleInExpectedContext(Interruptible.kt:52)
10-12 20:13:31.588 17338 17338 E AndroidRuntime: 	at kotlinx.coroutines.InterruptibleKt.access$runInterruptibleInExpectedContext(Interruptible.kt:1)
10-12 20:13:31.588 17338 17338 E AndroidRuntime: 	at kotlinx.coroutines.InterruptibleKt$runInterruptible$2.invokeSuspend(Interruptible.kt:44)
10-12 20:13:31.588 17338 17338 E AndroidRuntime: 	at kotlinx.coroutines.InterruptibleKt$runInterruptible$2.invoke(Interruptible.kt:0)
10-12 20:13:31.588 17338 17338 E AndroidRuntime: 	at kotlinx.coroutines.InterruptibleKt$runInterruptible$2.invoke(Interruptible.kt:0)
10-12 20:13:31.588 17338 17338 E AndroidRuntime: 	at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:78)
10-12 20:13:31.588 17338 17338 E AndroidRuntime: 	at kotlinx.coroutines.BuildersKt__Builders_commonKt.withContext(Builders.common.kt:167)
10-12 20:13:31.588 17338 17338 E AndroidRuntime: 	at kotlinx.coroutines.BuildersKt.withContext(Unknown Source:1)
10-12 20:13:31.588 17338 17338 E AndroidRuntime: 	at kotlinx.coroutines.InterruptibleKt.runInterruptible(Interruptible.kt:43)
10-12 20:13:31.588 17338 17338 E AndroidRuntime: 	at app.k9mail.autodiscovery.autoconfig.SuspendableMxResolver.lookup-sHpvUBc(SuspendableMxResolver.kt:9)
10-12 20:13:31.588 17338 17338 E AndroidRuntime: 	at app.k9mail.autodiscovery.autoconfig.MxLookupAutoconfigDiscovery.mxLookup-sHpvUBc(MxLookupAutoconfigDiscovery.kt:68)
10-12 20:13:31.588 17338 17338 E AndroidRuntime: 	at app.k9mail.autodiscovery.autoconfig.MxLookupAutoconfigDiscovery.mxLookupAutoconfig(MxLookupAutoconfigDiscovery.kt:35)
10-12 20:13:31.588 17338 17338 E AndroidRuntime: 	at app.k9mail.autodiscovery.autoconfig.MxLookupAutoconfigDiscovery.access$mxLookupAutoconfig(MxLookupAutoconfigDiscovery.kt:15)
10-12 20:13:31.588 17338 17338 E AndroidRuntime: 	at app.k9mail.autodiscovery.autoconfig.MxLookupAutoconfigDiscovery$initDiscovery$1.run(MxLookupAutoconfigDiscovery.kt:26)
10-12 20:13:31.588 17338 17338 E AndroidRuntime: 	at app.k9mail.autodiscovery.service.PriorityParallelRunner$run$2$deferredList$1$deferred$1.invokeSuspend(PriorityParallelRunner.kt:35)
10-12 20:13:31.588 17338 17338 E AndroidRuntime: 	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
10-12 20:13:31.588 17338 17338 E AndroidRuntime: 	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:108)
10-12 20:13:31.588 17338 17338 E AndroidRuntime: 	at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(LimitedDispatcher.kt:115)
10-12 20:13:31.588 17338 17338 E AndroidRuntime: 	at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:103)
10-12 20:13:31.588 17338 17338 E AndroidRuntime: 	at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:584)
10-12 20:13:31.588 17338 17338 E AndroidRuntime: 	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:793)
10-12 20:13:31.588 17338 17338 E AndroidRuntime: 	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:697)
10-12 20:13:31.588 17338 17338 E AndroidRuntime: 	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)
10-12 20:13:31.588 17338 17338 E AndroidRuntime: 	Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [StandaloneCoroutine{Cancelling}@d527460, Dispatchers.Main.immediate]
10-12 20:13:31.595 17338 17338 I Process : Sending signal. PID: 17338 SIG: 9
10-12 20:13:31.649 22944 22944 I com.fsck.k9: Using CollectorTypeCMC GC.
10-12 20:13:31.652 22944 22944 E com.fsck.k9: Not starting debugger since process cannot load the jdwp agent.
10-12 20:13:31.654 22944 22944 D nativeloader: Load libframework-connectivity-tiramisu-jni.so using APEX ns com_android_tethering for caller /apex/com.android.tethering/javalib/framework-connectivity-t.jar: ok
10-12 20:13:31.662 22944 22944 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10397; state: ENABLED
10-12 20:13:31.662 22944 22944 D CompatibilityChangeReporter: Compat change id reported: 242716250; UID 10397; state: ENABLED
10-12 20:13:31.679 22944 22944 D nativeloader: Configuring clns-4 for other apk /data/app/~~GkstTaBTsSC6jbwBFgE8rw==/com.fsck.k9-IHNE6pgUCokMGeQcNiMRpA==/base.apk. target_sdk_version=34, uses_libraries=, library_path=/data/app/~~GkstTaBTsSC6jbwBFgE8rw==/com.fsck.k9-IHNE6pgUCokMGeQcNiMRpA==/lib/arm64, permitted_path=/data:/mnt/expand:/data/user/0/com.fsck.k9
10-12 20:13:31.683 22944 22944 D nativeloader: Load libframework-connectivity-jni.so using APEX ns com_android_tethering for caller /apex/com.android.tethering/javalib/framework-connectivity.jar: ok
10-12 20:13:31.684 22944 22944 V GraphicsEnvironment: Currently set values for:
10-12 20:13:31.684 22944 22944 V GraphicsEnvironment:   angle_gl_driver_selection_pkgs=[]
10-12 20:13:31.684 22944 22944 V GraphicsEnvironment:   angle_gl_driver_selection_values=[]
10-12 20:13:31.684 22944 22944 V GraphicsEnvironment: ANGLE GameManagerService for com.fsck.k9: false
10-12 20:13:31.684 22944 22944 V GraphicsEnvironment: com.fsck.k9 is not listed in per-application setting
10-12 20:13:31.684 22944 22944 V GraphicsEnvironment: Updatable production driver is not supported on the device.
10-12 20:13:31.719 22944 22944 W com.fsck.k9: Accessing hidden field Ljava/util/Collections$SynchronizedCollection;->mutex:Ljava/lang/Object; (max-target-o, reflection, denied)
10-12 20:13:31.719 22944 22944 W com.fsck.k9: Accessing hidden method Ljava/util/Collections$SynchronizedSet;-><init>(Ljava/util/Set;Ljava/lang/Object;)V (max-target-o, reflection, denied)
10-12 20:13:31.720 22944 22944 W com.fsck.k9: Accessing hidden method Ljava/util/Collections$SynchronizedCollection;-><init>(Ljava/util/Collection;Ljava/lang/Object;)V (max-target-o, reflection, denied)
10-12 20:13:31.720 22944 22944 D WM-PackageManagerHelper: Skipping component enablement for androidx.work.impl.background.systemjob.SystemJobService
10-12 20:13:31.720 22944 22944 D WM-Schedulers: Created SystemJobScheduler and enabled SystemJobService
10-12 20:13:31.720 22944 22944 V K9JobManager: scheduling all jobs
10-12 20:13:31.720 22944 22944 V K9JobManager: canceling mail sync job
10-12 20:13:31.720 22944 22944 V MailSyncWorkerManager: Scheduling mail sync worker for 1965d9a9-105e-4e7e-93b3-f24deeccb038
10-12 20:13:31.720 22944 22944 V MailSyncWorkerManager:   sync interval: 30 minutes
10-12 20:13:31.721 22944 22944 V MailSyncWorkerManager:   last sync time: Sa. Okt. 12 20:00:08 OESZ 2024
10-12 20:13:31.721 22944 22944 V MailSyncWorkerManager:   initial delay: 996798 ms
10-12 20:13:31.721 22944 22944 V MailSyncWorkerManager: Scheduling mail sync worker for 81fa0222-2116-4433-9e52-764837b8d90c
10-12 20:13:31.721 22944 22944 V MailSyncWorkerManager:   sync interval: 15 minutes
10-12 20:13:31.721 22944 22944 V MailSyncWorkerManager:   last sync time: Sa. Okt. 12 20:00:10 OESZ 2024
10-12 20:13:31.722 22944 22944 V MailSyncWorkerManager:   initial delay: 98366 ms
10-12 20:13:31.722 22944 22944 V MailSyncWorkerManager: Scheduling mail sync worker for 0ce3cb4b-de84-4948-8fde-8c2d394cc2ee
10-12 20:13:31.722 22944 22944 V MailSyncWorkerManager:   sync interval: 60 minutes
10-12 20:13:31.722 22944 22944 V MailSyncWorkerManager:   last sync time: Sa. Okt. 12 19:23:02 OESZ 2024
10-12 20:13:31.722 22944 22944 V MailSyncWorkerManager:   initial delay: 571207 ms
10-12 20:13:31.722 22944 22944 V MailSyncWorkerManager: Scheduling mail sync worker for c0b0bbaa-4c60-4a5d-872c-cf9bc1fc2a16
10-12 20:13:31.722 22944 22944 V MailSyncWorkerManager:   sync interval: 15 minutes
10-12 20:13:31.722 22944 22944 V MailSyncWorkerManager:   last sync time: Sa. Okt. 12 20:00:11 OESZ 2024
10-12 20:13:31.722 22944 22944 V MailSyncWorkerManager:   initial delay: 99298 ms
10-12 20:13:31.722 22944 22944 V SystemLocaleManager: Enable LocaleBroadcastReceiver
10-12 20:13:31.724 22944 22944 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 10397; state: ENABLED
10-12 20:13:31.726 22944 22944 I Typeface: updateThemeFont new=Rookery-Regular;old=sans-serif;new=Rookery-Stacked;old=
10-12 20:13:31.731 22944 22944 D AppCompatDelegate: Checking for metadata for AppLocalesMetadataHolderService : Service not found
10-12 20:13:31.734 22944 22969 V PushController: PushController.initInBackground()
10-12 20:13:31.734 22944 22969 V PushController: PushController.updatePushers()
10-12 20:13:31.735 22944 22969 V PushController: ..Running PushControllers: []
10-12 20:13:31.735 22944 22969 V PushServiceManager: PushServiceManager.stop()
10-12 20:13:31.735 22944 22969 V PushServiceManager: ..PushService is not running
10-12 20:13:31.735 22944 22969 V BootCompleteManager: Disable BootCompleteReceiver
10-12 20:13:31.735 22944 22969 V PushController: PushController.updatePushers()
10-12 20:13:31.735 22944 22969 V PushController: ..Running PushControllers: []
10-12 20:13:31.736 22944 22969 V PushServiceManager: PushServiceManager.stop()
10-12 20:13:31.736 22944 22969 V PushServiceManager: ..PushService is not running
10-12 20:13:31.736 22944 22969 V BootCompleteManager: Disable BootCompleteReceiver
10-12 20:13:31.740 22944 22944 D CompatibilityChangeReporter: Compat change id reported: 210923482; UID 10397; state: ENABLED
10-12 20:13:31.743 22944 22970 D CompatibilityChangeReporter: Compat change id reported: 194532703; UID 10397; state: ENABLED
10-12 20:13:31.744 22944 22970 D CompatibilityChangeReporter: Compat change id reported: 253665015; UID 10397; state: ENABLED
10-12 20:13:31.744 22944 22944 D CompatibilityChangeReporter: Compat change id reported: 237531167; UID 10397; state: DISABLED
10-12 20:13:31.745 22944 22944 D ViewRootImpl: update {(0,0)(fillxfill) ty=BASE_APPLICATION wanim=0x10302fe
10-12 20:13:31.745 22944 22944 D ViewRootImpl:   fl=LAYOUT_IN_SCREEN LAYOUT_INSET_DECOR SPLIT_TOUCH HARDWARE_ACCELERATED DRAWS_SYSTEM_BAR_BACKGROUNDS
10-12 20:13:31.745 22944 22944 D ViewRootImpl:   pfl=NO_MOVE_ANIMATION FORCE_DRAW_STATUS_BAR_BACKGROUND FIT_INSETS_CONTROLLED
10-12 20:13:31.745 22944 22944 D ViewRootImpl:   bhv=DEFAULT
10-12 20:13:31.745 22944 22944 D ViewRootImpl:   fitSides=} by setView
10-12 20:13:31.757 22944 22965 I AdrenoGLES-0: QUALCOMM build                   : 7b26bdd942, Iab69c31769
10-12 20:13:31.757 22944 22965 I AdrenoGLES-0: Build Date                       : 08/28/23
10-12 20:13:31.757 22944 22965 I AdrenoGLES-0: OpenGL ES Shader Compiler Version: E031.41.03.44
10-12 20:13:31.757 22944 22965 I AdrenoGLES-0: Local Branch                     : 
10-12 20:13:31.757 22944 22965 I AdrenoGLES-0: Remote Branch                    : refs/tags/AU_LINUX_ANDROID_LA.VENDOR.13.2.0.11.00.00.855.659
10-12 20:13:31.757 22944 22965 I AdrenoGLES-0: Remote Branch                    : NONE
10-12 20:13:31.757 22944 22965 I AdrenoGLES-0: Reconstruct Branch               : NOTHING
10-12 20:13:31.757 22944 22965 I AdrenoGLES-0: Build Config                     : S P 14.1.4 AArch64
10-12 20:13:31.757 22944 22965 I AdrenoGLES-0: Driver Path                      : /vendor/lib64/egl/libGLESv2_adreno.so
10-12 20:13:31.757 22944 22965 I AdrenoGLES-0: Driver Version                   : 0676.42
10-12 20:13:31.760 22944 22965 I AdrenoGLES-0: PFP: 0x01740158, ME: 0x00000000
10-12 20:13:31.765 22944 22965 I AdrenoUtils: <ReadGpuID:407>: Reading chip ID through GSL
10-12 20:13:31.769 22944 22965 I OpenGLRenderer: setGrContext nullptr-->validptr
10-12 20:13:31.770 22944 22965 E OpenGLRenderer: Unable to match the desired swap behavior.
10-12 20:13:33.663 22944 22964 I MessagingController: Running command 'clearNotifications', seq = 0 (foreground priority)
10-12 20:13:33.663 22944 22964 V NotificationController: Removing some notifications for account 1965d9a9-105e-4e7e-93b3-f24deeccb038
10-12 20:13:33.665 22944 22964 V NotificationController: Removing some notifications for account 81fa0222-2116-4433-9e52-764837b8d90c
10-12 20:13:33.665 22944 22964 V NotificationController: Removing some notifications for account 0ce3cb4b-de84-4948-8fde-8c2d394cc2ee
10-12 20:13:33.666 22944 22964 V NotificationController: Removing some notifications for account c0b0bbaa-4c60-4a5d-872c-cf9bc1fc2a16
10-12 20:13:33.666 22944 22964 I MessagingController:  Command 'clearNotifications' completed
10-12 20:13:33.668 22944 22964 I MessagingController: Running command 'clearNotifications', seq = 1 (foreground priority)
10-12 20:13:33.668 22944 22964 V NotificationController: Removing some notifications for account 1965d9a9-105e-4e7e-93b3-f24deeccb038
10-12 20:13:33.668 22944 22964 V NotificationController: Removing some notifications for account 81fa0222-2116-4433-9e52-764837b8d90c
10-12 20:13:33.668 22944 22964 V NotificationController: Removing some notifications for account 0ce3cb4b-de84-4948-8fde-8c2d394cc2ee
10-12 20:13:33.668 22944 22964 V NotificationController: Removing some notifications for account c0b0bbaa-4c60-4a5d-872c-cf9bc1fc2a16
10-12 20:13:33.668 22944 22964 I MessagingController:  Command 'clearNotifications' completed
10-12 20:13:33.669 22944 22944 D ViewRootImpl: update {(0,0)(fillxfill) ty=BASE_APPLICATION wanim=0x10302fe
10-12 20:13:33.669 22944 22944 D ViewRootImpl:   fl=LAYOUT_IN_SCREEN LAYOUT_INSET_DECOR SPLIT_TOUCH HARDWARE_ACCELERATED DRAWS_SYSTEM_BAR_BACKGROUNDS
10-12 20:13:33.669 22944 22944 D ViewRootImpl:   pfl=NO_MOVE_ANIMATION FORCE_DRAW_STATUS_BAR_BACKGROUND FIT_INSETS_CONTROLLED
10-12 20:13:33.669 22944 22944 D ViewRootImpl:   bhv=DEFAULT
10-12 20:13:33.669 22944 22944 D ViewRootImpl:   fitSides=} by setView
10-12 20:13:33.719 22944 22965 E OpenGLRenderer: Unable to match the desired swap behavior.
10-12 20:13:33.748 22944 22961 D CompatibilityChangeReporter: Compat change id reported: 247079863; UID 10397; state: ENABLED
10-12 20:13:33.757 22944 22944 I ImeTracker: com.fsck.k9:cf093dd0: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
10-12 20:13:33.758 22944 22944 I ImeTracker: com.fsck.k9:cf093dd0: onFailed at PHASE_CLIENT_VIEW_SERVED
10-12 20:13:33.759 22944 22944 D AutofillManager: view not autofillable - not passing ime action check
10-12 20:13:34.160 22944 22965 D Surface : Surface::disconnect
10-12 20:13:34.160 22944 22965 D BufferQueueProducer: [VRI[SettingsActivity]#0(BLAST Consumer)0](id:59a000000000,api:1,p:22944,c:22944) disconnect: api 1
10-12 20:13:34.160 22944 22965 D OpenGLRenderer: endAllActiveAnimators on 0xb400006e10afa150 (RippleDrawable) with handle 0xb400006e70af0050
10-12 20:13:34.168 22944 22944 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@b235b41
10-12 20:13:34.553 22944 22944 D CompatibilityChangeReporter: Compat change id reported: 171228096; UID 10397; state: ENABLED
10-12 20:13:34.555 22944 22944 D ViewRootImpl: update {(580,123)(490x0) gr=TOP START CENTER DISPLAY_CLIP_VERTICAL sim={state=unchanged} ty=APPLICATION_SUB_PANEL fmt=TRANSLUCENT surfaceInsets=Rect(40, 40 - 40, 40) (manual)
10-12 20:13:34.555 22944 22944 D ViewRootImpl:   fl=LAYOUT_NO_LIMITS ALT_FOCUSABLE_IM WATCH_OUTSIDE_TOUCH SPLIT_TOUCH HARDWARE_ACCELERATED FLAG_LAYOUT_ATTACHED_IN_DECOR
10-12 20:13:34.555 22944 22944 D ViewRootImpl:   pfl=LAYOUT_CHILD_WINDOW_IN_PARENT_FRAME
10-12 20:13:34.555 22944 22944 D ViewRootImpl:   bhv=DEFAULT
10-12 20:13:34.555 22944 22944 D ViewRootImpl:   fitTypes=STATUS_BARS NAVIGATION_BARS CAPTION_BAR} by setView
10-12 20:13:34.562 22944 22944 D VRI[PopupWindow:61a3d40]: update {(580,123)(490x160) gr=TOP START CENTER DISPLAY_CLIP_VERTICAL sim={state=unchanged} ty=APPLICATION_SUB_PANEL fmt=TRANSLUCENT surfaceInsets=Rect(40, 40 - 40, 40) (manual)
10-12 20:13:34.562 22944 22944 D VRI[PopupWindow:61a3d40]:   fl=LAYOUT_NO_LIMITS ALT_FOCUSABLE_IM WATCH_OUTSIDE_TOUCH SPLIT_TOUCH HARDWARE_ACCELERATED FLAG_LAYOUT_ATTACHED_IN_DECOR
10-12 20:13:34.562 22944 22944 D VRI[PopupWindow:61a3d40]:   pfl=LAYOUT_CHILD_WINDOW_IN_PARENT_FRAME
10-12 20:13:34.562 22944 22944 D VRI[PopupWindow:61a3d40]:   bhv=DEFAULT
10-12 20:13:34.562 22944 22944 D VRI[PopupWindow:61a3d40]:   fitTypes=STATUS_BARS NAVIGATION_BARS CAPTION_BAR} by setLayoutParams
10-12 20:13:34.567 22944 22965 E OpenGLRenderer: Unable to match the desired swap behavior.
10-12 20:13:35.552 22944 22944 D VRI[PopupWindow:61a3d40]: update {(580,123)(490x160) gr=TOP START CENTER DISPLAY_CLIP_VERTICAL sim={state=unchanged} ty=APPLICATION_SUB_PANEL fmt=TRANSLUCENT surfaceInsets=Rect(40, 40 - 40, 40) (manual)
10-12 20:13:35.552 22944 22944 D VRI[PopupWindow:61a3d40]:   fl=NOT_FOCUSABLE NOT_TOUCHABLE LAYOUT_NO_LIMITS WATCH_OUTSIDE_TOUCH SPLIT_TOUCH HARDWARE_ACCELERATED FLAG_LAYOUT_ATTACHED_IN_DECOR
10-12 20:13:35.552 22944 22944 D VRI[PopupWindow:61a3d40]:   pfl=LAYOUT_CHILD_WINDOW_IN_PARENT_FRAME
10-12 20:13:35.552 22944 22944 D VRI[PopupWindow:61a3d40]:   bhv=DEFAULT
10-12 20:13:35.552 22944 22944 D VRI[PopupWindow:61a3d40]:   fitTypes=STATUS_BARS NAVIGATION_BARS CAPTION_BAR} by setLayoutParams
10-12 20:13:35.881 22944 22944 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@8652f35
10-12 20:13:35.882 22944 22965 D Surface : Surface::disconnect
10-12 20:13:35.882 22944 22965 D BufferQueueProducer: [VRI[PopupWindow:61a3d40]#2(BLAST Consumer)2](id:59a000000002,api:1,p:22944,c:22944) disconnect: api 1
10-12 20:13:36.600 22944 22944 I ImeTracker: com.fsck.k9:573de6a0: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT
10-12 20:13:37.049 22944 23069 D ProfileInstaller: Installing profile for com.fsck.k9
10-12 20:13:37.562 22944 22944 D ViewRootImpl: update {(0,0)(fillxfill) sim={forwardNavigation} ty=BASE_APPLICATION wanim=0x10302fe
10-12 20:13:37.562 22944 22944 D ViewRootImpl:   fl=LAYOUT_IN_SCREEN LAYOUT_INSET_DECOR SPLIT_TOUCH HARDWARE_ACCELERATED DRAWS_SYSTEM_BAR_BACKGROUNDS
10-12 20:13:37.562 22944 22944 D ViewRootImpl:   pfl=NO_MOVE_ANIMATION FORCE_DRAW_STATUS_BAR_BACKGROUND FIT_INSETS_CONTROLLED
10-12 20:13:37.562 22944 22944 D ViewRootImpl:   bhv=DEFAULT
10-12 20:13:37.562 22944 22944 D ViewRootImpl:   fitSides=} by setView
10-12 20:13:37.576 22944 22965 E OpenGLRenderer: Unable to match the desired swap behavior.
10-12 20:13:38.111 22944 22965 D Surface : Surface::disconnect
10-12 20:13:38.111 22944 22965 D BufferQueueProducer: [VRI[MessageList]#1(BLAST Consumer)1](id:59a000000001,api:1,p:22944,c:22944) disconnect: api 1
10-12 20:13:40.578 22944 22944 D ViewRootImpl: update {(0,0)(fillxfill) sim={forwardNavigation} ty=BASE_APPLICATION wanim=0x10302fe
10-12 20:13:40.578 22944 22944 D ViewRootImpl:   fl=LAYOUT_IN_SCREEN LAYOUT_INSET_DECOR SPLIT_TOUCH HARDWARE_ACCELERATED DRAWS_SYSTEM_BAR_BACKGROUNDS
10-12 20:13:40.578 22944 22944 D ViewRootImpl:   pfl=NO_MOVE_ANIMATION FORCE_DRAW_STATUS_BAR_BACKGROUND FIT_INSETS_CONTROLLED
10-12 20:13:40.578 22944 22944 D ViewRootImpl:   bhv=DEFAULT
10-12 20:13:40.578 22944 22944 D ViewRootImpl:   fitSides=} by setView
10-12 20:13:40.588 22944 22965 E OpenGLRenderer: Unable to match the desired swap behavior.
10-12 20:13:41.126 22944 22965 D Surface : Surface::disconnect
10-12 20:13:41.126 22944 22965 D BufferQueueProducer: [VRI[SettingsActivity]#3(BLAST Consumer)3](id:59a000000003,api:1,p:22944,c:22944) disconnect: api 1
10-12 20:13:41.127 22944 22965 D OpenGLRenderer: endAllActiveAnimators on 0xb400006e10bf58c0 (FrameLayout) with handle 0xb400006e70ae41d0
10-12 20:13:42.534 22944 22944 W WindowOnBackDispatcher: OnBackInvokedCallback is not enabled for the application.
10-12 20:13:42.534 22944 22944 W WindowOnBackDispatcher: Set 'android:enableOnBackInvokedCallback="true"' in the application manifest.
10-12 20:13:42.544 22944 22944 D VRI[GeneralSettingsActivity]: update {(0,0)(fillxfill) ty=BASE_APPLICATION wanim=0x10302fe
10-12 20:13:42.544 22944 22944 D VRI[GeneralSettingsActivity]:   fl=LAYOUT_IN_SCREEN LAYOUT_INSET_DECOR SPLIT_TOUCH HARDWARE_ACCELERATED DRAWS_SYSTEM_BAR_BACKGROUNDS
10-12 20:13:42.544 22944 22944 D VRI[GeneralSettingsActivity]:   pfl=NO_MOVE_ANIMATION FORCE_DRAW_STATUS_BAR_BACKGROUND FIT_INSETS_CONTROLLED
10-12 20:13:42.544 22944 22944 D VRI[GeneralSettingsActivity]:   bhv=DEFAULT
10-12 20:13:42.544 22944 22944 D VRI[GeneralSettingsActivity]:   fitSides=} by setLayoutParams
10-12 20:13:42.559 22944 22949 W com.fsck.k9: Cleared Reference was only reachable from finalizer (only reported once)
10-12 20:13:47.318 22944 23023 I K9StorageEditor: Committing preference changes
10-12 20:13:47.330 22944 23023 I K9StorageEditor: Preferences commit took 12 ms
10-12 20:13:47.941 22944 22944 D ViewRootImpl: update {(580,123)(490x0) gr=TOP START CENTER DISPLAY_CLIP_VERTICAL sim={state=unchanged} ty=APPLICATION_SUB_PANEL fmt=TRANSLUCENT surfaceInsets=Rect(40, 40 - 40, 40) (manual)
10-12 20:13:47.941 22944 22944 D ViewRootImpl:   fl=LAYOUT_NO_LIMITS ALT_FOCUSABLE_IM WATCH_OUTSIDE_TOUCH SPLIT_TOUCH HARDWARE_ACCELERATED FLAG_LAYOUT_ATTACHED_IN_DECOR
10-12 20:13:47.941 22944 22944 D ViewRootImpl:   pfl=LAYOUT_CHILD_WINDOW_IN_PARENT_FRAME
10-12 20:13:47.941 22944 22944 D ViewRootImpl:   bhv=DEFAULT
10-12 20:13:47.941 22944 22944 D ViewRootImpl:   fitTypes=STATUS_BARS NAVIGATION_BARS CAPTION_BAR} by setView
10-12 20:13:47.953 22944 22944 D VRI[PopupWindow:e345f8d]: update {(580,123)(490x160) gr=TOP START CENTER DISPLAY_CLIP_VERTICAL sim={state=unchanged} ty=APPLICATION_SUB_PANEL fmt=TRANSLUCENT surfaceInsets=Rect(40, 40 - 40, 40) (manual)
10-12 20:13:47.953 22944 22944 D VRI[PopupWindow:e345f8d]:   fl=LAYOUT_NO_LIMITS ALT_FOCUSABLE_IM WATCH_OUTSIDE_TOUCH SPLIT_TOUCH HARDWARE_ACCELERATED FLAG_LAYOUT_ATTACHED_IN_DECOR
10-12 20:13:47.953 22944 22944 D VRI[PopupWindow:e345f8d]:   pfl=LAYOUT_CHILD_WINDOW_IN_PARENT_FRAME
10-12 20:13:47.953 22944 22944 D VRI[PopupWindow:e345f8d]:   bhv=DEFAULT
10-12 20:13:47.953 22944 22944 D VRI[PopupWindow:e345f8d]:   fitTypes=STATUS_BARS NAVIGATION_BARS CAPTION_BAR} by setLayoutParams
10-12 20:13:47.959 22944 22965 E OpenGLRenderer: Unable to match the desired swap behavior.
10-12 20:13:49.037 22944 22944 D VRI[PopupWindow:e345f8d]: update {(580,123)(490x160) gr=TOP START CENTER DISPLAY_CLIP_VERTICAL sim={state=unchanged} ty=APPLICATION_SUB_PANEL fmt=TRANSLUCENT surfaceInsets=Rect(40, 40 - 40, 40) (manual)
10-12 20:13:49.037 22944 22944 D VRI[PopupWindow:e345f8d]:   fl=NOT_FOCUSABLE NOT_TOUCHABLE LAYOUT_NO_LIMITS WATCH_OUTSIDE_TOUCH SPLIT_TOUCH HARDWARE_ACCELERATED FLAG_LAYOUT_ATTACHED_IN_DECOR
10-12 20:13:49.037 22944 22944 D VRI[PopupWindow:e345f8d]:   pfl=LAYOUT_CHILD_WINDOW_IN_PARENT_FRAME
10-12 20:13:49.037 22944 22944 D VRI[PopupWindow:e345f8d]:   bhv=DEFAULT
10-12 20:13:49.037 22944 22944 D VRI[PopupWindow:e345f8d]:   fitTypes=STATUS_BARS NAVIGATION_BARS CAPTION_BAR} by setLayoutParams
10-12 20:13:49.356 22944 22944 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda17@1b2038e
10-12 20:13:49.356 22944 22965 D Surface : Surface::disconnect
10-12 20:13:49.356 22944 22965 D BufferQueueProducer: [VRI[PopupWindow:e345f8d]#5(BLAST Consumer)5](id:59a000000005,api:1,p:22944,c:22944) disconnect: api 1
10-12 20:13:49.357 22944 22965 D OpenGLRenderer: endAllActiveAnimators on 0xb400006e10ad5110 (MenuPopupWindow$MenuDropDownListView) with handle 0xb400006e70b1e7c0
10-12 20:13:49.591 22944 22965 D Surface : Surface::disconnect
10-12 20:13:49.591 22944 22965 D BufferQueueProducer: [VRI[GeneralSettingsActivity]#4(BLAST Consumer)4](id:59a000000004,api:1,p:22944,c:22944) disconnect: api 1
10-12 20:13:52.205 22944 22944 D CompatibilityChangeReporter: Compat change id reported: 78294732; UID 10397; state: ENABLED
10-12 20:13:52.205 22944 22944 W WindowOnBackDispatcher: OnBackInvokedCallback is not enabled for the application.
10-12 20:13:52.205 22944 22944 W WindowOnBackDispatcher: Set 'android:enableOnBackInvokedCallback="true"' in the application manifest.
10-12 20:13:52.206 22944 23023 V LogcatLogFileWriter: Writing logcat output to content URI: content://com.android.providers.downloads.documents/document/45
10-12 20:13:52.215 22944 22965 E OpenGLRenderer: Unable to match the desired swap behavior.