Guest User

Untitled

a guest
Jan 18th, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 39.94 KB | None | 0 0
  1. Device : Google Pixel 2 (walleye)
  2. Android : 8.1.0 (4474084, OPM1.171019.013)
  3. Memory : 10M (1.60% free, 512M max)
  4. Memclass: 192
  5. OS Host : wprf7.hot.corp.google.com
  6. App : Signal 4.14.10
  7.  
  8. --------- beginning of main
  9. 01-09 11:49:47.318 27146 27175 I chatty : uid=10124(org.thoughtcrime.securesms) MessageRetrieva expire 6 lines
  10. 01-09 11:49:47.335 27146 29993 I chatty : uid=10124(org.thoughtcrime.securesms) RenderThread expire 5 lines
  11. 01-09 11:49:47.395 27146 27151 I chatty : uid=10124(org.thoughtcrime.securesms) Jit thread pool expire 3 lines
  12. 01-09 11:49:47.749 27146 29995 I chatty : uid=10124(org.thoughtcrime.securesms) systems.org/... expire 4 lines
  13. 01-09 11:49:48.209 27146 27146 W KeyCachingService: Decrementing activity count...
  14. 01-09 11:49:48.209 27146 27146 W MessageRetrievalService: Active Count: 0
  15. 01-09 11:49:48.211 27146 27146 W PassphraseRequiredActionBarActivity: onCreate(null)
  16. 01-09 11:49:48.213 27146 27146 W ExperienceUpgradeActivity: getExperienceUpgrade(327)
  17. 01-09 11:49:48.213 27146 27146 W PassphraseRequiredActionBarActivity: routeApplicationState(), state: 0
  18. 01-09 11:49:48.215 27146 27146 W PassphraseRequiredActionBarActivity: initializeClearKeyReceiver()
  19. 01-09 11:49:48.215 27146 27146 W ConversationActivity: onCreate()
  20. 01-09 11:49:48.216 27146 27146 I AppCompatDelegate: You should now use the AppCompatDelegate.FEATURE_SUPPORT_ACTION_BAR_OVERLAY id when requesting this feature.
  21. 01-09 11:49:48.237 27146 27146 W QuickAttachmentDrawer: updateControlsView()
  22. 01-09 11:49:48.266 27146 27146 W ConversationActivity: handleSecurityChange(false, true)
  23. 01-09 11:49:48.278 27146 30004 W ConversationActivity: Resolving registered state...
  24. 01-09 11:49:48.278 27146 30004 W ConversationActivity: Checking through resolved recipient
  25. 01-09 11:49:48.278 27146 30004 W ConversationActivity: Resolved registered state: REGISTERED
  26. 01-09 11:49:48.278 27146 30004 W ConversationActivity: Returning registered state...
  27. 01-09 11:49:48.288 27146 30005 W MmsSmsDatabase: Executing query: SELECT _id, unique_row_id, body, type, thread_id, address, address_device_id, subject, date_sent, date_received, m_type, msg_box, status, part_count, ct_l, tr_id, m_size, exp, st, delivery_receipt_count, read_receipt_count, mismatched_identities, network_failures, subscription_id, expires_in, expire_started, notified, transport_type, attachment_id, unique_id, mid, data_size, file_name, _data, thumbnail, ct, cl, digest, fast_preflight_id, voice_note, cd, name, pending_push FROM (SELECT DISTINCT date_sent AS date_sent, date AS date_received, _id, 'SMS::' || _id || '::' || date_sent AS unique_row_id, NULL AS attachment_id, body, read, thread_id, type, address, address_device_id, subject, NULL AS m_type, NULL AS msg_box, status, NULL AS part_count, NULL AS ct_l, NULL AS tr_id, NULL AS m_size, NULL AS exp, NULL AS st, delivery_receipt_count, read_receipt_count, mismatched_identities, subscription_id, expires_in, expire_started, notified, NULL AS network_failures, 'sms' AS transport_type, NULL AS unique_id, NULL AS mid, NULL AS data_size, NULL AS file_name, NULL AS _data, NULL AS thumbnail, NULL AS ct, NULL AS cl, NULL AS digest, NULL AS fast_preflight_id, NULL AS voice_note, NULL AS cd, NULL AS name, NULL AS pending_push FROM sms WHERE (thread_id = 1) UNION ALL SELECT DISTINCT date AS date_sent, date_received AS date_received, mms._id AS _id, 'MMS::' || mms._id || '::' || date AS unique_row_id, part._id AS attachment_id, body, read, thread_id, NULL AS type, address, address_device_id, NULL AS subject, m_type, msg_box, NULL AS status, part_count, ct_l, tr_id, m_size, exp, st, delivery_receipt_count, read_receipt_count, mismatched_identities, subscription_id, expires_in, expire_started, notified, network_failures, 'mms' AS transport_type, unique_id, mid, data_size, file_name, _data, thumbnail, ct, cl, digest, fast_preflight_id, voice_note, cd, name, pending_push FROM mms LEFT OUTER JOIN part ON part._id = (SELECT part._id FROM part WHERE part.mid = mms._id LIMIT 1) WHERE (thread_id = 1) ORDER BY date_received DESC LIMIT 500)
  28. 01-09 11:49:48.290 27146 27146 W PassphraseRequiredActionBarActivity: onResume()
  29. 01-09 11:49:48.291 27146 29987 W ConversationActivity: Loading identity for: +*********17
  30. 01-09 11:49:48.294 27146 27146 W ConversationActivity: onResume() Finished: 97
  31. 01-09 11:49:48.308 27146 27146 W KeyboardAwareLinearLayout: rotation changed
  32. 01-09 11:49:48.308 27146 27146 W KeyboardAwareLinearLayout: onKeyboardClose()
  33. 01-09 11:49:48.311 27146 29989 W MmsSmsDatabase: Executing query: SELECT _id, unique_row_id, body, type, thread_id, address, address_device_id, subject, date_sent, date_received, m_type, msg_box, status, part_count, ct_l, tr_id, m_size, exp, st, delivery_receipt_count, read_receipt_count, mismatched_identities, network_failures, subscription_id, expires_in, expire_started, notified, transport_type, attachment_id, unique_id, mid, data_size, file_name, _data, thumbnail, ct, cl, digest, fast_preflight_id, voice_note, cd, name, pending_push FROM (SELECT DISTINCT date_sent AS date_sent, date AS date_received, _id, 'SMS::' || _id || '::' || date_sent AS unique_row_id, NULL AS attachment_id, body, read, thread_id, type, address, address_device_id, subject, NULL AS m_type, NULL AS msg_box, status, NULL AS part_count, NULL AS ct_l, NULL AS tr_id, NULL AS m_size, NULL AS exp, NULL AS st, delivery_receipt_count, read_receipt_count, mismatched_identities, subscription_id, expires_in, expire_started, notified, NULL AS network_failures, 'sms' AS transport_type, NULL AS unique_id, NULL AS mid, NULL AS data_size, NULL AS file_name, NULL AS _data, NULL AS thumbnail, NULL AS ct, NULL AS cl, NULL AS digest, NULL AS fast_preflight_id, NULL AS voice_note, NULL AS cd, NULL AS name, NULL AS pending_push FROM sms WHERE (read = 0 AND notified = 0) UNION ALL SELECT DISTINCT date AS date_sent, date_received AS date_received, mms._id AS _id, 'MMS::' || mms._id || '::' || date AS unique_row_id, part._id AS attachment_id, body, read, thread_id, NULL AS type, address, address_device_id, NULL AS subject, m_type, msg_box, NULL AS status, part_count, ct_l, tr_id, m_size, exp, st, delivery_receipt_count, read_receipt_count, mismatched_identities, subscription_id, expires_in, expire_started, notified, network_failures, 'mms' AS transport_type, unique_id, mid, data_size, file_name, _data, thumbnail, ct, cl, digest, fast_preflight_id, voice_note, cd, name, pending_push FROM mms LEFT OUTER JOIN part ON part._id = (SELECT part._id FROM part WHERE part.mid = mms._id LIMIT 1) WHERE (read = 0 AND notified = 0) ORDER BY date_received ASC)
  34. 01-09 11:49:48.317 27146 27146 W CameraView: skipping layout due to zero-width/height preview size
  35. 01-09 11:49:48.320 27146 27146 W ConversationActivity: onPostExecute() handleSecurityChange: true , true
  36. 01-09 11:49:48.320 27146 27146 W ConversationActivity: handleSecurityChange(true, true)
  37. 01-09 11:49:48.329 27146 27146 W ConversationActivity: onSecurityUpdated()
  38. 01-09 11:49:48.329 27146 27146 W ConversationActivity: updateReminders(false)
  39. 01-09 11:49:48.329 27146 27146 W ConversationActivity: updateDefaultSubscriptionId(null)
  40. 01-09 11:49:48.332 27146 27146 W KeyCachingService: onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_START_EVENT
  41. 01-09 11:49:48.332 27146 27146 W KeyCachingService: Incrementing activity count...
  42. 01-09 11:49:48.332 27146 27146 W MessageRetrievalService: Active Count: 1
  43. 01-09 11:49:48.332 27146 27146 W ConversationFragment: onLoadFinished
  44. 01-09 11:49:48.338 27146 27146 W ConversationActivity: Got identity records: false
  45. 01-09 11:49:48.343 27146 27165 W MultiDeviceReadUpdateJob: Not multi device...
  46. 01-09 11:49:48.362 27146 27146 W ConversationAdapter: Inflate time: 12
  47. 01-09 11:49:48.365 27146 27167 W SignalServiceMessageSender: Transmitting over pipe...
  48. 01-09 11:49:48.377 27146 27146 I WebViewFactory: Loading com.android.chrome version 61.0.3163.98 (code 316409852)
  49. 01-09 11:49:48.379 27146 27151 I zygote : Do partial code cache collection, code=60KB, data=58KB
  50. 01-09 11:49:48.379 27146 27151 I zygote : After code cache collection, code=60KB, data=58KB
  51. 01-09 11:49:48.379 27146 27151 I zygote : Increasing code cache capacity to 256KB
  52. 01-09 11:49:48.400 27146 27146 I cr_LibraryLoader: Time to load native libraries: 3 ms (timestamps 1866-1869)
  53. 01-09 11:49:48.402 27146 27146 I chromium: [INFO:library_loader_hooks.cc(136)] Chromium logging enabled: level = 0, default verbosity = 0
  54. 01-09 11:49:48.402 27146 27146 I cr_LibraryLoader: Expected native library version number "61.0.3163.98", actual native library version number "61.0.3163.98"
  55. 01-09 11:49:48.409 27146 30007 W cr_ChildProcLH: Create a new ChildConnectionAllocator with package name = com.android.chrome, sandboxed = true
  56. 01-09 11:49:48.414 27146 27146 I cr_BrowserStartup: Initializing chromium process, singleProcess=false
  57. 01-09 11:49:48.419 27146 27146 W crime.securesms: type=1400 audit(0.0:239): avc: denied { read } for name="vmstat" dev="proc" ino=4026532130 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc:s0 tclass=file permissive=0
  58. 01-09 11:49:48.441 27146 27146 I zygote : Deoptimizing org.thoughtcrime.securesms.components.emoji.parsing.EmojiTree$Matches org.thoughtcrime.securesms.components.emoji.parsing.EmojiTree.isEmoji(java.lang.CharSequence, int, int) due to JIT inline cache
  59. 01-09 11:49:48.442 27146 27146 W ConversationAdapter: Bind time: 80
  60. 01-09 11:49:48.458 27146 27146 W ConversationAdapter: Inflate time: 5
  61. 01-09 11:49:48.459 27146 27146 W ConversationAdapter: Bind time: 1
  62. 01-09 11:49:48.466 27146 27146 W ConversationAdapter: Inflate time: 5
  63. 01-09 11:49:48.468 27146 27146 W ConversationAdapter: Bind time: 2
  64. 01-09 11:49:48.475 27146 27146 W ConversationAdapter: Inflate time: 5
  65. 01-09 11:49:48.476 27146 27146 W ConversationAdapter: Bind time: 1
  66. 01-09 11:49:48.480 27146 29995 W WebSocketConnection: WSC onMessage()
  67. 01-09 11:49:48.480 27146 29995 W WebSocketConnection: Message Type: 2
  68. 01-09 11:49:48.483 27146 27146 W ConversationAdapter: Inflate time: 5
  69. 01-09 11:49:48.485 27146 27146 W ConversationAdapter: Bind time: 2
  70. 01-09 11:49:48.493 27146 27146 W ConversationAdapter: Inflate time: 5
  71. 01-09 11:49:48.494 27146 27146 W ConversationAdapter: Bind time: 1
  72. 01-09 11:49:48.501 27146 27146 W ConversationAdapter: Inflate time: 5
  73. 01-09 11:49:48.502 27146 27146 W ConversationAdapter: Bind time: 1
  74. 01-09 11:49:48.508 27146 27146 W ConversationAdapter: Inflate time: 4
  75. 01-09 11:49:48.510 27146 27146 W ConversationAdapter: Bind time: 2
  76. 01-09 11:49:48.547 27146 29995 W WebSocketConnection: WSC onMessage()
  77. 01-09 11:49:48.547 27146 29995 W WebSocketConnection: Message Type: 2
  78. 01-09 11:49:48.551 27146 27146 V View : dispatchProvideAutofillStructure(): not laid out, ignoring 2 children of 1073741837
  79. 01-09 11:49:48.551 27146 27146 V View : dispatchProvideAutofillStructure(): not laid out, ignoring 4 children of 1073741843
  80. 01-09 11:49:48.551 27146 27146 V View : dispatchProvideAutofillStructure(): not laid out, ignoring 2 children of 1073741846
  81. 01-09 11:49:48.551 27146 27146 V View : dispatchProvideAutofillStructure(): not laid out, ignoring 2 children of 1073741849
  82. 01-09 11:49:48.552 27146 27146 V View : dispatchProvideAutofillStructure(): not laid out, ignoring 1 children of 1073741861
  83. 01-09 11:49:48.552 27146 27146 V View : dispatchProvideAutofillStructure(): not laid out, ignoring 2 children of 1073741865
  84. 01-09 11:49:48.552 27146 27146 V View : dispatchProvideAutofillStructure(): not laid out, ignoring 1 children of 1073741877
  85. 01-09 11:49:48.552 27146 27146 V View : dispatchProvideAutofillStructure(): not laid out, ignoring 2 children of 1073741881
  86. 01-09 11:49:48.552 27146 27146 V View : dispatchProvideAutofillStructure(): not laid out, ignoring 1 children of 1073741893
  87. 01-09 11:49:48.552 27146 27146 V View : dispatchProvideAutofillStructure(): not laid out, ignoring 2 children of 1073741898
  88. 01-09 11:49:48.552 27146 27146 V View : dispatchProvideAutofillStructure(): not laid out, ignoring 4 children of 1073741904
  89. 01-09 11:49:48.552 27146 27146 V View : dispatchProvideAutofillStructure(): not laid out, ignoring 2 children of 1073741907
  90. 01-09 11:49:48.552 27146 27146 V View : dispatchProvideAutofillStructure(): not laid out, ignoring 2 children of 1073741910
  91. 01-09 11:49:48.552 27146 27146 V View : dispatchProvideAutofillStructure(): not laid out, ignoring 1 children of 1073741922
  92. 01-09 11:49:48.552 27146 27146 V View : dispatchProvideAutofillStructure(): not laid out, ignoring 2 children of 1073741927
  93. 01-09 11:49:48.552 27146 27146 V View : dispatchProvideAutofillStructure(): not laid out, ignoring 4 children of 1073741933
  94. 01-09 11:49:48.553 27146 27146 V View : dispatchProvideAutofillStructure(): not laid out, ignoring 2 children of 1073741936
  95. 01-09 11:49:48.553 27146 27146 V View : dispatchProvideAutofillStructure(): not laid out, ignoring 2 children of 1073741939
  96. 01-09 11:49:48.553 27146 27146 V View : dispatchProvideAutofillStructure(): not laid out, ignoring 1 children of 1073741951
  97. 01-09 11:49:48.554 27146 27146 V View : dispatchProvideAutofillStructure(): not laid out, ignoring 0 children of 1073741975
  98. 01-09 11:49:48.556 27146 27146 I AssistStructure: Flattened final assist data: 28348 bytes, containing 1 windows, 153 views
  99. 01-09 11:49:48.558 27146 29993 D OpenGLRenderer: endAllActiveAnimators on 0xcca9e400 (RippleDrawable) with handle 0xcbbff0c0
  100. 01-09 11:49:48.561 27146 27146 I zygote : Deoptimizing int org.thoughtcrime.securesms.database.CursorRecyclerViewAdapter.getItemCount() due to JIT inline cache
  101. 01-09 11:49:48.563 27146 27146 I zygote : Deoptimizing org.thoughtcrime.securesms.components.emoji.parsing.EmojiParser$CandidateList org.thoughtcrime.securesms.components.emoji.parsing.EmojiParser.findCandidates(java.lang.CharSequence) due to JIT inline cache
  102. 01-09 11:49:48.565 27146 27146 I zygote : Deoptimizing void org.thoughtcrime.securesms.components.emoji.EmojiTextView.onMeasure(int, int) due to JIT inline cache
  103. 01-09 11:49:48.574 27146 30004 W cr_CrashFileManager: /data/user/0/org.thoughtcrime.securesms/cache/WebView/Crash Reports does not exist or is not a directory
  104. 01-09 11:49:49.704 27146 27146 W KeyboardAwareLinearLayout: onKeyboardOpen(741)
  105. 01-09 11:49:49.709 27146 27146 W CameraView: skipping layout due to zero-width/height preview size
  106. 01-09 11:49:50.530 27146 27146 I zygote : Deoptimizing int org.thoughtcrime.securesms.components.emoji.parsing.EmojiParser.getEmojiEndPos(java.lang.CharSequence, int) due to JIT inline cache
  107. 01-09 11:49:51.515 27146 27146 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
  108. 01-09 11:49:51.515 27146 27146 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
  109. 01-09 11:49:51.679 27146 29995 W WebSocketConnection: WSC onMessage()
  110. 01-09 11:49:51.679 27146 29995 W WebSocketConnection: Message Type: 1
  111. 01-09 11:49:51.680 27146 27175 W SignalServiceEnvelope: Our MAC: 44 24 83 89 05 22 06 ef 10 d6
  112. 01-09 11:49:51.680 27146 27175 W SignalServiceEnvelope: Thr MAC: 44 24 83 89 05 22 06 ef 10 d6
  113. 01-09 11:49:51.680 27146 27175 W MessageRetrievalService: Retrieved envelope! +*********17
  114. 01-09 11:49:51.681 27146 27175 W PushReceivedJob: Received receipt: (XXXXX, 1515516588324)
  115. 01-09 11:49:51.683 27146 27175 W EarlyReceiptCache: org.thoughtcrime.securesms.database.EarlyReceiptCache@e012cf5
  116. 01-09 11:49:51.683 27146 27175 W EarlyReceiptCache: Early receipt: (1515516588324, +*********17)
  117. 01-09 11:49:51.683 27146 27175 W EarlyReceiptCache: org.thoughtcrime.securesms.database.EarlyReceiptCache@415c9eb
  118. 01-09 11:49:51.683 27146 27175 W EarlyReceiptCache: Early receipt: (1515516588324, +*********17)
  119. 01-09 11:49:51.684 27146 27175 W MessageRetrievalService: Network requirement: true, active activities: 1, push pending: 0, gcm disabled: false
  120. 01-09 11:49:51.685 27146 27175 W MessageRetrievalService: Reading message...
  121. 01-09 11:49:52.764 27146 27146 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
  122. 01-09 11:49:52.764 27146 27146 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
  123. 01-09 11:49:56.818 27146 30004 W org.thoughtcrime.securesms.components.emoji.parsing.EmojiPageBitmap: loading page emoji/People.png
  124. 01-09 11:49:56.942 27146 30004 W org.thoughtcrime.securesms.components.emoji.parsing.EmojiPageBitmap: onPageLoaded(emoji/People.png)
  125. 01-09 11:49:57.254 27146 27146 W ConversationActivity: isManual Selection: false
  126. 01-09 11:49:57.254 27146 27146 W ConversationActivity: forceSms: false
  127. 01-09 11:49:57.264 27146 29992 W EarlyReceiptCache: org.thoughtcrime.securesms.database.EarlyReceiptCache@e012cf5
  128. 01-09 11:49:57.264 27146 29992 W EarlyReceiptCache: Checking early receipts (1515516597263): 0
  129. 01-09 11:49:57.264 27146 29992 W EarlyReceiptCache: org.thoughtcrime.securesms.database.EarlyReceiptCache@2b8468e
  130. 01-09 11:49:57.264 27146 29992 W EarlyReceiptCache: Checking early receipts (1515516597263): 0
  131. 01-09 11:49:57.274 27146 27146 I zygote : Deoptimizing org.thoughtcrime.securesms.components.emoji.parsing.EmojiTree$Matches org.thoughtcrime.securesms.components.emoji.parsing.EmojiTree.isEmoji(java.lang.CharSequence, int, int) due to JIT inline cache
  132. 01-09 11:49:57.274 27146 27146 I zygote : Deoptimizing org.thoughtcrime.securesms.components.emoji.parsing.EmojiDrawInfo org.thoughtcrime.securesms.components.emoji.parsing.EmojiTree.getEmoji(java.lang.CharSequence, int, int) due to JIT inline cache
  133. 01-09 11:49:57.275 27146 27146 W ConversationAdapter: Bind time: 3
  134. 01-09 11:49:57.275 27146 29992 W MmsSmsDatabase: Executing query: SELECT _id, unique_row_id, body, type, thread_id, address, address_device_id, subject, date_sent, date_received, m_type, msg_box, status, part_count, ct_l, tr_id, m_size, exp, st, delivery_receipt_count, read_receipt_count, mismatched_identities, network_failures, subscription_id, expires_in, expire_started, notified, transport_type, attachment_id, unique_id, mid, data_size, file_name, _data, thumbnail, ct, cl, digest, fast_preflight_id, voice_note, cd, name, pending_push FROM (SELECT DISTINCT date_sent AS date_sent, date AS date_received, _id, 'SMS::' || _id || '::' || date_sent AS unique_row_id, NULL AS attachment_id, body, read, thread_id, type, address, address_device_id, subject, NULL AS m_type, NULL AS msg_box, status, NULL AS part_count, NULL AS ct_l, NULL AS tr_id, NULL AS m_size, NULL AS exp, NULL AS st, delivery_receipt_count, read_receipt_count, mismatched_identities, subscription_id, expires_in, expire_started, notified, NULL AS network_failures, 'sms' AS transport_type, NULL AS unique_id, NULL AS mid, NULL AS data_size, NULL AS file_name, NULL AS _data, NULL AS thumbnail, NULL AS ct, NULL AS cl, NULL AS digest, NULL AS fast_preflight_id, NULL AS voice_note, NULL AS cd, NULL AS name, NULL AS pending_push FROM sms WHERE (thread_id = 1) UNION ALL SELECT DISTINCT date AS date_sent, date_received AS date_received, mms._id AS _id, 'MMS::' || mms._id || '::' || date AS unique_row_id, part._id AS attachment_id, body, read, thread_id, NULL AS type, address, address_device_id, NULL AS subject, m_type, msg_box, NULL AS status, part_count, ct_l, tr_id, m_size, exp, st, delivery_receipt_count, read_receipt_count, mismatched_identities, subscription_id, expires_in, expire_started, notified, network_failures, 'mms' AS transport_type, unique_id, mid, data_size, file_name, _data, thumbnail, ct, cl, digest, fast_preflight_id, voice_note, cd, name, pending_push FROM mms LEFT OUTER JOIN part ON part._id = (SELECT part._id FROM part WHERE part.mid = mms._id LIMIT 1) WHERE (thread_id = 1) ORDER BY date_received DESC LIMIT 1)
  135. 01-09 11:49:57.278 27146 27151 I zygote : Do full code cache collection, code=127KB, data=122KB
  136. 01-09 11:49:57.278 27146 27151 I zygote : After code cache collection, code=100KB, data=64KB
  137. 01-09 11:49:57.278 27146 27146 W ConversationAdapter: Bind time: 1
  138. 01-09 11:49:57.282 27146 27146 I chatty : uid=10124(org.thoughtcrime.securesms) identical 2 lines
  139. 01-09 11:49:57.284 27146 27146 W ConversationAdapter: Bind time: 1
  140. 01-09 11:49:57.320 27146 27168 W PushTextSendJob: Sending message: 24
  141. 01-09 11:49:57.320 27146 27168 W SignalServiceMessageSender: No attachments present...
  142. 01-09 11:49:57.326 27146 27168 W SignalServiceMessageSender: Transmitting over pipe...
  143. 01-09 11:49:57.326 27146 30053 W MmsSmsDatabase: Executing query: SELECT _id, unique_row_id, body, type, thread_id, address, address_device_id, subject, date_sent, date_received, m_type, msg_box, status, part_count, ct_l, tr_id, m_size, exp, st, delivery_receipt_count, read_receipt_count, mismatched_identities, network_failures, subscription_id, expires_in, expire_started, notified, transport_type, attachment_id, unique_id, mid, data_size, file_name, _data, thumbnail, ct, cl, digest, fast_preflight_id, voice_note, cd, name, pending_push FROM (SELECT DISTINCT date_sent AS date_sent, date AS date_received, _id, 'SMS::' || _id || '::' || date_sent AS unique_row_id, NULL AS attachment_id, body, read, thread_id, type, address, address_device_id, subject, NULL AS m_type, NULL AS msg_box, status, NULL AS part_count, NULL AS ct_l, NULL AS tr_id, NULL AS m_size, NULL AS exp, NULL AS st, delivery_receipt_count, read_receipt_count, mismatched_identities, subscription_id, expires_in, expire_started, notified, NULL AS network_failures, 'sms' AS transport_type, NULL AS unique_id, NULL AS mid, NULL AS data_size, NULL AS file_name, NULL AS _data, NULL AS thumbnail, NULL AS ct, NULL AS cl, NULL AS digest, NULL AS fast_preflight_id, NULL AS voice_note, NULL AS cd, NULL AS name, NULL AS pending_push FROM sms WHERE (thread_id = 1) UNION ALL SELECT DISTINCT date AS date_sent, date_received AS date_received, mms._id AS _id, 'MMS::' || mms._id || '::' || date AS unique_row_id, part._id AS attachment_id, body, read, thread_id, NULL AS type, address, address_device_id, NULL AS subject, m_type, msg_box, NULL AS status, part_count, ct_l, tr_id, m_size, exp, st, delivery_receipt_count, read_receipt_count, mismatched_identities, subscription_id, expires_in, expire_started, notified, network_failures, 'mms' AS transport_type, unique_id, mid, data_size, file_name, _data, thumbnail, ct, cl, digest, fast_preflight_id, voice_note, cd, name, pending_push FROM mms LEFT OUTER JOIN part ON part._id = (SELECT part._id FROM part WHERE part.mid = mms._id LIMIT 1) WHERE (thread_id = 1) ORDER BY date_received DESC LIMIT 500)
  144. 01-09 11:49:57.339 27146 27146 W ConversationFragment: onLoadFinished
  145. 01-09 11:49:57.359 27146 27146 W ConversationAdapter: Inflate time: 5
  146. 01-09 11:49:57.362 27146 27146 W ConversationAdapter: Bind time: 3
  147. 01-09 11:49:57.371 27146 27146 I chatty : uid=10124(org.thoughtcrime.securesms) identical 2 lines
  148. 01-09 11:49:57.375 27146 27146 W ConversationAdapter: Bind time: 3
  149. 01-09 11:49:57.378 27146 27146 W ConversationAdapter: Bind time: 2
  150. 01-09 11:49:57.392 27146 29995 W WebSocketConnection: WSC onMessage()
  151. 01-09 11:49:57.392 27146 29995 W WebSocketConnection: Message Type: 2
  152. 01-09 11:49:57.393 27146 27168 W MessageDatabase: Updating ID: 24 to base type: 10485783
  153. 01-09 11:49:57.403 27146 27168 W MmsSmsDatabase: Executing query: SELECT _id, unique_row_id, body, type, thread_id, address, address_device_id, subject, date_sent, date_received, m_type, msg_box, status, part_count, ct_l, tr_id, m_size, exp, st, delivery_receipt_count, read_receipt_count, mismatched_identities, network_failures, subscription_id, expires_in, expire_started, notified, transport_type, attachment_id, unique_id, mid, data_size, file_name, _data, thumbnail, ct, cl, digest, fast_preflight_id, voice_note, cd, name, pending_push FROM (SELECT DISTINCT date_sent AS date_sent, date AS date_received, _id, 'SMS::' || _id || '::' || date_sent AS unique_row_id, NULL AS attachment_id, body, read, thread_id, type, address, address_device_id, subject, NULL AS m_type, NULL AS msg_box, status, NULL AS part_count, NULL AS ct_l, NULL AS tr_id, NULL AS m_size, NULL AS exp, NULL AS st, delivery_receipt_count, read_receipt_count, mismatched_identities, subscription_id, expires_in, expire_started, notified, NULL AS network_failures, 'sms' AS transport_type, NULL AS unique_id, NULL AS mid, NULL AS data_size, NULL AS file_name, NULL AS _data, NULL AS thumbnail, NULL AS ct, NULL AS cl, NULL AS digest, NULL AS fast_preflight_id, NULL AS voice_note, NULL AS cd, NULL AS name, NULL AS pending_push FROM sms WHERE (thread_id = 1) UNION ALL SELECT DISTINCT date AS date_sent, date_received AS date_received, mms._id AS _id, 'MMS::' || mms._id || '::' || date AS unique_row_id, part._id AS attachment_id, body, read, thread_id, NULL AS type, address, address_device_id, NULL AS subject, m_type, msg_box, NULL AS status, part_count, ct_l, tr_id, m_size, exp, st, delivery_receipt_count, read_receipt_count, mismatched_identities, subscription_id, expires_in, expire_started, notified, network_failures, 'mms' AS transport_type, unique_id, mid, data_size, file_name, _data, thumbnail, ct, cl, digest, fast_preflight_id, voice_note, cd, name, pending_push FROM mms LEFT OUTER JOIN part ON part._id = (SELECT part._id FROM part WHERE part.mid = mms._id LIMIT 1) WHERE (thread_id = 1) ORDER BY date_received DESC LIMIT 1)
  154. 01-09 11:49:57.421 27146 29991 W MmsSmsDatabase: Executing query: SELECT _id, unique_row_id, body, type, thread_id, address, address_device_id, subject, date_sent, date_received, m_type, msg_box, status, part_count, ct_l, tr_id, m_size, exp, st, delivery_receipt_count, read_receipt_count, mismatched_identities, network_failures, subscription_id, expires_in, expire_started, notified, transport_type, attachment_id, unique_id, mid, data_size, file_name, _data, thumbnail, ct, cl, digest, fast_preflight_id, voice_note, cd, name, pending_push FROM (SELECT DISTINCT date_sent AS date_sent, date AS date_received, _id, 'SMS::' || _id || '::' || date_sent AS unique_row_id, NULL AS attachment_id, body, read, thread_id, type, address, address_device_id, subject, NULL AS m_type, NULL AS msg_box, status, NULL AS part_count, NULL AS ct_l, NULL AS tr_id, NULL AS m_size, NULL AS exp, NULL AS st, delivery_receipt_count, read_receipt_count, mismatched_identities, subscription_id, expires_in, expire_started, notified, NULL AS network_failures, 'sms' AS transport_type, NULL AS unique_id, NULL AS mid, NULL AS data_size, NULL AS file_name, NULL AS _data, NULL AS thumbnail, NULL AS ct, NULL AS cl, NULL AS digest, NULL AS fast_preflight_id, NULL AS voice_note, NULL AS cd, NULL AS name, NULL AS pending_push FROM sms WHERE (thread_id = 1) UNION ALL SELECT DISTINCT date AS date_sent, date_received AS date_received, mms._id AS _id, 'MMS::' || mms._id || '::' || date AS unique_row_id, part._id AS attachment_id, body, read, thread_id, NULL AS type, address, address_device_id, NULL AS subject, m_type, msg_box, NULL AS status, part_count, ct_l, tr_id, m_size, exp, st, delivery_receipt_count, read_receipt_count, mismatched_identities, subscription_id, expires_in, expire_started, notified, network_failures, 'mms' AS transport_type, unique_id, mid, data_size, file_name, _data, thumbnail, ct, cl, digest, fast_preflight_id, voice_note, cd, name, pending_push FROM mms LEFT OUTER JOIN part ON part._id = (SELECT part._id FROM part WHERE part.mid = mms._id LIMIT 1) WHERE (thread_id = 1) ORDER BY date_received DESC LIMIT 500)
  155. 01-09 11:49:57.437 27146 27146 W ConversationFragment: onLoadFinished
  156. 01-09 11:49:57.459 27146 27146 W ConversationAdapter: Bind time: 3
  157. 01-09 11:49:57.464 27146 27146 W ConversationAdapter: Bind time: 2
  158. 01-09 11:49:57.472 27146 27146 I chatty : uid=10124(org.thoughtcrime.securesms) identical 2 lines
  159. 01-09 11:49:57.477 27146 27146 W ConversationAdapter: Bind time: 2
  160. 01-09 11:49:57.962 27146 29995 W WebSocketConnection: WSC onMessage()
  161. 01-09 11:49:57.963 27146 29995 W WebSocketConnection: Message Type: 1
  162. 01-09 11:49:57.966 27146 27175 W SignalServiceEnvelope: Our MAC: 08 6b 8c dd 9a f1 3b b9 20 b7
  163. 01-09 11:49:57.966 27146 27175 W SignalServiceEnvelope: Thr MAC: 08 6b 8c dd 9a f1 3b b9 20 b7
  164. 01-09 11:49:57.967 27146 27175 W MessageRetrievalService: Retrieved envelope! +*********17
  165. 01-09 11:49:57.971 27146 27175 W PushReceivedJob: Received receipt: (XXXXX, 1515516597263)
  166. 01-09 11:49:57.991 27146 27175 W MmsSmsDatabase: Executing query: SELECT _id, unique_row_id, body, type, thread_id, address, address_device_id, subject, date_sent, date_received, m_type, msg_box, status, part_count, ct_l, tr_id, m_size, exp, st, delivery_receipt_count, read_receipt_count, mismatched_identities, network_failures, subscription_id, expires_in, expire_started, notified, transport_type, attachment_id, unique_id, mid, data_size, file_name, _data, thumbnail, ct, cl, digest, fast_preflight_id, voice_note, cd, name, pending_push FROM (SELECT DISTINCT date_sent AS date_sent, date AS date_received, _id, 'SMS::' || _id || '::' || date_sent AS unique_row_id, NULL AS attachment_id, body, read, thread_id, type, address, address_device_id, subject, NULL AS m_type, NULL AS msg_box, status, NULL AS part_count, NULL AS ct_l, NULL AS tr_id, NULL AS m_size, NULL AS exp, NULL AS st, delivery_receipt_count, read_receipt_count, mismatched_identities, subscription_id, expires_in, expire_started, notified, NULL AS network_failures, 'sms' AS transport_type, NULL AS unique_id, NULL AS mid, NULL AS data_size, NULL AS file_name, NULL AS _data, NULL AS thumbnail, NULL AS ct, NULL AS cl, NULL AS digest, NULL AS fast_preflight_id, NULL AS voice_note, NULL AS cd, NULL AS name, NULL AS pending_push FROM sms WHERE (thread_id = 1) UNION ALL SELECT DISTINCT date AS date_sent, date_received AS date_received, mms._id AS _id, 'MMS::' || mms._id || '::' || date AS unique_row_id, part._id AS attachment_id, body, read, thread_id, NULL AS type, address, address_device_id, NULL AS subject, m_type, msg_box, NULL AS status, part_count, ct_l, tr_id, m_size, exp, st, delivery_receipt_count, read_receipt_count, mismatched_identities, subscription_id, expires_in, expire_started, notified, network_failures, 'mms' AS transport_type, unique_id, mid, data_size, file_name, _data, thumbnail, ct, cl, digest, fast_preflight_id, voice_note, cd, name, pending_push FROM mms LEFT OUTER JOIN part ON part._id = (SELECT part._id FROM part WHERE part.mid = mms._id LIMIT 1) WHERE (thread_id = 1) ORDER BY date_received DESC LIMIT 1)
  167. 01-09 11:49:58.002 27146 27175 W EarlyReceiptCache: org.thoughtcrime.securesms.database.EarlyReceiptCache@415c9eb
  168. 01-09 11:49:58.002 27146 30005 W MmsSmsDatabase: Executing query: SELECT _id, unique_row_id, body, type, thread_id, address, address_device_id, subject, date_sent, date_received, m_type, msg_box, status, part_count, ct_l, tr_id, m_size, exp, st, delivery_receipt_count, read_receipt_count, mismatched_identities, network_failures, subscription_id, expires_in, expire_started, notified, transport_type, attachment_id, unique_id, mid, data_size, file_name, _data, thumbnail, ct, cl, digest, fast_preflight_id, voice_note, cd, name, pending_push FROM (SELECT DISTINCT date_sent AS date_sent, date AS date_received, _id, 'SMS::' || _id || '::' || date_sent AS unique_row_id, NULL AS attachment_id, body, read, thread_id, type, address, address_device_id, subject, NULL AS m_type, NULL AS msg_box, status, NULL AS part_count, NULL AS ct_l, NULL AS tr_id, NULL AS m_size, NULL AS exp, NULL AS st, delivery_receipt_count, read_receipt_count, mismatched_identities, subscription_id, expires_in, expire_started, notified, NULL AS network_failures, 'sms' AS transport_type, NULL AS unique_id, NULL AS mid, NULL AS data_size, NULL AS file_name, NULL AS _data, NULL AS thumbnail, NULL AS ct, NULL AS cl, NULL AS digest, NULL AS fast_preflight_id, NULL AS voice_note, NULL AS cd, NULL AS name, NULL AS pending_push FROM sms WHERE (thread_id = 1) UNION ALL SELECT DISTINCT date AS date_sent, date_received AS date_received, mms._id AS _id, 'MMS::' || mms._id || '::' || date AS unique_row_id, part._id AS attachment_id, body, read, thread_id, NULL AS type, address, address_device_id, NULL AS subject, m_type, msg_box, NULL AS status, part_count, ct_l, tr_id, m_size, exp, st, delivery_receipt_count, read_receipt_count, mismatched_identities, subscription_id, expires_in, expire_started, notified, network_failures, 'mms' AS transport_type, unique_id, mid, data_size, file_name, _data, thumbnail, ct, cl, digest, fast_preflight_id, voice_note, cd, name, pending_push FROM mms LEFT OUTER JOIN part ON part._id = (SELECT part._id FROM part WHERE part.mid = mms._id LIMIT 1) WHERE (thread_id = 1) ORDER BY date_received DESC LIMIT 500)
  169. 01-09 11:49:58.002 27146 27175 W EarlyReceiptCache: Early receipt: (1515516597263, +*********17)
  170. 01-09 11:49:58.004 27146 27175 W MessageRetrievalService: Network requirement: true, active activities: 1, push pending: 0, gcm disabled: false
  171. 01-09 11:49:58.005 27146 27146 W ConversationFragment: onLoadFinished
  172. 01-09 11:49:58.005 27146 27175 W MessageRetrievalService: Reading message...
  173. 01-09 11:49:58.029 27146 27146 W ConversationAdapter: Bind time: 3
  174. 01-09 11:49:58.034 27146 27146 W ConversationAdapter: Bind time: 3
  175. 01-09 11:49:58.038 27146 27146 W ConversationAdapter: Bind time: 2
  176. 01-09 11:49:58.042 27146 27146 W ConversationAdapter: Bind time: 2
  177. 01-09 11:49:58.047 27146 27146 W ConversationAdapter: Bind time: 3
  178. 01-09 11:50:02.620 27146 27146 W PassphraseRequiredActionBarActivity: onPause()
  179. 01-09 11:50:02.632 27146 27146 W KeyCachingService: onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_STOP_EVENT
  180. 01-09 11:50:02.632 27146 27146 W KeyCachingService: Decrementing activity count...
  181. 01-09 11:50:02.632 27146 27146 W MessageRetrievalService: Active Count: 0
  182. 01-09 11:50:02.640 27146 27146 W PassphraseRequiredActionBarActivity: onResume()
  183. 01-09 11:50:02.647 27146 27151 I zygote : Do partial code cache collection, code=121KB, data=95KB
  184. 01-09 11:50:02.648 27146 27151 I zygote : After code cache collection, code=119KB, data=94KB
  185. 01-09 11:50:02.648 27146 27151 I zygote : Increasing code cache capacity to 512KB
  186. 01-09 11:50:02.658 27146 27146 I zygote : Deoptimizing int android.support.v7.widget.RecyclerView$LayoutManager.getPosition(android.view.View) due to JIT inline cache
  187. 01-09 11:50:02.658 27146 27146 I zygote : Deoptimizing int android.support.v7.widget.OrientationHelper$2.getDecoratedStart(android.view.View) due to JIT inline cache
  188. 01-09 11:50:02.658 27146 27146 I zygote : Deoptimizing int android.support.v7.widget.RecyclerView$LayoutManager.getDecoratedTop(android.view.View) due to JIT inline cache
  189. 01-09 11:50:02.659 27146 27146 I zygote : Deoptimizing int android.support.v7.widget.RecyclerView$LayoutManager.getDecoratedBottom(android.view.View) due to JIT inline cache
  190. 01-09 11:50:02.659 27146 27146 I zygote : Deoptimizing long org.thoughtcrime.securesms.database.CursorRecyclerViewAdapter.getItemId(int) due to JIT inline cache
  191. 01-09 11:50:02.660 27146 27146 I zygote : Deoptimizing org.thoughtcrime.securesms.components.emoji.parsing.EmojiParser$CandidateList org.thoughtcrime.securesms.components.emoji.parsing.EmojiParser.findCandidates(java.lang.CharSequence) due to JIT inline cache
  192. 01-09 11:50:02.660 27146 27146 I zygote : Deoptimizing org.thoughtcrime.securesms.components.emoji.parsing.EmojiTree$Matches org.thoughtcrime.securesms.components.emoji.parsing.EmojiTree.isEmoji(java.lang.CharSequence, int, int) due to JIT inline cache
  193. 01-09 11:50:02.663 27146 27146 I zygote : Deoptimizing void android.support.v7.widget.RecyclerView$LayoutManager.addViewInt(android.view.View, int, boolean) due to JIT inline cache
  194. 01-09 11:50:02.663 27146 27146 I zygote : Deoptimizing void android.support.v7.widget.RecyclerView$LayoutManager.measureChildWithMargins(android.view.View, int, int) due to JIT inline cache
  195. 01-09 11:50:02.666 27146 27146 W KeyCachingService: onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_START_EVENT
  196. 01-09 11:50:02.667 27146 27146 W KeyCachingService: Incrementing activity count...
  197. 01-09 11:50:02.667 27146 27146 W MessageRetrievalService: Active Count: 1
  198. 01-09 11:50:02.674 27146 27146 I zygote : Deoptimizing android.view.View android.support.v7.widget.ViewBoundsCheck.findOneViewWithinBoundFlags(int, int, int, int) due to JIT inline cache
  199. 01-09 11:50:02.674 27146 27146 I zygote : Deoptimizing int android.support.v7.widget.RecyclerView$LayoutManager$2.getChildStart(android.view.View) due to JIT inline cache
  200. 01-09 11:50:02.674 27146 27146 I zygote : Deoptimizing int android.support.v7.widget.RecyclerView$LayoutManager$2.getChildEnd(android.view.View) due to JIT inline cache
  201. 01-09 11:50:02.861 27146 27146 W EventBus: Subscriber to unregister was not registered before: class org.thoughtcrime.securesms.ConversationActivity
  202. 01-09 11:50:02.864 27146 27146 W PassphraseRequiredActionBarActivity: onDestroy()
  203. 01-09 11:50:02.865 27146 29987 W MmsSmsDatabase: Executing query: SELECT _id, unique_row_id, body, type, thread_id, address, address_device_id, subject, date_sent, date_received, m_type, msg_box, status, part_count, ct_l, tr_id, m_size, exp, st, delivery_receipt_count, read_receipt_count, mismatched_identities, network_failures, subscription_id, expires_in, expire_started, notified, transport_type, attachment_id, unique_id, mid, data_size, file_name, _data, thumbnail, ct, cl, digest, fast_preflight_id, voice_note, cd, name, pending_push FROM (SELECT DISTINCT date_sent AS date_sent, date AS date_received, _id, 'SMS::' || _id || '::' || date_sent AS unique_row_id, NULL AS attachment_id, body, read, thread_id, type, address, address_device_id, subject, NULL AS m_type, NULL AS msg_box, status, NULL AS part_count, NULL AS ct_l, NULL AS tr_id, NULL AS m_size, NULL AS exp, NULL AS st, delivery_receipt_count, read_receipt_count, mismatched_identities, subscription_id, expires_in, expire_started, notified, NULL AS network_failures, 'sms' AS transport_type, NULL AS unique_id, NULL AS mid, NULL AS data_size, NULL AS file_name, NULL AS _data, NULL AS thumbnail, NULL AS ct, NULL AS cl, NULL AS digest, NULL AS fast_preflight_id, NULL AS voice_note, NULL AS cd, NULL AS name, NULL AS pending_push FROM sms WHERE (thread_id = 1) UNION ALL SELECT DISTINCT date AS date_sent, date_received AS date_received, mms._id AS _id, 'MMS::' || mms._id || '::' || date AS unique_row_id, part._id AS attachment_id, body, read, thread_id, NULL AS type, address, address_device_id, NULL AS subject, m_type, msg_box, NULL AS status, part_count, ct_l, tr_id, m_size, exp, st, delivery_receipt_count, read_receipt_count, mismatched_identities, subscription_id, expires_in, expire_started, notified, network_failures, 'mms' AS transport_type, unique_id, mid, data_size, file_name, _data, thumbnail, ct, cl, digest, fast_preflight_id, voice_note, cd, name, pending_push FROM mms LEFT OUTER JOIN part ON part._id = (SELECT part._id FROM part WHERE part.mid = mms._id LIMIT 1) WHERE (thread_id = 1) ORDER BY date_received DESC LIMIT 1)
  204. 01-09 11:50:04.607 27146 27146 W PassphraseRequiredActionBarActivity: onPause()
  205. 01-09 11:50:04.619 27146 27146 W KeyCachingService: onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_STOP_EVENT
  206. 01-09 11:50:04.619 27146 27146 W KeyCachingService: Decrementing activity count...
  207. 01-09 11:50:04.620 27146 27146 W MessageRetrievalService: Active Count: 0
  208. 01-09 11:50:04.621 27146 27146 W PassphraseRequiredActionBarActivity: onCreate(null)
  209. 01-09 11:50:04.622 27146 27146 W ExperienceUpgradeActivity: getExperienceUpgrade(327)
  210. 01-09 11:50:04.622 27146 27146 W PassphraseRequiredActionBarActivity: routeApplicationState(), state: 0
  211. 01-09 11:50:04.624 27146 27146 W PassphraseRequiredActionBarActivity: initializeClearKeyReceiver()
  212. 01-09 11:50:04.645 27146 27146 W PassphraseRequiredActionBarActivity: onResume()
  213. 01-09 11:50:04.671 27146 27146 I zygote : Deoptimizing int org.thoughtcrime.securesms.components.emoji.parsing.EmojiParser.getEmojiEndPos(java.lang.CharSequence, int) due to JIT inline cache
  214. 01-09 11:50:04.689 27146 27146 W KeyCachingService: onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_START_EVENT
  215. 01-09 11:50:04.689 27146 27146 W KeyCachingService: Incrementing activity count...
  216. 01-09 11:50:04.689 27146 27146 W MessageRetrievalService: Active Count: 1
  217. 01-09 11:50:04.727 27146 29993 D OpenGLRenderer: endAllActiveAnimators on 0xc952e980 (MenuPopupWindow$MenuDropDownListView) with handle 0xccf2f260
  218. 01-09 11:50:06.515 27146 27146 W PassphraseRequiredActionBarActivity: onPause()
  219. 01-09 11:50:06.521 27146 27146 W KeyCachingService: onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_STOP_EVENT
  220. 01-09 11:50:06.521 27146 27146 W KeyCachingService: Decrementing activity count...
  221. 01-09 11:50:06.521 27146 27146 W MessageRetrievalService: Active Count: 0
Add Comment
Please, Sign In to add comment