Skip to content

Instantly share code, notes, and snippets.

/cat.log Secret

Created May 23, 2017 10:45
Show Gist options
  • Save anonymous/9ea84f49598b61d297226a30e1654dae to your computer and use it in GitHub Desktop.
Save anonymous/9ea84f49598b61d297226a30e1654dae to your computer and use it in GitHub Desktop.
Device : LGE Nexus 5X (aosp_bullhead)
Android : 7.1.2 (2017.05.01.22.35.44, N2G47O.2017.05.01.22.35.44)
Memory : 37M (28.21% free, 512M max)
Memclass: 192
OS Host : host
App : Signal 4.5.3
--------- beginning of main
05-23 06:14:23.390 25046 25082 I chatty : uid=10114(org.thoughtcrime.securesms) Thread-1 expire 21 lines
05-23 06:15:28.347 25046 9199 I chatty : uid=10114(org.thoughtcrime.securesms) expire 12 lines
05-23 06:15:28.533 25046 9179 I chatty : uid=10114(org.thoughtcrime.securesms) expire 10 lines
05-23 06:20:03.578 25046 9179 I chatty : uid=10114(org.thoughtcrime.securesms) expire 10 lines
05-23 06:21:23.427 25046 25082 I chatty : uid=10114(org.thoughtcrime.securesms) Thread-1 expire 12 lines
05-23 06:24:38.684 25046 9179 I chatty : uid=10114(org.thoughtcrime.securesms) expire 10 lines
05-23 06:25:23.454 25046 25082 I chatty : uid=10114(org.thoughtcrime.securesms) Thread-1 expire 12 lines
05-23 06:26:28.363 25046 9199 I chatty : uid=10114(org.thoughtcrime.securesms) expire 6 lines
05-23 06:29:13.686 25046 9179 I chatty : uid=10114(org.thoughtcrime.securesms) expire 8 lines
05-23 06:29:23.478 25046 25082 I chatty : uid=10114(org.thoughtcrime.securesms) Thread-1 expire 12 lines
05-23 06:32:41.335 25046 11805 I chatty : uid=10114(org.thoughtcrime.securesms) expire 3 lines
05-23 06:38:31.826 25046 11864 I chatty : uid=10114(org.thoughtcrime.securesms) expire 1 line
05-23 06:38:43.840 25046 25046 I chatty : uid=10114(org.thoughtcrime.securesms) expire 21 lines
05-23 06:38:55.928 25046 12308 I chatty : uid=10114(org.thoughtcrime.securesms) expire 1 line
05-23 06:38:55.939 25046 25356 I chatty : uid=10114(org.thoughtcrime.securesms) ModernAsyncTask expire 1 line
05-23 06:38:55.974 25046 25046 I chatty : uid=10114(org.thoughtcrime.securesms) expire 8 lines
05-23 06:38:56.040 25046 12310 I chatty : uid=10114(org.thoughtcrime.securesms) expire 8 lines
05-23 06:38:56.083 25046 25046 I chatty : uid=10114(org.thoughtcrime.securesms) expire 19 lines
05-23 06:38:56.244 25046 25079 I chatty : uid=10114(org.thoughtcrime.securesms) RenderThread expire 1 line
05-23 06:39:11.872 25046 25046 I chatty : uid=10114(org.thoughtcrime.securesms) expire 10 lines
05-23 06:39:11.974 25046 25106 I chatty : uid=10114(org.thoughtcrime.securesms) ModernAsyncTask expire 1 line
05-23 06:39:12.054 25046 25068 I chatty : uid=10114(org.thoughtcrime.securesms) JobConsumer-2 expire 12 lines
05-23 06:39:22.481 25046 25061 I chatty : uid=10114(org.thoughtcrime.securesms) HeapTaskDaemon expire 1 line
05-23 06:39:26.827 25046 11864 I chatty : uid=10114(org.thoughtcrime.securesms) expire 1 line
05-23 06:39:36.145 25046 25068 I chatty : uid=10114(org.thoughtcrime.securesms) JobConsumer-2 expire 3 lines
05-23 06:39:36.828 25046 25082 I chatty : uid=10114(org.thoughtcrime.securesms) Thread-1 expire 3 lines
05-23 06:39:40.561 25046 25068 I chatty : uid=10114(org.thoughtcrime.securesms) JobConsumer-2 expire 2 lines
05-23 06:39:40.639 25046 25133 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, 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, 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, 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 cd, NULL AS name, NULL AS pending_push FROM sms WHERE (thread_id = 2) 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, 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, 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 = 2) ORDER BY date_received DESC LIMIT 500)
05-23 06:39:40.671 25046 25046 W ConversationFragment: onLoadFinished
05-23 06:39:40.691 25046 25046 W ConversationAdapter: Bind time: 2
05-23 06:39:40.703 25046 25046 W ConversationAdapter: Bind time: 10
05-23 06:39:40.708 25046 25046 W ConversationAdapter: Bind time: 3
05-23 06:40:11.772 25046 25046 W IInputConnectionWrapper: finishComposingText on inactive InputConnection
05-23 06:40:11.779 25046 25046 W IInputConnectionWrapper: getSelectedText on inactive InputConnection
05-23 06:40:11.783 25046 25046 W IInputConnectionWrapper: requestCursorAnchorInfo on inactive InputConnection
05-23 06:40:11.789 25046 25046 W IInputConnectionWrapper: getTextBeforeCursor on inactive InputConnection
05-23 06:40:11.794 25046 25046 W IInputConnectionWrapper: getTextBeforeCursor on inactive InputConnection
05-23 06:40:11.816 25046 25046 W IInputConnectionWrapper: getTextBeforeCursor on inactive InputConnection
05-23 06:40:11.819 25046 25046 W IInputConnectionWrapper: getTextBeforeCursor on inactive InputConnection
05-23 06:40:11.820 25046 25046 W IInputConnectionWrapper: getTextBeforeCursor on inactive InputConnection
05-23 06:40:11.822 25046 25046 W IInputConnectionWrapper: getTextBeforeCursor on inactive InputConnection
05-23 06:40:11.823 25046 25046 W IInputConnectionWrapper: getTextBeforeCursor on inactive InputConnection
05-23 06:40:11.824 25046 25046 W IInputConnectionWrapper: getTextBeforeCursor on inactive InputConnection
05-23 06:40:11.826 25046 25046 W IInputConnectionWrapper: getTextBeforeCursor on inactive InputConnection
05-23 06:40:11.827 25046 25046 W IInputConnectionWrapper: getSelectedText on inactive InputConnection
05-23 06:40:11.828 25046 25046 W IInputConnectionWrapper: getTextBeforeCursor on inactive InputConnection
05-23 06:40:12.089 25046 25046 W PassphraseRequiredActionBarActivity: onPause()
05-23 06:40:12.136 25046 25046 W KeyCachingService: onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_STOP_EVENT
05-23 06:40:12.137 25046 25046 W KeyCachingService: Decrementing activity count...
05-23 06:40:12.156 25046 25046 W MessageRetrievalService: Active Count: 0
05-23 06:40:12.161 25046 25046 W EventBus: Subscriber to unregister was not registered before: class org.thoughtcrime.securesms.ConversationActivity
05-23 06:40:13.894 25046 25046 W PassphraseRequiredActionBarActivity: onResume()
05-23 06:40:13.905 25046 25046 W ConversationActivity: onResume() Finished: 78147
05-23 06:40:13.906 25046 25046 W IInputConnectionWrapper: finishComposingText on inactive InputConnection
05-23 06:40:13.906 25046 25046 W IInputConnectionWrapper: getTextBeforeCursor on inactive InputConnection
05-23 06:40:13.934 25046 25046 W ConversationAdapter: Bind time: 2
05-23 06:40:13.939 25046 25046 W ConversationAdapter: Bind time: 4
05-23 06:40:13.941 25046 25046 W ConversationAdapter: Bind time: 1
05-23 06:40:13.949 25046 25046 W KeyCachingService: onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_START_EVENT
05-23 06:40:13.949 25046 25046 W KeyCachingService: Incrementing activity count...
05-23 06:40:13.950 25046 25046 W MessageRetrievalService: Active Count: 1
05-23 06:40:13.951 25046 25046 W IInputConnectionWrapper: getSelectedText on inactive InputConnection
05-23 06:40:13.953 25046 25046 W IInputConnectionWrapper: requestCursorAnchorInfo on inactive InputConnection
05-23 06:40:13.954 25046 25046 W IInputConnectionWrapper: getTextBeforeCursor on inactive InputConnection
05-23 06:40:13.956 25046 25046 W IInputConnectionWrapper: getTextBeforeCursor on inactive InputConnection
05-23 06:40:13.973 25046 12796 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, 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, 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, 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 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, 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, 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)
05-23 06:40:21.829 25046 11864 W WebSocketConnection: Sending keep alive...
05-23 06:40:36.832 25046 25082 W MessageRetrievalService: Application level read timeout...
05-23 06:40:36.836 25046 25082 W MessageRetrievalService: Network requirement: true, active activities: 1, push pending: 0, gcm disabled: true
05-23 06:40:36.838 25046 25082 W MessageRetrievalService: Reading message...
05-23 06:41:10.005 25046 25046 W PassphraseRequiredActionBarActivity: onPause()
05-23 06:41:10.037 25046 25046 W KeyCachingService: onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_STOP_EVENT
05-23 06:41:10.037 25046 25046 W KeyCachingService: Decrementing activity count...
05-23 06:41:10.037 25046 25046 W MessageRetrievalService: Active Count: 0
05-23 06:41:10.047 25046 25046 W PassphraseRequiredActionBarActivity: onResume()
05-23 06:41:10.182 25046 25046 W KeyCachingService: onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_START_EVENT
05-23 06:41:10.182 25046 25046 W KeyCachingService: Incrementing activity count...
05-23 06:41:10.183 25046 25046 W MessageRetrievalService: Active Count: 1
05-23 06:41:10.204 25046 25046 W IInputConnectionWrapper: finishComposingText on inactive InputConnection
05-23 06:41:10.206 25046 25046 W IInputConnectionWrapper: finishComposingText on inactive InputConnection
05-23 06:41:10.372 25046 25046 W EventBus: Subscriber to unregister was not registered before: class org.thoughtcrime.securesms.ConversationActivity
05-23 06:41:10.373 25046 25046 W PassphraseRequiredActionBarActivity: onDestroy()
05-23 06:41:10.382 25046 12948 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, 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, 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, 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 cd, NULL AS name, NULL AS pending_push FROM sms WHERE (thread_id = 2) 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, 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, 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 = 2) ORDER BY date_received DESC LIMIT 1)
05-23 06:41:11.434 25046 25046 W PassphraseRequiredActionBarActivity: onPause()
05-23 06:41:11.444 25046 25046 W KeyCachingService: onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_STOP_EVENT
05-23 06:41:11.444 25046 25046 W KeyCachingService: Decrementing activity count...
05-23 06:41:11.444 25046 25046 W MessageRetrievalService: Active Count: 0
05-23 06:41:11.447 25046 25046 W PassphraseRequiredActionBarActivity: onCreate(null)
05-23 06:41:11.449 25046 25046 W ExperienceUpgradeActivity: getExperienceUpgrade(266)
05-23 06:41:11.450 25046 25046 W PassphraseRequiredActionBarActivity: routeApplicationState(), state: 0
05-23 06:41:11.452 25046 25046 W PassphraseRequiredActionBarActivity: initializeClearKeyReceiver()
05-23 06:41:11.454 25046 25046 W ConversationActivity: onCreate()
05-23 06:41:11.454 25046 25046 I AppCompatDelegate: You should now use the AppCompatDelegate.FEATURE_SUPPORT_ACTION_BAR_OVERLAY id when requesting this feature.
05-23 06:41:11.468 25046 25046 W QuickAttachmentDrawer: updateControlsView()
05-23 06:41:11.558 25046 12952 W PhoneNumberFormatter: Got local CC: US
05-23 06:41:11.568 25046 25133 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, 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, 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, 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 cd, NULL AS name, NULL AS pending_push FROM sms WHERE (thread_id = 11) 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, 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, 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 = 11) ORDER BY date_received DESC LIMIT 500)
05-23 06:41:11.569 25046 25046 W PassphraseRequiredActionBarActivity: onResume()
05-23 06:41:11.584 25046 25046 W ConversationActivity: onResume() Finished: 165
05-23 06:41:11.596 25046 25046 W KeyboardAwareLinearLayout: rotation changed
05-23 06:41:11.596 25046 25046 W KeyboardAwareLinearLayout: onKeyboardClose()
05-23 06:41:11.596 25046 12945 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, 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, 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, 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 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, 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, 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)
05-23 06:41:11.615 25046 25046 W CameraView: skipping layout due to zero-width/height preview size
05-23 06:41:11.619 25046 25046 W KeyCachingService: onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_START_EVENT
05-23 06:41:11.619 25046 25046 W KeyCachingService: Incrementing activity count...
05-23 06:41:11.619 25046 25046 W MessageRetrievalService: Active Count: 1
05-23 06:41:11.620 25046 25046 W ConversationFragment: onLoadFinished
05-23 06:41:11.622 25046 12944 W RecipientPreferenceDatabase: Muted until: 0
05-23 06:41:11.623 25046 25046 W PhoneNumberFormatter: Got local CC: US
05-23 06:41:11.650 25046 25046 W ConversationAdapter: Inflate time: 10
05-23 06:41:11.652 25046 25046 W ConversationAdapter: Bind time: 1
05-23 06:41:11.654 25046 25046 W PhoneNumberFormatter: Got local CC: US
05-23 06:41:11.666 25046 25046 W ConversationAdapter: Inflate time: 10
05-23 06:41:11.682 25046 25046 W ConversationAdapter: Bind time: 16
05-23 06:41:11.693 25046 25046 W ConversationAdapter: Inflate time: 9
05-23 06:41:11.762 25046 25046 W ConversationAdapter: Bind time: 69
05-23 06:41:11.772 25046 25046 W ConversationAdapter: Inflate time: 7
05-23 06:41:11.773 25046 25046 W ConversationAdapter: Bind time: 1
05-23 06:41:11.784 25046 25046 W ConversationAdapter: Inflate time: 7
05-23 06:41:11.798 25046 25046 W ConversationAdapter: Bind time: 14
05-23 06:41:11.812 25046 25046 W ConversationAdapter: Inflate time: 8
05-23 06:41:11.826 25046 25046 W ConversationAdapter: Bind time: 14
05-23 06:41:11.869 25046 25046 W ConversationActivity: updateInviteReminder(false)
05-23 06:41:11.869 25046 25046 W ConversationActivity: updateDefaultSubscriptionId(1)
05-23 06:41:16.832 25046 11864 W WebSocketConnection: Sending keep alive...
05-23 06:41:36.842 25046 25082 W MessageRetrievalService: Application level read timeout...
05-23 06:41:36.846 25046 25082 W MessageRetrievalService: Network requirement: true, active activities: 1, push pending: 0, gcm disabled: true
05-23 06:41:36.848 25046 25082 W MessageRetrievalService: Reading message...
05-23 06:42:11.371 25046 25046 W IInputConnectionWrapper: finishComposingText on inactive InputConnection
05-23 06:42:11.716 25046 25046 W PassphraseRequiredActionBarActivity: onPause()
05-23 06:42:11.776 25046 25046 W KeyCachingService: onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_STOP_EVENT
05-23 06:42:11.776 25046 25046 W KeyCachingService: Decrementing activity count...
05-23 06:42:11.781 25046 25046 W MessageRetrievalService: Active Count: 0
05-23 06:42:11.801 25046 25046 W EventBus: Subscriber to unregister was not registered before: class org.thoughtcrime.securesms.ConversationActivity
05-23 06:42:11.834 25046 11864 W WebSocketConnection: Sending keep alive...
05-23 06:42:21.312 25046 25046 W PassphraseRequiredActionBarActivity: onResume()
05-23 06:42:21.343 25046 25046 W ConversationActivity: onResume() Finished: 69924
05-23 06:42:21.363 25046 25046 W ConversationAdapter: Bind time: 3
05-23 06:42:21.373 25046 13065 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, 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, 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, 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 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, 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, 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)
05-23 06:42:21.386 25046 25046 W ConversationAdapter: Bind time: 21
05-23 06:42:21.408 25046 25046 W ConversationAdapter: Bind time: 20
05-23 06:42:21.412 25046 25046 W ConversationAdapter: Bind time: 3
05-23 06:42:21.435 25046 25046 W ConversationAdapter: Bind time: 21
05-23 06:42:21.438 25046 25046 W ConversationAdapter: Bind time: 2
05-23 06:42:21.447 25046 25046 W KeyCachingService: onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_START_EVENT
05-23 06:42:21.447 25046 25046 W KeyCachingService: Incrementing activity count...
05-23 06:42:21.448 25046 25046 W MessageRetrievalService: Active Count: 1
05-23 06:42:21.556 25046 25046 W IInputConnectionWrapper: finishComposingText on inactive InputConnection
05-23 06:42:23.742 25046 25046 W PassphraseRequiredActionBarActivity: onPause()
05-23 06:42:23.776 25046 25046 W KeyCachingService: onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_STOP_EVENT
05-23 06:42:23.776 25046 25046 W KeyCachingService: Decrementing activity count...
05-23 06:42:23.776 25046 25046 W MessageRetrievalService: Active Count: 0
05-23 06:42:23.791 25046 25046 W PassphraseRequiredActionBarActivity: onResume()
05-23 06:42:23.891 25046 25046 W KeyCachingService: onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_START_EVENT
05-23 06:42:23.891 25046 25046 W KeyCachingService: Incrementing activity count...
05-23 06:42:23.892 25046 25046 W MessageRetrievalService: Active Count: 1
05-23 06:42:23.960 25046 25046 W IInputConnectionWrapper: finishComposingText on inactive InputConnection
05-23 06:42:23.981 25046 25079 D OpenGLRenderer: endAllActiveAnimators on 0xdc4b5000 (RippleDrawable) with handle 0xdaca97e0
05-23 06:42:24.069 25046 25046 W EventBus: Subscriber to unregister was not registered before: class org.thoughtcrime.securesms.ConversationActivity
05-23 06:42:24.070 25046 25046 W PassphraseRequiredActionBarActivity: onDestroy()
05-23 06:42:24.072 25046 13052 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, 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, 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, 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 cd, NULL AS name, NULL AS pending_push FROM sms WHERE (thread_id = 11) 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, 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, 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 = 11) ORDER BY date_received DESC LIMIT 1)
05-23 06:42:24.638 25046 25046 W PassphraseRequiredActionBarActivity: onPause()
05-23 06:42:24.653 25046 25046 W KeyCachingService: onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_STOP_EVENT
05-23 06:42:24.653 25046 25046 W KeyCachingService: Decrementing activity count...
05-23 06:42:24.653 25046 25046 W MessageRetrievalService: Active Count: 0
05-23 06:42:24.657 25046 25046 W PassphraseRequiredActionBarActivity: onCreate(null)
05-23 06:42:24.658 25046 25046 W ExperienceUpgradeActivity: getExperienceUpgrade(266)
05-23 06:42:24.659 25046 25046 W PassphraseRequiredActionBarActivity: routeApplicationState(), state: 0
05-23 06:42:24.661 25046 25046 W PassphraseRequiredActionBarActivity: initializeClearKeyReceiver()
05-23 06:42:24.663 25046 25046 W ConversationActivity: onCreate()
05-23 06:42:24.663 25046 25046 I AppCompatDelegate: You should now use the AppCompatDelegate.FEATURE_SUPPORT_ACTION_BAR_OVERLAY id when requesting this feature.
05-23 06:42:24.674 25046 25046 W QuickAttachmentDrawer: updateControlsView()
05-23 06:42:24.753 25046 13065 W PhoneNumberFormatter: Got local CC: US
05-23 06:42:24.761 25046 25133 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, 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, 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, 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 cd, NULL AS name, NULL AS pending_push FROM sms WHERE (thread_id = 2) 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, 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, 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 = 2) ORDER BY date_received DESC LIMIT 500)
05-23 06:42:24.762 25046 25046 W PassphraseRequiredActionBarActivity: onResume()
05-23 06:42:24.780 25046 25046 W ConversationActivity: onResume() Finished: 153
05-23 06:42:24.791 25046 25046 W KeyboardAwareLinearLayout: rotation changed
05-23 06:42:24.791 25046 25046 W KeyboardAwareLinearLayout: onKeyboardClose()
05-23 06:42:24.816 25046 25046 W CameraView: skipping layout due to zero-width/height preview size
05-23 06:42:24.843 25046 25046 W KeyCachingService: onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_START_EVENT
05-23 06:42:24.843 25046 25046 W KeyCachingService: Incrementing activity count...
05-23 06:42:24.844 25046 25046 W MessageRetrievalService: Active Count: 1
05-23 06:42:24.853 25046 13004 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, 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, 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, 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 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, 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, 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)
05-23 06:42:24.866 25046 13004 W RecipientPreferenceDatabase: Muted until: 0
05-23 06:42:24.882 25046 25046 W ConversationFragment: onLoadFinished
05-23 06:42:24.901 25046 25046 W ConversationAdapter: Inflate time: 9
05-23 06:42:24.902 25046 25046 W ConversationAdapter: Bind time: 1
05-23 06:42:24.915 25046 25046 W ConversationAdapter: Inflate time: 10
05-23 06:42:24.921 25046 25046 W ConversationAdapter: Bind time: 6
05-23 06:42:24.932 25046 25046 W ConversationAdapter: Inflate time: 8
05-23 06:42:24.933 25046 25046 W ConversationAdapter: Bind time: 1
05-23 06:42:24.944 25046 25046 W ConversationAdapter: Inflate time: 9
05-23 06:42:24.948 25046 25046 W ConversationAdapter: Bind time: 4
05-23 06:42:24.956 25046 25046 W ConversationAdapter: Inflate time: 6
05-23 06:42:24.961 25046 25046 W ConversationAdapter: Bind time: 4
05-23 06:42:24.969 25046 25046 W ConversationAdapter: Inflate time: 6
05-23 06:42:24.970 25046 25046 W ConversationAdapter: Bind time: 1
05-23 06:42:24.996 25046 25046 W ConversationActivity: updateInviteReminder(false)
05-23 06:42:24.996 25046 25046 W ConversationActivity: updateDefaultSubscriptionId(null)
05-23 06:42:25.022 25046 25079 D OpenGLRenderer: endAllActiveAnimators on 0xda10c400 (RippleDrawable) with handle 0xdce02a60
05-23 06:42:44.203 25046 25082 W MessageRetrievalService: Application level read timeout...
05-23 06:42:44.207 25046 25082 W MessageRetrievalService: Network requirement: true, active activities: 1, push pending: 0, gcm disabled: true
05-23 06:42:44.209 25046 25082 W MessageRetrievalService: Reading message...
05-23 06:43:14.188 25046 11864 W WebSocketConnection: Sending keep alive...
05-23 06:43:24.597 25046 25046 W IInputConnectionWrapper: finishComposingText on inactive InputConnection
05-23 06:43:24.928 25046 25046 W PassphraseRequiredActionBarActivity: onPause()
05-23 06:43:24.998 25046 25046 W KeyCachingService: onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_STOP_EVENT
05-23 06:43:24.998 25046 25046 W KeyCachingService: Decrementing activity count...
05-23 06:43:24.998 25046 25046 W MessageRetrievalService: Active Count: 0
05-23 06:43:25.021 25046 25046 W EventBus: Subscriber to unregister was not registered before: class org.thoughtcrime.securesms.ConversationActivity
05-23 06:43:31.522 25046 25046 W PassphraseRequiredActionBarActivity: onResume()
05-23 06:43:31.532 25046 25046 W ConversationActivity: onResume() Finished: 66905
05-23 06:43:31.543 25046 25046 W ConversationAdapter: Bind time: 1
05-23 06:43:31.551 25046 25046 W ConversationAdapter: Bind time: 7
05-23 06:43:31.554 25046 25046 W ConversationAdapter: Bind time: 2
05-23 06:43:31.560 25046 25046 W ConversationAdapter: Bind time: 5
05-23 06:43:31.566 25046 25046 W ConversationAdapter: Bind time: 5
05-23 06:43:31.568 25046 25046 W ConversationAdapter: Bind time: 1
05-23 06:43:31.574 25046 25046 W KeyCachingService: onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_START_EVENT
05-23 06:43:31.574 25046 25046 W KeyCachingService: Incrementing activity count...
05-23 06:43:31.576 25046 25046 W MessageRetrievalService: Active Count: 1
05-23 06:43:31.605 25046 13261 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, 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, 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, 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 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, 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, 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)
05-23 06:43:31.711 25046 25046 W IInputConnectionWrapper: finishComposingText on inactive InputConnection
05-23 06:43:48.536 25046 25082 W MessageRetrievalService: Application level read timeout...
05-23 06:43:48.540 25046 25082 W MessageRetrievalService: Network requirement: true, active activities: 1, push pending: 0, gcm disabled: true
05-23 06:43:48.542 25046 25082 W MessageRetrievalService: Reading message...
05-23 06:44:11.633 25046 11805 W WebSocketConnection: onFailure()
05-23 06:44:11.655 25046 11805 W WebSocketConnection: javax.net.ssl.SSLException: Read error: ssl=0xda5af400: I/O error during system call, Connection timed out
05-23 06:44:11.655 25046 11805 W WebSocketConnection: at com.android.org.conscrypt.NativeCrypto.SSL_read(Native Method)
05-23 06:44:11.655 25046 11805 W WebSocketConnection: at com.android.org.conscrypt.OpenSSLSocketImpl$SSLInputStream.read(OpenSSLSocketImpl.java:758)
05-23 06:44:11.655 25046 11805 W WebSocketConnection: at okio.Okio$2.read(Okio.java:138)
05-23 06:44:11.655 25046 11805 W WebSocketConnection: at okio.AsyncTimeout$2.read(AsyncTimeout.java:236)
05-23 06:44:11.655 25046 11805 W WebSocketConnection: at okio.RealBufferedSource.request(RealBufferedSource.java:66)
05-23 06:44:11.655 25046 11805 W WebSocketConnection: at okio.RealBufferedSource.require(RealBufferedSource.java:59)
05-23 06:44:11.655 25046 11805 W WebSocketConnection: at okio.RealBufferedSource.readByte(RealBufferedSource.java:72)
05-23 06:44:11.655 25046 11805 W WebSocketConnection: at okhttp3.internal.ws.WebSocketReader.readHeader(WebSocketReader.java:113)
05-23 06:44:11.655 25046 11805 W WebSocketConnection: at okhttp3.internal.ws.WebSocketReader.processNextFrame(WebSocketReader.java:97)
05-23 06:44:11.655 25046 11805 W WebSocketConnection: at okhttp3.internal.ws.RealWebSocket.loopReader(RealWebSocket.java:262)
05-23 06:44:11.655 25046 11805 W WebSocketConnection: at okhttp3.internal.ws.RealWebSocket$2.onResponse(RealWebSocket.java:201)
05-23 06:44:11.655 25046 11805 W WebSocketConnection: at okhttp3.RealCall$AsyncCall.execute(RealCall.java:135)
05-23 06:44:11.655 25046 11805 W WebSocketConnection: at okhttp3.internal.NamedRunnable.run(NamedRunnable.java:32)
05-23 06:44:11.655 25046 11805 W WebSocketConnection: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133)
05-23 06:44:11.655 25046 11805 W WebSocketConnection: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
05-23 06:44:11.655 25046 11805 W WebSocketConnection: at java.lang.Thread.run(Thread.java:761)
05-23 06:44:11.656 25046 11805 W WebSocketConnection: onClose()...
05-23 06:44:11.856 25046 11805 W WebSocketConnection: WSC connect()...
05-23 06:44:12.018 25046 13494 W WebSocketConnection: onFailure()
05-23 06:44:12.019 25046 13494 W WebSocketConnection:
05-23 06:44:12.019 25046 13494 W WebSocketConnection: onClose()...
05-23 06:44:12.420 25046 13494 W WebSocketConnection: WSC connect()...
05-23 06:44:12.645 25046 13503 W WebSocketConnection: onFailure()
05-23 06:44:12.645 25046 13503 W WebSocketConnection:
05-23 06:44:12.645 25046 13503 W WebSocketConnection: onClose()...
05-23 06:44:13.247 25046 13503 W WebSocketConnection: WSC connect()...
05-23 06:44:13.476 25046 13504 W WebSocketConnection: onFailure()
05-23 06:44:13.476 25046 13504 W WebSocketConnection:
05-23 06:44:13.476 25046 13504 W WebSocketConnection: onClose()...
05-23 06:44:13.512 25046 11864 W WebSocketConnection: Sending keep alive...
05-23 06:44:14.277 25046 13504 W WebSocketConnection: WSC connect()...
05-23 06:44:14.495 25046 13505 W WebSocketConnection: onFailure()
05-23 06:44:14.496 25046 13505 W WebSocketConnection:
05-23 06:44:14.496 25046 13505 W WebSocketConnection: onClose()...
05-23 06:44:15.497 25046 13505 W WebSocketConnection: WSC connect()...
05-23 06:44:15.692 25046 13508 W WebSocketConnection: onFailure()
05-23 06:44:15.692 25046 13508 W WebSocketConnection:
05-23 06:44:15.692 25046 13508 W WebSocketConnection: onClose()...
05-23 06:44:16.893 25046 13508 W WebSocketConnection: WSC connect()...
05-23 06:44:17.149 25046 13509 W WebSocketConnection: onFailure()
05-23 06:44:17.149 25046 13509 W WebSocketConnection:
05-23 06:44:17.149 25046 13509 W WebSocketConnection: onClose()...
05-23 06:44:17.235 25046 25061 I art : Background concurrent mark sweep GC freed 215613(9MB) AllocSpace objects, 18(700KB) LOS objects, 40% free, 22MB/37MB, paused 848us total 126.613ms
05-23 06:44:18.550 25046 13509 W WebSocketConnection: WSC connect()...
05-23 06:44:18.680 25046 13594 W WebSocketConnection: onFailure()
05-23 06:44:18.680 25046 13594 W WebSocketConnection:
05-23 06:44:18.680 25046 13594 W WebSocketConnection: onClose()...
05-23 06:44:20.282 25046 13594 W WebSocketConnection: WSC connect()...
05-23 06:44:20.459 25046 13603 W WebSocketConnection: onFailure()
05-23 06:44:20.459 25046 13603 W WebSocketConnection:
05-23 06:44:20.459 25046 13603 W WebSocketConnection: onClose()...
05-23 06:44:22.260 25046 13603 W WebSocketConnection: WSC connect()...
05-23 06:44:23.077 25046 13699 W WebSocketConnection: onConnected()
05-23 06:44:23.081 25046 13699 W WebSocketConnection: WSC onMessage()
05-23 06:44:23.081 25046 13699 W WebSocketConnection: Message Type: 1
05-23 06:44:23.082 25046 13699 W WebSocketConnection: WSC onMessage()
05-23 06:44:23.082 25046 13699 W WebSocketConnection: Message Type: 1
05-23 06:44:23.082 25046 13699 W WebSocketConnection: WSC onMessage()
05-23 06:44:23.082 25046 13699 W WebSocketConnection: Message Type: 1
05-23 06:44:23.084 25046 25082 W SignalServiceEnvelope: Our MAC: c7 d1 d9 61 10 0a 47 24 2e 71
05-23 06:44:23.085 25046 25082 W SignalServiceEnvelope: Thr MAC: c7 d1 d9 61 10 0a 47 24 2e 71
05-23 06:44:23.086 25046 25082 W MessageRetrievalService: Retrieved envelope! +*********59
05-23 06:44:23.089 25046 25082 W PushReceivedJob: Received receipt: (XXXXX, 1495535951880)
05-23 06:44:23.094 25046 25082 W PhoneNumberFormatter: Got local CC: US
05-23 06:44:23.095 25046 25082 W PhoneNumberFormatter: Got local CC: US
05-23 06:44:23.119 25046 25082 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, 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, 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, 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 cd, NULL AS name, NULL AS pending_push FROM sms WHERE (thread_id = 2) 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, 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, 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 = 2) ORDER BY date_received DESC LIMIT 1)
05-23 06:44:23.144 25046 25356 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, 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, 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, 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 cd, NULL AS name, NULL AS pending_push FROM sms WHERE (thread_id = 2) 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, 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, 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 = 2) ORDER BY date_received DESC LIMIT 500)
05-23 06:44:23.146 25046 25082 W PhoneNumberFormatter: Got local CC: US
05-23 06:44:23.147 25046 25082 W EarlyReceiptCache: org.thoughtcrime.securesms.database.EarlyReceiptCache@d3c6255
05-23 06:44:23.147 25046 25082 W EarlyReceiptCache: Early receipt: 1495535951880,+*********59
05-23 06:44:23.150 25046 25082 W MessageRetrievalService: Network requirement: true, active activities: 1, push pending: 0, gcm disabled: true
05-23 06:44:23.151 25046 25082 W MessageRetrievalService: Reading message...
05-23 06:44:23.151 25046 25082 W SignalServiceEnvelope: Our MAC: 5e 2e 82 71 86 ed 89 b5 35 99
05-23 06:44:23.152 25046 25082 W SignalServiceEnvelope: Thr MAC: 5e 2e 82 71 86 ed 89 b5 35 99
05-23 06:44:23.152 25046 25082 W MessageRetrievalService: Retrieved envelope! +*********59
05-23 06:44:23.167 25046 25046 W ConversationFragment: onLoadFinished
05-23 06:44:23.183 25046 25046 W ConversationAdapter: Bind time: 2
05-23 06:44:23.188 25046 25082 W MessageRetrievalService: Network requirement: true, active activities: 1, push pending: 0, gcm disabled: true
05-23 06:44:23.189 25046 25082 W MessageRetrievalService: Reading message...
05-23 06:44:23.197 25046 25046 W ConversationAdapter: Bind time: 10
05-23 06:44:23.202 25046 25046 W ConversationAdapter: Bind time: 3
05-23 06:44:23.215 25046 25046 W ConversationAdapter: Bind time: 11
05-23 06:44:23.222 25046 25046 W ConversationAdapter: Bind time: 5
05-23 06:44:23.225 25046 25046 W ConversationAdapter: Bind time: 2
05-23 06:44:23.418 25046 25067 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, 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, 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, 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 cd, NULL AS name, NULL AS pending_push FROM sms WHERE (thread_id = 2) 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, 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, 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 = 2) ORDER BY date_received DESC LIMIT 1)
05-23 06:44:23.446 25046 25077 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, 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, 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, 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 cd, NULL AS name, NULL AS pending_push FROM sms WHERE (thread_id = 2) 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, 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, 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 = 2) ORDER BY date_received DESC LIMIT 500)
05-23 06:44:23.487 25046 25046 W ConversationFragment: onLoadFinished
05-23 06:44:23.513 25046 25046 W ConversationAdapter: Inflate time: 18
05-23 06:44:23.519 25046 25046 W ConversationAdapter: Bind time: 5
05-23 06:44:23.522 25046 25046 W ConversationAdapter: Bind time: 1
05-23 06:44:23.529 25046 25046 W ConversationAdapter: Bind time: 5
05-23 06:44:23.532 25046 25046 W ConversationAdapter: Bind time: 1
05-23 06:44:23.540 25046 25046 W ConversationAdapter: Bind time: 6
05-23 06:44:23.549 25046 25046 W ConversationAdapter: Bind time: 7
05-23 06:44:23.693 25046 25070 W SignalServiceMessageSender: Transmitting over pipe...
05-23 06:44:23.829 25046 13699 W WebSocketConnection: WSC onMessage()
05-23 06:44:23.829 25046 13699 W WebSocketConnection: Message Type: 2
05-23 06:45:03.091 25046 25046 W art : Before Android 4.1, method int android.support.v7.widget.ListViewCompat.lookForSelectablePosition(int, boolean) would have incorrectly overridden the package-private method in android.widget.ListView
05-23 06:45:07.909 25046 25046 W PassphraseRequiredActionBarActivity: onPause()
05-23 06:45:07.937 25046 25046 W KeyCachingService: onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_STOP_EVENT
05-23 06:45:07.937 25046 25046 W KeyCachingService: Decrementing activity count...
05-23 06:45:07.945 25046 25046 W MessageRetrievalService: Active Count: 0
05-23 06:45:07.952 25046 25046 W PassphraseRequiredActionBarActivity: onResume()
05-23 06:45:08.063 25046 25046 W KeyCachingService: onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_START_EVENT
05-23 06:45:08.063 25046 25046 W KeyCachingService: Incrementing activity count...
05-23 06:45:08.064 25046 25046 W MessageRetrievalService: Active Count: 1
05-23 06:45:08.167 25046 25046 W IInputConnectionWrapper: finishComposingText on inactive InputConnection
05-23 06:45:08.253 25046 25046 W EventBus: Subscriber to unregister was not registered before: class org.thoughtcrime.securesms.ConversationActivity
05-23 06:45:08.255 25046 25046 W PassphraseRequiredActionBarActivity: onDestroy()
05-23 06:45:08.266 25046 13816 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, 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, 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, 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 cd, NULL AS name, NULL AS pending_push FROM sms WHERE (thread_id = 2) 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, 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, 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 = 2) ORDER BY date_received DESC LIMIT 1)
05-23 06:45:11.174 25046 25046 W PassphraseRequiredActionBarActivity: onPause()
05-23 06:45:11.189 25046 25046 W KeyCachingService: onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_STOP_EVENT
05-23 06:45:11.189 25046 25046 W KeyCachingService: Decrementing activity count...
05-23 06:45:11.190 25046 25046 W MessageRetrievalService: Active Count: 0
05-23 06:45:11.194 25046 25046 W PassphraseRequiredActionBarActivity: onCreate(null)
05-23 06:45:11.196 25046 25046 W ExperienceUpgradeActivity: getExperienceUpgrade(266)
05-23 06:45:11.196 25046 25046 W PassphraseRequiredActionBarActivity: routeApplicationState(), state: 0
05-23 06:45:11.198 25046 25046 W PassphraseRequiredActionBarActivity: initializeClearKeyReceiver()
05-23 06:45:11.240 25046 25046 W PassphraseRequiredActionBarActivity: onResume()
05-23 06:45:11.344 25046 25046 W KeyCachingService: onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_START_EVENT
05-23 06:45:11.344 25046 25046 W KeyCachingService: Incrementing activity count...
05-23 06:45:11.345 25046 25046 W MessageRetrievalService: Active Count: 1
05-23 06:45:11.352 25046 25079 D OpenGLRenderer: endAllActiveAnimators on 0xdcbbec00 (MenuPopupWindow$MenuDropDownListView) with handle 0xdaaa49c0
05-23 06:45:14.901 25046 25046 W PassphraseRequiredActionBarActivity: onPause()
05-23 06:45:14.916 25046 25046 W KeyCachingService: onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_STOP_EVENT
05-23 06:45:14.916 25046 25046 W KeyCachingService: Decrementing activity count...
05-23 06:45:14.917 25046 25046 W MessageRetrievalService: Active Count: 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment