Skip to content

Instantly share code, notes, and snippets.

/cat.log Secret

Created December 5, 2015 15:53
Show Gist options
  • Save anonymous/67e7dd18d7b8273fe878 to your computer and use it in GitHub Desktop.
Save anonymous/67e7dd18d7b8273fe878 to your computer and use it in GitHub Desktop.
Device : motorola MotoG3 (osprey_reteu_2gb)
Android : 5.1.1 (29, LPI23.72-47)
Memory : 48M (0.22% used, 96M max)
Memclass: 96
OS Host : ilclbld27
App : Signal 3.6.1
--------- beginning of system
E/ActivityThread( 4008): Performing stop of activity that is not resumed: {org.thoughtcrime.securesms/org.thoughtcrime.securesms.ApplicationPreferencesActivity}
E/ActivityThread( 4008): java.lang.RuntimeException: Performing stop of activity that is not resumed: {org.thoughtcrime.securesms/org.thoughtcrime.securesms.ApplicationPreferencesActivity}
E/ActivityThread( 4008): at android.app.ActivityThread.performStopActivityInner(ActivityThread.java:3429)
E/ActivityThread( 4008): at android.app.ActivityThread.handleStopActivity(ActivityThread.java:3510)
E/ActivityThread( 4008): at android.app.ActivityThread.access$1100(ActivityThread.java:155)
E/ActivityThread( 4008): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1346)
E/ActivityThread( 4008): at android.os.Handler.dispatchMessage(Handler.java:102)
E/ActivityThread( 4008): at android.os.Looper.loop(Looper.java:135)
E/ActivityThread( 4008): at android.app.ActivityThread.main(ActivityThread.java:5343)
E/ActivityThread( 4008): at java.lang.reflect.Method.invoke(Native Method)
E/ActivityThread( 4008): at java.lang.reflect.Method.invoke(Method.java:372)
E/ActivityThread( 4008): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:905)
E/ActivityThread( 4008): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:700)
--------- beginning of main
W/PassphraseRequiredActionBarActivity( 4008): onDestroy()
W/MmsSmsDatabase( 4008): 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 = 5) 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 = 5) ORDER BY date_received DESC LIMIT 1)
W/WebSocketConnection( 4008): Sending keep alive...
W/OkHttpClientWrapper( 4008): javax.net.ssl.SSLException: Read error: ssl=0xb7dd25e0: I/O error during system call, Connection reset by peer
W/OkHttpClientWrapper( 4008): at com.android.org.conscrypt.NativeCrypto.SSL_read(Native Method)
W/OkHttpClientWrapper( 4008): at com.android.org.conscrypt.OpenSSLSocketImpl$SSLInputStream.read(OpenSSLSocketImpl.java:699)
W/OkHttpClientWrapper( 4008): at okio.Okio$2.read(Okio.java:136)
W/OkHttpClientWrapper( 4008): at okio.AsyncTimeout$2.read(AsyncTimeout.java:211)
W/OkHttpClientWrapper( 4008): at okio.RealBufferedSource.request(RealBufferedSource.java:71)
W/OkHttpClientWrapper( 4008): at okio.RealBufferedSource.require(RealBufferedSource.java:64)
W/OkHttpClientWrapper( 4008): at okio.RealBufferedSource.readByte(RealBufferedSource.java:77)
W/OkHttpClientWrapper( 4008): at com.squareup.okhttp.internal.ws.WebSocketReader.readHeader(WebSocketReader.java:130)
W/OkHttpClientWrapper( 4008): at com.squareup.okhttp.internal.ws.WebSocketReader.readUntilNonControlFrame(WebSocketReader.java:119)
W/OkHttpClientWrapper( 4008): at com.squareup.okhttp.internal.ws.WebSocketReader.readMessage(WebSocketReader.java:94)
W/OkHttpClientWrapper( 4008): at com.squareup.okhttp.internal.ws.WebSocket$ReaderRunnable.execute(WebSocket.java:355)
W/OkHttpClientWrapper( 4008): at com.squareup.okhttp.internal.NamedRunnable.run(NamedRunnable.java:33)
W/OkHttpClientWrapper( 4008): at java.lang.Thread.run(Thread.java:818)
W/WebSocketConnection( 4008): onClose()...
W/OkHttpClientWrapper( 4008): Calling disconnect()...
W/WebSocketConnection( 4008): WSC connect()...
W/OkHttpClientWrapper( 4008): Connecting to: wss://textsecure-service.whispersystems.org/v1/websocket/?login=%s&password=%s
W/WebSocketConnection( 4008): onConnected()
W/PassphraseRequiredActionBarActivity( 4008): onPause()
W/KeyCachingService( 4008): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_STOP_EVENT
W/KeyCachingService( 4008): Decrementing activity count...
W/MessageRetrievalService( 4008): Active Count: 0
W/PassphraseRequiredActionBarActivity( 4008): onCreate(null)
W/ExperienceUpgradeActivity( 4008): getExperienceUpgrade(157)
W/PassphraseRequiredActionBarActivity( 4008): routeApplicationState(), state: 0
W/PassphraseRequiredActionBarActivity( 4008): initializeClearKeyReceiver()
W/PassphraseRequiredActionBarActivity( 4008): onResume()
W/KeyCachingService( 4008): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_START_EVENT
W/KeyCachingService( 4008): Incrementing activity count...
W/MessageRetrievalService( 4008): Active Count: 1
W/MessageRetrievalService( 4008): Application level read timeout...
W/MessageRetrievalService( 4008): Network requirement: true, active activities: 1, push pending: 0
W/MessageRetrievalService( 4008): Reading message...
W/PassphraseRequiredActionBarActivity( 4008): onPause()
W/KeyCachingService( 4008): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_STOP_EVENT
W/KeyCachingService( 4008): Decrementing activity count...
W/MessageRetrievalService( 4008): Active Count: 0
D/Scrubber( 4008): scrubbing input
D/OpenGLRenderer( 4008): endAllStagingAnimators on 0xb8aebb30 (ListView) with handle 0xb8a6b150
W/IInputConnectionWrapper( 4008): showStatusIcon on inactive InputConnection
W/WebSocketConnection( 4008): Sending keep alive...
W/OkHttpClientWrapper( 4008): onMessage: BINARY
W/WebSocketConnection( 4008): WSC onMessage()
W/WebSocketConnection( 4008): Message Type: 2
W/WebSocketConnection( 4008): Sending keep alive...
W/OkHttpClientWrapper( 4008): onMessage: BINARY
W/WebSocketConnection( 4008): WSC onMessage()
W/WebSocketConnection( 4008): Message Type: 2
D/OpenGLRenderer( 4008): endAllStagingAnimators on 0xb83bb6e8 (RippleDrawable) with handle 0xb8b93150
W/PassphraseRequiredActionBarActivity( 4008): onResume()
W/KeyCachingService( 4008): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_START_EVENT
W/KeyCachingService( 4008): Incrementing activity count...
W/MessageRetrievalService( 4008): Active Count: 1
W/PassphraseRequiredActionBarActivity( 4008): onPause()
W/KeyCachingService( 4008): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_STOP_EVENT
W/KeyCachingService( 4008): Decrementing activity count...
W/MessageRetrievalService( 4008): Active Count: 0
W/PassphraseRequiredActionBarActivity( 4008): onResume()
W/KeyCachingService( 4008): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_START_EVENT
W/KeyCachingService( 4008): Incrementing activity count...
W/MessageRetrievalService( 4008): Active Count: 1
D/OpenGLRenderer( 4008): endAllStagingAnimators on 0xb8bc3c20 (RippleDrawable) with handle 0xb8583550
W/PassphraseRequiredActionBarActivity( 4008): onDestroy()
W/MessageRetrievalService( 4008): Application level read timeout...
W/MessageRetrievalService( 4008): Network requirement: true, active activities: 1, push pending: 0
W/MessageRetrievalService( 4008): Reading message...
W/PassphraseRequiredActionBarActivity( 4008): onPause()
W/KeyCachingService( 4008): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_STOP_EVENT
W/KeyCachingService( 4008): Decrementing activity count...
W/MessageRetrievalService( 4008): Active Count: 0
W/PassphraseRequiredActionBarActivity( 4008): onCreate(null)
W/ExperienceUpgradeActivity( 4008): getExperienceUpgrade(157)
W/PassphraseRequiredActionBarActivity( 4008): routeApplicationState(), state: 0
W/PassphraseRequiredActionBarActivity( 4008): initializeClearKeyReceiver()
W/ConversationActivity( 4008): onCreate()
W/QuickAttachmentDrawer( 4008): updateControlsView()
W/PassphraseRequiredActionBarActivity( 4008): onResume()
W/MmsSmsDatabase( 4008): 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 = 5) 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 = 5) ORDER BY date_received DESC LIMIT 500)
W/KeyboardAwareLinearLayout( 4008): rotation changed
W/KeyboardAwareLinearLayout( 4008): onKeyboardClose()
W/CameraView( 4008): skipping layout due to zero-width/height preview size
W/KeyCachingService( 4008): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_START_EVENT
W/KeyCachingService( 4008): Incrementing activity count...
W/MessageRetrievalService( 4008): Active Count: 1
W/MmsSmsDatabase( 4008): 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( 4008): loading part with id content://org.thoughtcrime.securesms/part/1449321175861/1946, progress 0
D/OpenGLRenderer( 4008): endAllStagingAnimators on 0xb79e4370 (RippleDrawable) with handle 0xb8cbd3f8
W/ComposeMessageActivity( 4008): Selected: 1
W/PassphraseRequiredActionBarActivity( 4008): onPause()
W/KeyCachingService( 4008): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_STOP_EVENT
W/KeyCachingService( 4008): Decrementing activity count...
W/MessageRetrievalService( 4008): Active Count: 0
W/IInputConnectionWrapper( 4008): showStatusIcon on inactive InputConnection
W/ConversationActivity( 4008): onActivityResult called: 1, -1 , Intent { dat=content://com.android.providers.media.documents/document/image:21086 flg=0x43 }
W/PassphraseRequiredActionBarActivity( 4008): onResume()
W/AttachmentManager( 4008): slide with size 264995 took 49ms
W/ThumbnailView( 4008): Not re-loading slide content://org.thoughtcrime.securesms/part/1449321175861/1946
W/KeyCachingService( 4008): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_START_EVENT
W/KeyCachingService( 4008): Incrementing activity count...
W/MessageRetrievalService( 4008): Active Count: 1
W/MmsSmsDatabase( 4008): 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( 4008): loading part with id content://com.android.providers.media.documents/document/image%3A21086, progress 1
W/ContextImpl( 4008): Failed to ensure directory: /storage/sdcard1/Android/data/org.thoughtcrime.securesms/files
W/ComposeMessageActivity( 4008): Selected: 1
W/PassphraseRequiredActionBarActivity( 4008): onPause()
W/KeyCachingService( 4008): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_STOP_EVENT
W/KeyCachingService( 4008): Decrementing activity count...
W/MessageRetrievalService( 4008): Active Count: 0
W/IInputConnectionWrapper( 4008): showStatusIcon on inactive InputConnection
W/ConversationActivity( 4008): onActivityResult called: 1, -1 , Intent { dat=content://com.android.providers.media.documents/document/image:21086 flg=0x43 }
W/PassphraseRequiredActionBarActivity( 4008): onResume()
W/AttachmentManager( 4008): slide with size 264995 took 41ms
W/ThumbnailView( 4008): Not re-loading slide content://org.thoughtcrime.securesms/part/1449321175861/1946
W/KeyCachingService( 4008): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_START_EVENT
W/KeyCachingService( 4008): Incrementing activity count...
W/MessageRetrievalService( 4008): Active Count: 1
W/MmsSmsDatabase( 4008): 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( 4008): loading part with id content://com.android.providers.media.documents/document/image%3A21086, progress 1
W/KeyboardAwareLinearLayout( 4008): onKeyboardOpen(526)
W/CameraView( 4008): skipping layout due to zero-width/height preview size
W/ConversationActivity( 4008): isManual Selection: false
W/ConversationActivity( 4008): forceSms: false
W/ContextImpl( 4008): Failed to ensure directory: /storage/sdcard1/Android/data/org.thoughtcrime.securesms/files
W/AttachmentDatabase( 4008): insertParts(1)
W/AttachmentDatabase( 4008): Inserting attachment for mms id: 2182
W/AttachmentDatabase( 4008): Wrote part to file: /data/data/org.thoughtcrime.securesms/app_parts/part-1202015769.mms
W/AttachmentDatabase( 4008): Inserted attachment at ID: (row id: 1948, unique ID: 1449330776207)
W/MmsSmsDatabase( 4008): 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 = 5) 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 = 5) ORDER BY date_received DESC LIMIT 1)
W/MmsSmsDatabase( 4008): 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 = 5) 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 = 5) ORDER BY date_received DESC LIMIT 500)
W/ThumbnailView( 4008): loading part with id content://org.thoughtcrime.securesms/part/1449330776207/1948, progress 1
W/AttachmentDatabase( 4008): getThumbnailStream((row id: 1948, unique ID: 1449330776207))
W/TextSecureMessageSender( 4008): Found attachment, creating pointer...
W/PushServiceSocket( 4008): Push service URL: https://textsecure-service.whispersystems.org
W/PushServiceSocket( 4008): Opening URL: https://textsecure-service.whispersystems.org/v1/attachments/
W/MmsSmsDatabase( 4008): 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 = 5) 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 = 5) ORDER BY date_received DESC LIMIT 500)
W/IInputConnectionWrapper( 4008): getSelectedText on inactive InputConnection
W/IInputConnectionWrapper( 4008): requestCursorAnchorInfo on inactive InputConnection
W/IInputConnectionWrapper( 4008): getTextBeforeCursor on inactive InputConnection
W/MediaUtil( 4008): generated thumbnail for part, 420x420 (1,000:1) in 68ms
W/ThumbnailView( 4008): Not re-loading slide content://org.thoughtcrime.securesms/part/1449330776207/1948
W/IInputConnectionWrapper( 4008): getTextBeforeCursor on inactive InputConnection
W/AttachmentDatabase( 4008): updating part thumbnail for #(row id: 1948, unique ID: 1449330776207)
W/IInputConnectionWrapper( 4008): getTextBeforeCursor on inactive InputConnection
W/PushServiceSocket( 4008): Got attachment content location: https://whispersystems-textsecure-attachments.s3.amazonaws.com/4761835016028836180?AWSAccessKeyId=AKIAJHWS3AOTJTASHBDA&Expires=1449334377&Signature=BCGNd7s%2Bura%2FL7FnnW6SO%2FlB4Mg%3D
W/PushServiceSocket( 4008): Push service URL: https://textsecure-service.whispersystems.org
W/PushServiceSocket( 4008): Opening URL: https://textsecure-service.whispersystems.org/v1/messages/+**********41
W/MmsSmsDatabase( 4008): 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 = 5) 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 = 5) ORDER BY date_received DESC LIMIT 500)
W/ThumbnailView( 4008): loading part with id content://org.thoughtcrime.securesms/part/1449330776207/1948, progress 0
W/PassphraseRequiredActionBarActivity( 4008): onPause()
W/KeyCachingService( 4008): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_STOP_EVENT
W/KeyCachingService( 4008): Decrementing activity count...
W/MessageRetrievalService( 4008): Active Count: 0
W/PassphraseRequiredActionBarActivity( 4008): onResume()
W/KeyCachingService( 4008): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_START_EVENT
W/KeyCachingService( 4008): Incrementing activity count...
W/MessageRetrievalService( 4008): Active Count: 1
W/AttachmentDatabase( 4008): getThumbnailStream((row id: 1948, unique ID: 1449330776207))
D/OpenGLRenderer( 4008): endAllStagingAnimators on 0xb8af05e8 (RippleDrawable) with handle 0xb8cb5df0
W/PassphraseRequiredActionBarActivity( 4008): onDestroy()
W/MmsSmsDatabase( 4008): 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 = 5) 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 = 5) ORDER BY date_received DESC LIMIT 1)
W/OkHttpClientWrapper( 4008): onMessage: BINARY
W/WebSocketConnection( 4008): WSC onMessage()
W/WebSocketConnection( 4008): Message Type: 1
W/TextSecureEnvelope( 4008): Our MAC: e6 a3 52 25 c9 f3 18 65 03 ef
W/TextSecureEnvelope( 4008): Thr MAC: e6 a3 52 25 c9 f3 18 65 03 ef
W/MessageRetrievalService( 4008): Retrieved envelope! +**********41
W/PushReceivedJob( 4008): Received receipt: (XXXXX, 1449330776166)
W/MessageRetrievalService( 4008): Network requirement: true, active activities: 1, push pending: 0
W/MessageRetrievalService( 4008): Reading message...
W/PassphraseRequiredActionBarActivity( 4008): onPause()
W/KeyCachingService( 4008): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_STOP_EVENT
W/KeyCachingService( 4008): Decrementing activity count...
W/MessageRetrievalService( 4008): Active Count: 0
W/PassphraseRequiredActionBarActivity( 4008): onCreate(null)
W/ExperienceUpgradeActivity( 4008): getExperienceUpgrade(157)
W/PassphraseRequiredActionBarActivity( 4008): routeApplicationState(), state: 0
W/PassphraseRequiredActionBarActivity( 4008): initializeClearKeyReceiver()
W/PassphraseRequiredActionBarActivity( 4008): onResume()
W/KeyCachingService( 4008): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_START_EVENT
W/KeyCachingService( 4008): Incrementing activity count...
W/MessageRetrievalService( 4008): Active Count: 1
W/PassphraseRequiredActionBarActivity( 4008): onPause()
W/KeyCachingService( 4008): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_STOP_EVENT
W/KeyCachingService( 4008): Decrementing activity count...
W/MessageRetrievalService( 4008): Active Count: 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment