Closed Hiboycubano closed 5 years ago
hi @Hiboycubano thank you for your report.
following the report, the crash is in dc_imap_delete_msg()
which is only executed after either
(1) a message is deleted manually via a long click or
(2) during a verification.
as the deletion on the imap-server may be delayed for various reasons, this may look random in a way. maybe you can reproduce the error with these information? this would be helpful for us to get a rough idea about where to search for the bug.
Well ... not sure if this can be repetition of the same mur here is the log from other mobile phone In this phone the us sure a crash every time a group message arrives
device=TCT ONE TOUCH 4033X (Yaris_M) android=4.2.2 (v2AM2-0, Jelly Bean) sdk=17 memory=20M (33.76% free, 128M max) memoryClass=96 host=perso-123 applicationId=com.b44t.messenger app=Delta Chat 0.200.0-fat
deltachat_core_version=v0.41.0 sqlite_version=3.26.0 sqlite_thread_safe=1 libetpan_version=1.8 openssl_version=1.0.1t rpgp_enabled=0 compile_date=Mar 16 2019, 22:41:51 arch=32 number_of_chats=4 number_of_chat_messages=259 messages_in_contact_requests=1 number_of_contacts=23 database_dir=/data/data/com.b44t.messenger/files/messenger.db database_version=50 blobdir=/data/data/com.b44t.messenger/files/messenger.db-blobs display_name=MK is_configured=1 entered_account_settings=mariakarlacv@nauta.cu mariakarlacv@nauta.cu::181.225.231.14:143 mariakarlacv@nauta.cu::181.225.231.12:25 IMAP_PLAIN SMTP_PLAIN used_account_settings=mariakarlacv@nauta.cu mariakarlacv@nauta.cu::181.225.231.14:143 mariakarlacv@nauta.cu::181.225.231.12:25 AUTH_NORMAL IMAP_PLAIN SMTP_PLAIN inbox_watch=1 sentbox_watch=0 mvbox_watch=0 mvbox_move=0 folders_configured=3 configured_sentbox_folder=Sent configured_mvbox_folder=INBOX/DeltaChat mdns_enabled=1 e2ee_enabled=1 private_key_count=1 public_key_count=5 fingerprint=D1322BD09A6151D10974DC741290EB85C1AB271C
--------- beginning of /dev/log/system
D/ActivityThread(29735): installProvider: context=org.thoughtcrime.securesms.ApplicationContext@41bf44a8holder=nullnoisy=falsenoReleaseNeeded=truestable=true
D/ActivityThread(29735): installProvider: context.getPackageName()=com.b44t.messengerai.packageName=com.b44t.messenger
D/ActivityThread(29735): installProvider: context=org.thoughtcrime.securesms.ApplicationContext@41bf44a8holder=nullnoisy=falsenoReleaseNeeded=truestable=true
D/ActivityThread(29735): installProvider: context.getPackageName()=com.b44t.messengerai.packageName=com.b44t.messenger
D/ActivityThread(29735): installProvider: context=org.thoughtcrime.securesms.ApplicationContext@41bf44a8holder=nullnoisy=falsenoReleaseNeeded=truestable=true
D/ActivityThread(29735): installProvider: context.getPackageName()=com.b44t.messengerai.packageName=com.b44t.messenger
D/ActivityThread(29735): installProvider: context=android.app.ContextImpl@41bf3770holder=android.app.IActivityManager$ContentProviderHolder@41c4f810noisy=truenoReleaseNeeded=falsestable=false
D/ActivityThread(29735): installProvider: context=android.app.ContextImpl@41c515f0holder=android.app.IActivityManager$ContentProviderHolder@41dea380noisy=truenoReleaseNeeded=truestable=true
D/ActivityThread(29735): installProvider: context=android.app.ContextImpl@41bf3770holder=android.app.IActivityManager$ContentProviderHolder@422e39d0noisy=truenoReleaseNeeded=falsestable=false
E/AndroidRuntime(29735): FATAL EXCEPTION: AsyncTask #2
E/AndroidRuntime(29735): java.lang.IllegalArgumentException: Unknown color
E/AndroidRuntime(29735): at android.graphics.Color.parseColor(Color.java:222)
E/AndroidRuntime(29735): at org.thoughtcrime.securesms.notifications.AbstractNotificationBuilder.setLed(AbstractNotificationBuilder.java:74)
E/AndroidRuntime(29735): at org.thoughtcrime.securesms.notifications.AbstractNotificationBuilder.
Also related with issue #770 the crashing behavior on android 4.2.2 was reproduced on delta chat 0.200 (f-droid) : -just receive a message
And the app will continuously crash until the green number of unread messages are over in every chat... off course without notification
I had received a report from an user with the same problem of the app crashing, one thing the logs have in common with the one shared by @Hiboycubano is this:
E/AndroidRuntime(29735): FATAL EXCEPTION: AsyncTask #2 E/AndroidRuntime(29735): java.lang.IllegalArgumentException: Unknown color E/AndroidRuntime(29735): at android.graphics.Color.parseColor(Color.java:222)
there where no match for dc_imap_delete_msg
or delete
in the log
see the attached log
I recommended the user to disable the LED(set led colour to None) and until now he has no more crashes so it seems the LED colour is the cause, maybe because we are trying to parse a localized colour (Spanish in this case)
Can confirm crashing often with v0.200.0 and core v0.42.0-dev (Android 4.1.2) LED colour was "Lila" (German) (but my S3 mini don't has an LED)
Now I set LED colour to "none" and will see what happens.
@adbenitez @r10s
I can confirm the behaviour. Since I set LED colour to "None" I didn't see any crash. And I see in log the same FATAL EXCEPTION as adbenitez described.
Many thanks for this hint. This is really an important containment action to cover the crash! (which has been very disruptive).
See an excerpt of my log after crash:
W/dalvikvm( 7772): VFY: unable to resolve new-instance 274 (Landroid/media/AudioAttributes$Builder;) in Landroid/support/v4/app/NotificationCompat$Builder;
D/dalvikvm( 7772): VFY: replacing opcode 0x22 at 0x0010
D/dalvikvm( 7772): DexOpt: unable to opt direct call 0x05e2 at 0x13 in Landroid/support/v4/app/NotificationCompat$Builder;.setSound
D/dalvikvm( 7772): DexOpt: couldn't find field Landroid/app/Notification;.audioAttributes
I/dalvikvm( 7772): DexOpt: unable to optimize instance field ref 0x0005 at 0x24 in Landroid/support/v4/app/NotificationCompat$Builder;.setSound
D/dalvikvm( 7772): DexOpt: unable to opt direct call 0x05e2 at 0x12 in Landroid/support/v4/app/NotificationCompat$Builder;.setSound
D/dalvikvm( 7772): DexOpt: couldn't find field Landroid/app/Notification;.audioAttributes
I/dalvikvm( 7772): DexOpt: unable to optimize instance field ref 0x0005 at 0x22 in Landroid/support/v4/app/NotificationCompat$Builder;.setSound
W/dalvikvm( 7772): threadid=22: thread exiting with uncaught exception (group=0x4163c2a0)
--------- beginning of /dev/log/system
E/AndroidRuntime( 7772): FATAL EXCEPTION: AsyncTask #2 <==== here
E/AndroidRuntime( 7772): java.lang.IllegalArgumentException: Unknown color
E/AndroidRuntime( 7772): at android.graphics.Color.parseColor(Color.java:222)
E/AndroidRuntime( 7772): at org.thoughtcrime.securesms.notifications.AbstractNotificationBuilder.setLed(AbstractNotificationBuilder.java:74)
E/AndroidRuntime( 7772): at org.thoughtcrime.securesms.notifications.AbstractNotificationBuilder.<init>(AbstractNotificationBuilder.java:41)
E/AndroidRuntime( 7772): at org.thoughtcrime.securesms.notifications.SingleRecipientNotificationBuilder.<init>(SingleRecipientNotificationBuilder.java:51)
E/AndroidRuntime( 7772): at org.thoughtcrime.securesms.notifications.MessageNotifier.sendSingleChatNotification(MessageNotifier.java:259)
E/AndroidRuntime( 7772): at org.thoughtcrime.securesms.notifications.MessageNotifier.updateNotification(MessageNotifier.java:239)
E/AndroidRuntime( 7772): at org.thoughtcrime.securesms.notifications.MessageNotifier.updateNotification(MessageNotifier.java:167)
E/AndroidRuntime( 7772): at org.thoughtcrime.securesms.ApplicationContext.lambda$initializeIncomingMessageNotifier$0$ApplicationContext(ApplicationContext.java:106)
E/AndroidRuntime( 7772): at org.thoughtcrime.securesms.ApplicationContext$$Lambda$0.run(Unknown Source)
E/AndroidRuntime( 7772): at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1076)
E/AndroidRuntime( 7772): at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:569)
E/AndroidRuntime( 7772): at java.lang.Thread.run(Thread.java:856)
I/Process ( 7772): Sending signal. PID: 7772 SIG: 9 <===== here
D/dalvikvm( 8214): Late-enabling CheckJNI
D/dalvikvm( 8214): WAIT_FOR_CONCURRENT_GC blocked 0ms
D/dalvikvm( 8214): GC_CONCURRENT freed 174K, 13% free 9621K/10951K, paused 3ms+3ms, total 28ms
D/dalvikvm( 8214): WAIT_FOR_CONCURRENT_GC blocked 14ms
I/ActivityThread( 8214): Pub com.b44t.messenger.beta.attachments: org.thoughtcrime.securesms.connect.AttachmentsContentProvider
I/ActivityThread( 8214): Pub com.b44t.messenger.beta.lifecycle-trojan: android.arch.lifecycle.ProcessLifecycleOwnerInitializer
thanks all for the report, i am fixing this right now.
@csb0730 which android version are you using? this bug seems to affect at least 4.2.2 and 4.1.2.
@r10s I'm using Android 4.1.2 (S3 mini phone)
Am 20.04.19 um 00:05 schrieb björn petersen:
thanks all for the report, i am fixing this right now.
@csb0730 https://github.com/csb0730 which android version are you using? this bug seems to affect at least 4.2.2 and 4.1.2.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/deltachat/deltachat-android/issues/782#issuecomment-485025504, or mute the thread https://github.com/notifications/unsubscribe-auth/AHJFDTECEO6Y4DJ7Z7EKTBDPRI64NANCNFSM4HAVECPA.
In normal use after the upgrade from. 101.1 to 0.200 and even in new installations of the last one, the ap shows some apparently random crashing. The long is just from my phone in which the are just a few crashes, but friends reports continuously crashing.
device=samsung SM-G570M (on5xelteub) android=8.0.0 (G570MUBU3CRK1, R16NW.G570MUBU3CRK1) sdk=26 memory=4M (0.86% free, 512M max) memoryClass=128 host=21HHAE21 applicationId=com.b44t.messenger app=Delta Chat 0.200.0-fat ignoreBatteryOptimizations=true
deltachat_core_version=v0.41.0 sqlite_version=3.26.0 sqlite_thread_safe=1 libetpan_version=1.8 openssl_version=1.0.1t rpgp_enabled=0 compile_date=Mar 16 2019, 22:41:51 arch=32 number_of_chats=15 number_of_chat_messages=2408 messages_in_contact_requests=2 number_of_contacts=67 database_dir=/data/user/0/com.b44t.messenger/files/messenger.db database_version=50 blobdir=/data/user/0/com.b44t.messenger/files/messenger.db-blobs display_name=Richard Méndez Castillo is_configured=1 entered_account_settings=richardmiguel.mendez@nauta.cu richardmiguel.mendez@nauta.cu::181.225.231.14:143 richardmiguel.mendez@nauta.cu::181.225.231.12:25 IMAP_PLAIN SMTP_PLAIN used_account_settings=richardmiguel.mendez@nauta.cu richardmiguel.mendez@nauta.cu::181.225.231.14:143 richardmiguel.mendez@nauta.cu::181.225.231.12:25 AUTH_NORMAL IMAP_PLAIN SMTP_PLAIN inbox_watch=1 sentbox_watch=0 mvbox_watch=0 mvbox_move=0 folders_configured=3 configured_sentbox_folder=Sent configured_mvbox_folder=INBOX/DeltaChat mdns_enabled=1 e2ee_enabled=1 private_key_count=1 public_key_count=9 fingerprint=998ABB18423A3D63EFA07362609544C099C276BF
--------- beginning of crash 03-21 21:53:04.981 27003 27018 F libc : Fatal signal 11 (SIGSEGV), code 1, fault addr 0x0 in tid 27018 (imapThread) 03-21 21:53:05.184 27588 27588 F DEBUG : 03-21 21:53:05.184 27588 27588 F DEBUG : Build fingerprint: 'samsung/on5xelteub/on5xelte:8.0.0/R16NW/G570MUBU3CRK1:user/release-keys' 03-21 21:53:05.184 27588 27588 F DEBUG : Revision: '5' 03-21 21:53:05.184 27588 27588 F DEBUG : ABI: 'arm' 03-21 21:53:05.184 27588 27588 F DEBUG : pid: 27003, tid: 27018, name: imapThread >>> com.b44t.messenger <<< 03-21 21:53:05.184 27588 27588 F DEBUG : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0 03-21 21:53:05.185 27588 27588 F DEBUG : Cause: null pointer dereference 03-21 21:53:05.185 27588 27588 F DEBUG : r0 00000000 r1 00000000 r2 f3c99f71 r3 00000000 03-21 21:53:05.185 27588 27588 F DEBUG : r4 00000000 r5 00000000 r6 ed813380 r7 cb7dcf68 03-21 21:53:05.185 27588 27588 F DEBUG : r8 efb30220 r9 cb85a260 sl 00000009 fp 00000000 03-21 21:53:05.185 27588 27588 F DEBUG : ip 00000000 sp cdeff488 lr ce002783 pc ce002786 cpsr 600f0030 03-21 21:53:05.187 27588 27588 F DEBUG : 03-21 21:53:05.187 27588 27588 F DEBUG : backtrace: 03-21 21:53:05.187 27588 27588 F DEBUG : #00 pc 00078786 /data/app/com.b44t.messenger-DL6DxhPC6iidNJEy4nEJ1A==/lib/arm/libnative-utils.so (dc_imap_delete_msg+169) 03-21 21:53:05.187 27588 27588 F DEBUG : #01 pc 00079ee1 /data/app/com.b44t.messenger-DL6DxhPC6iidNJEy4nEJ1A==/lib/arm/libnative-utils.so 03-21 21:53:05.187 27588 27588 F DEBUG : #02 pc 00079f59 /data/app/com.b44t.messenger-DL6DxhPC6iidNJEy4nEJ1A==/lib/arm/libnative-utils.so (dc_perform_imap_jobs+44) 03-21 21:53:05.187 27588 27588 F DEBUG : #03 pc 001ce95b /data/app/com.b44t.messenger-DL6DxhPC6iidNJEy4nEJ1A==/oat/arm/base.odex (offset 0xe0000) 03-22 09:11:24.349 5482 5498 F libc : Fatal signal 11 (SIGSEGV), code 1, fault addr 0x0 in tid 5498 (imapThread) 03-22 09:11:24.547 8081 8081 F DEBUG : 03-22 09:11:24.547 8081 8081 F DEBUG : Build fingerprint: 'samsung/on5xelteub/on5xelte:8.0.0/R16NW/G570MUBU3CRK1:user/release-keys' 03-22 09:11:24.548 8081 8081 F DEBUG : Revision: '5' 03-22 09:11:24.548 8081 8081 F DEBUG : ABI: 'arm' 03-22 09:11:24.548 8081 8081 F DEBUG : pid: 5482, tid: 5498, name: imapThread >>> com.b44t.messenger <<< 03-22 09:11:24.548 8081 8081 F DEBUG : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0 03-22 09:11:24.548 8081 8081 F DEBUG : Cause: null pointer dereference 03-22 09:11:24.548 8081 8081 F DEBUG : r0 00000000 r1 00000000 r2 f3c99f71 r3 00000000 03-22 09:11:24.548 8081 8081 F DEBUG : r4 00000000 r5 00000000 r6 ed813380 r7 caa2d090 03-22 09:11:24.548 8081 8081 F DEBUG : r8 efb30220 r9 c9432210 sl 00000009 fp 00000000 03-22 09:11:24.548 8081 8081 F DEBUG : ip 00000000 sp cdeff488 lr ce003783 pc ce003786 cpsr 600f0030 03-22 09:11:24.551 8081 8081 F DEBUG : 03-22 09:11:24.551 8081 8081 F DEBUG : backtrace: 03-22 09:11:24.552 8081 8081 F DEBUG : #00 pc 00078786 /data/app/com.b44t.messenger-DL6DxhPC6iidNJEy4nEJ1A==/lib/arm/libnative-utils.so (dc_imap_delete_msg+169) 03-22 09:11:24.552 8081 8081 F DEBUG : #01 pc 00079ee1 /data/app/com.b44t.messenger-DL6DxhPC6iidNJEy4nEJ1A==/lib/arm/libnative-utils.so 03-22 09:11:24.552 8081 8081 F DEBUG : #02 pc 00079f59 /data/app/com.b44t.messenger-DL6DxhPC6iidNJEy4nEJ1A==/lib/arm/libnative-utils.so (dc_perform_imap_jobs+44) 03-22 09:11:24.552 8081 8081 F DEBUG : #03 pc 001dbaf3 /data/app/com.b44t.messenger-DL6DxhPC6iidNJEy4nEJ1A==/oat/arm/base.odex (offset 0xe5000) --------- beginning of main 03-23 23:08:36.848 29984 30009 I DeltaChat: IMAP-IDLE has data. 03-23 23:08:36.849 29984 30009 I DeltaChat: INBOX-IDLE ended. 03-23 23:08:36.851 29984 30009 I DeltaChat: INBOX-jobs started... 03-23 23:08:36.853 29984 30009 I DeltaChat: INBOX-jobs ended. 03-23 23:08:36.854 29984 30009 I DeltaChat: INBOX-fetch started... 03-23 23:08:37.009 29984 30009 I DeltaChat: 0 mails read from "INBOX". 03-23 23:08:37.009 29984 30009 I DeltaChat: INBOX-fetch done in 3 ms. 03-23 23:08:37.011 29984 30009 I DeltaChat: INBOX-IDLE started... 03-23 23:09:06.991 29984 29984 I DeltaChat: -------------------- on receive timer -------------------- 03-23 23:09:07.000 29984 29984 I DeltaChat: Interrupting IMAP-IDLE... 03-23 23:09:07.001 29984 29984 I DeltaChat: Interrupting MVBOX-IDLE... 03-23 23:09:07.001 29984 29984 I DeltaChat: Interrupting SENTBOX-IDLE... 03-23 23:09:07.006 29984 30012 I DeltaChat: SENTBOX-IDLE will not be started as it was interrupted while not ideling. 03-23 23:09:07.007 29984 30010 I DeltaChat: MVBOX-IDLE will not be started as it was interrupted while not ideling. 03-23 23:09:07.105 29984 30009 I DeltaChat: IMAP-IDLE interrupted. 03-23 23:09:07.105 29984 30009 I DeltaChat: INBOX-IDLE ended. 03-23 23:09:07.107 29984 30009 I DeltaChat: INBOX-jobs started... 03-23 23:09:07.108 29984 30009 I DeltaChat: INBOX-jobs ended. 03-23 23:09:07.109 29984 30009 I DeltaChat: INBOX-fetch started... 03-23 23:09:07.220 29984 30009 I DeltaChat: 0 mails read from "INBOX". 03-23 23:09:07.221 29984 30009 I DeltaChat: INBOX-fetch done in 3 ms. 03-23 23:09:07.222 29984 30009 I DeltaChat: INBOX-IDLE started... 03-23 23:10:22.343 29984 30009 I DeltaChat: IMAP-IDLE has data. 03-23 23:10:22.343 29984 30009 I DeltaChat: INBOX-IDLE ended. 03-23 23:10:22.344 29984 30009 I DeltaChat: INBOX-jobs started... 03-23 23:10:22.346 29984 30009 I DeltaChat: INBOX-jobs ended. 03-23 23:10:22.346 29984 30009 I DeltaChat: INBOX-fetch started... 03-23 23:10:28.322 29984 30009 I DeltaChat: Receiving message INBOX/12119... 03-23 23:14:07.023 1960 1960 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2], Con:u:r:zygote:s0 RAM:SEPF_SM-G570M_8.0.0_0016, [-1 -1 -1 -1 0 1] 03-23 23:14:07.024 1960 1960 I SELinux : SELinux: seapp_context_lookup: seinfo=untrusted, level=s0:c512,c768, pkgname=com.b44t.messenger 03-23 23:14:07.058 1960 1960 D ActivityThread: Added TimaKeyStore provider 03-23 23:14:07.090 1960 1960 I zygote : find the special shared library, skip check 03-23 23:14:07.223 1960 1960 I DeltaChat: Opened "/data/user/0/com.b44t.messenger/files/messenger.db". 03-23 23:14:07.227 1960 1975 I DeltaChat: ###################### IMAP-Thread started. ###################### 03-23 23:14:07.227 1960 1976 I DeltaChat: ###################### MVBOX-Thread started. ###################### 03-23 23:14:07.228 1960 1977 I DeltaChat: ###################### SENTBOX-Thread started. ###################### 03-23 23:14:07.231 1960 1975 I DeltaChat: INBOX-jobs started... 03-23 23:14:07.231 1960 1978 I DeltaChat: ###################### SMTP-Thread started. ###################### 03-23 23:14:07.233 1960 1975 I DeltaChat: INBOX-jobs ended. 03-23 23:14:07.233 1960 1978 I DeltaChat: SMTP-jobs started... 03-23 23:14:07.236 1960 1978 I DeltaChat: SMTP-jobs ended. 03-23 23:14:07.237 1960 1978 I DeltaChat: SMTP-idle started... 03-23 23:14:07.258 1960 1960 I DeltaChat: -------------------- on receive timer -------------------- 03-23 23:14:07.267 1960 1960 I DeltaChat: Interrupting IMAP-IDLE... 03-23 23:14:07.267 1960 1960 I DeltaChat: Interrupting MVBOX-IDLE... 03-23 23:14:07.267 1960 1960 I DeltaChat: Interrupting SENTBOX-IDLE... 03-23 23:14:07.269 1960 1960 I DeltaChat: ++++++++++++++++++ Connected ++++++++++++++++++ 03-23 23:14:07.269 1960 1976 I DeltaChat: MVBOX-IDLE will not be started as it was interrupted while not ideling. 03-23 23:14:07.269 1960 1960 I DeltaChat: Interrupting SMTP-idle... 03-23 23:14:07.269 1960 1960 I DeltaChat: Interrupting IMAP-IDLE... 03-23 23:14:07.269 1960 1978 I DeltaChat: SMTP-idle ended. 03-23 23:14:07.269 1960 1960 I DeltaChat: Interrupting MVBOX-IDLE... 03-23 23:14:07.269 1960 1960 I DeltaChat: Interrupting SENTBOX-IDLE... 03-23 23:14:07.270 1960 1977 I DeltaChat: SENTBOX-IDLE will not be started as it was interrupted while not ideling. 03-23 23:14:07.270 1960 1978 I DeltaChat: SMTP-jobs started... 03-23 23:14:07.271 1960 1978 I DeltaChat: SMTP-jobs ended. 03-23 23:14:07.272 1960 1976 I DeltaChat: MVBOX-IDLE will not be started as it was interrupted while not ideling. 03-23 23:14:07.272 1960 1978 I DeltaChat: SMTP-idle started... 03-23 23:14:09.019 1960 1975 I DeltaChat: IMAP-server 181.225.231.14:143 connected. 03-23 23:14:09.151 1960 1975 I DeltaChat: IMAP-capabilities: IMAP4rev1 LITERAL+ 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 SPECIAL-USE BINARY MOVE QUOTA 03-23 23:14:09.151 1960 1975 I DeltaChat: INBOX-fetch started... 03-23 23:14:26.641 1960 1975 I DeltaChat: Receiving message INBOX/12119... 03-23 23:14:26.688 1960 1975 I DeltaChat: Interrupting IMAP-IDLE... 03-23 23:14:26.698 1960 1975 I DeltaChat: 1 mails read from "INBOX". 03-23 23:14:26.801 1960 1975 I DeltaChat: 0 mails read from "INBOX". 03-23 23:14:26.802 1960 1975 I DeltaChat: INBOX-fetch done in 117 ms. 03-23 23:14:26.805 1960 1975 I DeltaChat: INBOX-IDLE will not be started because of waiting jobs. 03-23 23:14:26.806 1960 1975 I DeltaChat: INBOX-jobs started... 03-23 23:14:26.807 1960 1975 I DeltaChat: INBOX-jobs ended. 03-23 23:14:26.807 1960 1975 I DeltaChat: INBOX-fetch started... 03-23 23:14:26.891 1960 1975 I DeltaChat: 0 mails read from "INBOX". 03-23 23:14:26.891 1960 1975 I DeltaChat: INBOX-fetch done in 2 ms. 03-23 23:14:26.893 1960 1975 I DeltaChat: INBOX-IDLE started... 03-23 23:16:12.093 1960 1975 I DeltaChat: IMAP-IDLE has data. 03-23 23:16:12.093 1960 1975 I DeltaChat: INBOX-IDLE ended. 03-23 23:16:12.095 1960 1975 I DeltaChat: INBOX-jobs started... 03-23 23:16:12.096 1960 1975 I DeltaChat: INBOX-job #1, action 120 started... 03-23 23:16:12.097 1960 1975 I DeltaChat: Marking message INBOX/12119 as seen... 03-23 23:16:19.197 1960 1975 I DeltaChat: INBOX-jobs ended. 03-23 23:16:19.198 1960 1975 I DeltaChat: INBOX-fetch started... 03-23 23:16:19.321 1960 1975 I DeltaChat: 0 mails read from "INBOX". 03-23 23:16:19.321 1960 1975 I DeltaChat: INBOX-fetch done in 1 ms. 03-23 23:16:19.322 1960 1975 I DeltaChat: INBOX-IDLE started... 03-23 23:18:10.549 1960 1975 I DeltaChat: IMAP-IDLE has data. 03-23 23:18:10.549 1960 1975 I DeltaChat: INBOX-IDLE ended. 03-23 23:18:10.551 1960 1975 I DeltaChat: INBOX-jobs started... 03-23 23:18:10.552 1960 1975 I DeltaChat: INBOX-jobs ended. 03-23 23:18:10.553 1960 1975 I DeltaChat: INBOX-fetch started... 03-23 23:18:10.640 1960 1975 I DeltaChat: 0 mails read from "INBOX". 03-23 23:18:10.640 1960 1975 I DeltaChat: INBOX-fetch done in 2 ms. 03-23 23:18:10.643 1960 1975 I DeltaChat: INBOX-IDLE started... 03-23 23:19:07.264 1960 1960 I DeltaChat: -------------------- on receive timer -------------------- 03-23 23:19:07.269 1960 1960 I DeltaChat: Interrupting IMAP-IDLE... 03-23 23:19:07.269 1960 1960 I DeltaChat: Interrupting MVBOX-IDLE... 03-23 23:19:07.269 1960 1960 I DeltaChat: Interrupting SENTBOX-IDLE... 03-23 23:19:07.273 1960 1977 I DeltaChat: SENTBOX-IDLE will not be started as it was interrupted while not ideling. 03-23 23:19:07.274 1960 1976 I DeltaChat: MVBOX-IDLE will not be started as it was interrupted while not ideling. 03-23 23:19:07.845 1960 1975 I DeltaChat: IMAP-IDLE interrupted. 03-23 23:19:07.846 1960 1975 I DeltaChat: INBOX-IDLE ended. 03-23 23:19:07.847 1960 1975 I DeltaChat: INBOX-jobs started... 03-23 23:19:07.848 1960 1975 I DeltaChat: INBOX-jobs ended. 03-23 23:19:07.848 1960 1975 I DeltaChat: INBOX-fetch started... 03-23 23:19:08.113 1960 1975 I DeltaChat: 0 mails read from "INBOX". 03-23 23:19:08.113 1960 1975 I DeltaChat: INBOX-fetch done in 2 ms. 03-23 23:19:08.114 1960 1975 I DeltaChat: INBOX-IDLE started... 03-23 23:20:12.641 1960 1975 I DeltaChat: IMAP-IDLE has data. 03-23 23:20:12.641 1960 1975 I DeltaChat: INBOX-IDLE ended. 03-23 23:20:12.642 1960 1975 I DeltaChat: INBOX-jobs started... 03-23 23:20:12.643 1960 1975 I DeltaChat: INBOX-jobs ended. 03-23 23:20:12.643 1960 1975 I DeltaChat: INBOX-fetch started... 03-23 23:20:13.483 1960 1975 I DeltaChat: 0 mails read from "INBOX". 03-23 23:20:13.484 1960 1975 I DeltaChat: INBOX-fetch done in 2 ms. 03-23 23:20:13.486 1960 1975 I DeltaChat: INBOX-IDLE started... 03-23 23:21:24.144 1960 1960 W PassphraseRequiredActionBarActivity: onCreate(null) 03-23 23:21:24.301 1960 1960 W Java7Support: Unable to load JDK7 types (annotations, java.nio.file.Path): no Java7 support added 03-23 23:21:24.381 1960 1960 W PassphraseRequiredActionBarActivity: onResume() 03-23 23:21:24.395 1960 2829 D OpenGLRenderer: HWUI GL Pipeline 03-23 23:21:24.401 1960 1960 D InputTransport: Input channel constructed: fd=58 03-23 23:21:24.403 1960 1960 D ViewRootImpl@eb01764[RoutingActivity]: setView = DecorView@3729dcd[RoutingActivity] TM=true MM=false 03-23 23:21:24.408 1960 1960 V InputMethodManager: Not IME target window, ignoring 03-23 23:21:24.412 1960 1960 D ViewRootImpl@eb01764[RoutingActivity]: dispatchAttachedToWindow 03-23 23:21:24.436 1960 1960 V Surface : sf_framedrop debug : 0x4f4c, game : false, logging : 0 03-23 23:21:24.437 1960 1960 D ViewRootImpl@eb01764[RoutingActivity]: Relayout returned: old=[0,0][0,0] new=[0,0][720,1280] result=0x7 surface={valid=true 3443259392} changed=true 03-23 23:21:24.440 1960 2829 I OpenGLRenderer: Initialized EGL, version 1.4 03-23 23:21:24.440 1960 2829 D OpenGLRenderer: Swap behavior 2 03-23 23:21:24.446 1960 2829 D libGLESv1: STS_GLApi : DTS, ODTC are not allowed for Package : com.b44t.messenger 03-23 23:21:24.448 1960 2829 D mali_winsys: EGLint new_window_surface(egl_winsys_display , void , EGLSurface, EGLConfig, egl_winsys_surface *, egl_color_buffer_format , EGLBoolean) returns 0x3000, [720x1280]-format:1 03-23 23:21:24.448 1960 2829 D OpenGLRenderer: eglCreateWindowSurface = 0xcd3feb00 03-23 23:21:24.547 1960 1960 W StaticLayout: maxLineHeight should not be -1. maxLines:1 lineCount:1 03-23 23:21:24.548 1960 1960 I chatty : uid=10090(u0_a90) com.b44t.messenger identical 2 lines 03-23 23:21:24.551 1960 1960 W StaticLayout: maxLineHeight should not be -1. maxLines:1 lineCount:1 03-23 23:21:24.563 1960 2838 W EncryptedGifCacheDecoder: Checking item for encrypted GIF cache decoder: /data/user/0/com.b44t.messenger/cache/image_manager_disk_cache/e8b510717f65192d65970dc9ce6af1fe5a1fdb1208830bd4cba4787d0236f3c9.0 03-23 23:21:24.569 1960 2838 W EncryptedBitmapCacheDecoder: Checking item for encrypted Bitmap cache decoder: /data/user/0/com.b44t.messenger/cache/image_manager_disk_cache/e8b510717f65192d65970dc9ce6af1fe5a1fdb1208830bd4cba4787d0236f3c9.0 03-23 23:21:24.570 1960 2838 W EncryptedBitmapCacheDecoder: Encrypted Bitmap cache decoder running: /data/user/0/com.b44t.messenger/cache/image_manager_disk_cache/e8b510717f65192d65970dc9ce6af1fe5a1fdb1208830bd4cba4787d0236f3c9.0 03-23 23:21:24.577 1960 1960 W StaticLayout: maxLineHeight should not be -1. maxLines:1 lineCount:1 03-23 23:21:24.578 1960 1960 W StaticLayout: maxLineHeight should not be -1. maxLines:1 lineCount:1 03-23 23:21:24.638 1960 1960 W StaticLayout: maxLineHeight should not be -1. maxLines:1 lineCount:1 03-23 23:21:24.638 1960 1960 W StaticLayout: maxLineHeight should not be -1. maxLines:1 lineCount:1 03-23 23:21:24.673 1960 2838 W EncryptedGifCacheDecoder: Checking item for encrypted GIF cache decoder: /data/user/0/com.b44t.messenger/cache/image_manager_disk_cache/d7e3ebc197025bbecc1aa84f62c2b09c2e99d68bb79bbde1fd39037fcf3c5f52.0 03-23 23:21:24.675 1960 2838 W EncryptedBitmapCacheDecoder: Checking item for encrypted Bitmap cache decoder: /data/user/0/com.b44t.messenger/cache/image_manager_disk_cache/d7e3ebc197025bbecc1aa84f62c2b09c2e99d68bb79bbde1fd39037fcf3c5f52.0 03-23 23:21:24.676 1960 2838 W EncryptedBitmapCacheDecoder: Encrypted Bitmap cache decoder running: /data/user/0/com.b44t.messenger/cache/image_manager_disk_cache/d7e3ebc197025bbecc1aa84f62c2b09c2e99d68bb79bbde1fd39037fcf3c5f52.0 03-23 23:21:24.692 1960 2838 W EncryptedGifCacheDecoder: Checking item for encrypted GIF cache decoder: /data/user/0/com.b44t.messenger/cache/image_manager_disk_cache/3718626fced6d2e9452eb551affd02e85751b053cb91384827e76b044bad08d4.0 03-23 23:21:24.693 1960 2838 W EncryptedBitmapCacheDecoder: Checking item for encrypted Bitmap cache decoder: /data/user/0/com.b44t.messenger/cache/image_manager_disk_cache/3718626fced6d2e9452eb551affd02e85751b053cb91384827e76b044bad08d4.0 03-23 23:21:24.694 1960 2838 W EncryptedBitmapCacheDecoder: Encrypted Bitmap cache decoder running: /data/user/0/com.b44t.messenger/cache/image_manager_disk_cache/3718626fced6d2e9452eb551affd02e85751b053cb91384827e76b044bad08d4.0 03-23 23:21:24.695 1960 1960 W StaticLayout: maxLineHeight should not be -1. maxLines:1 lineCount:1 03-23 23:21:24.695 1960 1960 W StaticLayout: maxLineHeight should not be -1. maxLines:1 lineCount:1 03-23 23:21:24.758 1960 1960 D ViewRootImpl@eb01764[RoutingActivity]: MSG_RESIZED_REPORT: frame=Rect(0, 0 - 720, 1280) ci=Rect(0, 48 - 0, 0) vi=Rect(0, 48 - 0, 0) or=1 03-23 23:21:24.758 1960 1960 D ViewRootImpl@eb01764[RoutingActivity]: MSG_WINDOW_FOCUS_CHANGED 1 03-23 23:21:24.768 1960 1960 V InputMethodManager: Starting input: tba=android.view.inputmethod.EditorInfo@1e0fc7e nm : com.b44t.messenger ic=null 03-23 23:21:24.768 1960 1960 I InputMethodManager: startInputInner - mService.startInputOrWindowGainedFocus 03-23 23:21:24.775 1960 1972 D InputTransport: Input channel constructed: fd=69 03-23 23:21:24.823 1960 1960 V InputMethodManager: Starting input: tba=android.view.inputmethod.EditorInfo@12e15df nm : com.b44t.messenger ic=null 03-23 23:21:29.380 1960 1960 D ViewRootImpl@eb01764[RoutingActivity]: ViewPostIme pointer 0 03-23 23:21:29.496 1960 1960 D ViewRootImpl@eb01764[RoutingActivity]: ViewPostIme pointer 1 03-23 23:21:29.521 1960 1960 W PassphraseRequiredActionBarActivity: onPause() 03-23 23:21:29.540 1960 1960 W PassphraseRequiredActionBarActivity: onCreate(null) 03-23 23:21:29.544 1960 1960 W ConversationActivity: onCreate() 03-23 23:21:29.544 1960 1960 I AppCompatDelegate: You should now use the AppCompatDelegate.FEATURE_SUPPORT_ACTION_BAR_OVERLAY id when requesting this feature. 03-23 23:21:29.577 1960 1960 W QuickAttachmentDrawer: updateControlsView() 03-23 23:21:29.670 1960 1960 W ConversationActivity: handleSecurityChange(false, true) 03-23 23:21:29.673 1960 1960 W ConversationActivity: onSecurityUpdated() 03-23 23:21:29.699 1960 1960 W ConversationFragment: onLoadFinished - took 9 ms to load a message list of size 2120 03-23 23:21:29.705 1960 1960 W PassphraseRequiredActionBarActivity: onResume() 03-23 23:21:29.712 1960 2838 W EncryptedGifCacheDecoder: Checking item for encrypted GIF cache decoder: /data/user/0/com.b44t.messenger/cache/image_manager_disk_cache/e9ee7711ba37eddbc78f87151b11b81863901f4ec27dc34d759991915671580f.0 03-23 23:21:29.715 1960 2838 W EncryptedBitmapCacheDecoder: Checking item for encrypted Bitmap cache decoder: /data/user/0/com.b44t.messenger/cache/image_manager_disk_cache/e9ee7711ba37eddbc78f87151b11b81863901f4ec27dc34d759991915671580f.0 03-23 23:21:29.715 1960 2838 W EncryptedBitmapCacheDecoder: Encrypted Bitmap cache decoder running: /data/user/0/com.b44t.messenger/cache/image_manager_disk_cache/e9ee7711ba37eddbc78f87151b11b81863901f4ec27dc34d759991915671580f.0 03-23 23:21:29.720 1960 1960 D InputTransport: Input channel constructed: fd=75 03-23 23:21:29.721 1960 1960 D ViewRootImpl@5d48120[ConversationActivity]: setView = DecorView@992ead9[ConversationActivity] TM=true MM=false 03-23 23:21:29.721 1960 1960 D ViewRootImpl@eb01764[RoutingActivity]: MSG_WINDOW_FOCUS_CHANGED 0 03-23 23:21:29.725 1960 1960 V InputMethodManager: Not IME target window, ignoring 03-23 23:21:29.729 1960 1960 D ViewRootImpl@5d48120[ConversationActivity]: dispatchAttachedToWindow 03-23 23:21:29.732 1960 1960 W StaticLayout: maxLineHeight should not be -1. maxLines:1 lineCount:1 03-23 23:21:29.733 1960 1960 W StaticLayout: maxLineHeight should not be -1. maxLines:1 lineCount:1 03-23 23:21:29.733 1960 1960 W KeyboardAwareLinearLayout: rotation changed 03-23 23:21:29.733 1960 1960 W KeyboardAwareLinearLayout: onKeyboardClose() 03-23 23:21:29.752 1960 1960 V Surface : sf_framedrop debug : 0x4f4c, game : false, logging : 0 03-23 23:21:29.752 1960 1960 D ViewRootImpl@5d48120[ConversationActivity]: Relayout returned: old=[0,0][0,0] new=[0,0][720,1280] result=0x7 surface={valid=true 3443412992} changed=true 03-23 23:21:29.756 1960 2829 D mali_winsys: EGLint new_window_surface(egl_winsys_display , void , EGLSurface, EGLConfig, egl_winsys_surface , egl_color_buffer_format *, EGLBoolean) returns 0x3000, [720x1280]-format:1 03-23 23:21:29.756 1960 2829 D OpenGLRenderer: eglCreateWindowSurface = 0xcc27d760 03-23 23:21:29.757 1960 1960 W StaticLayout: maxLineHeight should not be -1. maxLines:1 lineCount:1 03-23 23:21:29.757 1960 1960 W StaticLayout: maxLineHeight should not be -1. maxLines:1 lineCount:1 03-23 23:21:29.764 1960 1960 W CameraView: skipping layout due to zero-width/height preview size 03-23 23:21:29.958 1960 1960 W StaticLayout: maxLineHeight should not be -1. maxLines:1 lineCount:1 03-23 23:21:30.019 1960 1960 D ViewRootImpl@5d48120[ConversationActivity]: MSG_RESIZED_REPORT: frame=Rect(0, 0 - 720, 1280) ci=Rect(0, 48 - 0, 0) vi=Rect(0, 48 - 0, 0) or=1 03-23 23:21:30.020 1960 1960 D ViewRootImpl@5d48120[ConversationActivity]: MSG_WINDOW_FOCUS_CHANGED 1 03-23 23:21:30.054 1960 1960 V InputMethodManager: Starting input: tba=android.view.inputmethod.EditorInfo@df22794 nm : com.b44t.messenger ic=android.support.v13.view.inputmethod.InputConnectionCompat$InputContentInfoCompatApi25Impl$1@8a2223d 03-23 23:21:30.055 1960 1960 V InputMethodManager: getMaxLengthForEditText InputFilter = java.lang.NoSuchMethodException: getMaxLength [] 03-23 23:21:30.055 1960 1960 I InputMethodManager: startInputInner - mService.startInputOrWindowGainedFocus 03-23 23:21:30.058 1960 1960 D InputTransport: Input channel constructed: fd=76 03-23 23:21:30.058 1960 1960 D InputTransport: Input channel destroyed: fd=69 03-23 23:21:30.132 1960 2829 D OpenGLRenderer: eglDestroySurface = 0xcd3feb00 03-23 23:21:30.132 1960 2829 D OpenGLRenderer: endAllActiveAnimators on 0xcc27ad00 (RippleDrawable) with handle 0xcd3bba20 03-23 23:21:30.140 1960 1960 D ViewRootImpl@eb01764[RoutingActivity]: Relayout returned: old=[0,0][720,1280] new=[0,0][720,1280] result=0x5 surface={valid=false 0} changed=true 03-23 23:21:30.222 1960 1960 D ViewRootImpl@eb01764[RoutingActivity]: Relayout returned: old=[0,0][720,1280] new=[0,0][720,1280] result=0x1 surface={valid=false 0} changed=false 03-23 23:21:30.607 1960 1960 D ViewRootImpl@5d48120[ConversationActivity]: ViewPostIme pointer 0 03-23 23:21:30.765 1960 1960 D ViewRootImpl@5d48120[ConversationActivity]: ViewPostIme pointer 1 03-23 23:21:30.770 1960 1960 D InputMethodManager: SSI - flag : 0 Pid : 1960 view : com.b44t.messenger 03-23 23:21:30.776 1960 1960 D InputMethodManager: SSI - flag : 0 Pid : 1960 view : com.b44t.messenger 03-23 23:21:31.007 1960 1960 D ViewRootImpl@5d48120[ConversationActivity]: MSG_RESIZED: frame=Rect(0, 0 - 720, 1280) ci=Rect(0, 48 - 0, 542) vi=Rect(0, 48 - 0, 542) or=1 03-23 23:21:31.012 1960 1960 W StaticLayout: maxLineHeight should not be -1. maxLines:1 lineCount:1 03-23 23:21:31.012 1960 1960 W StaticLayout: maxLineHeight should not be -1. maxLines:1 lineCount:1 03-23 23:21:31.018 1960 1960 W KeyboardAwareLinearLayout: onKeyboardOpen(542) 03-23 23:21:31.028 1960 1960 D ViewRootImpl@5d48120[ConversationActivity]: Relayout returned: old=[0,0][720,1280] new=[0,0][720,1280] result=0x1 surface={valid=true 3443412992} changed=false 03-23 23:21:31.030 1960 1960 W StaticLayout: maxLineHeight should not be -1. maxLines:1 lineCount:1 03-23 23:21:31.030 1960 1960 W StaticLayout: maxLineHeight should not be -1. maxLines:1 lineCount:1 03-23 23:21:31.039 1960 1960 W CameraView: skipping layout due to zero-width/height preview size 03-23 23:21:32.894 1960 1960 D ViewRootImpl@5d48120[ConversationActivity]: ViewPostIme key 1 03-23 23:21:34.324 1960 1960 D ViewRootImpl@5d48120[ConversationActivity]: ViewPostIme pointer 0 03-23 23:21:34.423 1960 1960 D ViewRootImpl@5d48120[ConversationActivity]: ViewPostIme pointer 1 03-23 23:21:34.440 1960 1960 V InputMethodManager: Starting input: tba=android.view.inputmethod.EditorInfo@8b8598c nm : com.b44t.messenger ic=android.support.v13.view.inputmethod.InputConnectionCompat$InputContentInfoCompatApi25Impl$1@ef8d5 03-23 23:21:34.440 1960 1960 V InputMethodManager: getMaxLengthForEditText InputFilter = java.lang.NoSuchMethodException: getMaxLength [] 03-23 23:21:34.441 1960 1960 I InputMethodManager: startInputInner - mService.startInputOrWindowGainedFocus 03-23 23:21:34.443 1960 1960 D InputTransport: Input channel constructed: fd=74 03-23 23:21:34.443 1960 1960 D InputTransport: Input channel destroyed: fd=76 03-23 23:21:34.495 1960 2826 I DeltaChat: Interrupting SMTP-idle... 03-23 23:21:34.495 1960 1978 I DeltaChat: SMTP-idle ended. 03-23 23:21:34.496 1960 1978 I DeltaChat: SMTP-jobs started... 03-23 23:21:34.497 1960 1978 I DeltaChat: SMTP-job #1, action 5900 started... 03-23 23:21:34.514 1960 1960 W ConversationFragment: onLoadFinished - took 10 ms to load a message list of size 2121 03-23 23:21:34.523 1960 1965 I zygote : Do partial code cache collection, code=15KB, data=30KB 03-23 23:21:34.523 1960 1965 I zygote : After code cache collection, code=15KB, data=30KB 03-23 23:21:34.524 1960 1965 I zygote : Increasing code cache capacity to 128KB 03-23 23:21:34.610 1960 2829 I OpenGLRenderer: prepareTree mLayerUpdateQueue is not empty, size = 2 03-23 23:21:34.610 1960 2829 I OpenGLRenderer: name = SendButton, size (80, 80) 03-23 23:21:34.610 1960 2829 I OpenGLRenderer: name = HidingLinearLayout, size (188, 55) 03-23 23:21:35.031 1960 1960 D ViewRootImpl@5d48120[ConversationActivity]: The input has been finished in ImeInputStage. 03-23 23:21:35.164 1960 1960 D ViewRootImpl@5d48120[ConversationActivity]: The input has been finished in ImeInputStage. 03-23 23:21:35.214 1960 1960 D ViewRootImpl@5d48120[ConversationActivity]: MSG_RESIZED: frame=Rect(0, 0 - 720, 1280) ci=Rect(0, 48 - 0, 0) vi=Rect(0, 48 - 0, 0) or=1 03-23 23:21:35.221 1960 1960 W StaticLayout: maxLineHeight should not be -1. maxLines:1 lineCount:1 03-23 23:21:35.221 1960 1960 W StaticLayout: maxLineHeight should not be -1. maxLines:1 lineCount:1 03-23 23:21:35.238 1960 1960 W KeyboardAwareLinearLayout: onKeyboardClose() 03-23 23:21:35.277 1960 1960 D ViewRootImpl@5d48120[ConversationActivity]: Relayout returned: old=[0,0][720,1280] new=[0,0][720,1280] result=0x1 surface={valid=true 3443412992} changed=false 03-23 23:21:35.278 1960 1960 W StaticLayout: maxLineHeight should not be -1. maxLines:1 lineCount:1 03-23 23:21:35.278 1960 1960 W StaticLayout: maxLineHeight should not be -1. maxLines:1 lineCount:1 03-23 23:21:35.308 1960 1960 W CameraView: skipping layout due to zero-width/height preview size 03-23 23:21:35.513 1960 1978 I DeltaChat: SMTP-server 181.225.231.12:25 connected. 03-23 23:21:36.784 1960 1978 I DeltaChat: Message signed in 1407.174 ms and encrypted in 20.256 ms. 03-23 23:21:40.628 1960 1978 I DeltaChat: SMTP-jobs ended. 03-23 23:21:40.629 1960 1978 I DeltaChat: SMTP-idle started... 03-23 23:21:40.647 1960 1960 W ConversationFragment: DC_EVENT_MSG_DELIVERED reveived for msg#11 03-23 23:21:40.660 1960 1960 W ConversationFragment: onLoadFinished - took 13 ms to load a message list of size 2121 03-23 23:21:42.542 1960 1975 I DeltaChat: IMAP-IDLE has data. 03-23 23:21:42.542 1960 1975 I DeltaChat: INBOX-IDLE ended. 03-23 23:21:42.543 1960 1975 I DeltaChat: INBOX-jobs started... 03-23 23:21:42.544 1960 1975 I DeltaChat: INBOX-jobs ended. 03-23 23:21:42.544 1960 1975 I DeltaChat: INBOX-fetch started... 03-23 23:21:42.851 1960 1975 I DeltaChat: [move] detected bbc-self Mr.TG09xe9-Rlg.jj2X9pu_JNL@nauta.cu 03-23 23:21:42.877 1960 1975 I DeltaChat: Interrupting IMAP-IDLE... 03-23 23:21:42.878 1960 1975 I DeltaChat: Skipping message Mr.TG09xe9-Rlg.jj2X9pu_JNL@nauta.cu from "INBOX" by precheck. 03-23 23:21:42.891 1960 1975 I DeltaChat: 1 mails read from "INBOX". 03-23 23:21:43.780 1960 1975 I DeltaChat: 0 mails read from "INBOX". 03-23 23:21:43.781 1960 1975 I DeltaChat: INBOX-fetch done in 125 ms. 03-23 23:21:43.782 1960 1975 I DeltaChat: INBOX-IDLE will not be started because of waiting jobs. 03-23 23:21:43.782 1960 1975 I DeltaChat: INBOX-jobs started... 03-23 23:21:43.783 1960 1975 I DeltaChat: INBOX-job #1, action 130 started... 03-23 23:21:43.783 1960 1975 I DeltaChat: Marking message INBOX/12120 as seen... 03-23 23:21:44.599 1960 1975 I DeltaChat: INBOX-jobs ended. 03-23 23:21:44.600 1960 1975 I DeltaChat: INBOX-fetch started... 03-23 23:21:44.913 1960 1975 I DeltaChat: 0 mails read from "INBOX". 03-23 23:21:44.913 1960 1975 I DeltaChat: INBOX-fetch done in 16 ms. 03-23 23:21:44.915 1960 1975 I DeltaChat: INBOX-IDLE started... 03-23 23:21:45.151 1960 1975 I DeltaChat: IMAP-IDLE interrupted. 03-23 23:21:45.152 1960 1975 I DeltaChat: INBOX-IDLE ended. 03-23 23:21:45.153 1960 1975 I DeltaChat: INBOX-jobs started... 03-23 23:21:45.154 1960 1975 I DeltaChat: INBOX-jobs ended. 03-23 23:21:45.155 1960 1975 I DeltaChat: INBOX-fetch started... 03-23 23:21:45.848 1960 1975 I DeltaChat: 0 mails read from "INBOX". 03-23 23:21:45.848 1960 1975 I DeltaChat: INBOX-fetch done in 77 ms. 03-23 23:21:45.850 1960 1975 I DeltaChat: INBOX-IDLE started... 03-23 23:22:06.176 1960 1960 D ViewRootImpl@5d48120[ConversationActivity]: ViewPostIme pointer 0 03-23 23:22:07.673 1960 1960 D ViewRootImpl@5d48120[ConversationActivity]: ViewPostIme pointer 1 03-23 23:22:08.864 1960 1960 D ViewRootImpl@5d48120[ConversationActivity]: ViewPostIme pointer 0 03-23 23:22:09.108 1960 1960 D ViewRootImpl@5d48120[ConversationActivity]: ViewPostIme pointer 1 03-23 23:22:14.536 1960 1975 I DeltaChat: IMAP-IDLE has data. 03-23 23:22:14.536 1960 1975 I DeltaChat: INBOX-IDLE ended. 03-23 23:22:14.537 1960 1975 I DeltaChat: INBOX-jobs started... 03-23 23:22:14.538 1960 1975 I DeltaChat: INBOX-jobs ended. 03-23 23:22:14.539 1960 1975 I DeltaChat: INBOX-fetch started... 03-23 23:22:15.032 1960 1975 I DeltaChat: 0 mails read from "INBOX". 03-23 23:22:15.033 1960 1975 I DeltaChat: INBOX-fetch done in 37 ms. 03-23 23:22:15.035 1960 1975 I DeltaChat: INBOX-IDLE started... 03-23 23:22:20.816 1960 1960 W PassphraseRequiredActionBarActivity: onPause() 03-23 23:22:20.839 1960 1960 D ViewRootImpl@5d48120[ConversationActivity]: MSG_WINDOW_FOCUS_CHANGED 0 03-23 23:22:20.857 1960 2829 D OpenGLRenderer: eglDestroySurface = 0xcc27d760 03-23 23:22:20.865 1960 1960 D ViewRootImpl@5d48120[ConversationActivity]: Relayout returned: old=[0,0][720,1280] new=[0,0][720,1280] result=0x5 surface={valid=false 0} changed=true 03-23 23:22:20.946 1960 1960 D ViewRootImpl@5d48120[ConversationActivity]: Relayout returned: old=[0,0][720,1280] new=[0,0][720,1280] result=0x1 surface={valid=false 0} changed=false 03-23 23:22:20.957 1960 1960 D InputTransport: Input channel destroyed: fd=74 03-23 23:24:07.270 1960 1960 I DeltaChat: -------------------- on receive timer -------------------- 03-23 23:24:07.275 1960 1960 I DeltaChat: Interrupting IMAP-IDLE... 03-23 23:24:07.275 1960 1960 I DeltaChat: Interrupting MVBOX-IDLE... 03-23 23:24:07.276 1960 1960 I DeltaChat: Interrupting SENTBOX-IDLE... 03-23 23:24:07.279 1960 1976 I DeltaChat: MVBOX-IDLE will not be started as it was interrupted while not ideling. 03-23 23:24:07.283 1960 1977 I DeltaChat: SENTBOX-IDLE will not be started as it was interrupted while not ideling. 03-23 23:24:09.901 1960 1975 I DeltaChat: IMAP-IDLE interrupted. 03-23 23:24:09.901 1960 1975 I DeltaChat: INBOX-IDLE ended. 03-23 23:24:09.903 1960 1975 I DeltaChat: INBOX-jobs started... 03-23 23:24:09.904 1960 1975 I DeltaChat: INBOX-jobs ended. 03-23 23:24:09.905 1960 1975 I DeltaChat: INBOX-fetch started... 03-23 23:24:09.977 1960 1975 I DeltaChat: 0 mails read from "INBOX". 03-23 23:24:09.977 1960 1975 I DeltaChat: INBOX-fetch done in 3 ms. 03-23 23:24:09.978 1960 1975 I DeltaChat: INBOX-IDLE started... 03-23 23:24:11.267 1960 1975 I DeltaChat: IMAP-IDLE has data. 03-23 23:24:11.267 1960 1975 I DeltaChat: INBOX-IDLE ended. 03-23 23:24:11.268 1960 1975 I DeltaChat: INBOX-jobs started... 03-23 23:24:11.269 1960 1975 I DeltaChat: INBOX-jobs ended. 03-23 23:24:11.269 1960 1975 I DeltaChat: INBOX-fetch started... 03-23 23:24:11.383 1960 1975 I DeltaChat: 0 mails read from "INBOX". 03-23 23:24:11.384 1960 1975 I DeltaChat: INBOX-fetch done in 2 ms. 03-23 23:24:11.385 1960 1975 I DeltaChat: INBOX-IDLE started... 03-23 23:25:35.937 1960 1960 V InputMethodManager: Starting input: tba=android.view.inputmethod.EditorInfo@e106738 nm : com.b44t.messenger ic=android.support.v13.view.inputmethod.InputConnectionCompat$InputContentInfoCompatApi25Impl$1@9bf3311 03-23 23:25:35.937 1960 1960 V InputMethodManager: getMaxLengthForEditText InputFilter = java.lang.NoSuchMethodException: getMaxLength [] 03-23 23:25:35.937 1960 1960 I InputMethodManager: startInputInner - mService.startInputOrWindowGainedFocus 03-23 23:25:35.943 1960 1960 W PassphraseRequiredActionBarActivity: onDestroy() 03-23 23:25:35.972 1960 1960 D ViewRootImpl@5d48120[ConversationActivity]: dispatchDetachedFromWindow 03-23 23:25:35.972 1960 1960 D InputEventReceiver: channel '5fbacde com.b44t.messenger/org.thoughtcrime.securesms.ConversationActivity (client)' ~ Disposing input event receiver. 03-23 23:25:35.973 1960 1960 D InputEventReceiver: channel '5fbacde com.b44t.messenger/org.thoughtcrime.securesms.ConversationActivity (client)' ~NativeInputEventReceiver. 03-23 23:25:35.974 1960 1960 D InputTransport: Input channel destroyed: fd=75 03-23 23:25:36.005 1960 1960 W PassphraseRequiredActionBarActivity: onResume() 03-23 23:25:36.027 1960 1960 V Surface : sf_framedrop debug : 0x4f4c, game : false, logging : 0 03-23 23:25:36.027 1960 1960 D ViewRootImpl@eb01764[RoutingActivity]: Relayout returned: old=[0,0][720,1280] new=[0,0][720,1280] result=0x7 surface={valid=true 3443412992} changed=true 03-23 23:25:36.034 1960 2829 D mali_winsys: EGLint new_window_surface(egl_winsys_display , void , EGLSurface, EGLConfig, egl_winsys_surface *, egl_color_buffer_format , EGLBoolean) returns 0x3000, [720x1280]-format:1 03-23 23:25:36.034 1960 2829 D OpenGLRenderer: eglCreateWindowSurface = 0xcc27d4e0 03-23 23:25:36.049 1960 1960 W StaticLayout: maxLineHeight should not be -1. maxLines:1 lineCount:1 03-23 23:25:36.049 1960 1960 I chatty : uid=10090(u0_a90) com.b44t.messenger identical 2 lines 03-23 23:25:36.057 1960 1960 W StaticLayout: maxLineHeight should not be -1. maxLines:1 lineCount:1 03-23 23:25:36.091 1960 1960 W StaticLayout: maxLineHeight should not be -1. maxLines:1 lineCount:1 03-23 23:25:36.183 1960 1960 I chatty : uid=10090(u0_a90) com.b44t.messenger identical 5 lines 03-23 23:25:36.210 1960 1960 W StaticLayout: maxLineHeight should not be -1. maxLines:1 lineCount:1 03-23 23:25:36.233 1960 1960 D ViewRootImpl@eb01764[RoutingActivity]: MSG_WINDOW_FOCUS_CHANGED 1 03-23 23:25:36.246 1960 1960 V InputMethodManager: Starting input: tba=android.view.inputmethod.EditorInfo@3c71fe5 nm : com.b44t.messenger ic=null 03-23 23:25:36.246 1960 1960 I InputMethodManager: startInputInner - mService.startInputOrWindowGainedFocus 03-23 23:25:36.249 1960 1960 D InputTransport: Input channel constructed: fd=74 03-23 23:25:38.204 1960 1960 D ViewRootImpl@eb01764[RoutingActivity]: ViewPostIme pointer 0 03-23 23:25:38.353 1960 1960 D ViewRootImpl@eb01764[RoutingActivity]: ViewPostIme pointer 1 03-23 23:25:38.399 1960 1960 D InputTransport: Input channel constructed: fd=77 03-23 23:25:38.400 1960 1960 D ViewRootImpl@e1ef0e[PopupWindow:f306d3]: setView = android.widget.PopupWindow$PopupDecorView{9dd3d2f V.E...... ......I. 0,0-0,0} TM=true MM=false 03-23 23:25:38.409 1960 1960 D ViewRootImpl@e1ef0e[PopupWindow:f306d3]: dispatchAttachedToWindow 03-23 23:25:38.430 1960 1960 V Surface : sf_framedrop debug : 0x4f4c, game : false, logging : 0 03-23 23:25:38.430 1960 1960 D ViewRootImpl@e1ef0e[PopupWindow:f306d3]: Relayout returned: old=[0,0][0,0] new=[297,56][712,440] result=0x7 surface={valid=true 3371759616} changed=true 03-23 23:25:38.433 1960 2829 D mali_winsys: EGLint new_window_surface(egl_winsys_display , void , EGLSurface, EGLConfig, egl_winsys_surface , egl_color_buffer_format , EGLBoolean) returns 0x3000, [543x512]-format:1 03-23 23:25:38.433 1960 2829 D OpenGLRenderer: eglCreateWindowSurface = 0xcb8b86e0 03-23 23:25:38.445 1960 1960 D AbsListView: in onLayout changed 03-23 23:25:38.466 1960 1960 D ViewRootImpl@e1ef0e[PopupWindow:f306d3]: MSG_WINDOW_FOCUS_CHANGED 1 03-23 23:25:38.467 1960 1960 V InputMethodManager: Not IME target window, ignoring 03-23 23:25:38.483 1960 1960 D ViewRootImpl@e1ef0e[PopupWindow:f306d3]: MSG_RESIZED_REPORT: frame=Rect(297, 56 - 712, 440) ci=Rect(0, 0 - 0, 0) vi=Rect(0, 0 - 0, 0) or=1 03-23 23:25:38.509 1960 1960 D ViewRootImpl@eb01764[RoutingActivity]: MSG_WINDOW_FOCUS_CHANGED 0 03-23 23:25:39.374 1960 1960 D ViewRootImpl@e1ef0e[PopupWindow:f306d3]: ViewPostIme pointer 0 03-23 23:25:39.439 1960 1960 D ViewRootImpl@e1ef0e[PopupWindow:f306d3]: ViewPostIme pointer 1 03-23 23:25:39.439 1960 1960 D AbsListView: onTouchUp() mTouchMode : 0 03-23 23:25:39.534 1960 1960 D ViewRootImpl@e1ef0e[PopupWindow:f306d3]: Relayout returned: old=[297,56][712,440] new=[297,56][712,440] result=0x1 surface={valid=true 3371759616} changed=false 03-23 23:25:39.536 1960 1960 W PassphraseRequiredActionBarActivity: onPause() 03-23 23:25:39.549 1960 1960 D ViewRootImpl@eb01764[RoutingActivity]: MSG_WINDOW_FOCUS_CHANGED 1 03-23 23:25:39.551 1960 1960 D ViewRootImpl@e1ef0e[PopupWindow:f306d3]: MSG_WINDOW_FOCUS_CHANGED 0 03-23 23:25:39.571 1960 1960 W PassphraseRequiredActionBarActivity: onCreate(null) 03-23 23:25:39.599 1960 1960 W PassphraseRequiredActionBarActivity: onResume() 03-23 23:25:39.614 1960 1960 D InputTransport: Input channel constructed: fd=81 03-23 23:25:39.615 1960 1960 D ViewRootImpl@30a3e91[ApplicationPreferencesActivity]: setView = DecorView@f9301f6[ApplicationPreferencesActivity] TM=true MM=false 03-23 23:25:39.616 1960 1960 D ViewRootImpl@eb01764[RoutingActivity]: MSG_WINDOW_FOCUS_CHANGED 0 03-23 23:25:39.618 1960 1960 V InputMethodManager: Not IME target window, ignoring 03-23 23:25:39.618 1960 1960 D ViewRootImpl@30a3e91[ApplicationPreferencesActivity]: dispatchAttachedToWindow 03-23 23:25:39.634 1960 1960 V Surface : sf_framedrop debug : 0x4f4c, game : false, logging : 0 03-23 23:25:39.634 1960 1960 D ViewRootImpl@30a3e91[ApplicationPreferencesActivity]: Relayout returned: old=[0,0][0,0] new=[0,0][720,1280] result=0x7 surface={valid=true 3417815040} changed=true 03-23 23:25:39.639 1960 2829 D mali_winsys: EGLint new_window_surface(egl_winsys_display , void *, EGLSurface, EGLConfig, egl_winsys_surface *, egl_color_buffer_format , EGLBoolean) returns 0x3000, [720x1280]-format:1 03-23 23:25:39.639 1960 2829 D OpenGLRenderer: eglCreateWindowSurface = 0xcd3fe0c0 03-23 23:25:39.734 1960 1960 D ViewRootImpl@30a3e91[ApplicationPreferencesActivity]: MSG_RESIZED_REPORT: frame=Rect(0, 0 - 720, 1280) ci=Rect(0, 48 - 0, 0) vi=Rect(0, 48 - 0, 0) or=1 03-23 23:25:39.734 1960 1960 D ViewRootImpl@30a3e91[ApplicationPreferencesActivity]: MSG_WINDOW_FOCUS_CHANGED 1 03-23 23:25:39.740 1960 2829 I OpenGLRenderer: prepareTree mLayerUpdateQueue is not empty, size = 1 03-23 23:25:39.740 1960 2829 I OpenGLRenderer: name = PopupWindow$PopupBackgroundView, size (415, 384) 03-23 23:25:39.749 1960 1960 V InputMethodManager: Starting input: tba=android.view.inputmethod.EditorInfo@b6a3f08 nm : com.b44t.messenger ic=null 03-23 23:25:39.749 1960 1960 I InputMethodManager: startInputInner - mService.startInputOrWindowGainedFocus 03-23 23:25:39.761 1960 1960 D InputTransport: Input channel constructed: fd=88 03-23 23:25:39.761 1960 1960 D InputTransport: Input channel destroyed: fd=74 03-23 23:25:39.793 1960 2829 D OpenGLRenderer: eglDestroySurface = 0xcc27d4e0 03-23 23:25:39.801 1960 1960 D ViewRootImpl@eb01764[RoutingActivity]: Relayout returned: old=[0,0][720,1280] new=[0,0][720,1280] result=0x5 surface={valid=false 0} changed=true 03-23 23:25:39.808 1960 2829 D OpenGLRenderer: eglDestroySurface = 0xcb8b86e0 03-23 23:25:39.808 1960 2829 D OpenGLRenderer: endAllActiveAnimators on 0xc8fb1200 (MenuPopupWindow$MenuDropDownListView) with handle 0xcb48cdf0 03-23 23:25:39.815 1960 1960 D ViewRootImpl@e1ef0e[PopupWindow:f306d3]: Relayout returned: old=[297,56][712,440] new=[297,56][712,440] result=0x5 surface={valid=false 0} changed=true 03-23 23:25:39.843 1960 1960 D ViewRootImpl@e1ef0e[PopupWindow:f306d3]: dispatchDetachedFromWindow 03-23 23:25:39.843 1960 1960 D InputEventReceiver: channel 'd5cd2be PopupWindow:f306d3 (client)' ~ Disposing input event receiver. 03-23 23:25:39.843 1960 1960 D InputEventReceiver: channel 'd5cd2be PopupWindow:f306d3 (client)' ~NativeInputEventReceiver. 03-23 23:25:39.848 1960 1960 D InputTransport: Input channel destroyed: fd=77 03-23 23:25:40.176 1960 1960 D ViewRootImpl@eb01764[RoutingActivity]: Relayout returned: old=[0,0][720,1280] new=[0,0][720,1280] result=0x1 surface={valid=false 0} changed=false 03-23 23:25:40.559 1960 1960 D ViewRootImpl@30a3e91[ApplicationPreferencesActivity]: ViewPostIme pointer 0 03-23 23:25:40.675 1960 1960 D ViewRootImpl@30a3e91[ApplicationPreferencesActivity]: ViewPostIme pointer 1 03-23 23:25:42.597 1960 1960 D ViewRootImpl@30a3e91[ApplicationPreferencesActivity]: ViewPostIme pointer 0 03-23 23:25:42.813 1960 1960 D ViewRootImpl@30a3e91[ApplicationPreferencesActivity]: ViewPostIme pointer 1 03-23 23:25:42.846 1960 1960 W PassphraseRequiredActionBarActivity: onPause() 03-23 23:25:42.861 1960 1960 D ViewRootImpl@30a3e91[ApplicationPreferencesActivity]: MSG_WINDOW_FOCUS_CHANGED 0 03-23 23:25:42.916 1960 1960 D ViewRootImpl@30a3e91[ApplicationPreferencesActivity]: MSG_WINDOW_FOCUS_CHANGED 1 03-23 23:25:42.927 1960 1960 W PassphraseRequiredActionBarActivity: onResume() 03-23 23:25:42.949 1960 1960 D ViewRootImpl@30a3e91[ApplicationPreferencesActivity]: Relayout returned: old=[0,0][720,1280] new=[0,0][720,1280] result=0x1 surface={valid=true 3417815040} changed=false 03-23 23:25:46.555 1960 1960 D ViewRootImpl@30a3e91[ApplicationPreferencesActivity]: ViewPostIme pointer 0 03-23 23:25:46.671 1960 1960 D ViewRootImpl@30a3e91[ApplicationPreferencesActivity]: ViewPostIme pointer 1 03-23 23:25:46.686 1960 1960 I zygote : Deoptimizing void android.view.View$SendViewStateChangedAccessibilityEvent.run() due to JIT same target 03-23 23:25:46.769 1960 1960 V InputMethodManager: Starting input: tba=android.view.inputmethod.EditorInfo@3a1b3e0 nm : com.b44t.messenger ic=null 03-23 23:25:46.769 1960 1960 I InputMethodManager: startInputInner - mService.startInputOrWindowGainedFocus 03-23 23:25:46.771 1960 1960 D InputTransport: Input channel constructed: fd=75 03-23 23:25:46.771 1960 1960 D InputTransport: Input channel destroyed: fd=88 03-23 23:25:47.391 1960 1960 D ViewRootImpl@30a3e91[ApplicationPreferencesActivity]: ViewPostIme pointer 0 03-23 23:25:47.513 1960 1960 D ViewRootImpl@30a3e91[ApplicationPreferencesActivity]: ViewPostIme pointer 1 03-23 23:25:48.275 1960 1960 D ViewRootImpl@30a3e91[ApplicationPreferencesActivity]: ViewPostIme pointer 0 03-23 23:25:48.358 1960 1960 D ViewRootImpl@30a3e91[ApplicationPreferencesActivity]: ViewPostIme pointer 1 03-23 23:25:48.392 1960 1960 W PassphraseRequiredActionBarActivity: onPause() 03-23 23:25:48.443 1960 1960 D ScrollView: initGoToTop 03-23 23:25:48.455 1960 1960 D InputTransport: Input channel constructed: fd=73 03-23 23:25:48.456 1960 1960 D ViewRootImpl@19311d0[LogViewActivity]: setView = DecorView@1ec25c9[LogViewActivity] TM=true MM=false 03-23 23:25:48.458 1960 1960 D ViewRootImpl@30a3e91[ApplicationPreferencesActivity]: MSG_WINDOW_FOCUS_CHANGED 0 03-23 23:25:48.461 1960 1960 D ViewRootImpl@19311d0[LogViewActivity]: dispatchAttachedToWindow 03-23 23:25:48.482 1960 1960 V Surface : sf_framedrop debug : 0x4f4c, game : false, logging : 0 03-23 23:25:48.483 1960 1960 D ViewRootImpl@19311d0[LogViewActivity]: Relayout returned: old=[0,0][0,0] new=[0,0][720,1280] result=0x7 surface={valid=true 3416774656} changed=true 03-23 23:25:48.486 1960 2829 D mali_winsys: EGLint new_window_surface(egl_winsys_display , void , EGLSurface, EGLConfig, egl_winsys_surface *, egl_color_buffer_format , EGLBoolean) returns 0x3000, [720x1280]-format:1 03-23 23:25:48.487 1960 2829 D OpenGLRenderer: eglCreateWindowSurface = 0xe1875ac0 03-23 23:25:48.487 1960 1960 D ScrollView: onsize change changed 03-23 23:25:48.534 1960 1960 D ViewRootImpl@19311d0[LogViewActivity]: MSG_RESIZED_REPORT: frame=Rect(0, 0 - 720, 1280) ci=Rect(0, 48 - 0, 0) vi=Rect(0, 48 - 0, 0) or=1 03-23 23:25:48.535 1960 1960 D ViewRootImpl@19311d0[LogViewActivity]: MSG_WINDOW_FOCUS_CHANGED 1 03-23 23:25:48.548 1960 1970 I zygote : Background concurrent copying GC freed 23339(1173KB) AllocSpace objects, 2(40KB) LOS objects, 62% free, 3MB/9MB, paused 751us total 110.282ms 03-23 23:25:48.567 1960 1960 V InputMethodManager: Starting input: tba=android.view.inputmethod.EditorInfo@e49338a nm : com.b44t.messenger ic=com.android.internal.widget.EditableInputConnection@99b2dfb 03-23 23:25:48.567 1960 1960 I InputMethodManager: startInputInner - mService.startInputOrWindowGainedFocus 03-23 23:25:48.569 1960 1960 D InputTransport: Input channel constructed: fd=79 03-23 23:25:48.569 1960 1960 D InputTransport: Input channel destroyed: fd=75 03-23 23:25:48.590 1960 2829 D OpenGLRenderer: eglDestroySurface = 0xcd3fe0c0 03-23 23:25:48.591 1960 2829 D OpenGLRenderer: endAllActiveAnimators on 0xca12ed00 (RippleDrawable) with handle 0xcb8ef6c0 03-23 23:25:48.600 1960 1960 D ViewRootImpl@30a3e91[ApplicationPreferencesActivity]: Relayout returned: old=[0,0][720,1280] new=[0,0][720,1280] result=0x5 surface={valid=false 0} changed=true