-
-
Save anonymous/f8efa5acc8e32bc43c6f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Android : 5.1.1 | |
App : Signal 3.9.1 | |
--------- beginning of main | |
W/PassphraseRequiredActionBarActivity(13870): onResume() | |
W/KeyCachingService(13870): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_START_EVENT | |
W/KeyCachingService(13870): Incrementing activity count... | |
W/MessageRetrievalService(13870): Active Count: 1 | |
W/MessageRetrievalService(13870): Network requirement: true, active activities: 1, push pending: 0 | |
W/MessageRetrievalService(13870): Making websocket connection.... | |
W/WebSocketConnection(13870): WSC connect()... | |
W/OkHttpClientWrapper(13870): Connecting to: wss://textsecure-service.whispersystems.org/v1/websocket/?login=%s&password=%s | |
W/MessageRetrievalService(13870): Network requirement: true, active activities: 1, push pending: 0 | |
W/MessageRetrievalService(13870): Reading message... | |
I/Timeline(13870): Timeline: Activity_idle id: android.os.BinderProxy@2f9acf87 time:47583062 | |
W/XPrivacy/XBinder(13870): transact 428 ms | |
W/WebSocketConnection(13870): onConnected() | |
I/Timeline(13870): Timeline: Activity_launch_request id:org.thoughtcrime.securesms time:47585788 | |
W/PassphraseRequiredActionBarActivity(13870): onPause() | |
W/KeyCachingService(13870): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_STOP_EVENT | |
W/KeyCachingService(13870): Decrementing activity count... | |
W/KeyCachingService(13870): Starting timeout: 5400000 | |
W/MessageRetrievalService(13870): Active Count: 0 | |
W/PassphraseRequiredActionBarActivity(13870): onCreate(null) | |
W/ExperienceUpgradeActivity(13870): getExperienceUpgrade(157) | |
W/PassphraseRequiredActionBarActivity(13870): routeApplicationState(), state: 0 | |
W/PassphraseRequiredActionBarActivity(13870): initializeClearKeyReceiver() | |
W/ConversationActivity(13870): onCreate() | |
W/QuickAttachmentDrawer(13870): updateControlsView() | |
W/PassphraseRequiredActionBarActivity(13870): onResume() | |
W/MmsSmsDatabase(13870): 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, transport_type, attachment_id, unique_id, mid, data_size, _data, ct, cl, 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, NULL AS network_failures, 'sms' AS transport_type, NULL AS unique_id, NULL AS mid, NULL AS data_size, NULL AS _data, NULL AS ct, NULL AS cl, NULL AS cd, NULL AS name, NULL AS pending_push FROM sms WHERE (thread_id = 6) 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, network_failures, 'mms' AS transport_type, unique_id, NULL AS mid, data_size, NULL AS _data, ct, cl, 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 = 6) ORDER BY date_received DESC LIMIT 500) | |
I/Choreographer(13870): Skipped 35 frames! The application may be doing too much work on its main thread. | |
W/KeyboardAwareLinearLayout(13870): rotation changed | |
W/KeyboardAwareLinearLayout(13870): onKeyboardClose() | |
W/CameraView(13870): skipping layout due to zero-width/height preview size | |
W/KeyCachingService(13870): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_START_EVENT | |
W/KeyCachingService(13870): Incrementing activity count... | |
W/MessageRetrievalService(13870): Active Count: 1 | |
W/XPrivacy/XBinder(13870): transact 337 ms | |
W/MmsSmsDatabase(13870): 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, transport_type, attachment_id, unique_id, mid, data_size, _data, ct, cl, 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, NULL AS network_failures, 'sms' AS transport_type, NULL AS unique_id, NULL AS mid, NULL AS data_size, NULL AS _data, NULL AS ct, NULL AS cl, NULL AS cd, NULL AS name, NULL AS pending_push FROM sms WHERE (read = 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, network_failures, 'mms' AS transport_type, unique_id, NULL AS mid, data_size, NULL AS _data, ct, cl, 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) ORDER BY date_received ASC) | |
W/ThumbnailView(13870): loading part with id content://org.thoughtcrime.securesms/part/1452284273199/103, progress 0 | |
W/AttachmentDatabase(13870): getThumbnailStream((row id: 103, unique ID: 1452284273199)) | |
I/Timeline(13870): Timeline: Activity_idle id: android.os.BinderProxy@3dd7e2bd time:47587607 | |
W/ConversationActivity(13870): onBackPressed() | |
W/PassphraseRequiredActionBarActivity(13870): onPause() | |
W/KeyCachingService(13870): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_STOP_EVENT | |
W/KeyCachingService(13870): Decrementing activity count... | |
W/KeyCachingService(13870): Starting timeout: 5400000 | |
W/MessageRetrievalService(13870): Active Count: 0 | |
W/PassphraseRequiredActionBarActivity(13870): onResume() | |
W/KeyCachingService(13870): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_START_EVENT | |
W/KeyCachingService(13870): Incrementing activity count... | |
W/MessageRetrievalService(13870): Active Count: 1 | |
I/Timeline(13870): Timeline: Activity_idle id: android.os.BinderProxy@2f9acf87 time:47594399 | |
W/PassphraseRequiredActionBarActivity(13870): onDestroy() | |
W/MmsSmsDatabase(13870): 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, transport_type, attachment_id, unique_id, mid, data_size, _data, ct, cl, 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, NULL AS network_failures, 'sms' AS transport_type, NULL AS unique_id, NULL AS mid, NULL AS data_size, NULL AS _data, NULL AS ct, NULL AS cl, NULL AS cd, NULL AS name, NULL AS pending_push FROM sms WHERE (thread_id = 6) 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, network_failures, 'mms' AS transport_type, unique_id, NULL AS mid, data_size, NULL AS _data, ct, cl, 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 = 6) ORDER BY date_received DESC LIMIT 1) | |
W/RecipientPreferenceDatabase(13870): Muted until: 0 | |
W/RecipientPreferenceDatabase(13870): Muted until: 0 | |
I/Timeline(13870): Timeline: Activity_launch_request id:org.thoughtcrime.securesms time:47598181 | |
W/PassphraseRequiredActionBarActivity(13870): onPause() | |
W/KeyCachingService(13870): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_STOP_EVENT | |
W/KeyCachingService(13870): Decrementing activity count... | |
W/KeyCachingService(13870): Starting timeout: 5400000 | |
W/MessageRetrievalService(13870): Active Count: 0 | |
W/PassphraseRequiredActionBarActivity(13870): onCreate(null) | |
W/ExperienceUpgradeActivity(13870): getExperienceUpgrade(157) | |
W/PassphraseRequiredActionBarActivity(13870): routeApplicationState(), state: 0 | |
W/PassphraseRequiredActionBarActivity(13870): initializeClearKeyReceiver() | |
W/ConversationActivity(13870): onCreate() | |
W/QuickAttachmentDrawer(13870): updateControlsView() | |
W/PassphraseRequiredActionBarActivity(13870): onResume() | |
W/MmsSmsDatabase(13870): 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, transport_type, attachment_id, unique_id, mid, data_size, _data, ct, cl, 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, NULL AS network_failures, 'sms' AS transport_type, NULL AS unique_id, NULL AS mid, NULL AS data_size, NULL AS _data, NULL AS ct, NULL AS cl, NULL AS cd, NULL AS name, NULL AS pending_push FROM sms WHERE (thread_id = 6) 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, network_failures, 'mms' AS transport_type, unique_id, NULL AS mid, data_size, NULL AS _data, ct, cl, 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 = 6) ORDER BY date_received DESC LIMIT 500) | |
W/KeyboardAwareLinearLayout(13870): rotation changed | |
W/KeyboardAwareLinearLayout(13870): onKeyboardClose() | |
I/art (13870): Background sticky concurrent mark sweep GC freed 182863(7MB) AllocSpace objects, 30(1801KB) LOS objects, 19% free, 32MB/40MB, paused 11.292ms total 233.755ms | |
W/CameraView(13870): skipping layout due to zero-width/height preview size | |
W/KeyCachingService(13870): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_START_EVENT | |
W/KeyCachingService(13870): Incrementing activity count... | |
W/MessageRetrievalService(13870): Active Count: 1 | |
W/MmsSmsDatabase(13870): 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, transport_type, attachment_id, unique_id, mid, data_size, _data, ct, cl, 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, NULL AS network_failures, 'sms' AS transport_type, NULL AS unique_id, NULL AS mid, NULL AS data_size, NULL AS _data, NULL AS ct, NULL AS cl, NULL AS cd, NULL AS name, NULL AS pending_push FROM sms WHERE (read = 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, network_failures, 'mms' AS transport_type, unique_id, NULL AS mid, data_size, NULL AS _data, ct, cl, 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) ORDER BY date_received ASC) | |
W/ThumbnailView(13870): loading part with id content://org.thoughtcrime.securesms/part/1452284273199/103, progress 0 | |
I/Timeline(13870): Timeline: Activity_idle id: android.os.BinderProxy@d1f21ab time:47599140 | |
I/Timeline(13870): Timeline: Activity_launch_request id:org.thoughtcrime.securesms time:47601032 | |
W/PassphraseRequiredActionBarActivity(13870): onPause() | |
W/KeyCachingService(13870): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_STOP_EVENT | |
W/KeyCachingService(13870): Decrementing activity count... | |
W/KeyCachingService(13870): Starting timeout: 5400000 | |
W/MessageRetrievalService(13870): Active Count: 0 | |
W/PassphraseRequiredActionBarActivity(13870): onCreate(null) | |
W/ExperienceUpgradeActivity(13870): getExperienceUpgrade(157) | |
W/PassphraseRequiredActionBarActivity(13870): routeApplicationState(), state: 0 | |
W/PassphraseRequiredActionBarActivity(13870): initializeClearKeyReceiver() | |
W/PassphraseRequiredActionBarActivity(13870): onResume() | |
W/MediaPreviewActivity(13870): Loading Part URI: content://org.thoughtcrime.securesms/part/1452284273199/103 | |
W/KeyCachingService(13870): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_START_EVENT | |
W/KeyCachingService(13870): Incrementing activity count... | |
W/MessageRetrievalService(13870): Active Count: 1 | |
I/Timeline(13870): Timeline: Activity_idle id: android.os.BinderProxy@33af930 time:47601384 | |
W/PassphraseRequiredActionBarActivity(13870): onPause() | |
W/KeyCachingService(13870): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_STOP_EVENT | |
W/KeyCachingService(13870): Decrementing activity count... | |
W/KeyCachingService(13870): Starting timeout: 5400000 | |
W/MessageRetrievalService(13870): Active Count: 0 | |
W/PassphraseRequiredActionBarActivity(13870): onResume() | |
W/CameraView(13870): skipping layout due to zero-width/height preview size | |
W/ThumbnailView(13870): Not re-loading slide content://org.thoughtcrime.securesms/part/1452284273199/103 | |
W/MmsSmsDatabase(13870): 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, transport_type, attachment_id, unique_id, mid, data_size, _data, ct, cl, 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, NULL AS network_failures, 'sms' AS transport_type, NULL AS unique_id, NULL AS mid, NULL AS data_size, NULL AS _data, NULL AS ct, NULL AS cl, NULL AS cd, NULL AS name, NULL AS pending_push FROM sms WHERE (read = 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, network_failures, 'mms' AS transport_type, unique_id, NULL AS mid, data_size, NULL AS _data, ct, cl, 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) ORDER BY date_received ASC) | |
W/KeyCachingService(13870): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_START_EVENT | |
W/KeyCachingService(13870): Incrementing activity count... | |
W/MessageRetrievalService(13870): Active Count: 1 | |
W/CameraView(13870): skipping layout due to zero-width/height preview size | |
I/Timeline(13870): Timeline: Activity_idle id: android.os.BinderProxy@d1f21ab time:47602836 | |
W/PassphraseRequiredActionBarActivity(13870): onDestroy() | |
W/ConversationActivity(13870): onBackPressed() | |
W/PassphraseRequiredActionBarActivity(13870): onPause() | |
W/KeyCachingService(13870): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_STOP_EVENT | |
W/KeyCachingService(13870): Decrementing activity count... | |
W/KeyCachingService(13870): Starting timeout: 5400000 | |
W/MessageRetrievalService(13870): Active Count: 0 | |
W/PassphraseRequiredActionBarActivity(13870): onResume() | |
W/KeyCachingService(13870): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_START_EVENT | |
W/KeyCachingService(13870): Incrementing activity count... | |
W/MessageRetrievalService(13870): Active Count: 1 | |
I/Timeline(13870): Timeline: Activity_idle id: android.os.BinderProxy@2f9acf87 time:47605572 | |
W/PassphraseRequiredActionBarActivity(13870): onDestroy() | |
W/MmsSmsDatabase(13870): 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, transport_type, attachment_id, unique_id, mid, data_size, _data, ct, cl, 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, NULL AS network_failures, 'sms' AS transport_type, NULL AS unique_id, NULL AS mid, NULL AS data_size, NULL AS _data, NULL AS ct, NULL AS cl, NULL AS cd, NULL AS name, NULL AS pending_push FROM sms WHERE (thread_id = 6) 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, network_failures, 'mms' AS transport_type, unique_id, NULL AS mid, data_size, NULL AS _data, ct, cl, 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 = 6) ORDER BY date_received DESC LIMIT 1) | |
W/art (13870): Before Android 4.1, method int android.support.v7.internal.widget.ListViewCompat.lookForSelectablePosition(int, boolean) would have incorrectly overridden the package-private method in android.widget.ListView | |
I/Timeline(13870): Timeline: Activity_launch_request id:org.thoughtcrime.securesms time:47608152 | |
W/PassphraseRequiredActionBarActivity(13870): onPause() | |
W/KeyCachingService(13870): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_STOP_EVENT | |
W/KeyCachingService(13870): Decrementing activity count... | |
W/KeyCachingService(13870): Starting timeout: 5400000 | |
W/MessageRetrievalService(13870): Active Count: 0 | |
W/PassphraseRequiredActionBarActivity(13870): onCreate(null) | |
W/ExperienceUpgradeActivity(13870): getExperienceUpgrade(157) | |
W/PassphraseRequiredActionBarActivity(13870): routeApplicationState(), state: 0 | |
W/PassphraseRequiredActionBarActivity(13870): initializeClearKeyReceiver() | |
W/PassphraseRequiredActionBarActivity(13870): onResume() | |
W/KeyCachingService(13870): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_START_EVENT | |
W/KeyCachingService(13870): Incrementing activity count... | |
W/MessageRetrievalService(13870): Active Count: 1 | |
I/Timeline(13870): Timeline: Activity_idle id: android.os.BinderProxy@3889a980 time:47608655 | |
I/Timeline(13870): Timeline: Activity_launch_request id:org.thoughtcrime.securesms time:47610789 | |
W/PassphraseRequiredActionBarActivity(13870): onPause() | |
W/KeyCachingService(13870): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_STOP_EVENT | |
W/KeyCachingService(13870): Decrementing activity count... | |
W/KeyCachingService(13870): Starting timeout: 5400000 | |
W/MessageRetrievalService(13870): Active Count: 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment