Skip to content

Instantly share code, notes, and snippets.

/cat.log Secret

Created May 27, 2015 22:07
Show Gist options
  • Save anonymous/8cd1b64b7aeb4c4ef8f8 to your computer and use it in GitHub Desktop.
Save anonymous/8cd1b64b7aeb4c4ef8f8 to your computer and use it in GitHub Desktop.
Device : LGE Nexus 5 (hammerhead)
Android : 5.1 (1743759, LMY47D)
Memory : 30M (0.08% used, 192M max)
Memclass: 192
OS Host : wpdv4.hot.corp.google.com
App : TextSecure 2.14.5
--------- beginning of main
W/MessageRetrievalService(17773): Network requirement: true, active activities: 0, push pending: 0
W/MessageRetrievalService(17773): Network requirement: true, active activities: 0, push pending: 0
W/MessageRetrievalService(17773): Network requirement: true, active activities: 0, push pending: 0
W/PhoneNumberFormatter(17773): Got local CC: US
W/KeyCachingService(17773): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_START_EVENT
W/KeyCachingService(17773): Incrementing activity count...
W/MessageRetrievalService(17773): Active Count: 1
W/MessageRetrievalService(17773): Network requirement: true, active activities: 1, push pending: 0
W/MessageRetrievalService(17773): Making websocket connection....
W/WebSocketConnection(17773): WSC connect()...
W/OkHttpClientWrapper(17773): Connecting to: wss://textsecure-service.whispersystems.org/v1/websocket/?login=%s&password=%s
W/MessageRetrievalService(17773): Network requirement: true, active activities: 1, push pending: 0
W/MessageRetrievalService(17773): Reading message...
W/MmsSmsDatabase(17773): Executing query: SELECT _id, body, read, type, address, address_device_id, subject, thread_id, status, date_sent, date_received, m_type, msg_box, part_count, ct_l, tr_id, m_size, exp, st, delivery_receipt_count, mismatched_identities, network_failures, transport_type FROM (SELECT DISTINCT date_sent * 1 AS date_sent, date * 1 AS date_received, _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 FROM sms WHERE (read = 0) UNION ALL SELECT DISTINCT date * 1000 AS date_sent, date_received * 1000 AS date_received, _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 FROM mms WHERE (read = 0) ORDER BY date_received ASC)
W/WebSocketConnection(17773): onConnected()
W/KeyCachingService(17773): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_STOP_EVENT
W/KeyCachingService(17773): Decrementing activity count...
W/MessageRetrievalService(17773): Active Count: 0
W/OkHttpClientWrapper(17773): javax.net.ssl.SSLException: Read error: ssl=0xaec57800: I/O error during system call, Connection timed out
W/OkHttpClientWrapper(17773): at com.android.org.conscrypt.NativeCrypto.SSL_read(Native Method)
W/OkHttpClientWrapper(17773): at com.android.org.conscrypt.OpenSSLSocketImpl$SSLInputStream.read(OpenSSLSocketImpl.java:699)
W/OkHttpClientWrapper(17773): at okio.Okio$2.read(Okio.java:136)
W/OkHttpClientWrapper(17773): at okio.AsyncTimeout$2.read(AsyncTimeout.java:211)
W/OkHttpClientWrapper(17773): at okio.RealBufferedSource.request(RealBufferedSource.java:71)
W/OkHttpClientWrapper(17773): at okio.RealBufferedSource.require(RealBufferedSource.java:64)
W/OkHttpClientWrapper(17773): at okio.RealBufferedSource.readByte(RealBufferedSource.java:77)
W/OkHttpClientWrapper(17773): at com.squareup.okhttp.internal.ws.WebSocketReader.readHeader(WebSocketReader.java:130)
W/OkHttpClientWrapper(17773): at com.squareup.okhttp.internal.ws.WebSocketReader.readUntilNonControlFrame(WebSocketReader.java:119)
W/OkHttpClientWrapper(17773): at com.squareup.okhttp.internal.ws.WebSocketReader.readMessage(WebSocketReader.java:94)
W/OkHttpClientWrapper(17773): at com.squareup.okhttp.internal.ws.WebSocket$ReaderRunnable.execute(WebSocket.java:355)
W/OkHttpClientWrapper(17773): at com.squareup.okhttp.internal.NamedRunnable.run(NamedRunnable.java:33)
W/OkHttpClientWrapper(17773): at java.lang.Thread.run(Thread.java:818)
W/WebSocketConnection(17773): onClose()...
W/OkHttpClientWrapper(17773): Calling disconnect()...
W/WebSocketConnection(17773): WSC connect()...
W/OkHttpClientWrapper(17773): Connecting to: wss://textsecure-service.whispersystems.org/v1/websocket/?login=%s&password=%s
W/MessageRetrievalService(17773): Application level read timeout...
W/MessageRetrievalService(17773): Network requirement: false, active activities: 0, push pending: 0
W/MessageRetrievalService(17773): Shutting down pipe...
W/WebSocketConnection(17773): WSC disconnect()...
W/OkHttpClientWrapper(17773): Calling disconnect()...
W/MessageRetrievalService(17773): Looping...
W/MessageRetrievalService(17773): Waiting for websocket state change....
W/MessageRetrievalService(17773): Network requirement: false, active activities: 0, push pending: 0
W/MessageRetrievalService(17773): Network requirement: true, active activities: 0, push pending: 0
W/WebSocketConnection(17773): Sending keep alive...
W/MessageRetrievalService(17773): Network requirement: true, active activities: 0, push pending: 0
W/MessageRetrievalService(17773): Network requirement: true, active activities: 0, push pending: 0
W/MessageRetrievalService(17773): Network requirement: true, active activities: 0, push pending: 0
W/PhoneNumberFormatter(17773): Got local CC: US
W/MmsSmsDatabase(17773): Executing query: SELECT _id, body, read, type, address, address_device_id, subject, thread_id, status, date_sent, date_received, m_type, msg_box, part_count, ct_l, tr_id, m_size, exp, st, delivery_receipt_count, mismatched_identities, network_failures, transport_type FROM (SELECT DISTINCT date_sent * 1 AS date_sent, date * 1 AS date_received, _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 FROM sms WHERE (read = 0) UNION ALL SELECT DISTINCT date * 1000 AS date_sent, date_received * 1000 AS date_received, _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 FROM mms WHERE (read = 0) ORDER BY date_received ASC)
W/KeyCachingService(17773): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_START_EVENT
W/KeyCachingService(17773): Incrementing activity count...
W/MessageRetrievalService(17773): Active Count: 1
W/MessageRetrievalService(17773): Network requirement: true, active activities: 1, push pending: 0
W/MessageRetrievalService(17773): Making websocket connection....
W/WebSocketConnection(17773): WSC connect()...
W/OkHttpClientWrapper(17773): Connecting to: wss://textsecure-service.whispersystems.org/v1/websocket/?login=%s&password=%s
W/MessageRetrievalService(17773): Network requirement: true, active activities: 1, push pending: 0
W/MessageRetrievalService(17773): Reading message...
W/KeyCachingService(17773): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_STOP_EVENT
W/KeyCachingService(17773): Decrementing activity count...
W/MessageRetrievalService(17773): Active Count: 0
W/WebSocketConnection(17773): onConnected()
W/OkHttpClientWrapper(17773): java.io.EOFException
W/OkHttpClientWrapper(17773): at okio.RealBufferedSource.require(RealBufferedSource.java:64)
W/OkHttpClientWrapper(17773): at okio.RealBufferedSource.readByte(RealBufferedSource.java:77)
W/OkHttpClientWrapper(17773): at com.squareup.okhttp.internal.ws.WebSocketReader.readHeader(WebSocketReader.java:130)
W/OkHttpClientWrapper(17773): at com.squareup.okhttp.internal.ws.WebSocketReader.readUntilNonControlFrame(WebSocketReader.java:119)
W/OkHttpClientWrapper(17773): at com.squareup.okhttp.internal.ws.WebSocketReader.readMessage(WebSocketReader.java:94)
W/OkHttpClientWrapper(17773): at com.squareup.okhttp.internal.ws.WebSocket$ReaderRunnable.execute(WebSocket.java:355)
W/OkHttpClientWrapper(17773): at com.squareup.okhttp.internal.NamedRunnable.run(NamedRunnable.java:33)
W/OkHttpClientWrapper(17773): at java.lang.Thread.run(Thread.java:818)
W/WebSocketConnection(17773): onClose()...
W/OkHttpClientWrapper(17773): Calling disconnect()...
W/WebSocketConnection(17773): WSC connect()...
W/OkHttpClientWrapper(17773): Connecting to: wss://textsecure-service.whispersystems.org/v1/websocket/?login=%s&password=%s
W/MessageRetrievalService(17773): Application level read timeout...
W/MessageRetrievalService(17773): Network requirement: true, active activities: 0, push pending: 0
W/MessageRetrievalService(17773): Shutting down pipe...
W/WebSocketConnection(17773): WSC disconnect()...
W/OkHttpClientWrapper(17773): Calling disconnect()...
W/MessageRetrievalService(17773): Looping...
W/MessageRetrievalService(17773): Waiting for websocket state change....
W/MessageRetrievalService(17773): Network requirement: true, active activities: 0, push pending: 0
W/MessageRetrievalService(17773): Network requirement: true, active activities: 0, push pending: 0
W/MessageRetrievalService(17773): Network requirement: true, active activities: 0, push pending: 0
W/MessageRetrievalService(17773): Network requirement: true, active activities: 0, push pending: 0
W/WebSocketConnection(17773): Sending keep alive...
W/MessageRetrievalService(17773): Network requirement: true, active activities: 0, push pending: 0
W/MessageRetrievalService(17773): Network requirement: true, active activities: 0, push pending: 0
W/PassphraseRequiredActionBarActivity(17773): routeApplicationState(), state: 0
W/PassphraseRequiredActionBarActivity(17773): initializeClearKeyReceiver()
W/DirectoryRefreshListener(17773): Scheduling for: 1432772614626
W/KeyCachingService(17773): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_START_EVENT
W/KeyCachingService(17773): Incrementing activity count...
W/MessageRetrievalService(17773): Active Count: 1
W/MessageRetrievalService(17773): Network requirement: true, active activities: 1, push pending: 0
W/MessageRetrievalService(17773): Making websocket connection....
W/WebSocketConnection(17773): WSC connect()...
W/OkHttpClientWrapper(17773): Connecting to: wss://textsecure-service.whispersystems.org/v1/websocket/?login=%s&password=%s
W/MessageRetrievalService(17773): Network requirement: true, active activities: 1, push pending: 0
W/MessageRetrievalService(17773): Reading message...
W/RecipientProvider(17773): Cache miss [ASYNC]!
W/RecipientProvider(17773): Cache miss [ASYNC]!
W/RecipientProvider(17773): Cache miss [ASYNC]!
W/RecipientProvider(17773): Cache miss [ASYNC]!
W/RecipientProvider(17773): Cache miss [ASYNC]!
W/RecipientProvider(17773): Cache miss [ASYNC]!
W/RecipientProvider(17773): Cache miss [ASYNC]!
W/WebSocketConnection(17773): onConnected()
W/KeyCachingService(17773): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_STOP_EVENT
W/KeyCachingService(17773): Decrementing activity count...
W/MessageRetrievalService(17773): Active Count: 0
W/ConversationActivity(17773): onNewIntent()
W/PhoneNumberFormatter(17773): Got local CC: US
W/MmsSmsDatabase(17773): Executing query: SELECT _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 FROM (SELECT DISTINCT date_sent * 1 AS date_sent, date * 1 AS date_received, _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 FROM sms WHERE (thread_id = 7) UNION ALL SELECT DISTINCT date * 1000 AS date_sent, date_received * 1000 AS date_received, _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 FROM mms WHERE (thread_id = 7) ORDER BY date_received ASC)
W/PhoneNumberFormatter(17773): Got local CC: US
W/KeyCachingService(17773): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_START_EVENT
W/KeyCachingService(17773): Incrementing activity count...
W/MessageRetrievalService(17773): Active Count: 1
W/IncomingBubbleContainer(17773): onCreateView()
W/MmsSmsDatabase(17773): Executing query: SELECT _id, body, read, type, address, address_device_id, subject, thread_id, status, date_sent, date_received, m_type, msg_box, part_count, ct_l, tr_id, m_size, exp, st, delivery_receipt_count, mismatched_identities, network_failures, transport_type FROM (SELECT DISTINCT date_sent * 1 AS date_sent, date * 1 AS date_received, _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 FROM sms WHERE (read = 0) UNION ALL SELECT DISTINCT date * 1000 AS date_sent, date_received * 1000 AS date_received, _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 FROM mms WHERE (read = 0) ORDER BY date_received ASC)
W/IncomingBubbleContainer(17773): onCreateView()
W/IncomingBubbleContainer(17773): onCreateView()
W/ConversationItem(17773): Content location: http://snq2mosget.msg.eng.t-mobile.com/mms/wapenc?T=mavodi-7-13b-900-1-66-632f461
W/MmsDownloadJob(17773): onRun()
W/MmsDownloadJob(17773): Downloading mms at snq2mosget.msg.eng.t-mobile.com
W/CompatMmsConnection(17773): Receiving via legacy connection
W/TelephonyUtil(17773): Choosing MCC+MNC info from TelephonyManager.getSimOperator()
W/ApnDatabase(17773): Querying table for MCC+MNC 310260 without APN name
W/ApnDatabase(17773): Returning preferred APN LegacyMmsConnection$Apn{ mmsc: "http://metropcs.mmsmvno.com/mms/wapenc", proxy: none, port: (none), user: none, pass: none }
W/MmsSmsDatabase(17773): Executing query: SELECT _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 FROM (SELECT DISTINCT date_sent * 1 AS date_sent, date * 1 AS date_received, _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 FROM sms WHERE (thread_id = 7) UNION ALL SELECT DISTINCT date * 1000 AS date_sent, date_received * 1000 AS date_received, _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 FROM mms WHERE (thread_id = 7) ORDER BY date_received ASC)
W/IncomingLegacyMmsConnection(17773): Changing radio to MMS mode..
D/ConnectivityManager(17773): sending expire msg with seqNum 0 and delay 60000
D/ConnectivityManager(17773): starting startUsingNetworkFeature for request NetworkRequest [ id=45, legacyType=2, [ Transports: CELLULAR Capabilities: MMS&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
W/MmsRadio(17773): startUsingNetworkFeature status: 1
W/MmsRadio(17773): Got connectivity change...
W/MmsRadio(17773): Connected: [type: MOBILE_MMS[], state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false]
W/MmsRadio(17773): Connected: [type: MOBILE_MMS[], state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false]
D/ConnectivityManager.CallbackHandler(17773): CM callback handler got msg 524290
D/ConnectivityManager(17773): startUsingNetworkFeature got Network:200
W/MmsRadio(17773): Got connectivity change...
W/MmsRadio(17773): Connected: [type: MOBILE[LTE], state: CONNECTED/CONNECTED, reason: connected, extra: fast.t-mobile.com, roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false]
W/MmsRadio(17773): Notifying connected...
W/MmsRadio(17773): Connected: [type: MOBILE[LTE], state: CONNECTED/CONNECTED, reason: connected, extra: fast.t-mobile.com, roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false]
W/IncomingLegacyMmsConnection(17773): Downloading in MMS mode with proxy...
W/LegacyMmsConnection(17773): Checking route to address: snq2mosget.msg.eng.t-mobile.com, 2607:7700:0:7::ab0:4b82
W/LegacyMmsConnection(17773): requestRouteToHostAddress(snq2mosget.msg.eng.t-mobile.com/2607:7700:0:7::ab0:4b82) -> true
W/IncomingLegacyMmsConnection(17773): got successful route to host snq2mosget.msg.eng.t-mobile.com
W/LegacyMmsConnection(17773): connecting to http://metropcs.mmsmvno.com/mms/wapenc
D/ConnectivityManager.CallbackHandler(17773): CM callback handler got msg 524295
D/ConnectivityManager.CallbackHandler(17773): CM callback handler got msg 524290
D/ConnectivityManager(17773): startUsingNetworkFeature got Network:200
W/LegacyMmsConnection(17773): * response code: HTTP/1.1 200 OK
W/LegacyMmsConnection(17773): Received full server response, 58 bytes
W/PduParser(17773): parse() called...
W/PduParser(17773): Message Type: 132
W/PduParser(17773): Parsing parts...
V/PduParser(17773): Not supported Part headers: -1
E/PduParser(17773): Corrupt Part headers
W/IncomingLegacyMmsConnection(17773): Couldn't parse PDU, byte response: [-116, -124, -115, -110, -123, 4, 85, 102, 64, 15, -112, -127, -118, -128, -113, -127, -122, -127, -103, -30, -102, 77, 101, 115, 115, 97, 103, 101, 32, 110, 111, 116, 32, 102, 111, 117, 110, 100, 0, -124, -125, 77, 101, 115, 115, 97, 103, 101, 32, 110, 111, 116, 32, 102, 111, 117, 110, 100]
W/IncomingLegacyMmsConnection(17773): Couldn't parse PDU, ASCII: �����Uf@����������Message not found���Message not found
W/IncomingLegacyMmsConnection(17773): java.io.IOException: Bad retrieved PDU
W/IncomingLegacyMmsConnection(17773): at org.thoughtcrime.securesms.mms.IncomingLegacyMmsConnection.retrieve(IncomingLegacyMmsConnection.java:121)
W/IncomingLegacyMmsConnection(17773): at org.thoughtcrime.securesms.mms.IncomingLegacyMmsConnection.retrieve(IncomingLegacyMmsConnection.java:84)
W/IncomingLegacyMmsConnection(17773): at org.thoughtcrime.securesms.mms.CompatMmsConnection.retrieve(CompatMmsConnection.java:56)
W/IncomingLegacyMmsConnection(17773): at org.thoughtcrime.securesms.jobs.MmsDownloadJob.onRun(MmsDownloadJob.java:93)
W/IncomingLegacyMmsConnection(17773): at org.thoughtcrime.securesms.jobs.MasterSecretJob.onRun(MasterSecretJob.java:18)
W/IncomingLegacyMmsConnection(17773): at org.whispersystems.jobqueue.JobConsumer.runJob(JobConsumer.java:76)
W/IncomingLegacyMmsConnection(17773): at org.whispersystems.jobqueue.JobConsumer.run(JobConsumer.java:46)
W/IncomingLegacyMmsConnection(17773): Downloading in MMS mode without proxy...
W/LegacyMmsConnection(17773): Checking route to address: snq2mosget.msg.eng.t-mobile.com, 2607:7700:0:7::ab0:4b82
W/LegacyMmsConnection(17773): requestRouteToHostAddress(snq2mosget.msg.eng.t-mobile.com/2607:7700:0:7::ab0:4b82) -> true
W/IncomingLegacyMmsConnection(17773): got successful route to host snq2mosget.msg.eng.t-mobile.com
W/LegacyMmsConnection(17773): connecting to http://metropcs.mmsmvno.com/mms/wapenc
W/LegacyMmsConnection(17773): * response code: HTTP/1.1 200 OK
W/LegacyMmsConnection(17773): Received full server response, 58 bytes
W/PduParser(17773): parse() called...
W/PduParser(17773): Message Type: 132
W/PduParser(17773): Parsing parts...
V/PduParser(17773): Not supported Part headers: -1
E/PduParser(17773): Corrupt Part headers
W/IncomingLegacyMmsConnection(17773): Couldn't parse PDU, byte response: [-116, -124, -115, -110, -123, 4, 85, 102, 64, 16, -112, -127, -118, -128, -113, -127, -122, -127, -103, -30, -102, 77, 101, 115, 115, 97, 103, 101, 32, 110, 111, 116, 32, 102, 111, 117, 110, 100, 0, -124, -125, 77, 101, 115, 115, 97, 103, 101, 32, 110, 111, 116, 32, 102, 111, 117, 110, 100]
W/IncomingLegacyMmsConnection(17773): Couldn't parse PDU, ASCII: �����Uf@����������Message not found���Message not found
W/MmsRadio(17773): MMS Radio Disconnect Called...
W/MmsRadio(17773): Reference count: 0
W/MmsRadio(17773): Turning off MMS radio...
D/ConnectivityManager(17773): stopUsingNetworkFeature for 0, enableMMS
W/MmsRadio(17773): Unregistering receiver...
W/CompatMmsConnection(17773): Falling back to try receiving via Lollipop API
W/IncomingLollipopMmsConnection(17773): downloading multimedia from http://snq2mosget.msg.eng.t-mobile.com/mms/wapenc?T=mavodi-7-13b-900-1-66-632f461 to content://org.thoughtcrime.provider.securesms.mms/mms/1432764430474
D/ConnectivityManager.CallbackHandler(17773): CM callback handler got msg 524296
W/MmsBodyProvider(17773): openFile(content://org.thoughtcrime.provider.securesms.mms/mms/1432764430474, w)
W/MmsBodyProvider(17773): Fetching message body for a single row...
W/MmsBodyProvider(17773): returning file /data/data/org.thoughtcrime.securesms/cache/1432764430474.mmsbody
W/LollipopMmsConnection(17773): onReceive()
W/IncomingLollipopMmsConnection(17773): HTTP status: -1
W/IncomingLollipopMmsConnection(17773): code: -1, result string: null
W/MmsBodyProvider(17773): openFile(content://org.thoughtcrime.provider.securesms.mms/mms/1432764430474, r)
W/MmsBodyProvider(17773): Fetching message body for a single row...
W/MmsBodyProvider(17773): returning file /data/data/org.thoughtcrime.securesms/cache/1432764430474.mmsbody
W/IncomingLollipopMmsConnection(17773): 58-byte response: 00000000: 8c84 8d92 8504 5566 4012 9081 8a80 8f81 ......Uf@.......
W/IncomingLollipopMmsConnection(17773): 00000001: 8681 99e2 9a4d 6573 7361 6765 206e 6f74 .....Message not
W/IncomingLollipopMmsConnection(17773): 00000002: 2066 6f75 6e64 0084 834d 6573 7361 6765 found...Message
W/IncomingLollipopMmsConnection(17773): 00000003: 206e 6f74 2066 6f75 6e64 not found
W/PduParser(17773): parse() called...
W/PduParser(17773): Message Type: 132
W/PduParser(17773): Parsing parts...
V/PduParser(17773): Not supported Part headers: -1
E/PduParser(17773): Corrupt Part headers
W/MmsDownloadJob(17773): ws.com.google.android.mms.MmsException: RetrieveConf was null
W/MmsDownloadJob(17773): at org.thoughtcrime.securesms.jobs.MmsDownloadJob.onRun(MmsDownloadJob.java:95)
W/MmsDownloadJob(17773): at org.thoughtcrime.securesms.jobs.MasterSecretJob.onRun(MasterSecretJob.java:18)
W/MmsDownloadJob(17773): at org.whispersystems.jobqueue.JobConsumer.runJob(JobConsumer.java:76)
W/MmsDownloadJob(17773): at org.whispersystems.jobqueue.JobConsumer.run(JobConsumer.java:46)
W/MmsSmsDatabase(17773): Executing query: SELECT _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 FROM (SELECT DISTINCT date_sent * 1 AS date_sent, date * 1 AS date_received, _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 FROM sms WHERE (thread_id = 7) UNION ALL SELECT DISTINCT date * 1000 AS date_sent, date_received * 1000 AS date_received, _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 FROM mms WHERE (thread_id = 7) ORDER BY date_received ASC)
W/art (17773): 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
W/InputEventReceiver(17773): Attempted to finish an input event but the input event receiver has already been disposed.
W/KeyCachingService(17773): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_STOP_EVENT
W/KeyCachingService(17773): Decrementing activity count...
W/MessageRetrievalService(17773): Active Count: 0
W/PassphraseRequiredActionBarActivity(17773): routeApplicationState(), state: 0
W/PassphraseRequiredActionBarActivity(17773): initializeClearKeyReceiver()
W/DirectoryRefreshListener(17773): Scheduling for: 1432772614626
W/KeyCachingService(17773): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_START_EVENT
W/KeyCachingService(17773): Incrementing activity count...
W/MessageRetrievalService(17773): Active Count: 1
D/OpenGLRenderer(17773): endAllStagingAnimators on 0x9dc6e700 (RippleDrawable) with handle 0xa163e2d0
W/MmsSmsDatabase(17773): Executing query: SELECT _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 FROM (SELECT DISTINCT date_sent * 1 AS date_sent, date * 1 AS date_received, _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 FROM sms WHERE (thread_id = 7) UNION ALL SELECT DISTINCT date * 1000 AS date_sent, date_received * 1000 AS date_received, _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 FROM mms WHERE (thread_id = 7) ORDER BY date_received DESC) LIMIT 1
W/KeyCachingService(17773): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_STOP_EVENT
W/KeyCachingService(17773): Decrementing activity count...
W/MessageRetrievalService(17773): Active Count: 0
W/PassphraseRequiredActionBarActivity(17773): routeApplicationState(), state: 0
W/PassphraseRequiredActionBarActivity(17773): initializeClearKeyReceiver()
W/KeyCachingService(17773): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_START_EVENT
W/KeyCachingService(17773): Incrementing activity count...
W/MessageRetrievalService(17773): Active Count: 1
W/KeyCachingService(17773): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_STOP_EVENT
W/KeyCachingService(17773): Decrementing activity count...
W/MessageRetrievalService(17773): Active Count: 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment