Skip to content

Instantly share code, notes, and snippets.

/cat.log Secret

Created November 11, 2015 22:00
Show Gist options
  • Save anonymous/5053bfb633d8b87091d7 to your computer and use it in GitHub Desktop.
Save anonymous/5053bfb633d8b87091d7 to your computer and use it in GitHub Desktop.
Device : samsung SM-G800H (kmini3gxx)
Android : 4.4.2 (G800HXXU1ANGF, KOT49H.G800HXXU1ANGF)
Memory : 34M (0.35% used, 128M max)
Memclass: 128
OS Host : SWDD3020
App : Signal 3.1.1
--------- beginning of /dev/log/main
W/OkHttpClientWrapper(12902): java.io.EOFException: \n not found: size=0 content=...
W/OkHttpClientWrapper(12902): at okio.RealBufferedSource.readUtf8LineStrict(RealBufferedSource.java:200)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpConnection.readResponse(HttpConnection.java:187)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:80)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpEngine.readNetworkResponse(HttpEngine.java:791)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:642)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.Call.getResponse(Call.java:263)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.OkHttpClient$1.callGetResponse(OkHttpClient.java:129)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.ws.WebSocket.connect(WebSocket.java:160)
W/OkHttpClientWrapper(12902): at org.whispersystems.textsecure.internal.websocket.OkHttpClientWrapper$1.run(OkHttpClientWrapper.java:62)
W/MessageRetrievalService(12902): Application level read timeout...
W/MessageRetrievalService(12902): Network requirement: true, active activities: 0, push pending: 0
W/MessageRetrievalService(12902): Shutting down pipe...
W/WebSocketConnection(12902): WSC disconnect()...
W/OkHttpClientWrapper(12902): Calling disconnect()...
W/MessageRetrievalService(12902): Looping...
W/MessageRetrievalService(12902): Waiting for websocket state change....
W/MessageRetrievalService(12902): Network requirement: true, active activities: 0, push pending: 0
W/MmsSmsDatabase(12902): 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, 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, 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 = 22) UNION ALL SELECT DISTINCT date AS date_sent, date_received AS date_received, mms._id AS _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 = 22) ORDER BY date_received DESC LIMIT 500)
W/TelephonyUtil(12902): Choosing MCC+MNC info from TelephonyManager.getSimOperator()
W/ApnDatabase(12902): Querying table for MCC+MNC 310260 and APN name epc.tmobile.com
W/ApnDatabase(12902): Returning preferred APN LegacyMmsConnection$Apn{ mmsc: "http://mms.msg.eng.t-mobile.com/mms/wapenc", proxy: none, port: (none), user: "none", pass: "none" }
W/MmsSmsDatabase(12902): 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, 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, 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, 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(12902): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_START_EVENT
W/KeyCachingService(12902): Incrementing activity count...
W/MessageRetrievalService(12902): Active Count: 1
W/MessageRetrievalService(12902): Network requirement: true, active activities: 1, push pending: 0
W/MessageRetrievalService(12902): Making websocket connection....
W/WebSocketConnection(12902): WSC connect()...
W/OkHttpClientWrapper(12902): Connecting to: wss://textsecure-service.whispersystems.org/v1/websocket/?login=%s&password=%s
W/MessageRetrievalService(12902): Network requirement: true, active activities: 1, push pending: 0
W/MessageRetrievalService(12902): Reading message...
W/MmsSmsDatabase(12902): Type: sms
W/MmsSmsDatabase(12902): Type: sms
D/dalvikvm(12902): GC_CONCURRENT freed 11050K, 51% free 17376K/35380K, paused 3ms+9ms, total 99ms
D/dalvikvm(12902): WAIT_FOR_CONCURRENT_GC blocked 72ms
W/OkHttpClientWrapper(12902): java.io.EOFException: \n not found: size=0 content=...
W/OkHttpClientWrapper(12902): at okio.RealBufferedSource.readUtf8LineStrict(RealBufferedSource.java:200)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpConnection.readResponse(HttpConnection.java:187)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:80)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpEngine.readNetworkResponse(HttpEngine.java:791)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:642)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.Call.getResponse(Call.java:263)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.OkHttpClient$1.callGetResponse(OkHttpClient.java:129)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.ws.WebSocket.connect(WebSocket.java:160)
W/OkHttpClientWrapper(12902): at org.whispersystems.textsecure.internal.websocket.OkHttpClientWrapper$1.run(OkHttpClientWrapper.java:62)
W/OkHttpClientWrapper(12902): java.io.EOFException: \n not found: size=0 content=...
W/OkHttpClientWrapper(12902): at okio.RealBufferedSource.readUtf8LineStrict(RealBufferedSource.java:200)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpConnection.readResponse(HttpConnection.java:187)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:80)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpEngine.readNetworkResponse(HttpEngine.java:791)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:642)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.Call.getResponse(Call.java:263)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.OkHttpClient$1.callGetResponse(OkHttpClient.java:129)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.ws.WebSocket.connect(WebSocket.java:160)
W/OkHttpClientWrapper(12902): at org.whispersystems.textsecure.internal.websocket.OkHttpClientWrapper$1.run(OkHttpClientWrapper.java:62)
W/OkHttpClientWrapper(12902): java.io.EOFException: \n not found: size=0 content=...
W/OkHttpClientWrapper(12902): at okio.RealBufferedSource.readUtf8LineStrict(RealBufferedSource.java:200)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpConnection.readResponse(HttpConnection.java:187)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:80)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpEngine.readNetworkResponse(HttpEngine.java:791)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:642)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.Call.getResponse(Call.java:263)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.OkHttpClient$1.callGetResponse(OkHttpClient.java:129)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.ws.WebSocket.connect(WebSocket.java:160)
W/OkHttpClientWrapper(12902): at org.whispersystems.textsecure.internal.websocket.OkHttpClientWrapper$1.run(OkHttpClientWrapper.java:62)
W/OkHttpClientWrapper(12902): java.io.EOFException: \n not found: size=0 content=...
W/OkHttpClientWrapper(12902): at okio.RealBufferedSource.readUtf8LineStrict(RealBufferedSource.java:200)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpConnection.readResponse(HttpConnection.java:187)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:80)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpEngine.readNetworkResponse(HttpEngine.java:791)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:642)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.Call.getResponse(Call.java:263)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.OkHttpClient$1.callGetResponse(OkHttpClient.java:129)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.ws.WebSocket.connect(WebSocket.java:160)
W/OkHttpClientWrapper(12902): at org.whispersystems.textsecure.internal.websocket.OkHttpClientWrapper$1.run(OkHttpClientWrapper.java:62)
W/OkHttpClientWrapper(12902): java.io.EOFException: \n not found: size=0 content=...
W/OkHttpClientWrapper(12902): at okio.RealBufferedSource.readUtf8LineStrict(RealBufferedSource.java:200)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpConnection.readResponse(HttpConnection.java:187)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:80)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpEngine.readNetworkResponse(HttpEngine.java:791)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:642)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.Call.getResponse(Call.java:263)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.OkHttpClient$1.callGetResponse(OkHttpClient.java:129)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.ws.WebSocket.connect(WebSocket.java:160)
W/OkHttpClientWrapper(12902): at org.whispersystems.textsecure.internal.websocket.OkHttpClientWrapper$1.run(OkHttpClientWrapper.java:62)
W/OkHttpClientWrapper(12902): java.net.ConnectException: failed to connect to textsecure-service.whispersystems.org/107.23.146.135 (port 443) after 65000ms: connect failed: ENETUNREACH (Network is unreachable)
W/OkHttpClientWrapper(12902): at libcore.io.IoBridge.connect(IoBridge.java:114)
W/OkHttpClientWrapper(12902): at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:192)
W/OkHttpClientWrapper(12902): at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:460)
W/OkHttpClientWrapper(12902): at java.net.Socket.connect(Socket.java:833)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.Platform$Android.connectSocket(Platform.java:179)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.Connection.connect(Connection.java:155)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.Connection.connectAndSetOwner(Connection.java:174)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.OkHttpClient$1.connectAndSetOwner(OkHttpClient.java:120)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.RouteSelector.next(RouteSelector.java:131)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:312)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:235)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.Call.getResponse(Call.java:262)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.OkHttpClient$1.callGetResponse(OkHttpClient.java:129)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.ws.WebSocket.connect(WebSocket.java:160)
W/OkHttpClientWrapper(12902): at org.whispersystems.textsecure.internal.websocket.OkHttpClientWrapper$1.run(OkHttpClientWrapper.java:62)
W/OkHttpClientWrapper(12902): Caused by: libcore.io.ErrnoException: connect failed: ENETUNREACH (Network is unreachable)
W/OkHttpClientWrapper(12902): at libcore.io.Posix.connect(Native Method)
W/OkHttpClientWrapper(12902): at libcore.io.BlockGuardOs.connect(BlockGuardOs.java:85)
W/OkHttpClientWrapper(12902): at libcore.io.IoBridge.connectErrno(IoBridge.java:144)
W/OkHttpClientWrapper(12902): at libcore.io.IoBridge.connect(IoBridge.java:112)
W/OkHttpClientWrapper(12902): ... 14 more
W/OkHttpClientWrapper(12902): java.io.EOFException: \n not found: size=0 content=...
W/OkHttpClientWrapper(12902): at okio.RealBufferedSource.readUtf8LineStrict(RealBufferedSource.java:200)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpConnection.readResponse(HttpConnection.java:187)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:80)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpEngine.readNetworkResponse(HttpEngine.java:791)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:642)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.Call.getResponse(Call.java:263)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.OkHttpClient$1.callGetResponse(OkHttpClient.java:129)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.ws.WebSocket.connect(WebSocket.java:160)
W/OkHttpClientWrapper(12902): at org.whispersystems.textsecure.internal.websocket.OkHttpClientWrapper$1.run(OkHttpClientWrapper.java:62)
W/ExperienceUpgradeActivity(12902): getExperienceUpgrade(162)
W/PassphraseRequiredActionBarActivity(12902): routeApplicationState(), state: 0
W/PassphraseRequiredActionBarActivity(12902): initializeClearKeyReceiver()
D/AbsListView(12902): Get MotionRecognitionManager
W/KeyCachingService(12902): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_STOP_EVENT
W/KeyCachingService(12902): Decrementing activity count...
W/MessageRetrievalService(12902): Active Count: 0
W/KeyCachingService(12902): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_START_EVENT
W/KeyCachingService(12902): Incrementing activity count...
W/MessageRetrievalService(12902): Active Count: 1
W/KeyCachingService(12902): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_STOP_EVENT
W/KeyCachingService(12902): Decrementing activity count...
W/MessageRetrievalService(12902): Active Count: 0
W/MessageDetailsActivity(12902): Recipient is not a group, resolving members immediately.
W/KeyCachingService(12902): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_START_EVENT
W/KeyCachingService(12902): Incrementing activity count...
W/MessageRetrievalService(12902): Active Count: 1
D/ProgressBar(12902): setProgressDrawable drawableHeight = 24
D/AbsSeekBar(12902): AbsSeekBar Constructor: misSeebarAnimationAvailable = false
W/PhoneNumberFormatter(12902): Got local CC: US
W/PhoneNumberFormatter(12902): Got local CC: US
W/MessageDatabase(12902): Updating ID: 513 to base type: 22
W/MmsSmsDatabase(12902): 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, 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, 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 = 22) UNION ALL SELECT DISTINCT date AS date_sent, date_received AS date_received, mms._id AS _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 = 22) ORDER BY date_received DESC LIMIT 1)
W/MmsSmsDatabase(12902): Type: sms
W/MessageDatabase(12902): Updating ID: 513 to base type: 2097152
W/MmsSmsDatabase(12902): 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, 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, 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 = 22) UNION ALL SELECT DISTINCT date AS date_sent, date_received AS date_received, mms._id AS _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 = 22) ORDER BY date_received DESC LIMIT 1)
W/MmsSmsDatabase(12902): Type: sms
W/MessageDetailsActivity(12902): Recipient is not a group, resolving members immediately.
W/PushTextSendJob(12902): Sending message: 513
W/PhoneNumberFormatter(12902): Got local CC: US
W/MessageDetailsActivity(12902): Recipient is not a group, resolving members immediately.
W/TextSecureMessageSender(12902): No attachments present...
W/PushServiceSocket(12902): Push service URL: https://textsecure-service.whispersystems.org
W/PushServiceSocket(12902): Opening URL: https://textsecure-service.whispersystems.org/v2/keys/+*********93/*
D/dalvikvm(12902): GC_CONCURRENT freed 7439K, 49% free 18129K/35372K, paused 4ms+12ms, total 100ms
D/dalvikvm(12902): WAIT_FOR_CONCURRENT_GC blocked 63ms
D/dalvikvm(12902): WAIT_FOR_CONCURRENT_GC blocked 53ms
D/dalvikvm(12902): WAIT_FOR_CONCURRENT_GC blocked 59ms
W/OkHttpClientWrapper(12902): java.io.EOFException: \n not found: size=0 content=...
W/OkHttpClientWrapper(12902): at okio.RealBufferedSource.readUtf8LineStrict(RealBufferedSource.java:200)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpConnection.readResponse(HttpConnection.java:187)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:80)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpEngine.readNetworkResponse(HttpEngine.java:791)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:642)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.Call.getResponse(Call.java:263)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.OkHttpClient$1.callGetResponse(OkHttpClient.java:129)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.ws.WebSocket.connect(WebSocket.java:160)
W/OkHttpClientWrapper(12902): at org.whispersystems.textsecure.internal.websocket.OkHttpClientWrapper$1.run(OkHttpClientWrapper.java:62)
W/PushTextSendJob(12902): org.whispersystems.textsecure.api.push.exceptions.PushNetworkException: java.io.EOFException
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:513)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeRequest(PushServiceSocket.java:489)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.getPreKeys(PushServiceSocket.java:257)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessage(TextSecureMessageSender.java:386)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessages(TextSecureMessageSender.java:368)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:300)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:124)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.deliver(PushTextSendJob.java:115)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.onSend(PushTextSendJob.java:62)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.SendJob.onRun(SendJob.java:40)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.MasterSecretJob.onRun(MasterSecretJob.java:18)
W/PushTextSendJob(12902): at org.whispersystems.jobqueue.JobConsumer.runJob(JobConsumer.java:76)
W/PushTextSendJob(12902): at org.whispersystems.jobqueue.JobConsumer.run(JobConsumer.java:46)
W/PushTextSendJob(12902): Caused by: java.io.EOFException
W/PushTextSendJob(12902): at com.android.okhttp.internal.Util.readAsciiLine(Util.java:318)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.RawHeaders.fromBytes(RawHeaders.java:320)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:147)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:795)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:347)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponse(HttpURLConnectionImpl.java:296)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponseCode(HttpURLConnectionImpl.java:503)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:136)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:510)
W/PushTextSendJob(12902): ... 12 more
W/JobConsumer(12902): org.thoughtcrime.securesms.transport.RetryLaterException: org.whispersystems.textsecure.api.push.exceptions.PushNetworkException: java.io.EOFException
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.deliver(PushTextSendJob.java:121)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.onSend(PushTextSendJob.java:62)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.SendJob.onRun(SendJob.java:40)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.MasterSecretJob.onRun(MasterSecretJob.java:18)
W/JobConsumer(12902): at org.whispersystems.jobqueue.JobConsumer.runJob(JobConsumer.java:76)
W/JobConsumer(12902): at org.whispersystems.jobqueue.JobConsumer.run(JobConsumer.java:46)
W/JobConsumer(12902): Caused by: org.whispersystems.textsecure.api.push.exceptions.PushNetworkException: java.io.EOFException
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:513)
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeRequest(PushServiceSocket.java:489)
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.getPreKeys(PushServiceSocket.java:257)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessage(TextSecureMessageSender.java:386)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessages(TextSecureMessageSender.java:368)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:300)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:124)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.deliver(PushTextSendJob.java:115)
W/JobConsumer(12902): ... 5 more
W/JobConsumer(12902): Caused by: java.io.EOFException
W/JobConsumer(12902): at com.android.okhttp.internal.Util.readAsciiLine(Util.java:318)
W/JobConsumer(12902): at com.android.okhttp.internal.http.RawHeaders.fromBytes(RawHeaders.java:320)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:147)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:795)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:347)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponse(HttpURLConnectionImpl.java:296)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponseCode(HttpURLConnectionImpl.java:503)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:136)
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:510)
W/JobConsumer(12902): ... 12 more
W/PushTextSendJob(12902): Sending message: 513
W/PhoneNumberFormatter(12902): Got local CC: US
W/TextSecureMessageSender(12902): No attachments present...
W/PushServiceSocket(12902): Push service URL: https://textsecure-service.whispersystems.org
W/PushServiceSocket(12902): Opening URL: https://textsecure-service.whispersystems.org/v2/keys/+*********93/*
W/PushTextSendJob(12902): org.whispersystems.textsecure.api.push.exceptions.PushNetworkException: java.io.EOFException
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:513)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeRequest(PushServiceSocket.java:489)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.getPreKeys(PushServiceSocket.java:257)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessage(TextSecureMessageSender.java:386)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessages(TextSecureMessageSender.java:368)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:300)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:124)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.deliver(PushTextSendJob.java:115)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.onSend(PushTextSendJob.java:62)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.SendJob.onRun(SendJob.java:40)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.MasterSecretJob.onRun(MasterSecretJob.java:18)
W/PushTextSendJob(12902): at org.whispersystems.jobqueue.JobConsumer.runJob(JobConsumer.java:76)
W/PushTextSendJob(12902): at org.whispersystems.jobqueue.JobConsumer.run(JobConsumer.java:46)
W/PushTextSendJob(12902): Caused by: java.io.EOFException
W/PushTextSendJob(12902): at com.android.okhttp.internal.Util.readAsciiLine(Util.java:318)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.RawHeaders.fromBytes(RawHeaders.java:320)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:147)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:795)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:347)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponse(HttpURLConnectionImpl.java:296)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponseCode(HttpURLConnectionImpl.java:503)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:136)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:510)
W/PushTextSendJob(12902): ... 12 more
W/JobConsumer(12902): org.thoughtcrime.securesms.transport.RetryLaterException: org.whispersystems.textsecure.api.push.exceptions.PushNetworkException: java.io.EOFException
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.deliver(PushTextSendJob.java:121)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.onSend(PushTextSendJob.java:62)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.SendJob.onRun(SendJob.java:40)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.MasterSecretJob.onRun(MasterSecretJob.java:18)
W/JobConsumer(12902): at org.whispersystems.jobqueue.JobConsumer.runJob(JobConsumer.java:76)
W/JobConsumer(12902): at org.whispersystems.jobqueue.JobConsumer.run(JobConsumer.java:46)
W/JobConsumer(12902): Caused by: org.whispersystems.textsecure.api.push.exceptions.PushNetworkException: java.io.EOFException
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:513)
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeRequest(PushServiceSocket.java:489)
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.getPreKeys(PushServiceSocket.java:257)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessage(TextSecureMessageSender.java:386)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessages(TextSecureMessageSender.java:368)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:300)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:124)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.deliver(PushTextSendJob.java:115)
W/JobConsumer(12902): ... 5 more
W/JobConsumer(12902): Caused by: java.io.EOFException
W/JobConsumer(12902): at com.android.okhttp.internal.Util.readAsciiLine(Util.java:318)
W/JobConsumer(12902): at com.android.okhttp.internal.http.RawHeaders.fromBytes(RawHeaders.java:320)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:147)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:795)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:347)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponse(HttpURLConnectionImpl.java:296)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponseCode(HttpURLConnectionImpl.java:503)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:136)
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:510)
W/JobConsumer(12902): ... 12 more
W/PushTextSendJob(12902): Sending message: 513
W/PhoneNumberFormatter(12902): Got local CC: US
W/TextSecureMessageSender(12902): No attachments present...
W/PushServiceSocket(12902): Push service URL: https://textsecure-service.whispersystems.org
W/PushServiceSocket(12902): Opening URL: https://textsecure-service.whispersystems.org/v2/keys/+*********93/*
W/PushTextSendJob(12902): org.whispersystems.textsecure.api.push.exceptions.PushNetworkException: java.io.EOFException
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:513)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeRequest(PushServiceSocket.java:489)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.getPreKeys(PushServiceSocket.java:257)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessage(TextSecureMessageSender.java:386)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessages(TextSecureMessageSender.java:368)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:300)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:124)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.deliver(PushTextSendJob.java:115)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.onSend(PushTextSendJob.java:62)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.SendJob.onRun(SendJob.java:40)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.MasterSecretJob.onRun(MasterSecretJob.java:18)
W/PushTextSendJob(12902): at org.whispersystems.jobqueue.JobConsumer.runJob(JobConsumer.java:76)
W/PushTextSendJob(12902): at org.whispersystems.jobqueue.JobConsumer.run(JobConsumer.java:46)
W/PushTextSendJob(12902): Caused by: java.io.EOFException
W/PushTextSendJob(12902): at com.android.okhttp.internal.Util.readAsciiLine(Util.java:318)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.RawHeaders.fromBytes(RawHeaders.java:320)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:147)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:795)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:347)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponse(HttpURLConnectionImpl.java:296)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponseCode(HttpURLConnectionImpl.java:503)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:136)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:510)
W/PushTextSendJob(12902): ... 12 more
W/JobConsumer(12902): org.thoughtcrime.securesms.transport.RetryLaterException: org.whispersystems.textsecure.api.push.exceptions.PushNetworkException: java.io.EOFException
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.deliver(PushTextSendJob.java:121)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.onSend(PushTextSendJob.java:62)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.SendJob.onRun(SendJob.java:40)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.MasterSecretJob.onRun(MasterSecretJob.java:18)
W/JobConsumer(12902): at org.whispersystems.jobqueue.JobConsumer.runJob(JobConsumer.java:76)
W/JobConsumer(12902): at org.whispersystems.jobqueue.JobConsumer.run(JobConsumer.java:46)
W/JobConsumer(12902): Caused by: org.whispersystems.textsecure.api.push.exceptions.PushNetworkException: java.io.EOFException
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:513)
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeRequest(PushServiceSocket.java:489)
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.getPreKeys(PushServiceSocket.java:257)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessage(TextSecureMessageSender.java:386)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessages(TextSecureMessageSender.java:368)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:300)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:124)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.deliver(PushTextSendJob.java:115)
W/JobConsumer(12902): ... 5 more
W/JobConsumer(12902): Caused by: java.io.EOFException
W/JobConsumer(12902): at com.android.okhttp.internal.Util.readAsciiLine(Util.java:318)
W/JobConsumer(12902): at com.android.okhttp.internal.http.RawHeaders.fromBytes(RawHeaders.java:320)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:147)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:795)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:347)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponse(HttpURLConnectionImpl.java:296)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponseCode(HttpURLConnectionImpl.java:503)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:136)
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:510)
W/JobConsumer(12902): ... 12 more
W/PushTextSendJob(12902): Sending message: 513
W/PhoneNumberFormatter(12902): Got local CC: US
W/TextSecureMessageSender(12902): No attachments present...
W/PushServiceSocket(12902): Push service URL: https://textsecure-service.whispersystems.org
W/PushServiceSocket(12902): Opening URL: https://textsecure-service.whispersystems.org/v2/keys/+*********93/*
W/OkHttpClientWrapper(12902): java.io.EOFException: \n not found: size=0 content=...
W/OkHttpClientWrapper(12902): at okio.RealBufferedSource.readUtf8LineStrict(RealBufferedSource.java:200)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpConnection.readResponse(HttpConnection.java:187)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:80)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpEngine.readNetworkResponse(HttpEngine.java:791)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:642)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.Call.getResponse(Call.java:263)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.OkHttpClient$1.callGetResponse(OkHttpClient.java:129)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.ws.WebSocket.connect(WebSocket.java:160)
W/OkHttpClientWrapper(12902): at org.whispersystems.textsecure.internal.websocket.OkHttpClientWrapper$1.run(OkHttpClientWrapper.java:62)
W/PushTextSendJob(12902): org.whispersystems.textsecure.api.push.exceptions.PushNetworkException: java.io.EOFException
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:513)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeRequest(PushServiceSocket.java:489)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.getPreKeys(PushServiceSocket.java:257)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessage(TextSecureMessageSender.java:386)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessages(TextSecureMessageSender.java:368)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:300)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:124)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.deliver(PushTextSendJob.java:115)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.onSend(PushTextSendJob.java:62)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.SendJob.onRun(SendJob.java:40)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.MasterSecretJob.onRun(MasterSecretJob.java:18)
W/PushTextSendJob(12902): at org.whispersystems.jobqueue.JobConsumer.runJob(JobConsumer.java:76)
W/PushTextSendJob(12902): at org.whispersystems.jobqueue.JobConsumer.run(JobConsumer.java:46)
W/PushTextSendJob(12902): Caused by: java.io.EOFException
W/PushTextSendJob(12902): at com.android.okhttp.internal.Util.readAsciiLine(Util.java:318)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.RawHeaders.fromBytes(RawHeaders.java:320)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:147)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:795)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:347)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponse(HttpURLConnectionImpl.java:296)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponseCode(HttpURLConnectionImpl.java:503)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:136)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:510)
W/PushTextSendJob(12902): ... 12 more
W/JobConsumer(12902): org.thoughtcrime.securesms.transport.RetryLaterException: org.whispersystems.textsecure.api.push.exceptions.PushNetworkException: java.io.EOFException
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.deliver(PushTextSendJob.java:121)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.onSend(PushTextSendJob.java:62)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.SendJob.onRun(SendJob.java:40)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.MasterSecretJob.onRun(MasterSecretJob.java:18)
W/JobConsumer(12902): at org.whispersystems.jobqueue.JobConsumer.runJob(JobConsumer.java:76)
W/JobConsumer(12902): at org.whispersystems.jobqueue.JobConsumer.run(JobConsumer.java:46)
W/JobConsumer(12902): Caused by: org.whispersystems.textsecure.api.push.exceptions.PushNetworkException: java.io.EOFException
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:513)
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeRequest(PushServiceSocket.java:489)
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.getPreKeys(PushServiceSocket.java:257)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessage(TextSecureMessageSender.java:386)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessages(TextSecureMessageSender.java:368)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:300)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:124)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.deliver(PushTextSendJob.java:115)
W/JobConsumer(12902): ... 5 more
W/JobConsumer(12902): Caused by: java.io.EOFException
W/JobConsumer(12902): at com.android.okhttp.internal.Util.readAsciiLine(Util.java:318)
W/JobConsumer(12902): at com.android.okhttp.internal.http.RawHeaders.fromBytes(RawHeaders.java:320)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:147)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:795)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:347)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponse(HttpURLConnectionImpl.java:296)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponseCode(HttpURLConnectionImpl.java:503)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:136)
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:510)
W/JobConsumer(12902): ... 12 more
W/PushTextSendJob(12902): Sending message: 513
W/PhoneNumberFormatter(12902): Got local CC: US
D/dalvikvm(12902): GC_CONCURRENT freed 8677K, 51% free 17643K/35372K, paused 8ms+9ms, total 89ms
D/dalvikvm(12902): WAIT_FOR_CONCURRENT_GC blocked 62ms
D/dalvikvm(12902): WAIT_FOR_CONCURRENT_GC blocked 51ms
W/TextSecureMessageSender(12902): No attachments present...
W/PushServiceSocket(12902): Push service URL: https://textsecure-service.whispersystems.org
W/PushServiceSocket(12902): Opening URL: https://textsecure-service.whispersystems.org/v2/keys/+*********93/*
W/PushTextSendJob(12902): org.whispersystems.textsecure.api.push.exceptions.PushNetworkException: java.io.EOFException
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:513)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeRequest(PushServiceSocket.java:489)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.getPreKeys(PushServiceSocket.java:257)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessage(TextSecureMessageSender.java:386)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessages(TextSecureMessageSender.java:368)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:300)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:124)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.deliver(PushTextSendJob.java:115)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.onSend(PushTextSendJob.java:62)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.SendJob.onRun(SendJob.java:40)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.MasterSecretJob.onRun(MasterSecretJob.java:18)
W/PushTextSendJob(12902): at org.whispersystems.jobqueue.JobConsumer.runJob(JobConsumer.java:76)
W/PushTextSendJob(12902): at org.whispersystems.jobqueue.JobConsumer.run(JobConsumer.java:46)
W/PushTextSendJob(12902): Caused by: java.io.EOFException
W/PushTextSendJob(12902): at com.android.okhttp.internal.Util.readAsciiLine(Util.java:318)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.RawHeaders.fromBytes(RawHeaders.java:320)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:147)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:795)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:347)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponse(HttpURLConnectionImpl.java:296)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponseCode(HttpURLConnectionImpl.java:503)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:136)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:510)
W/PushTextSendJob(12902): ... 12 more
W/JobConsumer(12902): org.thoughtcrime.securesms.transport.RetryLaterException: org.whispersystems.textsecure.api.push.exceptions.PushNetworkException: java.io.EOFException
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.deliver(PushTextSendJob.java:121)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.onSend(PushTextSendJob.java:62)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.SendJob.onRun(SendJob.java:40)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.MasterSecretJob.onRun(MasterSecretJob.java:18)
W/JobConsumer(12902): at org.whispersystems.jobqueue.JobConsumer.runJob(JobConsumer.java:76)
W/JobConsumer(12902): at org.whispersystems.jobqueue.JobConsumer.run(JobConsumer.java:46)
W/JobConsumer(12902): Caused by: org.whispersystems.textsecure.api.push.exceptions.PushNetworkException: java.io.EOFException
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:513)
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeRequest(PushServiceSocket.java:489)
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.getPreKeys(PushServiceSocket.java:257)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessage(TextSecureMessageSender.java:386)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessages(TextSecureMessageSender.java:368)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:300)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:124)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.deliver(PushTextSendJob.java:115)
W/JobConsumer(12902): ... 5 more
W/JobConsumer(12902): Caused by: java.io.EOFException
W/JobConsumer(12902): at com.android.okhttp.internal.Util.readAsciiLine(Util.java:318)
W/JobConsumer(12902): at com.android.okhttp.internal.http.RawHeaders.fromBytes(RawHeaders.java:320)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:147)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:795)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:347)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponse(HttpURLConnectionImpl.java:296)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponseCode(HttpURLConnectionImpl.java:503)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:136)
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:510)
W/JobConsumer(12902): ... 12 more
W/MessageDatabase(12902): Updating ID: 513 to base type: 24
W/MmsSmsDatabase(12902): 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, 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, 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 = 22) UNION ALL SELECT DISTINCT date AS date_sent, date_received AS date_received, mms._id AS _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 = 22) ORDER BY date_received DESC LIMIT 1)
W/MmsSmsDatabase(12902): Type: sms
W/MessageDetailsActivity(12902): Recipient is not a group, resolving members immediately.
W/OkHttpClientWrapper(12902): java.io.EOFException: \n not found: size=0 content=...
W/OkHttpClientWrapper(12902): at okio.RealBufferedSource.readUtf8LineStrict(RealBufferedSource.java:200)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpConnection.readResponse(HttpConnection.java:187)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:80)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpEngine.readNetworkResponse(HttpEngine.java:791)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:642)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.Call.getResponse(Call.java:263)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.OkHttpClient$1.callGetResponse(OkHttpClient.java:129)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.ws.WebSocket.connect(WebSocket.java:160)
W/OkHttpClientWrapper(12902): at org.whispersystems.textsecure.internal.websocket.OkHttpClientWrapper$1.run(OkHttpClientWrapper.java:62)
W/OkHttpClientWrapper(12902): java.io.EOFException: \n not found: size=0 content=...
W/OkHttpClientWrapper(12902): at okio.RealBufferedSource.readUtf8LineStrict(RealBufferedSource.java:200)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpConnection.readResponse(HttpConnection.java:187)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:80)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpEngine.readNetworkResponse(HttpEngine.java:791)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:642)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.Call.getResponse(Call.java:263)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.OkHttpClient$1.callGetResponse(OkHttpClient.java:129)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.ws.WebSocket.connect(WebSocket.java:160)
W/OkHttpClientWrapper(12902): at org.whispersystems.textsecure.internal.websocket.OkHttpClientWrapper$1.run(OkHttpClientWrapper.java:62)
W/KeyCachingService(12902): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_STOP_EVENT
W/KeyCachingService(12902): Decrementing activity count...
W/MessageRetrievalService(12902): Active Count: 0
W/KeyCachingService(12902): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_START_EVENT
W/KeyCachingService(12902): Incrementing activity count...
W/MessageRetrievalService(12902): Active Count: 1
W/KeyCachingService(12902): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_STOP_EVENT
W/KeyCachingService(12902): Decrementing activity count...
W/MessageRetrievalService(12902): Active Count: 0
W/KeyCachingService(12902): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_START_EVENT
W/KeyCachingService(12902): Incrementing activity count...
W/MessageRetrievalService(12902): Active Count: 1
W/KeyCachingService(12902): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_STOP_EVENT
W/KeyCachingService(12902): Decrementing activity count...
W/MessageRetrievalService(12902): Active Count: 0
W/KeyCachingService(12902): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_START_EVENT
W/KeyCachingService(12902): Incrementing activity count...
W/MessageRetrievalService(12902): Active Count: 1
W/PhoneNumberFormatter(12902): Got local CC: US
W/PhoneNumberFormatter(12902): Got local CC: US
W/MessageDatabase(12902): Updating ID: 513 to base type: 22
W/MmsSmsDatabase(12902): 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, 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, 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 = 22) UNION ALL SELECT DISTINCT date AS date_sent, date_received AS date_received, mms._id AS _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 = 22) ORDER BY date_received DESC LIMIT 1)
W/MmsSmsDatabase(12902): Type: sms
W/MessageDatabase(12902): Updating ID: 513 to base type: 2097152
W/MessageDetailsActivity(12902): Recipient is not a group, resolving members immediately.
W/MmsSmsDatabase(12902): 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, 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, 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 = 22) UNION ALL SELECT DISTINCT date AS date_sent, date_received AS date_received, mms._id AS _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 = 22) ORDER BY date_received DESC LIMIT 1)
W/MmsSmsDatabase(12902): Type: sms
W/PushTextSendJob(12902): Sending message: 513
W/PhoneNumberFormatter(12902): Got local CC: US
W/MessageDetailsActivity(12902): Recipient is not a group, resolving members immediately.
W/TextSecureMessageSender(12902): No attachments present...
W/PushServiceSocket(12902): Push service URL: https://textsecure-service.whispersystems.org
W/PushServiceSocket(12902): Opening URL: https://textsecure-service.whispersystems.org/v2/keys/+*********93/*
W/OkHttpClientWrapper(12902): java.io.EOFException: \n not found: size=0 content=...
W/OkHttpClientWrapper(12902): at okio.RealBufferedSource.readUtf8LineStrict(RealBufferedSource.java:200)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpConnection.readResponse(HttpConnection.java:187)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:80)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpEngine.readNetworkResponse(HttpEngine.java:791)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:642)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.Call.getResponse(Call.java:263)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.OkHttpClient$1.callGetResponse(OkHttpClient.java:129)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.ws.WebSocket.connect(WebSocket.java:160)
W/OkHttpClientWrapper(12902): at org.whispersystems.textsecure.internal.websocket.OkHttpClientWrapper$1.run(OkHttpClientWrapper.java:62)
W/PushTextSendJob(12902): org.whispersystems.textsecure.api.push.exceptions.PushNetworkException: java.io.EOFException
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:513)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeRequest(PushServiceSocket.java:489)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.getPreKeys(PushServiceSocket.java:257)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessage(TextSecureMessageSender.java:386)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessages(TextSecureMessageSender.java:368)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:300)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:124)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.deliver(PushTextSendJob.java:115)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.onSend(PushTextSendJob.java:62)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.SendJob.onRun(SendJob.java:40)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.MasterSecretJob.onRun(MasterSecretJob.java:18)
W/PushTextSendJob(12902): at org.whispersystems.jobqueue.JobConsumer.runJob(JobConsumer.java:76)
W/PushTextSendJob(12902): at org.whispersystems.jobqueue.JobConsumer.run(JobConsumer.java:46)
W/PushTextSendJob(12902): Caused by: java.io.EOFException
W/PushTextSendJob(12902): at com.android.okhttp.internal.Util.readAsciiLine(Util.java:318)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.RawHeaders.fromBytes(RawHeaders.java:320)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:147)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:795)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:347)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponse(HttpURLConnectionImpl.java:296)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponseCode(HttpURLConnectionImpl.java:503)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:136)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:510)
W/PushTextSendJob(12902): ... 12 more
W/JobConsumer(12902): org.thoughtcrime.securesms.transport.RetryLaterException: org.whispersystems.textsecure.api.push.exceptions.PushNetworkException: java.io.EOFException
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.deliver(PushTextSendJob.java:121)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.onSend(PushTextSendJob.java:62)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.SendJob.onRun(SendJob.java:40)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.MasterSecretJob.onRun(MasterSecretJob.java:18)
W/JobConsumer(12902): at org.whispersystems.jobqueue.JobConsumer.runJob(JobConsumer.java:76)
W/JobConsumer(12902): at org.whispersystems.jobqueue.JobConsumer.run(JobConsumer.java:46)
W/JobConsumer(12902): Caused by: org.whispersystems.textsecure.api.push.exceptions.PushNetworkException: java.io.EOFException
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:513)
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeRequest(PushServiceSocket.java:489)
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.getPreKeys(PushServiceSocket.java:257)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessage(TextSecureMessageSender.java:386)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessages(TextSecureMessageSender.java:368)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:300)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:124)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.deliver(PushTextSendJob.java:115)
W/JobConsumer(12902): ... 5 more
W/JobConsumer(12902): Caused by: java.io.EOFException
W/JobConsumer(12902): at com.android.okhttp.internal.Util.readAsciiLine(Util.java:318)
W/JobConsumer(12902): at com.android.okhttp.internal.http.RawHeaders.fromBytes(RawHeaders.java:320)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:147)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:795)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:347)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponse(HttpURLConnectionImpl.java:296)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponseCode(HttpURLConnectionImpl.java:503)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:136)
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:510)
W/JobConsumer(12902): ... 12 more
W/PushTextSendJob(12902): Sending message: 513
W/PhoneNumberFormatter(12902): Got local CC: US
W/TextSecureMessageSender(12902): No attachments present...
W/PushServiceSocket(12902): Push service URL: https://textsecure-service.whispersystems.org
W/PushServiceSocket(12902): Opening URL: https://textsecure-service.whispersystems.org/v2/keys/+*********93/*
D/dalvikvm(12902): GC_CONCURRENT freed 8103K, 50% free 17732K/35232K, paused 6ms+10ms, total 101ms
D/dalvikvm(12902): WAIT_FOR_CONCURRENT_GC blocked 71ms
D/dalvikvm(12902): WAIT_FOR_CONCURRENT_GC blocked 63ms
W/PushTextSendJob(12902): org.whispersystems.textsecure.api.push.exceptions.PushNetworkException: java.io.EOFException
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:513)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeRequest(PushServiceSocket.java:489)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.getPreKeys(PushServiceSocket.java:257)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessage(TextSecureMessageSender.java:386)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessages(TextSecureMessageSender.java:368)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:300)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:124)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.deliver(PushTextSendJob.java:115)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.onSend(PushTextSendJob.java:62)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.SendJob.onRun(SendJob.java:40)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.MasterSecretJob.onRun(MasterSecretJob.java:18)
W/PushTextSendJob(12902): at org.whispersystems.jobqueue.JobConsumer.runJob(JobConsumer.java:76)
W/PushTextSendJob(12902): at org.whispersystems.jobqueue.JobConsumer.run(JobConsumer.java:46)
W/PushTextSendJob(12902): Caused by: java.io.EOFException
W/PushTextSendJob(12902): at com.android.okhttp.internal.Util.readAsciiLine(Util.java:318)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.RawHeaders.fromBytes(RawHeaders.java:320)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:147)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:795)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:347)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponse(HttpURLConnectionImpl.java:296)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponseCode(HttpURLConnectionImpl.java:503)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:136)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:510)
W/PushTextSendJob(12902): ... 12 more
W/JobConsumer(12902): org.thoughtcrime.securesms.transport.RetryLaterException: org.whispersystems.textsecure.api.push.exceptions.PushNetworkException: java.io.EOFException
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.deliver(PushTextSendJob.java:121)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.onSend(PushTextSendJob.java:62)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.SendJob.onRun(SendJob.java:40)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.MasterSecretJob.onRun(MasterSecretJob.java:18)
W/JobConsumer(12902): at org.whispersystems.jobqueue.JobConsumer.runJob(JobConsumer.java:76)
W/JobConsumer(12902): at org.whispersystems.jobqueue.JobConsumer.run(JobConsumer.java:46)
W/JobConsumer(12902): Caused by: org.whispersystems.textsecure.api.push.exceptions.PushNetworkException: java.io.EOFException
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:513)
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeRequest(PushServiceSocket.java:489)
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.getPreKeys(PushServiceSocket.java:257)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessage(TextSecureMessageSender.java:386)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessages(TextSecureMessageSender.java:368)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:300)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:124)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.deliver(PushTextSendJob.java:115)
W/JobConsumer(12902): ... 5 more
W/JobConsumer(12902): Caused by: java.io.EOFException
W/JobConsumer(12902): at com.android.okhttp.internal.Util.readAsciiLine(Util.java:318)
W/JobConsumer(12902): at com.android.okhttp.internal.http.RawHeaders.fromBytes(RawHeaders.java:320)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:147)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:795)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:347)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponse(HttpURLConnectionImpl.java:296)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponseCode(HttpURLConnectionImpl.java:503)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:136)
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:510)
W/JobConsumer(12902): ... 12 more
W/PushTextSendJob(12902): Sending message: 513
W/PhoneNumberFormatter(12902): Got local CC: US
W/TextSecureMessageSender(12902): No attachments present...
W/PushServiceSocket(12902): Push service URL: https://textsecure-service.whispersystems.org
W/PushServiceSocket(12902): Opening URL: https://textsecure-service.whispersystems.org/v2/keys/+*********93/*
W/PushTextSendJob(12902): org.whispersystems.textsecure.api.push.exceptions.PushNetworkException: java.io.EOFException
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:513)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeRequest(PushServiceSocket.java:489)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.getPreKeys(PushServiceSocket.java:257)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessage(TextSecureMessageSender.java:386)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessages(TextSecureMessageSender.java:368)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:300)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:124)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.deliver(PushTextSendJob.java:115)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.onSend(PushTextSendJob.java:62)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.SendJob.onRun(SendJob.java:40)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.MasterSecretJob.onRun(MasterSecretJob.java:18)
W/PushTextSendJob(12902): at org.whispersystems.jobqueue.JobConsumer.runJob(JobConsumer.java:76)
W/PushTextSendJob(12902): at org.whispersystems.jobqueue.JobConsumer.run(JobConsumer.java:46)
W/PushTextSendJob(12902): Caused by: java.io.EOFException
W/PushTextSendJob(12902): at com.android.okhttp.internal.Util.readAsciiLine(Util.java:318)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.RawHeaders.fromBytes(RawHeaders.java:320)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:147)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:795)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:347)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponse(HttpURLConnectionImpl.java:296)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponseCode(HttpURLConnectionImpl.java:503)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:136)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:510)
W/PushTextSendJob(12902): ... 12 more
W/JobConsumer(12902): org.thoughtcrime.securesms.transport.RetryLaterException: org.whispersystems.textsecure.api.push.exceptions.PushNetworkException: java.io.EOFException
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.deliver(PushTextSendJob.java:121)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.onSend(PushTextSendJob.java:62)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.SendJob.onRun(SendJob.java:40)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.MasterSecretJob.onRun(MasterSecretJob.java:18)
W/JobConsumer(12902): at org.whispersystems.jobqueue.JobConsumer.runJob(JobConsumer.java:76)
W/JobConsumer(12902): at org.whispersystems.jobqueue.JobConsumer.run(JobConsumer.java:46)
W/JobConsumer(12902): Caused by: org.whispersystems.textsecure.api.push.exceptions.PushNetworkException: java.io.EOFException
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:513)
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeRequest(PushServiceSocket.java:489)
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.getPreKeys(PushServiceSocket.java:257)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessage(TextSecureMessageSender.java:386)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessages(TextSecureMessageSender.java:368)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:300)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:124)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.deliver(PushTextSendJob.java:115)
W/JobConsumer(12902): ... 5 more
W/JobConsumer(12902): Caused by: java.io.EOFException
W/JobConsumer(12902): at com.android.okhttp.internal.Util.readAsciiLine(Util.java:318)
W/JobConsumer(12902): at com.android.okhttp.internal.http.RawHeaders.fromBytes(RawHeaders.java:320)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:147)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:795)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:347)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponse(HttpURLConnectionImpl.java:296)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponseCode(HttpURLConnectionImpl.java:503)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:136)
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:510)
W/JobConsumer(12902): ... 12 more
W/PushTextSendJob(12902): Sending message: 513
W/PhoneNumberFormatter(12902): Got local CC: US
W/TextSecureMessageSender(12902): No attachments present...
W/PushServiceSocket(12902): Push service URL: https://textsecure-service.whispersystems.org
W/PushServiceSocket(12902): Opening URL: https://textsecure-service.whispersystems.org/v2/keys/+*********93/*
W/PushTextSendJob(12902): org.whispersystems.textsecure.api.push.exceptions.PushNetworkException: java.io.EOFException
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:513)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeRequest(PushServiceSocket.java:489)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.getPreKeys(PushServiceSocket.java:257)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessage(TextSecureMessageSender.java:386)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessages(TextSecureMessageSender.java:368)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:300)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:124)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.deliver(PushTextSendJob.java:115)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.onSend(PushTextSendJob.java:62)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.SendJob.onRun(SendJob.java:40)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.MasterSecretJob.onRun(MasterSecretJob.java:18)
W/PushTextSendJob(12902): at org.whispersystems.jobqueue.JobConsumer.runJob(JobConsumer.java:76)
W/PushTextSendJob(12902): at org.whispersystems.jobqueue.JobConsumer.run(JobConsumer.java:46)
W/PushTextSendJob(12902): Caused by: java.io.EOFException
W/PushTextSendJob(12902): at com.android.okhttp.internal.Util.readAsciiLine(Util.java:318)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.RawHeaders.fromBytes(RawHeaders.java:320)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:147)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:795)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:347)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponse(HttpURLConnectionImpl.java:296)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponseCode(HttpURLConnectionImpl.java:503)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:136)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:510)
W/PushTextSendJob(12902): ... 12 more
W/JobConsumer(12902): org.thoughtcrime.securesms.transport.RetryLaterException: org.whispersystems.textsecure.api.push.exceptions.PushNetworkException: java.io.EOFException
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.deliver(PushTextSendJob.java:121)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.onSend(PushTextSendJob.java:62)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.SendJob.onRun(SendJob.java:40)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.MasterSecretJob.onRun(MasterSecretJob.java:18)
W/JobConsumer(12902): at org.whispersystems.jobqueue.JobConsumer.runJob(JobConsumer.java:76)
W/JobConsumer(12902): at org.whispersystems.jobqueue.JobConsumer.run(JobConsumer.java:46)
W/JobConsumer(12902): Caused by: org.whispersystems.textsecure.api.push.exceptions.PushNetworkException: java.io.EOFException
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:513)
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeRequest(PushServiceSocket.java:489)
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.getPreKeys(PushServiceSocket.java:257)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessage(TextSecureMessageSender.java:386)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessages(TextSecureMessageSender.java:368)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:300)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:124)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.deliver(PushTextSendJob.java:115)
W/JobConsumer(12902): ... 5 more
W/JobConsumer(12902): Caused by: java.io.EOFException
W/JobConsumer(12902): at com.android.okhttp.internal.Util.readAsciiLine(Util.java:318)
W/JobConsumer(12902): at com.android.okhttp.internal.http.RawHeaders.fromBytes(RawHeaders.java:320)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:147)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:795)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:347)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponse(HttpURLConnectionImpl.java:296)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponseCode(HttpURLConnectionImpl.java:503)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:136)
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:510)
W/JobConsumer(12902): ... 12 more
W/PushTextSendJob(12902): Sending message: 513
W/PhoneNumberFormatter(12902): Got local CC: US
W/TextSecureMessageSender(12902): No attachments present...
W/PushServiceSocket(12902): Push service URL: https://textsecure-service.whispersystems.org
W/PushServiceSocket(12902): Opening URL: https://textsecure-service.whispersystems.org/v2/keys/+*********93/*
W/OkHttpClientWrapper(12902): java.io.EOFException: \n not found: size=0 content=...
W/OkHttpClientWrapper(12902): at okio.RealBufferedSource.readUtf8LineStrict(RealBufferedSource.java:200)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpConnection.readResponse(HttpConnection.java:187)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:80)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpEngine.readNetworkResponse(HttpEngine.java:791)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:642)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.Call.getResponse(Call.java:263)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.OkHttpClient$1.callGetResponse(OkHttpClient.java:129)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.ws.WebSocket.connect(WebSocket.java:160)
W/OkHttpClientWrapper(12902): at org.whispersystems.textsecure.internal.websocket.OkHttpClientWrapper$1.run(OkHttpClientWrapper.java:62)
W/PushTextSendJob(12902): org.whispersystems.textsecure.api.push.exceptions.PushNetworkException: java.io.EOFException
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:513)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeRequest(PushServiceSocket.java:489)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.getPreKeys(PushServiceSocket.java:257)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessage(TextSecureMessageSender.java:386)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessages(TextSecureMessageSender.java:368)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:300)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:124)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.deliver(PushTextSendJob.java:115)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.onSend(PushTextSendJob.java:62)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.SendJob.onRun(SendJob.java:40)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.MasterSecretJob.onRun(MasterSecretJob.java:18)
W/PushTextSendJob(12902): at org.whispersystems.jobqueue.JobConsumer.runJob(JobConsumer.java:76)
W/PushTextSendJob(12902): at org.whispersystems.jobqueue.JobConsumer.run(JobConsumer.java:46)
W/PushTextSendJob(12902): Caused by: java.io.EOFException
W/PushTextSendJob(12902): at com.android.okhttp.internal.Util.readAsciiLine(Util.java:318)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.RawHeaders.fromBytes(RawHeaders.java:320)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:147)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:795)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:347)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponse(HttpURLConnectionImpl.java:296)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponseCode(HttpURLConnectionImpl.java:503)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:136)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:510)
W/PushTextSendJob(12902): ... 12 more
W/JobConsumer(12902): org.thoughtcrime.securesms.transport.RetryLaterException: org.whispersystems.textsecure.api.push.exceptions.PushNetworkException: java.io.EOFException
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.deliver(PushTextSendJob.java:121)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.onSend(PushTextSendJob.java:62)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.SendJob.onRun(SendJob.java:40)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.MasterSecretJob.onRun(MasterSecretJob.java:18)
W/JobConsumer(12902): at org.whispersystems.jobqueue.JobConsumer.runJob(JobConsumer.java:76)
W/JobConsumer(12902): at org.whispersystems.jobqueue.JobConsumer.run(JobConsumer.java:46)
W/JobConsumer(12902): Caused by: org.whispersystems.textsecure.api.push.exceptions.PushNetworkException: java.io.EOFException
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:513)
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeRequest(PushServiceSocket.java:489)
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.getPreKeys(PushServiceSocket.java:257)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessage(TextSecureMessageSender.java:386)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessages(TextSecureMessageSender.java:368)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:300)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:124)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.deliver(PushTextSendJob.java:115)
W/JobConsumer(12902): ... 5 more
W/JobConsumer(12902): Caused by: java.io.EOFException
W/JobConsumer(12902): at com.android.okhttp.internal.Util.readAsciiLine(Util.java:318)
W/JobConsumer(12902): at com.android.okhttp.internal.http.RawHeaders.fromBytes(RawHeaders.java:320)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:147)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:795)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:347)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponse(HttpURLConnectionImpl.java:296)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponseCode(HttpURLConnectionImpl.java:503)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:136)
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:510)
W/JobConsumer(12902): ... 12 more
W/MessageDatabase(12902): Updating ID: 513 to base type: 24
W/MmsSmsDatabase(12902): 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, 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, 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 = 22) UNION ALL SELECT DISTINCT date AS date_sent, date_received AS date_received, mms._id AS _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 = 22) ORDER BY date_received DESC LIMIT 1)
W/MmsSmsDatabase(12902): Type: sms
W/MessageDetailsActivity(12902): Recipient is not a group, resolving members immediately.
W/KeyCachingService(12902): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_STOP_EVENT
W/KeyCachingService(12902): Decrementing activity count...
W/MessageRetrievalService(12902): Active Count: 0
W/MmsSmsDatabase(12902): 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, 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, 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 = 22) UNION ALL SELECT DISTINCT date AS date_sent, date_received AS date_received, mms._id AS _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 = 22) ORDER BY date_received DESC LIMIT 500)
W/TelephonyUtil(12902): Choosing MCC+MNC info from TelephonyManager.getSimOperator()
W/ApnDatabase(12902): Querying table for MCC+MNC 310260 and APN name epc.tmobile.com
W/ApnDatabase(12902): Returning preferred APN LegacyMmsConnection$Apn{ mmsc: "http://mms.msg.eng.t-mobile.com/mms/wapenc", proxy: none, port: (none), user: "none", pass: "none" }
W/MmsSmsDatabase(12902): 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, 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, 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, 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(12902): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_START_EVENT
W/KeyCachingService(12902): Incrementing activity count...
W/MessageRetrievalService(12902): Active Count: 1
W/MmsSmsDatabase(12902): Type: sms
W/MmsSmsDatabase(12902): Type: sms
D/AbsListView(12902): onDetachedFromWindow
D/dalvikvm(12902): GC_CONCURRENT freed 8357K, 51% free 17566K/35232K, paused 5ms+12ms, total 103ms
D/dalvikvm(12902): WAIT_FOR_CONCURRENT_GC blocked 53ms
D/dalvikvm(12902): WAIT_FOR_CONCURRENT_GC blocked 68ms
W/OkHttpClientWrapper(12902): java.io.EOFException: \n not found: size=0 content=...
W/OkHttpClientWrapper(12902): at okio.RealBufferedSource.readUtf8LineStrict(RealBufferedSource.java:200)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpConnection.readResponse(HttpConnection.java:187)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:80)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpEngine.readNetworkResponse(HttpEngine.java:791)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:642)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.Call.getResponse(Call.java:263)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.OkHttpClient$1.callGetResponse(OkHttpClient.java:129)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.ws.WebSocket.connect(WebSocket.java:160)
W/OkHttpClientWrapper(12902): at org.whispersystems.textsecure.internal.websocket.OkHttpClientWrapper$1.run(OkHttpClientWrapper.java:62)
W/ConversationActivity(12902): onBackPressed()
W/KeyCachingService(12902): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_STOP_EVENT
W/KeyCachingService(12902): Decrementing activity count...
W/MessageRetrievalService(12902): Active Count: 0
W/KeyCachingService(12902): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_START_EVENT
W/KeyCachingService(12902): Incrementing activity count...
W/MessageRetrievalService(12902): Active Count: 1
W/MmsSmsDatabase(12902): 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, 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, 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 = 22) UNION ALL SELECT DISTINCT date AS date_sent, date_received AS date_received, mms._id AS _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 = 22) ORDER BY date_received DESC LIMIT 1)
W/MmsSmsDatabase(12902): Type: sms
W/KeyCachingService(12902): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_STOP_EVENT
W/KeyCachingService(12902): Decrementing activity count...
W/MessageRetrievalService(12902): Active Count: 0
W/ExperienceUpgradeActivity(12902): getExperienceUpgrade(162)
W/PassphraseRequiredActionBarActivity(12902): routeApplicationState(), state: 0
W/PassphraseRequiredActionBarActivity(12902): initializeClearKeyReceiver()
W/QuickAttachmentDrawer(12902): updateControlsView()
W/ResourceType(12902): No package identifier when getting name for resource number 0x00000000
--------- beginning of /dev/log/system
E/Resources(12902): NotFoundException : Unable to find resource ID #0x0
D/ProgressBar(12902): setProgressDrawable drawableHeight = 24
D/AbsSeekBar(12902): AbsSeekBar Constructor: misSeebarAnimationAvailable = false
W/MmsSmsDatabase(12902): 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, 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, 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 = 12) UNION ALL SELECT DISTINCT date AS date_sent, date_received AS date_received, mms._id AS _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 = 12) ORDER BY date_received DESC LIMIT 500)
W/PhoneNumberFormatter(12902): Got local CC: US
W/KeyboardAwareLinearLayout(12902): rotation changed
W/KeyboardAwareLinearLayout(12902): onKeyboardClose()
W/TelephonyUtil(12902): Choosing MCC+MNC info from TelephonyManager.getSimOperator()
W/ApnDatabase(12902): Querying table for MCC+MNC 310260 and APN name epc.tmobile.com
W/ApnDatabase(12902): Returning preferred APN LegacyMmsConnection$Apn{ mmsc: "http://mms.msg.eng.t-mobile.com/mms/wapenc", proxy: none, port: (none), user: "none", pass: "none" }
W/CameraView(12902): skipping layout due to zero-width/height preview size
W/KeyCachingService(12902): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_START_EVENT
W/KeyCachingService(12902): Incrementing activity count...
W/MessageRetrievalService(12902): Active Count: 1
W/MmsSmsDatabase(12902): 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, 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, 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, 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/RecipientPreferenceDatabase(12902): Muted until: 0
W/MmsSmsDatabase(12902): Type: sms
D/ProgressBar(12902): setProgressDrawable drawableHeight = 24
D/AbsSeekBar(12902): AbsSeekBar Constructor: misSeebarAnimationAvailable = false
W/MmsSmsDatabase(12902): Type: sms
D/ProgressBar(12902): setProgressDrawable drawableHeight = 24
D/AbsSeekBar(12902): AbsSeekBar Constructor: misSeebarAnimationAvailable = false
W/MmsSmsDatabase(12902): Type: sms
D/ProgressBar(12902): setProgressDrawable drawableHeight = 24
D/AbsSeekBar(12902): AbsSeekBar Constructor: misSeebarAnimationAvailable = false
W/MmsSmsDatabase(12902): Type: sms
D/ProgressBar(12902): setProgressDrawable drawableHeight = 24
D/AbsSeekBar(12902): AbsSeekBar Constructor: misSeebarAnimationAvailable = false
W/MmsSmsDatabase(12902): Type: sms
D/ProgressBar(12902): setProgressDrawable drawableHeight = 24
D/AbsSeekBar(12902): AbsSeekBar Constructor: misSeebarAnimationAvailable = false
W/MmsSmsDatabase(12902): Type: sms
D/ProgressBar(12902): setProgressDrawable drawableHeight = 24
D/AbsSeekBar(12902): AbsSeekBar Constructor: misSeebarAnimationAvailable = false
W/MmsSmsDatabase(12902): Type: sms
D/ProgressBar(12902): setProgressDrawable drawableHeight = 24
D/AbsSeekBar(12902): AbsSeekBar Constructor: misSeebarAnimationAvailable = false
W/MmsSmsDatabase(12902): Type: sms
D/ProgressBar(12902): setProgressDrawable drawableHeight = 24
D/AbsSeekBar(12902): AbsSeekBar Constructor: misSeebarAnimationAvailable = false
W/MmsSmsDatabase(12902): Type: sms
D/ProgressBar(12902): setProgressDrawable drawableHeight = 24
D/AbsSeekBar(12902): AbsSeekBar Constructor: misSeebarAnimationAvailable = false
W/KeyboardAwareLinearLayout(12902): onKeyboardOpen(524)
W/CameraView(12902): skipping layout due to zero-width/height preview size
W/OkHttpClientWrapper(12902): java.io.EOFException: \n not found: size=0 content=...
W/OkHttpClientWrapper(12902): at okio.RealBufferedSource.readUtf8LineStrict(RealBufferedSource.java:200)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpConnection.readResponse(HttpConnection.java:187)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:80)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpEngine.readNetworkResponse(HttpEngine.java:791)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:642)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.Call.getResponse(Call.java:263)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.OkHttpClient$1.callGetResponse(OkHttpClient.java:129)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.ws.WebSocket.connect(WebSocket.java:160)
W/OkHttpClientWrapper(12902): at org.whispersystems.textsecure.internal.websocket.OkHttpClientWrapper$1.run(OkHttpClientWrapper.java:62)
W/OkHttpClientWrapper(12902): java.io.EOFException: \n not found: size=0 content=...
W/OkHttpClientWrapper(12902): at okio.RealBufferedSource.readUtf8LineStrict(RealBufferedSource.java:200)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpConnection.readResponse(HttpConnection.java:187)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:80)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpEngine.readNetworkResponse(HttpEngine.java:791)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:642)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.Call.getResponse(Call.java:263)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.OkHttpClient$1.callGetResponse(OkHttpClient.java:129)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.ws.WebSocket.connect(WebSocket.java:160)
W/OkHttpClientWrapper(12902): at org.whispersystems.textsecure.internal.websocket.OkHttpClientWrapper$1.run(OkHttpClientWrapper.java:62)
W/OkHttpClientWrapper(12902): java.io.EOFException: \n not found: size=0 content=...
W/OkHttpClientWrapper(12902): at okio.RealBufferedSource.readUtf8LineStrict(RealBufferedSource.java:200)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpConnection.readResponse(HttpConnection.java:187)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:80)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpEngine.readNetworkResponse(HttpEngine.java:791)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:642)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.Call.getResponse(Call.java:263)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.OkHttpClient$1.callGetResponse(OkHttpClient.java:129)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.ws.WebSocket.connect(WebSocket.java:160)
W/OkHttpClientWrapper(12902): at org.whispersystems.textsecure.internal.websocket.OkHttpClientWrapper$1.run(OkHttpClientWrapper.java:62)
W/OkHttpClientWrapper(12902): java.io.EOFException: \n not found: size=0 content=...
W/OkHttpClientWrapper(12902): at okio.RealBufferedSource.readUtf8LineStrict(RealBufferedSource.java:200)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpConnection.readResponse(HttpConnection.java:187)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:80)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpEngine.readNetworkResponse(HttpEngine.java:791)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:642)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.Call.getResponse(Call.java:263)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.OkHttpClient$1.callGetResponse(OkHttpClient.java:129)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.ws.WebSocket.connect(WebSocket.java:160)
W/OkHttpClientWrapper(12902): at org.whispersystems.textsecure.internal.websocket.OkHttpClientWrapper$1.run(OkHttpClientWrapper.java:62)
W/ConversationActivity(12902): isManual Selection: false
W/ConversationActivity(12902): forceSms: false
W/MmsSmsDatabase(12902): 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, 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, 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 = 12) UNION ALL SELECT DISTINCT date AS date_sent, date_received AS date_received, mms._id AS _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 = 12) ORDER BY date_received DESC LIMIT 1)
W/MmsSmsDatabase(12902): Type: sms
W/PhoneNumberFormatter(12902): Got local CC: US
W/PhoneNumberFormatter(12902): Got local CC: US
W/MmsSmsDatabase(12902): 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, 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, 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 = 12) UNION ALL SELECT DISTINCT date AS date_sent, date_received AS date_received, mms._id AS _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 = 12) ORDER BY date_received DESC LIMIT 500)
W/MessageDatabase(12902): Updating ID: 514 to base type: 22
W/MmsSmsDatabase(12902): 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, 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, 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 = 12) UNION ALL SELECT DISTINCT date AS date_sent, date_received AS date_received, mms._id AS _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 = 12) ORDER BY date_received DESC LIMIT 1)
W/MmsSmsDatabase(12902): Type: sms
W/MmsSmsDatabase(12902): Type: sms
W/MmsSmsDatabase(12902): Type: sms
W/MmsSmsDatabase(12902): Type: sms
W/MmsSmsDatabase(12902): Type: sms
W/MmsSmsDatabase(12902): 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, 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, 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 = 12) UNION ALL SELECT DISTINCT date AS date_sent, date_received AS date_received, mms._id AS _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 = 12) ORDER BY date_received DESC LIMIT 500)
W/SmsSendJob(12902): Sending message: 514
W/MmsSmsDatabase(12902): Type: sms
W/MmsSmsDatabase(12902): Type: sms
W/MmsSmsDatabase(12902): Type: sms
W/MmsSmsDatabase(12902): Type: sms
W/SmsSentJob(12902): Got SMS callback: org.thoughtcrime.securesms.SendReceiveService.SENT_SMS_ACTION , -1
W/MessageDatabase(12902): Updating ID: 514 to base type: 23
W/MmsSmsDatabase(12902): 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, 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, 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 = 12) UNION ALL SELECT DISTINCT date AS date_sent, date_received AS date_received, mms._id AS _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 = 12) ORDER BY date_received DESC LIMIT 1)
W/MmsSmsDatabase(12902): Type: sms
W/MmsSmsDatabase(12902): 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, 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, 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 = 12) UNION ALL SELECT DISTINCT date AS date_sent, date_received AS date_received, mms._id AS _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 = 12) ORDER BY date_received DESC LIMIT 500)
W/MmsSmsDatabase(12902): Type: sms
W/MmsSmsDatabase(12902): Type: sms
W/MmsSmsDatabase(12902): Type: sms
W/MmsSmsDatabase(12902): Type: sms
W/KeyboardAwareLinearLayout(12902): onKeyboardClose()
W/CameraView(12902): skipping layout due to zero-width/height preview size
W/MmsSmsDatabase(12902): Type: sms
W/MmsSmsDatabase(12902): Type: sms
W/MmsSmsDatabase(12902): Type: sms
W/MmsSmsDatabase(12902): Type: sms
W/OkHttpClientWrapper(12902): java.io.EOFException: \n not found: size=0 content=...
W/OkHttpClientWrapper(12902): at okio.RealBufferedSource.readUtf8LineStrict(RealBufferedSource.java:200)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpConnection.readResponse(HttpConnection.java:187)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:80)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpEngine.readNetworkResponse(HttpEngine.java:791)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:642)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.Call.getResponse(Call.java:263)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.OkHttpClient$1.callGetResponse(OkHttpClient.java:129)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.ws.WebSocket.connect(WebSocket.java:160)
W/OkHttpClientWrapper(12902): at org.whispersystems.textsecure.internal.websocket.OkHttpClientWrapper$1.run(OkHttpClientWrapper.java:62)
W/ConversationActivity(12902): onBackPressed()
W/KeyCachingService(12902): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_STOP_EVENT
W/KeyCachingService(12902): Decrementing activity count...
W/MessageRetrievalService(12902): Active Count: 0
D/dalvikvm(12902): GC_CONCURRENT freed 6950K, 47% free 18808K/35232K, paused 13ms+17ms, total 101ms
D/dalvikvm(12902): WAIT_FOR_CONCURRENT_GC blocked 57ms
D/dalvikvm(12902): WAIT_FOR_CONCURRENT_GC blocked 57ms
W/KeyCachingService(12902): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_START_EVENT
W/KeyCachingService(12902): Incrementing activity count...
W/MessageRetrievalService(12902): Active Count: 1
W/MmsSmsDatabase(12902): 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, 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, 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 = 12) UNION ALL SELECT DISTINCT date AS date_sent, date_received AS date_received, mms._id AS _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 = 12) ORDER BY date_received DESC LIMIT 1)
W/MmsSmsDatabase(12902): Type: sms
W/KeyCachingService(12902): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_STOP_EVENT
W/KeyCachingService(12902): Decrementing activity count...
W/MessageRetrievalService(12902): Active Count: 0
W/ExperienceUpgradeActivity(12902): getExperienceUpgrade(162)
W/PassphraseRequiredActionBarActivity(12902): routeApplicationState(), state: 0
W/PassphraseRequiredActionBarActivity(12902): initializeClearKeyReceiver()
W/QuickAttachmentDrawer(12902): updateControlsView()
W/ResourceType(12902): No package identifier when getting name for resource number 0x00000000
E/Resources(12902): NotFoundException : Unable to find resource ID #0x0
D/ProgressBar(12902): setProgressDrawable drawableHeight = 24
D/AbsSeekBar(12902): AbsSeekBar Constructor: misSeebarAnimationAvailable = false
W/PhoneNumberFormatter(12902): Got local CC: US
W/MmsSmsDatabase(12902): 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, 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, 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 = 22) UNION ALL SELECT DISTINCT date AS date_sent, date_received AS date_received, mms._id AS _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 = 22) ORDER BY date_received DESC LIMIT 500)
W/TelephonyUtil(12902): Choosing MCC+MNC info from TelephonyManager.getSimOperator()
W/ApnDatabase(12902): Querying table for MCC+MNC 310260 and APN name epc.tmobile.com
W/ApnDatabase(12902): Returning preferred APN LegacyMmsConnection$Apn{ mmsc: "http://mms.msg.eng.t-mobile.com/mms/wapenc", proxy: none, port: (none), user: "none", pass: "none" }
W/MmsSmsDatabase(12902): 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, 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, 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, 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/KeyboardAwareLinearLayout(12902): rotation changed
W/KeyboardAwareLinearLayout(12902): onKeyboardClose()
W/CameraView(12902): skipping layout due to zero-width/height preview size
W/KeyCachingService(12902): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_START_EVENT
W/KeyCachingService(12902): Incrementing activity count...
W/MessageRetrievalService(12902): Active Count: 1
W/MmsSmsDatabase(12902): Type: sms
D/ProgressBar(12902): setProgressDrawable drawableHeight = 24
D/AbsSeekBar(12902): AbsSeekBar Constructor: misSeebarAnimationAvailable = false
W/MmsSmsDatabase(12902): Type: sms
D/ProgressBar(12902): setProgressDrawable drawableHeight = 24
D/AbsSeekBar(12902): AbsSeekBar Constructor: misSeebarAnimationAvailable = false
W/MessageRetrievalService(12902): Application level read timeout...
W/MessageRetrievalService(12902): Network requirement: true, active activities: 1, push pending: 0
W/MessageRetrievalService(12902): Reading message...
W/KeyCachingService(12902): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_STOP_EVENT
W/KeyCachingService(12902): Decrementing activity count...
W/MessageRetrievalService(12902): Active Count: 0
W/ExperienceUpgradeActivity(12902): getExperienceUpgrade(162)
W/PassphraseRequiredActionBarActivity(12902): routeApplicationState(), state: 0
W/PassphraseRequiredActionBarActivity(12902): initializeClearKeyReceiver()
D/AbsListView(12902): Get MotionRecognitionManager
W/KeyCachingService(12902): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_START_EVENT
W/KeyCachingService(12902): Incrementing activity count...
W/MessageRetrievalService(12902): Active Count: 1
W/MessageDetailsActivity(12902): Recipient is not a group, resolving members immediately.
D/ProgressBar(12902): setProgressDrawable drawableHeight = 24
D/AbsSeekBar(12902): AbsSeekBar Constructor: misSeebarAnimationAvailable = false
W/OkHttpClientWrapper(12902): java.io.EOFException: \n not found: size=0 content=...
W/OkHttpClientWrapper(12902): at okio.RealBufferedSource.readUtf8LineStrict(RealBufferedSource.java:200)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpConnection.readResponse(HttpConnection.java:187)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:80)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpEngine.readNetworkResponse(HttpEngine.java:791)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:642)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.Call.getResponse(Call.java:263)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.OkHttpClient$1.callGetResponse(OkHttpClient.java:129)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.ws.WebSocket.connect(WebSocket.java:160)
W/OkHttpClientWrapper(12902): at org.whispersystems.textsecure.internal.websocket.OkHttpClientWrapper$1.run(OkHttpClientWrapper.java:62)
W/PhoneNumberFormatter(12902): Got local CC: US
W/PhoneNumberFormatter(12902): Got local CC: US
W/MessageDatabase(12902): Updating ID: 513 to base type: 22
W/MmsSmsDatabase(12902): 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, 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, 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 = 22) UNION ALL SELECT DISTINCT date AS date_sent, date_received AS date_received, mms._id AS _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 = 22) ORDER BY date_received DESC LIMIT 1)
W/MmsSmsDatabase(12902): Type: sms
W/MessageDatabase(12902): Updating ID: 513 to base type: 2097152
W/MmsSmsDatabase(12902): 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, 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, 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 = 22) UNION ALL SELECT DISTINCT date AS date_sent, date_received AS date_received, mms._id AS _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 = 22) ORDER BY date_received DESC LIMIT 1)
W/MmsSmsDatabase(12902): Type: sms
W/PushTextSendJob(12902): Sending message: 513
W/PhoneNumberFormatter(12902): Got local CC: US
W/MessageDetailsActivity(12902): Recipient is not a group, resolving members immediately.
W/TextSecureMessageSender(12902): No attachments present...
W/PushServiceSocket(12902): Push service URL: https://textsecure-service.whispersystems.org
W/PushServiceSocket(12902): Opening URL: https://textsecure-service.whispersystems.org/v2/keys/+*********93/*
W/PushTextSendJob(12902): org.whispersystems.textsecure.api.push.exceptions.PushNetworkException: java.io.EOFException
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:513)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeRequest(PushServiceSocket.java:489)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.getPreKeys(PushServiceSocket.java:257)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessage(TextSecureMessageSender.java:386)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessages(TextSecureMessageSender.java:368)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:300)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:124)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.deliver(PushTextSendJob.java:115)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.onSend(PushTextSendJob.java:62)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.SendJob.onRun(SendJob.java:40)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.MasterSecretJob.onRun(MasterSecretJob.java:18)
W/PushTextSendJob(12902): at org.whispersystems.jobqueue.JobConsumer.runJob(JobConsumer.java:76)
W/PushTextSendJob(12902): at org.whispersystems.jobqueue.JobConsumer.run(JobConsumer.java:46)
W/PushTextSendJob(12902): Caused by: java.io.EOFException
W/PushTextSendJob(12902): at com.android.okhttp.internal.Util.readAsciiLine(Util.java:318)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.RawHeaders.fromBytes(RawHeaders.java:320)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:147)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:795)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:347)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponse(HttpURLConnectionImpl.java:296)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponseCode(HttpURLConnectionImpl.java:503)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:136)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:510)
W/PushTextSendJob(12902): ... 12 more
W/JobConsumer(12902): org.thoughtcrime.securesms.transport.RetryLaterException: org.whispersystems.textsecure.api.push.exceptions.PushNetworkException: java.io.EOFException
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.deliver(PushTextSendJob.java:121)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.onSend(PushTextSendJob.java:62)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.SendJob.onRun(SendJob.java:40)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.MasterSecretJob.onRun(MasterSecretJob.java:18)
W/JobConsumer(12902): at org.whispersystems.jobqueue.JobConsumer.runJob(JobConsumer.java:76)
W/JobConsumer(12902): at org.whispersystems.jobqueue.JobConsumer.run(JobConsumer.java:46)
W/JobConsumer(12902): Caused by: org.whispersystems.textsecure.api.push.exceptions.PushNetworkException: java.io.EOFException
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:513)
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeRequest(PushServiceSocket.java:489)
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.getPreKeys(PushServiceSocket.java:257)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessage(TextSecureMessageSender.java:386)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessages(TextSecureMessageSender.java:368)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:300)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:124)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.deliver(PushTextSendJob.java:115)
W/JobConsumer(12902): ... 5 more
W/JobConsumer(12902): Caused by: java.io.EOFException
W/JobConsumer(12902): at com.android.okhttp.internal.Util.readAsciiLine(Util.java:318)
W/JobConsumer(12902): at com.android.okhttp.internal.http.RawHeaders.fromBytes(RawHeaders.java:320)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:147)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:795)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:347)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponse(HttpURLConnectionImpl.java:296)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponseCode(HttpURLConnectionImpl.java:503)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:136)
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:510)
W/JobConsumer(12902): ... 12 more
W/PushTextSendJob(12902): Sending message: 513
W/PhoneNumberFormatter(12902): Got local CC: US
W/TextSecureMessageSender(12902): No attachments present...
W/PushServiceSocket(12902): Push service URL: https://textsecure-service.whispersystems.org
W/PushServiceSocket(12902): Opening URL: https://textsecure-service.whispersystems.org/v2/keys/+*********93/*
W/PushTextSendJob(12902): org.whispersystems.textsecure.api.push.exceptions.PushNetworkException: java.io.EOFException
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:513)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeRequest(PushServiceSocket.java:489)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.getPreKeys(PushServiceSocket.java:257)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessage(TextSecureMessageSender.java:386)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessages(TextSecureMessageSender.java:368)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:300)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:124)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.deliver(PushTextSendJob.java:115)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.onSend(PushTextSendJob.java:62)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.SendJob.onRun(SendJob.java:40)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.MasterSecretJob.onRun(MasterSecretJob.java:18)
W/PushTextSendJob(12902): at org.whispersystems.jobqueue.JobConsumer.runJob(JobConsumer.java:76)
W/PushTextSendJob(12902): at org.whispersystems.jobqueue.JobConsumer.run(JobConsumer.java:46)
W/PushTextSendJob(12902): Caused by: java.io.EOFException
W/PushTextSendJob(12902): at com.android.okhttp.internal.Util.readAsciiLine(Util.java:318)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.RawHeaders.fromBytes(RawHeaders.java:320)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:147)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:795)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:347)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponse(HttpURLConnectionImpl.java:296)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponseCode(HttpURLConnectionImpl.java:503)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:136)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:510)
W/PushTextSendJob(12902): ... 12 more
W/JobConsumer(12902): org.thoughtcrime.securesms.transport.RetryLaterException: org.whispersystems.textsecure.api.push.exceptions.PushNetworkException: java.io.EOFException
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.deliver(PushTextSendJob.java:121)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.onSend(PushTextSendJob.java:62)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.SendJob.onRun(SendJob.java:40)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.MasterSecretJob.onRun(MasterSecretJob.java:18)
W/JobConsumer(12902): at org.whispersystems.jobqueue.JobConsumer.runJob(JobConsumer.java:76)
W/JobConsumer(12902): at org.whispersystems.jobqueue.JobConsumer.run(JobConsumer.java:46)
W/JobConsumer(12902): Caused by: org.whispersystems.textsecure.api.push.exceptions.PushNetworkException: java.io.EOFException
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:513)
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeRequest(PushServiceSocket.java:489)
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.getPreKeys(PushServiceSocket.java:257)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessage(TextSecureMessageSender.java:386)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessages(TextSecureMessageSender.java:368)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:300)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:124)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.deliver(PushTextSendJob.java:115)
W/JobConsumer(12902): ... 5 more
W/JobConsumer(12902): Caused by: java.io.EOFException
W/JobConsumer(12902): at com.android.okhttp.internal.Util.readAsciiLine(Util.java:318)
W/JobConsumer(12902): at com.android.okhttp.internal.http.RawHeaders.fromBytes(RawHeaders.java:320)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:147)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:795)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:347)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponse(HttpURLConnectionImpl.java:296)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponseCode(HttpURLConnectionImpl.java:503)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:136)
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:510)
W/JobConsumer(12902): ... 12 more
W/PushTextSendJob(12902): Sending message: 513
W/PhoneNumberFormatter(12902): Got local CC: US
W/TextSecureMessageSender(12902): No attachments present...
W/PushServiceSocket(12902): Push service URL: https://textsecure-service.whispersystems.org
W/PushServiceSocket(12902): Opening URL: https://textsecure-service.whispersystems.org/v2/keys/+*********93/*
D/dalvikvm(12902): GC_CONCURRENT freed 8405K, 48% free 18595K/35156K, paused 21ms+20ms, total 151ms
D/dalvikvm(12902): WAIT_FOR_CONCURRENT_GC blocked 98ms
D/dalvikvm(12902): WAIT_FOR_CONCURRENT_GC blocked 96ms
D/dalvikvm(12902): WAIT_FOR_CONCURRENT_GC blocked 32ms
W/OkHttpClientWrapper(12902): java.io.EOFException: \n not found: size=0 content=...
W/OkHttpClientWrapper(12902): at okio.RealBufferedSource.readUtf8LineStrict(RealBufferedSource.java:200)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpConnection.readResponse(HttpConnection.java:187)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:80)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpEngine.readNetworkResponse(HttpEngine.java:791)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:642)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.Call.getResponse(Call.java:263)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.OkHttpClient$1.callGetResponse(OkHttpClient.java:129)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.ws.WebSocket.connect(WebSocket.java:160)
W/OkHttpClientWrapper(12902): at org.whispersystems.textsecure.internal.websocket.OkHttpClientWrapper$1.run(OkHttpClientWrapper.java:62)
W/OkHttpClientWrapper(12902): java.io.EOFException: \n not found: size=0 content=...
W/OkHttpClientWrapper(12902): at okio.RealBufferedSource.readUtf8LineStrict(RealBufferedSource.java:200)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpConnection.readResponse(HttpConnection.java:187)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:80)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpEngine.readNetworkResponse(HttpEngine.java:791)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:642)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.Call.getResponse(Call.java:263)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.OkHttpClient$1.callGetResponse(OkHttpClient.java:129)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.ws.WebSocket.connect(WebSocket.java:160)
W/OkHttpClientWrapper(12902): at org.whispersystems.textsecure.internal.websocket.OkHttpClientWrapper$1.run(OkHttpClientWrapper.java:62)
W/PushTextSendJob(12902): org.whispersystems.textsecure.api.push.exceptions.PushNetworkException: java.io.EOFException
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:513)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeRequest(PushServiceSocket.java:489)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.getPreKeys(PushServiceSocket.java:257)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessage(TextSecureMessageSender.java:386)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessages(TextSecureMessageSender.java:368)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:300)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:124)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.deliver(PushTextSendJob.java:115)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.onSend(PushTextSendJob.java:62)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.SendJob.onRun(SendJob.java:40)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.MasterSecretJob.onRun(MasterSecretJob.java:18)
W/PushTextSendJob(12902): at org.whispersystems.jobqueue.JobConsumer.runJob(JobConsumer.java:76)
W/PushTextSendJob(12902): at org.whispersystems.jobqueue.JobConsumer.run(JobConsumer.java:46)
W/PushTextSendJob(12902): Caused by: java.io.EOFException
W/PushTextSendJob(12902): at com.android.okhttp.internal.Util.readAsciiLine(Util.java:318)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.RawHeaders.fromBytes(RawHeaders.java:320)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:147)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:795)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:347)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponse(HttpURLConnectionImpl.java:296)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponseCode(HttpURLConnectionImpl.java:503)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:136)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:510)
W/PushTextSendJob(12902): ... 12 more
W/JobConsumer(12902): org.thoughtcrime.securesms.transport.RetryLaterException: org.whispersystems.textsecure.api.push.exceptions.PushNetworkException: java.io.EOFException
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.deliver(PushTextSendJob.java:121)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.onSend(PushTextSendJob.java:62)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.SendJob.onRun(SendJob.java:40)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.MasterSecretJob.onRun(MasterSecretJob.java:18)
W/JobConsumer(12902): at org.whispersystems.jobqueue.JobConsumer.runJob(JobConsumer.java:76)
W/JobConsumer(12902): at org.whispersystems.jobqueue.JobConsumer.run(JobConsumer.java:46)
W/JobConsumer(12902): Caused by: org.whispersystems.textsecure.api.push.exceptions.PushNetworkException: java.io.EOFException
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:513)
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeRequest(PushServiceSocket.java:489)
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.getPreKeys(PushServiceSocket.java:257)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessage(TextSecureMessageSender.java:386)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessages(TextSecureMessageSender.java:368)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:300)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:124)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.deliver(PushTextSendJob.java:115)
W/JobConsumer(12902): ... 5 more
W/JobConsumer(12902): Caused by: java.io.EOFException
W/JobConsumer(12902): at com.android.okhttp.internal.Util.readAsciiLine(Util.java:318)
W/JobConsumer(12902): at com.android.okhttp.internal.http.RawHeaders.fromBytes(RawHeaders.java:320)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:147)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:795)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:347)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponse(HttpURLConnectionImpl.java:296)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponseCode(HttpURLConnectionImpl.java:503)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:136)
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:510)
W/JobConsumer(12902): ... 12 more
W/PushTextSendJob(12902): Sending message: 513
W/PhoneNumberFormatter(12902): Got local CC: US
W/TextSecureMessageSender(12902): No attachments present...
W/PushServiceSocket(12902): Push service URL: https://textsecure-service.whispersystems.org
W/PushServiceSocket(12902): Opening URL: https://textsecure-service.whispersystems.org/v2/keys/+*********93/*
W/OkHttpClientWrapper(12902): java.io.EOFException: \n not found: size=0 content=...
W/OkHttpClientWrapper(12902): at okio.RealBufferedSource.readUtf8LineStrict(RealBufferedSource.java:200)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpConnection.readResponse(HttpConnection.java:187)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:80)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpEngine.readNetworkResponse(HttpEngine.java:791)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:642)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.Call.getResponse(Call.java:263)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.OkHttpClient$1.callGetResponse(OkHttpClient.java:129)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.ws.WebSocket.connect(WebSocket.java:160)
W/OkHttpClientWrapper(12902): at org.whispersystems.textsecure.internal.websocket.OkHttpClientWrapper$1.run(OkHttpClientWrapper.java:62)
W/PushTextSendJob(12902): org.whispersystems.textsecure.api.push.exceptions.PushNetworkException: java.io.EOFException
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:513)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeRequest(PushServiceSocket.java:489)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.getPreKeys(PushServiceSocket.java:257)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessage(TextSecureMessageSender.java:386)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessages(TextSecureMessageSender.java:368)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:300)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:124)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.deliver(PushTextSendJob.java:115)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.onSend(PushTextSendJob.java:62)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.SendJob.onRun(SendJob.java:40)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.MasterSecretJob.onRun(MasterSecretJob.java:18)
W/PushTextSendJob(12902): at org.whispersystems.jobqueue.JobConsumer.runJob(JobConsumer.java:76)
W/PushTextSendJob(12902): at org.whispersystems.jobqueue.JobConsumer.run(JobConsumer.java:46)
W/PushTextSendJob(12902): Caused by: java.io.EOFException
W/PushTextSendJob(12902): at com.android.okhttp.internal.Util.readAsciiLine(Util.java:318)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.RawHeaders.fromBytes(RawHeaders.java:320)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:147)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:795)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:347)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponse(HttpURLConnectionImpl.java:296)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponseCode(HttpURLConnectionImpl.java:503)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:136)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:510)
W/PushTextSendJob(12902): ... 12 more
W/JobConsumer(12902): org.thoughtcrime.securesms.transport.RetryLaterException: org.whispersystems.textsecure.api.push.exceptions.PushNetworkException: java.io.EOFException
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.deliver(PushTextSendJob.java:121)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.onSend(PushTextSendJob.java:62)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.SendJob.onRun(SendJob.java:40)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.MasterSecretJob.onRun(MasterSecretJob.java:18)
W/JobConsumer(12902): at org.whispersystems.jobqueue.JobConsumer.runJob(JobConsumer.java:76)
W/JobConsumer(12902): at org.whispersystems.jobqueue.JobConsumer.run(JobConsumer.java:46)
W/JobConsumer(12902): Caused by: org.whispersystems.textsecure.api.push.exceptions.PushNetworkException: java.io.EOFException
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:513)
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeRequest(PushServiceSocket.java:489)
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.getPreKeys(PushServiceSocket.java:257)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessage(TextSecureMessageSender.java:386)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessages(TextSecureMessageSender.java:368)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:300)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:124)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.deliver(PushTextSendJob.java:115)
W/JobConsumer(12902): ... 5 more
W/JobConsumer(12902): Caused by: java.io.EOFException
W/JobConsumer(12902): at com.android.okhttp.internal.Util.readAsciiLine(Util.java:318)
W/JobConsumer(12902): at com.android.okhttp.internal.http.RawHeaders.fromBytes(RawHeaders.java:320)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:147)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:795)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:347)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponse(HttpURLConnectionImpl.java:296)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponseCode(HttpURLConnectionImpl.java:503)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:136)
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:510)
W/JobConsumer(12902): ... 12 more
W/PushTextSendJob(12902): Sending message: 513
W/PhoneNumberFormatter(12902): Got local CC: US
W/TextSecureMessageSender(12902): No attachments present...
W/PushServiceSocket(12902): Push service URL: https://textsecure-service.whispersystems.org
W/PushServiceSocket(12902): Opening URL: https://textsecure-service.whispersystems.org/v2/keys/+*********93/*
W/PushTextSendJob(12902): org.whispersystems.textsecure.api.push.exceptions.PushNetworkException: java.io.EOFException
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:513)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeRequest(PushServiceSocket.java:489)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.getPreKeys(PushServiceSocket.java:257)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessage(TextSecureMessageSender.java:386)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessages(TextSecureMessageSender.java:368)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:300)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:124)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.deliver(PushTextSendJob.java:115)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.onSend(PushTextSendJob.java:62)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.SendJob.onRun(SendJob.java:40)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.MasterSecretJob.onRun(MasterSecretJob.java:18)
W/PushTextSendJob(12902): at org.whispersystems.jobqueue.JobConsumer.runJob(JobConsumer.java:76)
W/PushTextSendJob(12902): at org.whispersystems.jobqueue.JobConsumer.run(JobConsumer.java:46)
W/PushTextSendJob(12902): Caused by: java.io.EOFException
W/PushTextSendJob(12902): at com.android.okhttp.internal.Util.readAsciiLine(Util.java:318)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.RawHeaders.fromBytes(RawHeaders.java:320)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:147)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:795)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:347)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponse(HttpURLConnectionImpl.java:296)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponseCode(HttpURLConnectionImpl.java:503)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:136)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:510)
W/PushTextSendJob(12902): ... 12 more
W/JobConsumer(12902): org.thoughtcrime.securesms.transport.RetryLaterException: org.whispersystems.textsecure.api.push.exceptions.PushNetworkException: java.io.EOFException
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.deliver(PushTextSendJob.java:121)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.onSend(PushTextSendJob.java:62)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.SendJob.onRun(SendJob.java:40)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.MasterSecretJob.onRun(MasterSecretJob.java:18)
W/JobConsumer(12902): at org.whispersystems.jobqueue.JobConsumer.runJob(JobConsumer.java:76)
W/JobConsumer(12902): at org.whispersystems.jobqueue.JobConsumer.run(JobConsumer.java:46)
W/JobConsumer(12902): Caused by: org.whispersystems.textsecure.api.push.exceptions.PushNetworkException: java.io.EOFException
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:513)
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeRequest(PushServiceSocket.java:489)
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.getPreKeys(PushServiceSocket.java:257)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessage(TextSecureMessageSender.java:386)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessages(TextSecureMessageSender.java:368)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:300)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:124)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.deliver(PushTextSendJob.java:115)
W/JobConsumer(12902): ... 5 more
W/JobConsumer(12902): Caused by: java.io.EOFException
W/JobConsumer(12902): at com.android.okhttp.internal.Util.readAsciiLine(Util.java:318)
W/JobConsumer(12902): at com.android.okhttp.internal.http.RawHeaders.fromBytes(RawHeaders.java:320)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:147)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:795)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:347)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponse(HttpURLConnectionImpl.java:296)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponseCode(HttpURLConnectionImpl.java:503)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:136)
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:510)
W/JobConsumer(12902): ... 12 more
W/MessageDatabase(12902): Updating ID: 513 to base type: 24
W/MmsSmsDatabase(12902): 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, 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, 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 = 22) UNION ALL SELECT DISTINCT date AS date_sent, date_received AS date_received, mms._id AS _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 = 22) ORDER BY date_received DESC LIMIT 1)
W/MmsSmsDatabase(12902): Type: sms
W/MessageDetailsActivity(12902): Recipient is not a group, resolving members immediately.
W/KeyCachingService(12902): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_STOP_EVENT
W/KeyCachingService(12902): Decrementing activity count...
W/MessageRetrievalService(12902): Active Count: 0
W/TelephonyUtil(12902): Choosing MCC+MNC info from TelephonyManager.getSimOperator()
W/ApnDatabase(12902): Querying table for MCC+MNC 310260 and APN name epc.tmobile.com
W/ApnDatabase(12902): Returning preferred APN LegacyMmsConnection$Apn{ mmsc: "http://mms.msg.eng.t-mobile.com/mms/wapenc", proxy: none, port: (none), user: "none", pass: "none" }
W/MmsSmsDatabase(12902): 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, 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, 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 = 22) UNION ALL SELECT DISTINCT date AS date_sent, date_received AS date_received, mms._id AS _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 = 22) ORDER BY date_received DESC LIMIT 500)
W/MmsSmsDatabase(12902): 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, 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, 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, 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(12902): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_START_EVENT
W/KeyCachingService(12902): Incrementing activity count...
W/MessageRetrievalService(12902): Active Count: 1
W/MmsSmsDatabase(12902): Type: sms
W/MmsSmsDatabase(12902): Type: sms
D/AbsListView(12902): onDetachedFromWindow
D/dalvikvm(12902): GC_CONCURRENT freed 9068K, 50% free 17687K/35156K, paused 8ms+12ms, total 126ms
W/OkHttpClientWrapper(12902): java.io.EOFException: \n not found: size=0 content=...
W/OkHttpClientWrapper(12902): at okio.RealBufferedSource.readUtf8LineStrict(RealBufferedSource.java:200)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpConnection.readResponse(HttpConnection.java:187)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:80)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpEngine.readNetworkResponse(HttpEngine.java:791)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:642)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.Call.getResponse(Call.java:263)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.OkHttpClient$1.callGetResponse(OkHttpClient.java:129)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.ws.WebSocket.connect(WebSocket.java:160)
W/OkHttpClientWrapper(12902): at org.whispersystems.textsecure.internal.websocket.OkHttpClientWrapper$1.run(OkHttpClientWrapper.java:62)
W/KeyCachingService(12902): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_STOP_EVENT
W/KeyCachingService(12902): Decrementing activity count...
W/MessageRetrievalService(12902): Active Count: 0
I/dalvikvm(12902): Could not find method android.view.Window.setStatusBarColor, referenced from method org.thoughtcrime.securesms.RecipientPreferenceActivity.setHeader
W/dalvikvm(12902): VFY: unable to resolve virtual method 9968: Landroid/view/Window;.setStatusBarColor (I)V
D/dalvikvm(12902): VFY: replacing opcode 0x6e at 0x002e
W/ExperienceUpgradeActivity(12902): getExperienceUpgrade(162)
W/PassphraseRequiredActionBarActivity(12902): routeApplicationState(), state: 0
W/PassphraseRequiredActionBarActivity(12902): initializeClearKeyReceiver()
I/dalvikvm(12902): Could not find method android.preference.CheckBoxPreference.<init>, referenced from method org.thoughtcrime.securesms.components.SwitchPreferenceCompat.<init>
W/dalvikvm(12902): VFY: unable to resolve direct method 1148: Landroid/preference/CheckBoxPreference;.<init> (Landroid/content/Context;Landroid/util/AttributeSet;II)V
D/dalvikvm(12902): VFY: replacing opcode 0x70 at 0x0000
W/Resources(12902): Converting to string: TypedValue{t=0x10/d=0x0 a=-1}
W/Resources(12902): Converting to string: TypedValue{t=0x10/d=0x0 a=-1}
D/AbsListView(12902): Get MotionRecognitionManager
W/KeyCachingService(12902): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_START_EVENT
W/KeyCachingService(12902): Incrementing activity count...
W/MessageRetrievalService(12902): Active Count: 1
I/dalvikvm(12902): Could not find method android.widget.CompoundButton.drawableHotspotChanged, referenced from method android.support.v7.widget.SwitchCompat.drawableHotspotChanged
W/dalvikvm(12902): VFY: unable to resolve virtual method 10132: Landroid/widget/CompoundButton;.drawableHotspotChanged (FF)V
D/dalvikvm(12902): VFY: replacing opcode 0x6f at 0x0006
W/KeyCachingService(12902): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_STOP_EVENT
W/KeyCachingService(12902): Decrementing activity count...
W/MessageRetrievalService(12902): Active Count: 0
W/TelephonyUtil(12902): Choosing MCC+MNC info from TelephonyManager.getSimOperator()
W/ApnDatabase(12902): Querying table for MCC+MNC 310260 and APN name epc.tmobile.com
W/ApnDatabase(12902): Returning preferred APN LegacyMmsConnection$Apn{ mmsc: "http://mms.msg.eng.t-mobile.com/mms/wapenc", proxy: none, port: (none), user: "none", pass: "none" }
W/KeyCachingService(12902): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_START_EVENT
W/KeyCachingService(12902): Incrementing activity count...
W/MessageRetrievalService(12902): Active Count: 1
W/MmsSmsDatabase(12902): 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, 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, 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, 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)
D/AbsListView(12902): onDetachedFromWindow
W/KeyCachingService(12902): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_STOP_EVENT
W/KeyCachingService(12902): Decrementing activity count...
W/MessageRetrievalService(12902): Active Count: 0
W/KeyCachingService(12902): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_START_EVENT
W/KeyCachingService(12902): Incrementing activity count...
W/MessageRetrievalService(12902): Active Count: 1
W/MmsSmsDatabase(12902): 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, 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, 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 = 22) UNION ALL SELECT DISTINCT date AS date_sent, date_received AS date_received, mms._id AS _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 = 22) ORDER BY date_received DESC LIMIT 1)
W/MmsSmsDatabase(12902): Type: sms
W/OkHttpClientWrapper(12902): java.io.EOFException: \n not found: size=0 content=...
W/OkHttpClientWrapper(12902): at okio.RealBufferedSource.readUtf8LineStrict(RealBufferedSource.java:200)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpConnection.readResponse(HttpConnection.java:187)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:80)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpEngine.readNetworkResponse(HttpEngine.java:791)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:642)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.Call.getResponse(Call.java:263)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.OkHttpClient$1.callGetResponse(OkHttpClient.java:129)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.ws.WebSocket.connect(WebSocket.java:160)
W/OkHttpClientWrapper(12902): at org.whispersystems.textsecure.internal.websocket.OkHttpClientWrapper$1.run(OkHttpClientWrapper.java:62)
W/KeyCachingService(12902): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_STOP_EVENT
W/KeyCachingService(12902): Decrementing activity count...
W/MessageRetrievalService(12902): Active Count: 0
W/ExperienceUpgradeActivity(12902): getExperienceUpgrade(162)
W/PassphraseRequiredActionBarActivity(12902): routeApplicationState(), state: 0
W/PassphraseRequiredActionBarActivity(12902): initializeClearKeyReceiver()
D/AbsListView(12902): Get MotionRecognitionManager
W/KeyCachingService(12902): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_START_EVENT
W/KeyCachingService(12902): Incrementing activity count...
W/MessageRetrievalService(12902): Active Count: 1
W/OkHttpClientWrapper(12902): java.io.EOFException: \n not found: size=0 content=...
W/OkHttpClientWrapper(12902): at okio.RealBufferedSource.readUtf8LineStrict(RealBufferedSource.java:200)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpConnection.readResponse(HttpConnection.java:187)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:80)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpEngine.readNetworkResponse(HttpEngine.java:791)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:642)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.Call.getResponse(Call.java:263)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.OkHttpClient$1.callGetResponse(OkHttpClient.java:129)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.ws.WebSocket.connect(WebSocket.java:160)
W/OkHttpClientWrapper(12902): at org.whispersystems.textsecure.internal.websocket.OkHttpClientWrapper$1.run(OkHttpClientWrapper.java:62)
D/dalvikvm(12902): GC_EXPLICIT freed 6166K, 45% free 19344K/35156K, paused 3ms+27ms, total 135ms
W/OkHttpClientWrapper(12902): java.io.EOFException: \n not found: size=0 content=...
W/OkHttpClientWrapper(12902): at okio.RealBufferedSource.readUtf8LineStrict(RealBufferedSource.java:200)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpConnection.readResponse(HttpConnection.java:187)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:80)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpEngine.readNetworkResponse(HttpEngine.java:791)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:642)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.Call.getResponse(Call.java:263)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.OkHttpClient$1.callGetResponse(OkHttpClient.java:129)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.ws.WebSocket.connect(WebSocket.java:160)
W/OkHttpClientWrapper(12902): at org.whispersystems.textsecure.internal.websocket.OkHttpClientWrapper$1.run(OkHttpClientWrapper.java:62)
D/dalvikvm(12902): GC_EXPLICIT freed 4172K, 46% free 19068K/35156K, paused 4ms+11ms, total 77ms
I/dalvikvm(12902): Jit: resizing JitTable from 8192 to 16384
W/KeyCachingService(12902): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_STOP_EVENT
W/KeyCachingService(12902): Decrementing activity count...
W/MessageRetrievalService(12902): Active Count: 0
W/ExperienceUpgradeActivity(12902): getExperienceUpgrade(162)
W/PassphraseRequiredActionBarActivity(12902): routeApplicationState(), state: 0
W/PassphraseRequiredActionBarActivity(12902): initializeClearKeyReceiver()
W/QuickAttachmentDrawer(12902): updateControlsView()
W/ResourceType(12902): No package identifier when getting name for resource number 0x00000000
E/Resources(12902): NotFoundException : Unable to find resource ID #0x0
D/ProgressBar(12902): setProgressDrawable drawableHeight = 24
D/AbsSeekBar(12902): AbsSeekBar Constructor: misSeebarAnimationAvailable = false
W/PhoneNumberFormatter(12902): Got local CC: US
W/MmsSmsDatabase(12902): 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, 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, 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 = 22) UNION ALL SELECT DISTINCT date AS date_sent, date_received AS date_received, mms._id AS _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 = 22) ORDER BY date_received DESC LIMIT 500)
W/TelephonyUtil(12902): Choosing MCC+MNC info from TelephonyManager.getSimOperator()
W/ApnDatabase(12902): Querying table for MCC+MNC 310260 and APN name epc.tmobile.com
W/KeyCachingService(12902): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_START_EVENT
W/KeyCachingService(12902): Incrementing activity count...
W/ApnDatabase(12902): Returning preferred APN LegacyMmsConnection$Apn{ mmsc: "http://mms.msg.eng.t-mobile.com/mms/wapenc", proxy: none, port: (none), user: "none", pass: "none" }
W/MessageRetrievalService(12902): Active Count: 1
W/MmsSmsDatabase(12902): 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, 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, 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, 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/KeyboardAwareLinearLayout(12902): rotation changed
W/KeyboardAwareLinearLayout(12902): onKeyboardClose()
W/CameraView(12902): skipping layout due to zero-width/height preview size
W/MmsSmsDatabase(12902): Type: sms
D/ProgressBar(12902): setProgressDrawable drawableHeight = 24
D/AbsSeekBar(12902): AbsSeekBar Constructor: misSeebarAnimationAvailable = false
W/MmsSmsDatabase(12902): Type: sms
D/ProgressBar(12902): setProgressDrawable drawableHeight = 24
D/AbsSeekBar(12902): AbsSeekBar Constructor: misSeebarAnimationAvailable = false
W/KeyboardAwareLinearLayout(12902): onKeyboardOpen(524)
W/CameraView(12902): skipping layout due to zero-width/height preview size
D/AbsListView(12902): onDetachedFromWindow
W/OkHttpClientWrapper(12902): java.io.EOFException: \n not found: size=0 content=...
W/OkHttpClientWrapper(12902): at okio.RealBufferedSource.readUtf8LineStrict(RealBufferedSource.java:200)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpConnection.readResponse(HttpConnection.java:187)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:80)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpEngine.readNetworkResponse(HttpEngine.java:791)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:642)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.Call.getResponse(Call.java:263)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.OkHttpClient$1.callGetResponse(OkHttpClient.java:129)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.ws.WebSocket.connect(WebSocket.java:160)
W/OkHttpClientWrapper(12902): at org.whispersystems.textsecure.internal.websocket.OkHttpClientWrapper$1.run(OkHttpClientWrapper.java:62)
W/ConversationActivity(12902): isManual Selection: false
W/ConversationActivity(12902): forceSms: false
W/MmsSmsDatabase(12902): 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, 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, 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 = 22) UNION ALL SELECT DISTINCT date AS date_sent, date_received AS date_received, mms._id AS _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 = 22) ORDER BY date_received DESC LIMIT 1)
W/MmsSmsDatabase(12902): Type: sms
W/PhoneNumberFormatter(12902): Got local CC: US
W/PhoneNumberFormatter(12902): Got local CC: US
W/MmsSmsDatabase(12902): 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, 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, 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 = 22) UNION ALL SELECT DISTINCT date AS date_sent, date_received AS date_received, mms._id AS _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 = 22) ORDER BY date_received DESC LIMIT 500)
W/MessageDatabase(12902): Updating ID: 515 to base type: 22
W/MmsSmsDatabase(12902): Type: sms
W/MmsSmsDatabase(12902): 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, 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, 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 = 22) UNION ALL SELECT DISTINCT date AS date_sent, date_received AS date_received, mms._id AS _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 = 22) ORDER BY date_received DESC LIMIT 1)
W/MmsSmsDatabase(12902): Type: sms
W/MmsSmsDatabase(12902): Type: sms
W/MessageDatabase(12902): Updating ID: 515 to base type: 2097152
D/ProgressBar(12902): setProgressDrawable drawableHeight = 24
D/AbsSeekBar(12902): AbsSeekBar Constructor: misSeebarAnimationAvailable = false
W/MmsSmsDatabase(12902): 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, 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, 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 = 22) UNION ALL SELECT DISTINCT date AS date_sent, date_received AS date_received, mms._id AS _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 = 22) ORDER BY date_received DESC LIMIT 1)
W/MmsSmsDatabase(12902): Type: sms
W/PushTextSendJob(12902): Sending message: 515
W/PhoneNumberFormatter(12902): Got local CC: US
W/MmsSmsDatabase(12902): Type: sms
W/MmsSmsDatabase(12902): 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, 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, 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 = 22) UNION ALL SELECT DISTINCT date AS date_sent, date_received AS date_received, mms._id AS _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 = 22) ORDER BY date_received DESC LIMIT 500)
W/TextSecureMessageSender(12902): No attachments present...
W/PushServiceSocket(12902): Push service URL: https://textsecure-service.whispersystems.org
W/PushServiceSocket(12902): Opening URL: https://textsecure-service.whispersystems.org/v2/keys/+*********93/*
W/MmsSmsDatabase(12902): Type: sms
W/MmsSmsDatabase(12902): Type: sms
W/MmsSmsDatabase(12902): Type: sms
W/PushTextSendJob(12902): org.whispersystems.textsecure.api.push.exceptions.PushNetworkException: java.io.EOFException
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:513)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeRequest(PushServiceSocket.java:489)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.getPreKeys(PushServiceSocket.java:257)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessage(TextSecureMessageSender.java:386)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessages(TextSecureMessageSender.java:368)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:300)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:124)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.deliver(PushTextSendJob.java:115)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.onSend(PushTextSendJob.java:62)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.SendJob.onRun(SendJob.java:40)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.MasterSecretJob.onRun(MasterSecretJob.java:18)
W/PushTextSendJob(12902): at org.whispersystems.jobqueue.JobConsumer.runJob(JobConsumer.java:76)
W/PushTextSendJob(12902): at org.whispersystems.jobqueue.JobConsumer.run(JobConsumer.java:46)
W/PushTextSendJob(12902): Caused by: java.io.EOFException
W/PushTextSendJob(12902): at com.android.okhttp.internal.Util.readAsciiLine(Util.java:318)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.RawHeaders.fromBytes(RawHeaders.java:320)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:147)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:795)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:347)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponse(HttpURLConnectionImpl.java:296)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponseCode(HttpURLConnectionImpl.java:503)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:136)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:510)
W/PushTextSendJob(12902): ... 12 more
W/JobConsumer(12902): org.thoughtcrime.securesms.transport.RetryLaterException: org.whispersystems.textsecure.api.push.exceptions.PushNetworkException: java.io.EOFException
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.deliver(PushTextSendJob.java:121)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.onSend(PushTextSendJob.java:62)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.SendJob.onRun(SendJob.java:40)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.MasterSecretJob.onRun(MasterSecretJob.java:18)
W/JobConsumer(12902): at org.whispersystems.jobqueue.JobConsumer.runJob(JobConsumer.java:76)
W/JobConsumer(12902): at org.whispersystems.jobqueue.JobConsumer.run(JobConsumer.java:46)
W/JobConsumer(12902): Caused by: org.whispersystems.textsecure.api.push.exceptions.PushNetworkException: java.io.EOFException
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:513)
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeRequest(PushServiceSocket.java:489)
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.getPreKeys(PushServiceSocket.java:257)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessage(TextSecureMessageSender.java:386)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessages(TextSecureMessageSender.java:368)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:300)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:124)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.deliver(PushTextSendJob.java:115)
W/JobConsumer(12902): ... 5 more
W/JobConsumer(12902): Caused by: java.io.EOFException
W/JobConsumer(12902): at com.android.okhttp.internal.Util.readAsciiLine(Util.java:318)
W/JobConsumer(12902): at com.android.okhttp.internal.http.RawHeaders.fromBytes(RawHeaders.java:320)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:147)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:795)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:347)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponse(HttpURLConnectionImpl.java:296)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponseCode(HttpURLConnectionImpl.java:503)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:136)
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:510)
W/JobConsumer(12902): ... 12 more
W/PushTextSendJob(12902): Sending message: 515
W/PhoneNumberFormatter(12902): Got local CC: US
W/TextSecureMessageSender(12902): No attachments present...
W/PushServiceSocket(12902): Push service URL: https://textsecure-service.whispersystems.org
W/PushServiceSocket(12902): Opening URL: https://textsecure-service.whispersystems.org/v2/keys/+*********93/*
W/OkHttpClientWrapper(12902): java.io.EOFException: \n not found: size=0 content=...
W/OkHttpClientWrapper(12902): at okio.RealBufferedSource.readUtf8LineStrict(RealBufferedSource.java:200)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpConnection.readResponse(HttpConnection.java:187)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:80)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpEngine.readNetworkResponse(HttpEngine.java:791)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:642)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.Call.getResponse(Call.java:263)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.OkHttpClient$1.callGetResponse(OkHttpClient.java:129)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.ws.WebSocket.connect(WebSocket.java:160)
W/OkHttpClientWrapper(12902): at org.whispersystems.textsecure.internal.websocket.OkHttpClientWrapper$1.run(OkHttpClientWrapper.java:62)
D/dalvikvm(12902): GC_CONCURRENT freed 6218K, 41% free 21010K/35156K, paused 5ms+12ms, total 103ms
I/dalvikvm(12902): Could not find method android.view.ViewGroup.<init>, referenced from method com.afollestad.materialdialogs.internal.MDRootLayout.<init>
W/dalvikvm(12902): VFY: unable to resolve direct method 9833: Landroid/view/ViewGroup;.<init> (Landroid/content/Context;Landroid/util/AttributeSet;II)V
D/dalvikvm(12902): VFY: replacing opcode 0x70 at 0x0001
I/dalvikvm(12902): Could not find method android.widget.TextView.<init>, referenced from method com.afollestad.materialdialogs.internal.MDButton.<init>
W/dalvikvm(12902): VFY: unable to resolve direct method 10544: Landroid/widget/TextView;.<init> (Landroid/content/Context;Landroid/util/AttributeSet;II)V
D/dalvikvm(12902): VFY: replacing opcode 0x70 at 0x0000
W/KeyboardAwareLinearLayout(12902): onKeyboardClose()
W/CameraView(12902): skipping layout due to zero-width/height preview size
W/MessageRetrievalService(12902): Application level read timeout...
W/MessageRetrievalService(12902): Network requirement: true, active activities: 1, push pending: 0
W/MessageRetrievalService(12902): Reading message...
W/PushTextSendJob(12902): org.whispersystems.textsecure.api.push.exceptions.PushNetworkException: java.io.EOFException
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:513)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeRequest(PushServiceSocket.java:489)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.getPreKeys(PushServiceSocket.java:257)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessage(TextSecureMessageSender.java:386)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessages(TextSecureMessageSender.java:368)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:300)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:124)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.deliver(PushTextSendJob.java:115)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.onSend(PushTextSendJob.java:62)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.SendJob.onRun(SendJob.java:40)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.MasterSecretJob.onRun(MasterSecretJob.java:18)
W/PushTextSendJob(12902): at org.whispersystems.jobqueue.JobConsumer.runJob(JobConsumer.java:76)
W/PushTextSendJob(12902): at org.whispersystems.jobqueue.JobConsumer.run(JobConsumer.java:46)
W/PushTextSendJob(12902): Caused by: java.io.EOFException
W/PushTextSendJob(12902): at com.android.okhttp.internal.Util.readAsciiLine(Util.java:318)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.RawHeaders.fromBytes(RawHeaders.java:320)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:147)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:795)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:347)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponse(HttpURLConnectionImpl.java:296)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponseCode(HttpURLConnectionImpl.java:503)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:136)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:510)
W/PushTextSendJob(12902): ... 12 more
W/JobConsumer(12902): org.thoughtcrime.securesms.transport.RetryLaterException: org.whispersystems.textsecure.api.push.exceptions.PushNetworkException: java.io.EOFException
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.deliver(PushTextSendJob.java:121)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.onSend(PushTextSendJob.java:62)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.SendJob.onRun(SendJob.java:40)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.MasterSecretJob.onRun(MasterSecretJob.java:18)
W/JobConsumer(12902): at org.whispersystems.jobqueue.JobConsumer.runJob(JobConsumer.java:76)
W/JobConsumer(12902): at org.whispersystems.jobqueue.JobConsumer.run(JobConsumer.java:46)
W/JobConsumer(12902): Caused by: org.whispersystems.textsecure.api.push.exceptions.PushNetworkException: java.io.EOFException
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:513)
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeRequest(PushServiceSocket.java:489)
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.getPreKeys(PushServiceSocket.java:257)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessage(TextSecureMessageSender.java:386)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessages(TextSecureMessageSender.java:368)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:300)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:124)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.deliver(PushTextSendJob.java:115)
W/JobConsumer(12902): ... 5 more
W/JobConsumer(12902): Caused by: java.io.EOFException
W/JobConsumer(12902): at com.android.okhttp.internal.Util.readAsciiLine(Util.java:318)
W/JobConsumer(12902): at com.android.okhttp.internal.http.RawHeaders.fromBytes(RawHeaders.java:320)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:147)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:795)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:347)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponse(HttpURLConnectionImpl.java:296)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponseCode(HttpURLConnectionImpl.java:503)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:136)
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:510)
W/JobConsumer(12902): ... 12 more
W/PushTextSendJob(12902): Sending message: 515
W/PhoneNumberFormatter(12902): Got local CC: US
W/TextSecureMessageSender(12902): No attachments present...
W/PushServiceSocket(12902): Push service URL: https://textsecure-service.whispersystems.org
W/PushServiceSocket(12902): Opening URL: https://textsecure-service.whispersystems.org/v2/keys/+*********93/*
W/MessageDatabase(12902): Deleting: 513
W/MmsSmsDatabase(12902): 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, 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, 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 = 22) UNION ALL SELECT DISTINCT date AS date_sent, date_received AS date_received, mms._id AS _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 = 22) ORDER BY date_received DESC LIMIT 1)
W/MmsSmsDatabase(12902): Type: sms
D/ProgressBar(12902): updateDrawableBounds: left = 0
D/ProgressBar(12902): updateDrawableBounds: top = 0
D/ProgressBar(12902): updateDrawableBounds: right = 96
D/ProgressBar(12902): updateDrawableBounds: bottom = 96
W/MmsSmsDatabase(12902): 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, 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, 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 = 22) UNION ALL SELECT DISTINCT date AS date_sent, date_received AS date_received, mms._id AS _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 = 22) ORDER BY date_received DESC LIMIT 500)
E/ViewRootImpl(12902): sendUserActionEvent() mView == null
E/ViewRootImpl(12902): sendUserActionEvent() mView == null
W/MmsSmsDatabase(12902): Type: sms
W/MmsSmsDatabase(12902): Type: sms
W/PushTextSendJob(12902): org.whispersystems.textsecure.api.push.exceptions.PushNetworkException: java.io.EOFException
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:513)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeRequest(PushServiceSocket.java:489)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.getPreKeys(PushServiceSocket.java:257)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessage(TextSecureMessageSender.java:386)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessages(TextSecureMessageSender.java:368)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:300)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:124)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.deliver(PushTextSendJob.java:115)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.onSend(PushTextSendJob.java:62)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.SendJob.onRun(SendJob.java:40)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.MasterSecretJob.onRun(MasterSecretJob.java:18)
W/PushTextSendJob(12902): at org.whispersystems.jobqueue.JobConsumer.runJob(JobConsumer.java:76)
W/PushTextSendJob(12902): at org.whispersystems.jobqueue.JobConsumer.run(JobConsumer.java:46)
W/PushTextSendJob(12902): Caused by: java.io.EOFException
W/PushTextSendJob(12902): at com.android.okhttp.internal.Util.readAsciiLine(Util.java:318)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.RawHeaders.fromBytes(RawHeaders.java:320)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:147)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:795)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:347)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponse(HttpURLConnectionImpl.java:296)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponseCode(HttpURLConnectionImpl.java:503)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:136)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:510)
W/PushTextSendJob(12902): ... 12 more
W/JobConsumer(12902): org.thoughtcrime.securesms.transport.RetryLaterException: org.whispersystems.textsecure.api.push.exceptions.PushNetworkException: java.io.EOFException
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.deliver(PushTextSendJob.java:121)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.onSend(PushTextSendJob.java:62)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.SendJob.onRun(SendJob.java:40)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.MasterSecretJob.onRun(MasterSecretJob.java:18)
W/JobConsumer(12902): at org.whispersystems.jobqueue.JobConsumer.runJob(JobConsumer.java:76)
W/JobConsumer(12902): at org.whispersystems.jobqueue.JobConsumer.run(JobConsumer.java:46)
W/JobConsumer(12902): Caused by: org.whispersystems.textsecure.api.push.exceptions.PushNetworkException: java.io.EOFException
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:513)
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeRequest(PushServiceSocket.java:489)
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.getPreKeys(PushServiceSocket.java:257)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessage(TextSecureMessageSender.java:386)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessages(TextSecureMessageSender.java:368)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:300)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:124)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.deliver(PushTextSendJob.java:115)
W/JobConsumer(12902): ... 5 more
W/JobConsumer(12902): Caused by: java.io.EOFException
W/JobConsumer(12902): at com.android.okhttp.internal.Util.readAsciiLine(Util.java:318)
W/JobConsumer(12902): at com.android.okhttp.internal.http.RawHeaders.fromBytes(RawHeaders.java:320)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:147)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:795)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:347)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponse(HttpURLConnectionImpl.java:296)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponseCode(HttpURLConnectionImpl.java:503)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:136)
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:510)
W/JobConsumer(12902): ... 12 more
W/PushTextSendJob(12902): Sending message: 515
W/PhoneNumberFormatter(12902): Got local CC: US
W/TextSecureMessageSender(12902): No attachments present...
W/PushServiceSocket(12902): Push service URL: https://textsecure-service.whispersystems.org
W/PushServiceSocket(12902): Opening URL: https://textsecure-service.whispersystems.org/v2/keys/+*********93/*
W/PushTextSendJob(12902): org.whispersystems.textsecure.api.push.exceptions.PushNetworkException: java.io.EOFException
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:513)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeRequest(PushServiceSocket.java:489)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.getPreKeys(PushServiceSocket.java:257)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessage(TextSecureMessageSender.java:386)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessages(TextSecureMessageSender.java:368)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:300)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:124)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.deliver(PushTextSendJob.java:115)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.onSend(PushTextSendJob.java:62)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.SendJob.onRun(SendJob.java:40)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.MasterSecretJob.onRun(MasterSecretJob.java:18)
W/PushTextSendJob(12902): at org.whispersystems.jobqueue.JobConsumer.runJob(JobConsumer.java:76)
W/PushTextSendJob(12902): at org.whispersystems.jobqueue.JobConsumer.run(JobConsumer.java:46)
W/PushTextSendJob(12902): Caused by: java.io.EOFException
W/PushTextSendJob(12902): at com.android.okhttp.internal.Util.readAsciiLine(Util.java:318)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.RawHeaders.fromBytes(RawHeaders.java:320)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:147)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:795)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:347)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponse(HttpURLConnectionImpl.java:296)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponseCode(HttpURLConnectionImpl.java:503)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:136)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:510)
W/PushTextSendJob(12902): ... 12 more
W/JobConsumer(12902): org.thoughtcrime.securesms.transport.RetryLaterException: org.whispersystems.textsecure.api.push.exceptions.PushNetworkException: java.io.EOFException
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.deliver(PushTextSendJob.java:121)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.onSend(PushTextSendJob.java:62)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.SendJob.onRun(SendJob.java:40)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.MasterSecretJob.onRun(MasterSecretJob.java:18)
W/JobConsumer(12902): at org.whispersystems.jobqueue.JobConsumer.runJob(JobConsumer.java:76)
W/JobConsumer(12902): at org.whispersystems.jobqueue.JobConsumer.run(JobConsumer.java:46)
W/JobConsumer(12902): Caused by: org.whispersystems.textsecure.api.push.exceptions.PushNetworkException: java.io.EOFException
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:513)
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeRequest(PushServiceSocket.java:489)
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.getPreKeys(PushServiceSocket.java:257)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessage(TextSecureMessageSender.java:386)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessages(TextSecureMessageSender.java:368)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:300)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:124)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.deliver(PushTextSendJob.java:115)
W/JobConsumer(12902): ... 5 more
W/JobConsumer(12902): Caused by: java.io.EOFException
W/JobConsumer(12902): at com.android.okhttp.internal.Util.readAsciiLine(Util.java:318)
W/JobConsumer(12902): at com.android.okhttp.internal.http.RawHeaders.fromBytes(RawHeaders.java:320)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:147)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:795)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:347)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponse(HttpURLConnectionImpl.java:296)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponseCode(HttpURLConnectionImpl.java:503)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:136)
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:510)
W/JobConsumer(12902): ... 12 more
W/PushTextSendJob(12902): Sending message: 515
W/PhoneNumberFormatter(12902): Got local CC: US
W/TextSecureMessageSender(12902): No attachments present...
W/PushServiceSocket(12902): Push service URL: https://textsecure-service.whispersystems.org
W/PushServiceSocket(12902): Opening URL: https://textsecure-service.whispersystems.org/v2/keys/+*********93/*
W/dalvikvm(12902): method Landroid/support/v7/internal/widget/ListViewCompat;.lookForSelectablePosition incorrectly overrides package-private method with same name in Landroid/widget/ListView;
D/AbsListView(12902): Get MotionRecognitionManager
W/OkHttpClientWrapper(12902): java.io.EOFException: \n not found: size=0 content=...
W/OkHttpClientWrapper(12902): at okio.RealBufferedSource.readUtf8LineStrict(RealBufferedSource.java:200)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpConnection.readResponse(HttpConnection.java:187)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:80)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpEngine.readNetworkResponse(HttpEngine.java:791)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:642)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.Call.getResponse(Call.java:263)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.OkHttpClient$1.callGetResponse(OkHttpClient.java:129)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.ws.WebSocket.connect(WebSocket.java:160)
W/OkHttpClientWrapper(12902): at org.whispersystems.textsecure.internal.websocket.OkHttpClientWrapper$1.run(OkHttpClientWrapper.java:62)
D/dalvikvm(12902): GC_CONCURRENT freed 8196K, 41% free 21006K/35156K, paused 11ms+10ms, total 99ms
D/dalvikvm(12902): WAIT_FOR_CONCURRENT_GC blocked 72ms
D/dalvikvm(12902): WAIT_FOR_CONCURRENT_GC blocked 72ms
W/PushTextSendJob(12902): org.whispersystems.textsecure.api.push.exceptions.PushNetworkException: java.io.EOFException
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:513)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeRequest(PushServiceSocket.java:489)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.getPreKeys(PushServiceSocket.java:257)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessage(TextSecureMessageSender.java:386)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessages(TextSecureMessageSender.java:368)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:300)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:124)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.deliver(PushTextSendJob.java:115)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.onSend(PushTextSendJob.java:62)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.SendJob.onRun(SendJob.java:40)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.MasterSecretJob.onRun(MasterSecretJob.java:18)
W/PushTextSendJob(12902): at org.whispersystems.jobqueue.JobConsumer.runJob(JobConsumer.java:76)
W/PushTextSendJob(12902): at org.whispersystems.jobqueue.JobConsumer.run(JobConsumer.java:46)
W/PushTextSendJob(12902): Caused by: java.io.EOFException
W/PushTextSendJob(12902): at com.android.okhttp.internal.Util.readAsciiLine(Util.java:318)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.RawHeaders.fromBytes(RawHeaders.java:320)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:147)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:795)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:347)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponse(HttpURLConnectionImpl.java:296)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponseCode(HttpURLConnectionImpl.java:503)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:136)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:510)
W/PushTextSendJob(12902): ... 12 more
W/JobConsumer(12902): org.thoughtcrime.securesms.transport.RetryLaterException: org.whispersystems.textsecure.api.push.exceptions.PushNetworkException: java.io.EOFException
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.deliver(PushTextSendJob.java:121)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.onSend(PushTextSendJob.java:62)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.SendJob.onRun(SendJob.java:40)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.MasterSecretJob.onRun(MasterSecretJob.java:18)
W/JobConsumer(12902): at org.whispersystems.jobqueue.JobConsumer.runJob(JobConsumer.java:76)
W/JobConsumer(12902): at org.whispersystems.jobqueue.JobConsumer.run(JobConsumer.java:46)
W/JobConsumer(12902): Caused by: org.whispersystems.textsecure.api.push.exceptions.PushNetworkException: java.io.EOFException
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:513)
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeRequest(PushServiceSocket.java:489)
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.getPreKeys(PushServiceSocket.java:257)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessage(TextSecureMessageSender.java:386)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessages(TextSecureMessageSender.java:368)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:300)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:124)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.deliver(PushTextSendJob.java:115)
W/JobConsumer(12902): ... 5 more
W/JobConsumer(12902): Caused by: java.io.EOFException
W/JobConsumer(12902): at com.android.okhttp.internal.Util.readAsciiLine(Util.java:318)
W/JobConsumer(12902): at com.android.okhttp.internal.http.RawHeaders.fromBytes(RawHeaders.java:320)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:147)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:795)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:347)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponse(HttpURLConnectionImpl.java:296)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponseCode(HttpURLConnectionImpl.java:503)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:136)
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:510)
W/JobConsumer(12902): ... 12 more
W/MessageDatabase(12902): Updating ID: 515 to base type: 24
W/MmsSmsDatabase(12902): 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, 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, 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 = 22) UNION ALL SELECT DISTINCT date AS date_sent, date_received AS date_received, mms._id AS _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 = 22) ORDER BY date_received DESC LIMIT 1)
W/MmsSmsDatabase(12902): Type: sms
W/MmsSmsDatabase(12902): 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, 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, 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 = 22) UNION ALL SELECT DISTINCT date AS date_sent, date_received AS date_received, mms._id AS _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 = 22) ORDER BY date_received DESC LIMIT 500)
V/MediaPlayer-JNI(12902): native_setup
V/MediaPlayer(12902): constructor
V/MediaPlayer(12902): setListener
E/MediaPlayer-JNI(12902): QCMediaPlayer mediaplayer NOT present
V/MediaPlayer-JNI(12902): setAudioStreamType: 5
V/MediaPlayer(12902): MediaPlayer::setAudioStreamType
V/MediaPlayer-JNI(12902): setDataSourceFD: fd 60
V/MediaPlayer(12902): setDataSource(60, 0, 576460752303423487)
V/MediaPlayer(12902): message received msg=8, ext1=0, ext2=0
V/MediaPlayer(12902): notify(8, 0, 0) callback on disconnected mediaplayer
W/MmsSmsDatabase(12902): Type: sms
W/MmsSmsDatabase(12902): Type: sms
V/MediaPlayer-JNI(12902): setLooping: 0
V/MediaPlayer(12902): MediaPlayer::setLooping
V/MediaPlayer-JNI(12902): setVolume: left 0.250000 right 0.250000
V/MediaPlayer(12902): MediaPlayer::setVolume(0.250000, 0.250000)
V/MediaPlayer(12902): setVideoSurfaceTexture
V/MediaPlayer(12902): prepare
V/MediaPlayer(12902): message received msg=200, ext1=973, ext2=0
W/MediaPlayer(12902): info/warning (973, 0)
V/MediaPlayer(12902): callback application
V/MediaPlayer(12902): back from callback
V/MediaPlayer(12902): message received msg=5, ext1=0, ext2=0
V/MediaPlayer(12902): New video size 0 x 0
V/MediaPlayer(12902): callback application
V/MediaPlayer(12902): back from callback
V/MediaPlayer(12902): message received msg=1, ext1=0, ext2=0
V/MediaPlayer(12902): prepared
V/MediaPlayer(12902): signal application thread
V/MediaPlayer(12902): callback application
V/MediaPlayer(12902): prepare complete - status=0
V/MediaPlayer(12902): back from callback
V/MediaPlayer-JNI(12902): start
V/MediaPlayer(12902): start
V/MediaPlayer(12902): message received msg=6, ext1=0, ext2=0
V/MediaPlayer(12902): Received MEDIA_STARTED
V/MediaPlayer(12902): callback application
V/MediaPlayer(12902): back from callback
I/MediaPlayer(12902): Don't send intent. msg.arg1 = 0, msg.arg2 = 0
E/MediaPlayer(12902): Should have subtitle controller already set
V/MediaPlayer-JNI(12902): getCurrentPosition: 61 (msec)
V/MediaPlayer-JNI(12902): isPlaying: 1
D/AbsListView(12902): onDetachedFromWindow
E/ViewRootImpl(12902): sendUserActionEvent() mView == null
E/ViewRootImpl(12902): sendUserActionEvent() mView == null
W/MmsSmsDatabase(12902): 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, 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, 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 = 22) UNION ALL SELECT DISTINCT date AS date_sent, date_received AS date_received, mms._id AS _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 = 22) ORDER BY date_received DESC LIMIT 1)
W/MmsSmsDatabase(12902): Type: sms
W/MmsSmsDatabase(12902): 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, 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, 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 = 22) UNION ALL SELECT DISTINCT date AS date_sent, date_received AS date_received, mms._id AS _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 = 22) ORDER BY date_received DESC LIMIT 500)
W/PhoneNumberFormatter(12902): Got local CC: US
W/PhoneNumberFormatter(12902): Got local CC: US
W/MmsSmsDatabase(12902): Type: sms
W/MmsSmsDatabase(12902): Type: sms
W/MessageDatabase(12902): Updating ID: 516 to base type: 22
W/MmsSmsDatabase(12902): Type: sms
W/MmsSmsDatabase(12902): 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, 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, 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 = 22) UNION ALL SELECT DISTINCT date AS date_sent, date_received AS date_received, mms._id AS _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 = 22) ORDER BY date_received DESC LIMIT 1)
W/MmsSmsDatabase(12902): Type: sms
W/MessageDatabase(12902): Updating ID: 516 to base type: 2097152
W/MmsSmsDatabase(12902): 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, 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, 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 = 22) UNION ALL SELECT DISTINCT date AS date_sent, date_received AS date_received, mms._id AS _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 = 22) ORDER BY date_received DESC LIMIT 1)
W/MmsSmsDatabase(12902): 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, 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, 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 = 22) UNION ALL SELECT DISTINCT date AS date_sent, date_received AS date_received, mms._id AS _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 = 22) ORDER BY date_received DESC LIMIT 500)
W/MmsSmsDatabase(12902): Type: sms
W/PushTextSendJob(12902): Sending message: 516
W/PhoneNumberFormatter(12902): Got local CC: US
W/MmsSmsDatabase(12902): Type: sms
W/MmsSmsDatabase(12902): Type: sms
W/MmsSmsDatabase(12902): Type: sms
W/MmsSmsDatabase(12902): 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, 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, 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 = 22) UNION ALL SELECT DISTINCT date AS date_sent, date_received AS date_received, mms._id AS _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 = 22) ORDER BY date_received DESC LIMIT 500)
W/MmsSmsDatabase(12902): Type: sms
W/TextSecureMessageSender(12902): No attachments present...
W/PushServiceSocket(12902): Push service URL: https://textsecure-service.whispersystems.org
W/PushServiceSocket(12902): Opening URL: https://textsecure-service.whispersystems.org/v2/keys/+*********93/*
W/MmsSmsDatabase(12902): Type: sms
W/MmsSmsDatabase(12902): Type: sms
V/MediaPlayer(12902): message received msg=2, ext1=0, ext2=0
V/MediaPlayer(12902): playback complete
V/MediaPlayer(12902): callback application
V/MediaPlayer(12902): back from callback
V/MediaPlayer(12902): message received msg=7, ext1=0, ext2=0
V/MediaPlayer(12902): unrecognized message: (7, 0, 0)
V/MediaPlayer(12902): callback application
V/MediaPlayer(12902): back from callback
V/MediaPlayer-JNI(12902): getCurrentPosition: 4669 (msec)
V/MediaPlayer-JNI(12902): isPlaying: 0
W/OkHttpClientWrapper(12902): java.io.EOFException: \n not found: size=0 content=...
W/OkHttpClientWrapper(12902): at okio.RealBufferedSource.readUtf8LineStrict(RealBufferedSource.java:200)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpConnection.readResponse(HttpConnection.java:187)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:80)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpEngine.readNetworkResponse(HttpEngine.java:791)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:642)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.Call.getResponse(Call.java:263)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.OkHttpClient$1.callGetResponse(OkHttpClient.java:129)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.ws.WebSocket.connect(WebSocket.java:160)
W/OkHttpClientWrapper(12902): at org.whispersystems.textsecure.internal.websocket.OkHttpClientWrapper$1.run(OkHttpClientWrapper.java:62)
W/PushTextSendJob(12902): org.whispersystems.textsecure.api.push.exceptions.PushNetworkException: java.io.EOFException
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:513)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeRequest(PushServiceSocket.java:489)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.getPreKeys(PushServiceSocket.java:257)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessage(TextSecureMessageSender.java:386)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessages(TextSecureMessageSender.java:368)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:300)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:124)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.deliver(PushTextSendJob.java:115)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.onSend(PushTextSendJob.java:62)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.SendJob.onRun(SendJob.java:40)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.MasterSecretJob.onRun(MasterSecretJob.java:18)
W/PushTextSendJob(12902): at org.whispersystems.jobqueue.JobConsumer.runJob(JobConsumer.java:76)
W/PushTextSendJob(12902): at org.whispersystems.jobqueue.JobConsumer.run(JobConsumer.java:46)
W/PushTextSendJob(12902): Caused by: java.io.EOFException
W/PushTextSendJob(12902): at com.android.okhttp.internal.Util.readAsciiLine(Util.java:318)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.RawHeaders.fromBytes(RawHeaders.java:320)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:147)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:795)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:347)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponse(HttpURLConnectionImpl.java:296)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponseCode(HttpURLConnectionImpl.java:503)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:136)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:510)
W/PushTextSendJob(12902): ... 12 more
W/JobConsumer(12902): org.thoughtcrime.securesms.transport.RetryLaterException: org.whispersystems.textsecure.api.push.exceptions.PushNetworkException: java.io.EOFException
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.deliver(PushTextSendJob.java:121)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.onSend(PushTextSendJob.java:62)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.SendJob.onRun(SendJob.java:40)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.MasterSecretJob.onRun(MasterSecretJob.java:18)
W/JobConsumer(12902): at org.whispersystems.jobqueue.JobConsumer.runJob(JobConsumer.java:76)
W/JobConsumer(12902): at org.whispersystems.jobqueue.JobConsumer.run(JobConsumer.java:46)
W/JobConsumer(12902): Caused by: org.whispersystems.textsecure.api.push.exceptions.PushNetworkException: java.io.EOFException
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:513)
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeRequest(PushServiceSocket.java:489)
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.getPreKeys(PushServiceSocket.java:257)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessage(TextSecureMessageSender.java:386)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessages(TextSecureMessageSender.java:368)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:300)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:124)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.deliver(PushTextSendJob.java:115)
W/JobConsumer(12902): ... 5 more
W/JobConsumer(12902): Caused by: java.io.EOFException
W/JobConsumer(12902): at com.android.okhttp.internal.Util.readAsciiLine(Util.java:318)
W/JobConsumer(12902): at com.android.okhttp.internal.http.RawHeaders.fromBytes(RawHeaders.java:320)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:147)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:795)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:347)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponse(HttpURLConnectionImpl.java:296)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponseCode(HttpURLConnectionImpl.java:503)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:136)
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:510)
W/JobConsumer(12902): ... 12 more
W/PushTextSendJob(12902): Sending message: 516
W/PhoneNumberFormatter(12902): Got local CC: US
W/TextSecureMessageSender(12902): No attachments present...
W/PushServiceSocket(12902): Push service URL: https://textsecure-service.whispersystems.org
W/PushServiceSocket(12902): Opening URL: https://textsecure-service.whispersystems.org/v2/keys/+*********93/*
D/AbsListView(12902): Get MotionRecognitionManager
W/PushTextSendJob(12902): org.whispersystems.textsecure.api.push.exceptions.PushNetworkException: java.io.EOFException
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:513)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeRequest(PushServiceSocket.java:489)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.getPreKeys(PushServiceSocket.java:257)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessage(TextSecureMessageSender.java:386)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessages(TextSecureMessageSender.java:368)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:300)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:124)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.deliver(PushTextSendJob.java:115)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.onSend(PushTextSendJob.java:62)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.SendJob.onRun(SendJob.java:40)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.MasterSecretJob.onRun(MasterSecretJob.java:18)
W/PushTextSendJob(12902): at org.whispersystems.jobqueue.JobConsumer.runJob(JobConsumer.java:76)
W/PushTextSendJob(12902): at org.whispersystems.jobqueue.JobConsumer.run(JobConsumer.java:46)
W/PushTextSendJob(12902): Caused by: java.io.EOFException
W/PushTextSendJob(12902): at com.android.okhttp.internal.Util.readAsciiLine(Util.java:318)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.RawHeaders.fromBytes(RawHeaders.java:320)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:147)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:795)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:347)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponse(HttpURLConnectionImpl.java:296)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponseCode(HttpURLConnectionImpl.java:503)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:136)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:510)
W/PushTextSendJob(12902): ... 12 more
W/JobConsumer(12902): org.thoughtcrime.securesms.transport.RetryLaterException: org.whispersystems.textsecure.api.push.exceptions.PushNetworkException: java.io.EOFException
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.deliver(PushTextSendJob.java:121)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.onSend(PushTextSendJob.java:62)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.SendJob.onRun(SendJob.java:40)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.MasterSecretJob.onRun(MasterSecretJob.java:18)
W/JobConsumer(12902): at org.whispersystems.jobqueue.JobConsumer.runJob(JobConsumer.java:76)
W/JobConsumer(12902): at org.whispersystems.jobqueue.JobConsumer.run(JobConsumer.java:46)
W/JobConsumer(12902): Caused by: org.whispersystems.textsecure.api.push.exceptions.PushNetworkException: java.io.EOFException
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:513)
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeRequest(PushServiceSocket.java:489)
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.getPreKeys(PushServiceSocket.java:257)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessage(TextSecureMessageSender.java:386)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessages(TextSecureMessageSender.java:368)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:300)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:124)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.deliver(PushTextSendJob.java:115)
W/JobConsumer(12902): ... 5 more
W/JobConsumer(12902): Caused by: java.io.EOFException
W/JobConsumer(12902): at com.android.okhttp.internal.Util.readAsciiLine(Util.java:318)
W/JobConsumer(12902): at com.android.okhttp.internal.http.RawHeaders.fromBytes(RawHeaders.java:320)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:147)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:795)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:347)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponse(HttpURLConnectionImpl.java:296)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponseCode(HttpURLConnectionImpl.java:503)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:136)
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:510)
W/JobConsumer(12902): ... 12 more
W/PushTextSendJob(12902): Sending message: 516
W/PhoneNumberFormatter(12902): Got local CC: US
W/TextSecureMessageSender(12902): No attachments present...
W/PushServiceSocket(12902): Push service URL: https://textsecure-service.whispersystems.org
W/PushServiceSocket(12902): Opening URL: https://textsecure-service.whispersystems.org/v2/keys/+*********93/*
W/PushTextSendJob(12902): org.whispersystems.textsecure.api.push.exceptions.PushNetworkException: java.io.EOFException
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:513)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeRequest(PushServiceSocket.java:489)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.getPreKeys(PushServiceSocket.java:257)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessage(TextSecureMessageSender.java:386)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessages(TextSecureMessageSender.java:368)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:300)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:124)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.deliver(PushTextSendJob.java:115)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.onSend(PushTextSendJob.java:62)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.SendJob.onRun(SendJob.java:40)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.MasterSecretJob.onRun(MasterSecretJob.java:18)
W/PushTextSendJob(12902): at org.whispersystems.jobqueue.JobConsumer.runJob(JobConsumer.java:76)
W/PushTextSendJob(12902): at org.whispersystems.jobqueue.JobConsumer.run(JobConsumer.java:46)
W/PushTextSendJob(12902): Caused by: java.io.EOFException
W/PushTextSendJob(12902): at com.android.okhttp.internal.Util.readAsciiLine(Util.java:318)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.RawHeaders.fromBytes(RawHeaders.java:320)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:147)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:795)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:347)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponse(HttpURLConnectionImpl.java:296)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponseCode(HttpURLConnectionImpl.java:503)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:136)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:510)
W/PushTextSendJob(12902): ... 12 more
W/JobConsumer(12902): org.thoughtcrime.securesms.transport.RetryLaterException: org.whispersystems.textsecure.api.push.exceptions.PushNetworkException: java.io.EOFException
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.deliver(PushTextSendJob.java:121)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.onSend(PushTextSendJob.java:62)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.SendJob.onRun(SendJob.java:40)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.MasterSecretJob.onRun(MasterSecretJob.java:18)
W/JobConsumer(12902): at org.whispersystems.jobqueue.JobConsumer.runJob(JobConsumer.java:76)
W/JobConsumer(12902): at org.whispersystems.jobqueue.JobConsumer.run(JobConsumer.java:46)
W/JobConsumer(12902): Caused by: org.whispersystems.textsecure.api.push.exceptions.PushNetworkException: java.io.EOFException
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:513)
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeRequest(PushServiceSocket.java:489)
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.getPreKeys(PushServiceSocket.java:257)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessage(TextSecureMessageSender.java:386)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessages(TextSecureMessageSender.java:368)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:300)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:124)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.deliver(PushTextSendJob.java:115)
W/JobConsumer(12902): ... 5 more
W/JobConsumer(12902): Caused by: java.io.EOFException
W/JobConsumer(12902): at com.android.okhttp.internal.Util.readAsciiLine(Util.java:318)
W/JobConsumer(12902): at com.android.okhttp.internal.http.RawHeaders.fromBytes(RawHeaders.java:320)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:147)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:795)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:347)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponse(HttpURLConnectionImpl.java:296)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponseCode(HttpURLConnectionImpl.java:503)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:136)
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:510)
W/JobConsumer(12902): ... 12 more
W/PushTextSendJob(12902): Sending message: 516
W/PhoneNumberFormatter(12902): Got local CC: US
D/dalvikvm(12902): GC_CONCURRENT freed 7982K, 40% free 21329K/35156K, paused 15ms+15ms, total 150ms
V/MediaPlayer-JNI(12902): native_finalize
W/MediaPlayer-JNI(12902): MediaPlayer finalized without being released
V/MediaPlayer-JNI(12902): release
V/MediaPlayer(12902): setListener
V/MediaPlayer(12902): disconnect
V/MediaPlayer(12902): destructor
V/MediaPlayer(12902): disconnect
W/TextSecureMessageSender(12902): No attachments present...
W/PushServiceSocket(12902): Push service URL: https://textsecure-service.whispersystems.org
W/PushServiceSocket(12902): Opening URL: https://textsecure-service.whispersystems.org/v2/keys/+*********93/*
D/AbsListView(12902): onDetachedFromWindow
W/InputEventReceiver(12902): Attempted to finish an input event but the input event receiver has already been disposed.
E/ViewRootImpl(12902): sendUserActionEvent() mView == null
W/PushTextSendJob(12902): org.whispersystems.textsecure.api.push.exceptions.PushNetworkException: java.io.EOFException
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:513)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeRequest(PushServiceSocket.java:489)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.getPreKeys(PushServiceSocket.java:257)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessage(TextSecureMessageSender.java:386)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessages(TextSecureMessageSender.java:368)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:300)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:124)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.deliver(PushTextSendJob.java:115)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.onSend(PushTextSendJob.java:62)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.SendJob.onRun(SendJob.java:40)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.MasterSecretJob.onRun(MasterSecretJob.java:18)
W/PushTextSendJob(12902): at org.whispersystems.jobqueue.JobConsumer.runJob(JobConsumer.java:76)
W/PushTextSendJob(12902): at org.whispersystems.jobqueue.JobConsumer.run(JobConsumer.java:46)
W/PushTextSendJob(12902): Caused by: java.io.EOFException
W/PushTextSendJob(12902): at com.android.okhttp.internal.Util.readAsciiLine(Util.java:318)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.RawHeaders.fromBytes(RawHeaders.java:320)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:147)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:795)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:347)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponse(HttpURLConnectionImpl.java:296)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponseCode(HttpURLConnectionImpl.java:503)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:136)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:510)
W/PushTextSendJob(12902): ... 12 more
W/JobConsumer(12902): org.thoughtcrime.securesms.transport.RetryLaterException: org.whispersystems.textsecure.api.push.exceptions.PushNetworkException: java.io.EOFException
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.deliver(PushTextSendJob.java:121)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.onSend(PushTextSendJob.java:62)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.SendJob.onRun(SendJob.java:40)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.MasterSecretJob.onRun(MasterSecretJob.java:18)
W/JobConsumer(12902): at org.whispersystems.jobqueue.JobConsumer.runJob(JobConsumer.java:76)
W/JobConsumer(12902): at org.whispersystems.jobqueue.JobConsumer.run(JobConsumer.java:46)
W/JobConsumer(12902): Caused by: org.whispersystems.textsecure.api.push.exceptions.PushNetworkException: java.io.EOFException
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:513)
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeRequest(PushServiceSocket.java:489)
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.getPreKeys(PushServiceSocket.java:257)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessage(TextSecureMessageSender.java:386)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessages(TextSecureMessageSender.java:368)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:300)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:124)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.deliver(PushTextSendJob.java:115)
W/JobConsumer(12902): ... 5 more
W/JobConsumer(12902): Caused by: java.io.EOFException
W/JobConsumer(12902): at com.android.okhttp.internal.Util.readAsciiLine(Util.java:318)
W/JobConsumer(12902): at com.android.okhttp.internal.http.RawHeaders.fromBytes(RawHeaders.java:320)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:147)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:795)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:347)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponse(HttpURLConnectionImpl.java:296)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponseCode(HttpURLConnectionImpl.java:503)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:136)
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:510)
W/JobConsumer(12902): ... 12 more
W/PushTextSendJob(12902): Sending message: 516
W/PhoneNumberFormatter(12902): Got local CC: US
W/TextSecureMessageSender(12902): No attachments present...
W/PushServiceSocket(12902): Push service URL: https://textsecure-service.whispersystems.org
W/PushServiceSocket(12902): Opening URL: https://textsecure-service.whispersystems.org/v2/keys/+*********93/*
W/PushTextSendJob(12902): org.whispersystems.textsecure.api.push.exceptions.PushNetworkException: java.io.EOFException
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:513)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeRequest(PushServiceSocket.java:489)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.getPreKeys(PushServiceSocket.java:257)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessage(TextSecureMessageSender.java:386)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessages(TextSecureMessageSender.java:368)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:300)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:124)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.deliver(PushTextSendJob.java:115)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.onSend(PushTextSendJob.java:62)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.SendJob.onRun(SendJob.java:40)
W/PushTextSendJob(12902): at org.thoughtcrime.securesms.jobs.MasterSecretJob.onRun(MasterSecretJob.java:18)
W/PushTextSendJob(12902): at org.whispersystems.jobqueue.JobConsumer.runJob(JobConsumer.java:76)
W/PushTextSendJob(12902): at org.whispersystems.jobqueue.JobConsumer.run(JobConsumer.java:46)
W/PushTextSendJob(12902): Caused by: java.io.EOFException
W/PushTextSendJob(12902): at com.android.okhttp.internal.Util.readAsciiLine(Util.java:318)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.RawHeaders.fromBytes(RawHeaders.java:320)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:147)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:795)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:347)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponse(HttpURLConnectionImpl.java:296)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponseCode(HttpURLConnectionImpl.java:503)
W/PushTextSendJob(12902): at com.android.okhttp.internal.http.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:136)
W/PushTextSendJob(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:510)
W/PushTextSendJob(12902): ... 12 more
W/JobConsumer(12902): org.thoughtcrime.securesms.transport.RetryLaterException: org.whispersystems.textsecure.api.push.exceptions.PushNetworkException: java.io.EOFException
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.deliver(PushTextSendJob.java:121)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.onSend(PushTextSendJob.java:62)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.SendJob.onRun(SendJob.java:40)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.MasterSecretJob.onRun(MasterSecretJob.java:18)
W/JobConsumer(12902): at org.whispersystems.jobqueue.JobConsumer.runJob(JobConsumer.java:76)
W/JobConsumer(12902): at org.whispersystems.jobqueue.JobConsumer.run(JobConsumer.java:46)
W/JobConsumer(12902): Caused by: org.whispersystems.textsecure.api.push.exceptions.PushNetworkException: java.io.EOFException
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:513)
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeRequest(PushServiceSocket.java:489)
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.getPreKeys(PushServiceSocket.java:257)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessage(TextSecureMessageSender.java:386)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.getEncryptedMessages(TextSecureMessageSender.java:368)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:300)
W/JobConsumer(12902): at org.whispersystems.textsecure.api.TextSecureMessageSender.sendMessage(TextSecureMessageSender.java:124)
W/JobConsumer(12902): at org.thoughtcrime.securesms.jobs.PushTextSendJob.deliver(PushTextSendJob.java:115)
W/JobConsumer(12902): ... 5 more
W/JobConsumer(12902): Caused by: java.io.EOFException
W/JobConsumer(12902): at com.android.okhttp.internal.Util.readAsciiLine(Util.java:318)
W/JobConsumer(12902): at com.android.okhttp.internal.http.RawHeaders.fromBytes(RawHeaders.java:320)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:147)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:795)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:347)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponse(HttpURLConnectionImpl.java:296)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponseCode(HttpURLConnectionImpl.java:503)
W/JobConsumer(12902): at com.android.okhttp.internal.http.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:136)
W/JobConsumer(12902): at org.whispersystems.textsecure.internal.push.PushServiceSocket.makeBaseRequest(PushServiceSocket.java:510)
W/JobConsumer(12902): ... 12 more
W/MessageDatabase(12902): Updating ID: 516 to base type: 24
W/MmsSmsDatabase(12902): 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, 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, 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 = 22) UNION ALL SELECT DISTINCT date AS date_sent, date_received AS date_received, mms._id AS _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 = 22) ORDER BY date_received DESC LIMIT 1)
W/MmsSmsDatabase(12902): Type: sms
V/MediaPlayer-JNI(12902): native_setup
V/MediaPlayer(12902): constructor
W/MmsSmsDatabase(12902): 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, 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, 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 = 22) UNION ALL SELECT DISTINCT date AS date_sent, date_received AS date_received, mms._id AS _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 = 22) ORDER BY date_received DESC LIMIT 500)
V/MediaPlayer(12902): setListener
E/MediaPlayer-JNI(12902): QCMediaPlayer mediaplayer NOT present
V/MediaPlayer-JNI(12902): setAudioStreamType: 5
V/MediaPlayer(12902): MediaPlayer::setAudioStreamType
V/MediaPlayer-JNI(12902): setDataSourceFD: fd 55
V/MediaPlayer(12902): setDataSource(55, 0, 576460752303423487)
V/MediaPlayer(12902): message received msg=8, ext1=0, ext2=0
V/MediaPlayer(12902): notify(8, 0, 0) callback on disconnected mediaplayer
W/MmsSmsDatabase(12902): Type: sms
W/MmsSmsDatabase(12902): Type: sms
W/MmsSmsDatabase(12902): Type: sms
V/MediaPlayer-JNI(12902): setLooping: 0
V/MediaPlayer(12902): MediaPlayer::setLooping
V/MediaPlayer-JNI(12902): setVolume: left 0.250000 right 0.250000
V/MediaPlayer(12902): MediaPlayer::setVolume(0.250000, 0.250000)
V/MediaPlayer(12902): setVideoSurfaceTexture
V/MediaPlayer(12902): prepare
V/MediaPlayer(12902): message received msg=200, ext1=973, ext2=0
W/MediaPlayer(12902): info/warning (973, 0)
V/MediaPlayer(12902): callback application
V/MediaPlayer(12902): back from callback
V/MediaPlayer(12902): message received msg=5, ext1=0, ext2=0
V/MediaPlayer(12902): New video size 0 x 0
V/MediaPlayer(12902): callback application
V/MediaPlayer(12902): back from callback
V/MediaPlayer(12902): message received msg=1, ext1=0, ext2=0
V/MediaPlayer(12902): prepared
V/MediaPlayer(12902): signal application thread
V/MediaPlayer(12902): callback application
V/MediaPlayer(12902): prepare complete - status=0
V/MediaPlayer(12902): back from callback
V/MediaPlayer-JNI(12902): start
V/MediaPlayer(12902): start
V/MediaPlayer(12902): message received msg=6, ext1=0, ext2=0
V/MediaPlayer(12902): Received MEDIA_STARTED
V/MediaPlayer(12902): callback application
V/MediaPlayer(12902): back from callback
I/MediaPlayer(12902): Don't send intent. msg.arg1 = 0, msg.arg2 = 0
E/MediaPlayer(12902): Should have subtitle controller already set
V/MediaPlayer-JNI(12902): getCurrentPosition: 61 (msec)
V/MediaPlayer-JNI(12902): isPlaying: 1
W/OkHttpClientWrapper(12902): java.io.EOFException: \n not found: size=0 content=...
W/OkHttpClientWrapper(12902): at okio.RealBufferedSource.readUtf8LineStrict(RealBufferedSource.java:200)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpConnection.readResponse(HttpConnection.java:187)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:80)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpEngine.readNetworkResponse(HttpEngine.java:791)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:642)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.Call.getResponse(Call.java:263)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.OkHttpClient$1.callGetResponse(OkHttpClient.java:129)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.ws.WebSocket.connect(WebSocket.java:160)
W/OkHttpClientWrapper(12902): at org.whispersystems.textsecure.internal.websocket.OkHttpClientWrapper$1.run(OkHttpClientWrapper.java:62)
V/MediaPlayer(12902): message received msg=2, ext1=0, ext2=0
V/MediaPlayer(12902): playback complete
V/MediaPlayer(12902): callback application
V/MediaPlayer(12902): back from callback
V/MediaPlayer(12902): message received msg=7, ext1=0, ext2=0
V/MediaPlayer(12902): unrecognized message: (7, 0, 0)
V/MediaPlayer(12902): callback application
V/MediaPlayer(12902): back from callback
V/MediaPlayer-JNI(12902): getCurrentPosition: 4669 (msec)
V/MediaPlayer-JNI(12902): isPlaying: 0
W/OkHttpClientWrapper(12902): java.io.EOFException: \n not found: size=0 content=...
W/OkHttpClientWrapper(12902): at okio.RealBufferedSource.readUtf8LineStrict(RealBufferedSource.java:200)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpConnection.readResponse(HttpConnection.java:187)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:80)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpEngine.readNetworkResponse(HttpEngine.java:791)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:642)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.Call.getResponse(Call.java:263)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.OkHttpClient$1.callGetResponse(OkHttpClient.java:129)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.ws.WebSocket.connect(WebSocket.java:160)
W/OkHttpClientWrapper(12902): at org.whispersystems.textsecure.internal.websocket.OkHttpClientWrapper$1.run(OkHttpClientWrapper.java:62)
W/OkHttpClientWrapper(12902): java.io.EOFException: \n not found: size=0 content=...
W/OkHttpClientWrapper(12902): at okio.RealBufferedSource.readUtf8LineStrict(RealBufferedSource.java:200)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpConnection.readResponse(HttpConnection.java:187)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:80)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpEngine.readNetworkResponse(HttpEngine.java:791)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:642)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.Call.getResponse(Call.java:263)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.OkHttpClient$1.callGetResponse(OkHttpClient.java:129)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.ws.WebSocket.connect(WebSocket.java:160)
W/OkHttpClientWrapper(12902): at org.whispersystems.textsecure.internal.websocket.OkHttpClientWrapper$1.run(OkHttpClientWrapper.java:62)
W/OkHttpClientWrapper(12902): java.io.EOFException: \n not found: size=0 content=...
W/OkHttpClientWrapper(12902): at okio.RealBufferedSource.readUtf8LineStrict(RealBufferedSource.java:200)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpConnection.readResponse(HttpConnection.java:187)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:80)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpEngine.readNetworkResponse(HttpEngine.java:791)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:642)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.Call.getResponse(Call.java:263)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.OkHttpClient$1.callGetResponse(OkHttpClient.java:129)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.ws.WebSocket.connect(WebSocket.java:160)
W/OkHttpClientWrapper(12902): at org.whispersystems.textsecure.internal.websocket.OkHttpClientWrapper$1.run(OkHttpClientWrapper.java:62)
W/KeyCachingService(12902): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_STOP_EVENT
W/KeyCachingService(12902): Decrementing activity count...
W/MessageRetrievalService(12902): Active Count: 0
D/dalvikvm(12902): GC_CONCURRENT freed 8376K, 40% free 21145K/35156K, paused 22ms+48ms, total 404ms
D/dalvikvm(12902): WAIT_FOR_CONCURRENT_GC blocked 248ms
V/MediaPlayer-JNI(12902): native_finalize
W/MediaPlayer-JNI(12902): MediaPlayer finalized without being released
V/MediaPlayer-JNI(12902): release
V/MediaPlayer(12902): setListener
V/MediaPlayer(12902): disconnect
V/MediaPlayer(12902): destructor
V/MediaPlayer(12902): disconnect
W/OkHttpClientWrapper(12902): java.io.EOFException: \n not found: size=0 content=...
W/OkHttpClientWrapper(12902): at okio.RealBufferedSource.readUtf8LineStrict(RealBufferedSource.java:200)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpConnection.readResponse(HttpConnection.java:187)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:80)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpEngine.readNetworkResponse(HttpEngine.java:791)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:642)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.Call.getResponse(Call.java:263)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.OkHttpClient$1.callGetResponse(OkHttpClient.java:129)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.ws.WebSocket.connect(WebSocket.java:160)
W/OkHttpClientWrapper(12902): at org.whispersystems.textsecure.internal.websocket.OkHttpClientWrapper$1.run(OkHttpClientWrapper.java:62)
W/MessageRetrievalService(12902): Application level read timeout...
W/MessageRetrievalService(12902): Network requirement: true, active activities: 0, push pending: 0
W/MessageRetrievalService(12902): Shutting down pipe...
W/WebSocketConnection(12902): WSC disconnect()...
W/OkHttpClientWrapper(12902): Calling disconnect()...
W/MessageRetrievalService(12902): Looping...
W/MessageRetrievalService(12902): Waiting for websocket state change....
W/MessageRetrievalService(12902): Network requirement: true, active activities: 0, push pending: 0
W/TelephonyUtil(12902): Choosing MCC+MNC info from TelephonyManager.getSimOperator()
W/ApnDatabase(12902): Querying table for MCC+MNC 310260 and APN name epc.tmobile.com
W/ApnDatabase(12902): Returning preferred APN LegacyMmsConnection$Apn{ mmsc: "http://mms.msg.eng.t-mobile.com/mms/wapenc", proxy: none, port: (none), user: "none", pass: "none" }
W/MmsSmsDatabase(12902): 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, 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, 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, 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(12902): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_START_EVENT
W/KeyCachingService(12902): Incrementing activity count...
W/MessageRetrievalService(12902): Active Count: 1
W/MessageRetrievalService(12902): Network requirement: true, active activities: 1, push pending: 0
W/MessageRetrievalService(12902): Making websocket connection....
W/WebSocketConnection(12902): WSC connect()...
W/OkHttpClientWrapper(12902): Connecting to: wss://textsecure-service.whispersystems.org/v1/websocket/?login=%s&password=%s
W/MessageRetrievalService(12902): Network requirement: true, active activities: 1, push pending: 0
W/MessageRetrievalService(12902): Reading message...
W/OkHttpClientWrapper(12902): java.io.EOFException: \n not found: size=0 content=...
W/OkHttpClientWrapper(12902): at okio.RealBufferedSource.readUtf8LineStrict(RealBufferedSource.java:200)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpConnection.readResponse(HttpConnection.java:187)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:80)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpEngine.readNetworkResponse(HttpEngine.java:791)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:642)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.Call.getResponse(Call.java:263)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.OkHttpClient$1.callGetResponse(OkHttpClient.java:129)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.ws.WebSocket.connect(WebSocket.java:160)
W/OkHttpClientWrapper(12902): at org.whispersystems.textsecure.internal.websocket.OkHttpClientWrapper$1.run(OkHttpClientWrapper.java:62)
W/OkHttpClientWrapper(12902): java.io.EOFException: \n not found: size=0 content=...
W/OkHttpClientWrapper(12902): at okio.RealBufferedSource.readUtf8LineStrict(RealBufferedSource.java:200)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpConnection.readResponse(HttpConnection.java:187)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:80)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpEngine.readNetworkResponse(HttpEngine.java:791)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:642)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.Call.getResponse(Call.java:263)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.OkHttpClient$1.callGetResponse(OkHttpClient.java:129)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.ws.WebSocket.connect(WebSocket.java:160)
W/OkHttpClientWrapper(12902): at org.whispersystems.textsecure.internal.websocket.OkHttpClientWrapper$1.run(OkHttpClientWrapper.java:62)
D/AbsListView(12902): Get MotionRecognitionManager
W/OkHttpClientWrapper(12902): java.io.EOFException: \n not found: size=0 content=...
W/OkHttpClientWrapper(12902): at okio.RealBufferedSource.readUtf8LineStrict(RealBufferedSource.java:200)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpConnection.readResponse(HttpConnection.java:187)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:80)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpEngine.readNetworkResponse(HttpEngine.java:791)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:642)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.Call.getResponse(Call.java:263)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.OkHttpClient$1.callGetResponse(OkHttpClient.java:129)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.ws.WebSocket.connect(WebSocket.java:160)
W/OkHttpClientWrapper(12902): at org.whispersystems.textsecure.internal.websocket.OkHttpClientWrapper$1.run(OkHttpClientWrapper.java:62)
W/OkHttpClientWrapper(12902): java.io.EOFException: \n not found: size=0 content=...
W/OkHttpClientWrapper(12902): at okio.RealBufferedSource.readUtf8LineStrict(RealBufferedSource.java:200)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpConnection.readResponse(HttpConnection.java:187)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:80)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpEngine.readNetworkResponse(HttpEngine.java:791)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:642)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.Call.getResponse(Call.java:263)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.OkHttpClient$1.callGetResponse(OkHttpClient.java:129)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.ws.WebSocket.connect(WebSocket.java:160)
W/OkHttpClientWrapper(12902): at org.whispersystems.textsecure.internal.websocket.OkHttpClientWrapper$1.run(OkHttpClientWrapper.java:62)
D/AbsListView(12902): onDetachedFromWindow
W/InputEventReceiver(12902): Attempted to finish an input event but the input event receiver has already been disposed.
E/ViewRootImpl(12902): sendUserActionEvent() mView == null
W/KeyCachingService(12902): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_STOP_EVENT
W/KeyCachingService(12902): Decrementing activity count...
W/MessageRetrievalService(12902): Active Count: 0
W/KeyCachingService(12902): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_START_EVENT
W/KeyCachingService(12902): Incrementing activity count...
W/MessageRetrievalService(12902): Active Count: 1
W/MmsSmsDatabase(12902): 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, 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, 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 = 22) UNION ALL SELECT DISTINCT date AS date_sent, date_received AS date_received, mms._id AS _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 = 22) ORDER BY date_received DESC LIMIT 1)
W/MmsSmsDatabase(12902): Type: sms
W/OkHttpClientWrapper(12902): java.io.EOFException: \n not found: size=0 content=...
W/OkHttpClientWrapper(12902): at okio.RealBufferedSource.readUtf8LineStrict(RealBufferedSource.java:200)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpConnection.readResponse(HttpConnection.java:187)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:80)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpEngine.readNetworkResponse(HttpEngine.java:791)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:642)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.Call.getResponse(Call.java:263)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.OkHttpClient$1.callGetResponse(OkHttpClient.java:129)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.ws.WebSocket.connect(WebSocket.java:160)
W/OkHttpClientWrapper(12902): at org.whispersystems.textsecure.internal.websocket.OkHttpClientWrapper$1.run(OkHttpClientWrapper.java:62)
D/AbsListView(12902): Get MotionRecognitionManager
W/OkHttpClientWrapper(12902): java.io.EOFException: \n not found: size=0 content=...
W/OkHttpClientWrapper(12902): at okio.RealBufferedSource.readUtf8LineStrict(RealBufferedSource.java:200)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpConnection.readResponse(HttpConnection.java:187)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:80)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpEngine.readNetworkResponse(HttpEngine.java:791)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:642)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.Call.getResponse(Call.java:263)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.OkHttpClient$1.callGetResponse(OkHttpClient.java:129)
W/OkHttpClientWrapper(12902): at com.squareup.okhttp.internal.ws.WebSocket.connect(WebSocket.java:160)
W/OkHttpClientWrapper(12902): at org.whispersystems.textsecure.internal.websocket.OkHttpClientWrapper$1.run(OkHttpClientWrapper.java:62)
D/AbsListView(12902): onDetachedFromWindow
E/ViewRootImpl(12902): sendUserActionEvent() mView == null
W/KeyCachingService(12902): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_STOP_EVENT
W/KeyCachingService(12902): Decrementing activity count...
W/MessageRetrievalService(12902): Active Count: 0
W/ExperienceUpgradeActivity(12902): getExperienceUpgrade(162)
W/PassphraseRequiredActionBarActivity(12902): routeApplicationState(), state: 0
W/PassphraseRequiredActionBarActivity(12902): initializeClearKeyReceiver()
D/AbsListView(12902): Get MotionRecognitionManager
W/KeyCachingService(12902): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_START_EVENT
W/KeyCachingService(12902): Incrementing activity count...
W/MessageRetrievalService(12902): Active Count: 1
D/dalvikvm(12902): GC_CONCURRENT freed 7175K, 37% free 22161K/35156K, paused 24ms+17ms, total 104ms
D/dalvikvm(12902): WAIT_FOR_CONCURRENT_GC blocked 80ms
D/AbsListView(12902): onDetachedFromWindow
D/AbsListView(12902): Get MotionRecognitionManager
W/KeyCachingService(12902): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_STOP_EVENT
W/KeyCachingService(12902): Decrementing activity count...
W/MessageRetrievalService(12902): Active Count: 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment