Skip to content

Instantly share code, notes, and snippets.

@maxauvy
Last active August 29, 2015 14:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maxauvy/439268b65d1e6d1ca7b6 to your computer and use it in GitHub Desktop.
Save maxauvy/439268b65d1e6d1ca7b6 to your computer and use it in GitHub Desktop.
TextSecure debug log
Device : LGE LG-D855 (g3_global_com)
Android: cm_d855-userdebug 5.0.2 LRX22G ec54e61bd3 test-keys
OS Host: cyanogenmod
App : TextSecure 2.6.4
--------- beginning of system
W/ResourcesManager( 7035): Asset path '/system/framework/com.google.android.media.effects.jar' does not exist or contains no resources.
W/ResourcesManager( 7035): Asset path '/system/framework/com.google.android.media.effects.jar' does not exist or contains no resources.
W/ResourcesManager( 7035): Asset path '/system/framework/com.google.android.media.effects.jar' does not exist or contains no resources.
W/ResourcesManager( 7035): Asset path '/system/framework/com.google.android.media.effects.jar' does not exist or contains no resources.
--------- beginning of main
W/SmsSentJob( 7035): Got SMS callback: org.thoughtcrime.securesms.SendReceiveService.SENT_SMS_ACTION , -1
W/MessageDatabase( 7035): Updating ID: 19928 to base type: 23
W/MmsSmsDatabase( 7035): Executing query: SELECT _id, body, type, thread_id, address, address_device_id, subject, date_sent, date_received, m_type, msg_box, status, part_count, ct_l, tr_id, m_size, exp, st, delivery_receipt_count, mismatched_identities, network_failures, transport_type FROM (SELECT DISTINCT date_sent * 1 AS date_sent, date * 1 AS date_received, _id, body, read, thread_id, type, address, address_device_id, subject, NULL AS m_type, NULL AS msg_box, status, NULL AS part_count, NULL AS ct_l, NULL AS tr_id, NULL AS m_size, NULL AS exp, NULL AS st, delivery_receipt_count, mismatched_identities, NULL AS network_failures, 'sms' AS transport_type FROM sms WHERE (thread_id = 49) UNION ALL SELECT DISTINCT date * 1000 AS date_sent, date_received * 1000 AS date_received, _id, body, read, thread_id, NULL AS type, address, address_device_id, NULL AS subject, m_type, msg_box, NULL AS status, part_count, ct_l, tr_id, m_size, exp, st, delivery_receipt_count, mismatched_identities, network_failures, 'mms' AS transport_type FROM mms WHERE (thread_id = 49) ORDER BY date_received DESC) LIMIT 1
W/MmsSmsDatabase( 7035): Executing query: SELECT _id, body, type, thread_id, address, address_device_id, subject, date_sent, date_received, m_type, msg_box, status, part_count, ct_l, tr_id, m_size, exp, st, delivery_receipt_count, mismatched_identities, network_failures, transport_type FROM (SELECT DISTINCT date_sent * 1 AS date_sent, date * 1 AS date_received, _id, body, read, thread_id, type, address, address_device_id, subject, NULL AS m_type, NULL AS msg_box, status, NULL AS part_count, NULL AS ct_l, NULL AS tr_id, NULL AS m_size, NULL AS exp, NULL AS st, delivery_receipt_count, mismatched_identities, NULL AS network_failures, 'sms' AS transport_type FROM sms WHERE (thread_id = 49) UNION ALL SELECT DISTINCT date * 1000 AS date_sent, date_received * 1000 AS date_received, _id, body, read, thread_id, NULL AS type, address, address_device_id, NULL AS subject, m_type, msg_box, NULL AS status, part_count, ct_l, tr_id, m_size, exp, st, delivery_receipt_count, mismatched_identities, network_failures, 'mms' AS transport_type FROM mms WHERE (thread_id = 49) ORDER BY date_received ASC)
W/SmsSentJob( 7035): Got SMS callback: org.thoughtcrime.securesms.SendReceiveService.DELIVERED_SMS_ACTION , 0
W/MessageDatabase( 7035): Updating ID: 19928 to status: 0
W/MmsSmsDatabase( 7035): Executing query: SELECT _id, body, type, thread_id, address, address_device_id, subject, date_sent, date_received, m_type, msg_box, status, part_count, ct_l, tr_id, m_size, exp, st, delivery_receipt_count, mismatched_identities, network_failures, transport_type FROM (SELECT DISTINCT date_sent * 1 AS date_sent, date * 1 AS date_received, _id, body, read, thread_id, type, address, address_device_id, subject, NULL AS m_type, NULL AS msg_box, status, NULL AS part_count, NULL AS ct_l, NULL AS tr_id, NULL AS m_size, NULL AS exp, NULL AS st, delivery_receipt_count, mismatched_identities, NULL AS network_failures, 'sms' AS transport_type FROM sms WHERE (thread_id = 49) UNION ALL SELECT DISTINCT date * 1000 AS date_sent, date_received * 1000 AS date_received, _id, body, read, thread_id, NULL AS type, address, address_device_id, NULL AS subject, m_type, msg_box, NULL AS status, part_count, ct_l, tr_id, m_size, exp, st, delivery_receipt_count, mismatched_identities, network_failures, 'mms' AS transport_type FROM mms WHERE (thread_id = 49) ORDER BY date_received ASC)
W/KeyCachingService( 7035): Decrementing activity count...
W/MessageRetrievalService( 7035): Active Count: 0
W/IInputConnectionWrapper( 7035): getSelectedText on inactive InputConnection
W/IInputConnectionWrapper( 7035): requestCursorAnchorInfo on inactive InputConnection
W/IInputConnectionWrapper( 7035): getTextBeforeCursor on inactive InputConnection
W/IInputConnectionWrapper( 7035): getTextBeforeCursor on inactive InputConnection
W/IInputConnectionWrapper( 7035): getTextBeforeCursor on inactive InputConnection
W/IInputConnectionWrapper( 7035): getTextBeforeCursor on inactive InputConnection
W/IInputConnectionWrapper( 7035): getTextBeforeCursor on inactive InputConnection
W/IInputConnectionWrapper( 7035): getTextBeforeCursor on inactive InputConnection
W/IInputConnectionWrapper( 7035): getTextBeforeCursor on inactive InputConnection
W/IInputConnectionWrapper( 7035): getTextBeforeCursor on inactive InputConnection
W/IInputConnectionWrapper( 7035): getTextBeforeCursor on inactive InputConnection
W/IInputConnectionWrapper( 7035): getSelectedText on inactive InputConnection
W/IInputConnectionWrapper( 7035): getTextBeforeCursor on inactive InputConnection
W/MessageRetrievalService( 7035): java.util.concurrent.TimeoutException: Timeout exceeded
W/MessageRetrievalService( 7035): at org.whispersystems.textsecure.internal.websocket.WebSocketConnection.readRequest(WebSocketConnection.java:77)
W/MessageRetrievalService( 7035): at org.whispersystems.textsecure.api.TextSecureMessagePipe.read(TextSecureMessagePipe.java:72)
W/MessageRetrievalService( 7035): at org.thoughtcrime.securesms.service.MessageRetrievalService.run(MessageRetrievalService.java:79)
W/MessageRetrievalService( 7035): at java.lang.Thread.run(Thread.java:818)
W/MessageRetrievalService( 7035): Network requirement: true, active activities: 0, push pending: false
W/MessageRetrievalService( 7035): Shutting down pipe...
W/WebSocketConnection( 7035): WSC disconnect()...
W/OkHttpClientWrapper( 7035): Calling disconnect()...
W/MessageRetrievalService( 7035): Looping...
W/MessageRetrievalService( 7035): Waiting for websocket state change....
W/MessageRetrievalService( 7035): Network requirement: true, active activities: 0, push pending: false
W/OkHttpClientWrapper( 7035): onClose(1000, OK)
W/WebSocketConnection( 7035): onClose()...
W/WebSocketConnection( 7035): Sending keep alive...
W/MmsListener( 7035): Got MMS broadcast...android.provider.Telephony.WAP_PUSH_DELIVER
W/MmsListener( 7035): Relevant!
W/MmsListener( 7035): Got MMS broadcast...android.provider.Telephony.WAP_PUSH_RECEIVED
W/PduParser( 7035): parse() called...
W/PduParser( 7035): Message Type: 130
W/MmsDatabse( 7035): Message received type: 130
W/MmsReceiveJob( 7035): Inserted received MMS notification...
W/MmsDownloadJob( 7035): MmsDownloadJob:onRun()
W/MmsDownloadJob( 7035): About to parse URL...
W/MmsDownloadJob( 7035): Downloading mms at 213.228.3.8
W/MmsDownloadJob( 7035): Changing radio to MMS mode..
D/ConnectivityManager( 7035): Looking for legacyRequest for netCap with hash: [ Transports: CELLULAR Capabilities: MMS&NOT_RESTRICTED&TRUSTED&NOT_VPN] (57350)
D/ConnectivityManager( 7035): sLegacyRequests has:
D/ConnectivityManager( 7035): sending expire msg with seqNum 0 and delay 60000
D/ConnectivityManager( 7035): starting startUsingNetworkFeature for request NetworkRequest [ id=3, legacyType=2, [ Transports: CELLULAR Capabilities: MMS&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
W/MmsRadio( 7035): startUsingNetworkFeature status: 1
W/MmsRadio( 7035): Got connectivity change...
W/MmsRadio( 7035): Connected: [type: MOBILE_MMS[], state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false]
W/MmsRadio( 7035): Connected: [type: MOBILE_MMS[], state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false]
D/ConnectivityManager.CallbackHandler( 7035): CM callback handler got msg 524290
D/ConnectivityManager( 7035): startUsingNetworkFeature got Network:101
D/ConnectivityManager.CallbackHandler( 7035): CM callback handler got msg 524290
D/ConnectivityManager( 7035): startUsingNetworkFeature got Network:101
W/MmsRadio( 7035): Got connectivity change...
W/MessageRetrievalService( 7035): Network requirement: true, active activities: 0, push pending: false
W/MmsRadio( 7035): Connected: [type: MOBILE[EDGE], state: CONNECTED/CONNECTED, reason: connected, extra: mmsfree, roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false]
W/MmsRadio( 7035): Notifying connected...
W/MmsRadio( 7035): Connected: [type: MOBILE[EDGE], state: CONNECTED/CONNECTED, reason: connected, extra: mmsfree, roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false]
W/MmsDownloadJob( 7035): Downloading in MMS mode with proxy...
W/MmsCommunication( 7035): Getting MMSC params for apn mmsfree
W/TelephonyUtil( 7035): Choosing MCC+MNC info from TelephonyManager.getSimOperator()
W/ApnDatabase( 7035): Querying table for MCC+MNC 20815 and APN name mmsfree
W/ApnDatabase( 7035): Returning preferred APN Apn{ mmsc: "http://mms.free.fr", proxy: none, port: (none), user: none, pass: none }
W/MmsCommunication( 7035): Checking route to address: 213.228.3.8, 213.228.3.8
W/MmsCommunication( 7035): requestRouteToHost result: true
W/IncomingMmsConnection( 7035): got successful route to host 213.228.3.8
W/MmsCommunication( 7035): connecting to http://213.228.3.8/mms.php?nO5hcsvAEeSOmVwmCv0ZTA
W/MmsCommunication( 7035): * response code: HTTP/1.1 200 OK
W/MmsCommunication( 7035): Received full server response, 137580 bytes
W/PduParser( 7035): parse() called...
W/PduParser( 7035): Message Type: 132
W/PduParser( 7035): Parsing parts...
W/PduParser( 7035): parse() called...
W/PduParser( 7035): Message Type: 128
W/PduParser( 7035): Parsing parts...
W/PartDatabase( 7035): inserting part to mms 269
W/PartDatabase( 7035): Writing part data from buffer
W/PartDatabase( 7035): Writing part to: /data/data/org.thoughtcrime.securesms/app_parts/part-613567979.mms
W/PartDatabase( 7035): Wrote part to file: /data/data/org.thoughtcrime.securesms/app_parts/part-613567979.mms
W/PartDatabase( 7035): Inserted part at ID: 235
W/MmsSmsDatabase( 7035): Executing query: SELECT _id, body, type, thread_id, address, address_device_id, subject, date_sent, date_received, m_type, msg_box, status, part_count, ct_l, tr_id, m_size, exp, st, delivery_receipt_count, mismatched_identities, network_failures, transport_type FROM (SELECT DISTINCT date_sent * 1 AS date_sent, date * 1 AS date_received, _id, body, read, thread_id, type, address, address_device_id, subject, NULL AS m_type, NULL AS msg_box, status, NULL AS part_count, NULL AS ct_l, NULL AS tr_id, NULL AS m_size, NULL AS exp, NULL AS st, delivery_receipt_count, mismatched_identities, NULL AS network_failures, 'sms' AS transport_type FROM sms WHERE (thread_id = 49) UNION ALL SELECT DISTINCT date * 1000 AS date_sent, date_received * 1000 AS date_received, _id, body, read, thread_id, NULL AS type, address, address_device_id, NULL AS subject, m_type, msg_box, NULL AS status, part_count, ct_l, tr_id, m_size, exp, st, delivery_receipt_count, mismatched_identities, network_failures, 'mms' AS transport_type FROM mms WHERE (thread_id = 49) ORDER BY date_received DESC) LIMIT 1
W/MmsSmsDatabase( 7035): Executing query: SELECT _id, body, type, thread_id, address, address_device_id, subject, date_sent, date_received, m_type, msg_box, status, part_count, ct_l, tr_id, m_size, exp, st, delivery_receipt_count, mismatched_identities, network_failures, transport_type FROM (SELECT DISTINCT date_sent * 1 AS date_sent, date * 1 AS date_received, _id, body, read, thread_id, type, address, address_device_id, subject, NULL AS m_type, NULL AS msg_box, status, NULL AS part_count, NULL AS ct_l, NULL AS tr_id, NULL AS m_size, NULL AS exp, NULL AS st, delivery_receipt_count, mismatched_identities, NULL AS network_failures, 'sms' AS transport_type FROM sms WHERE (thread_id = 49) UNION ALL SELECT DISTINCT date * 1000 AS date_sent, date_received * 1000 AS date_received, _id, body, read, thread_id, NULL AS type, address, address_device_id, NULL AS subject, m_type, msg_box, NULL AS status, part_count, ct_l, tr_id, m_size, exp, st, delivery_receipt_count, mismatched_identities, network_failures, 'mms' AS transport_type FROM mms WHERE (thread_id = 49) ORDER BY date_received DESC) LIMIT 1
W/PartDatabase( 7035): Getting part at: /data/data/org.thoughtcrime.securesms/app_parts/part-613567979.mms
W/PartDatabase( 7035): Getting part at: /data/data/org.thoughtcrime.securesms/app_parts/part-613567979.mms
W/MmsSmsDatabase( 7035): Executing query: SELECT _id, body, type, thread_id, address, address_device_id, subject, date_sent, date_received, m_type, msg_box, status, part_count, ct_l, tr_id, m_size, exp, st, delivery_receipt_count, mismatched_identities, network_failures, transport_type FROM (SELECT DISTINCT date_sent * 1 AS date_sent, date * 1 AS date_received, _id, body, read, thread_id, type, address, address_device_id, subject, NULL AS m_type, NULL AS msg_box, status, NULL AS part_count, NULL AS ct_l, NULL AS tr_id, NULL AS m_size, NULL AS exp, NULL AS st, delivery_receipt_count, mismatched_identities, NULL AS network_failures, 'sms' AS transport_type FROM sms WHERE (thread_id = 49) UNION ALL SELECT DISTINCT date * 1000 AS date_sent, date_received * 1000 AS date_received, _id, body, read, thread_id, NULL AS type, address, address_device_id, NULL AS subject, m_type, msg_box, NULL AS status, part_count, ct_l, tr_id, m_size, exp, st, delivery_receipt_count, mismatched_identities, network_failures, 'mms' AS transport_type FROM mms WHERE (thread_id = 49) ORDER BY date_received DESC) LIMIT 1
W/PartDatabase( 7035): Getting part at: /data/data/org.thoughtcrime.securesms/app_parts/part-613567979.mms
W/MmsSmsDatabase( 7035): Executing query: SELECT _id, body, read, type, address, address_device_id, subject, thread_id, status, date_sent, date_received, m_type, msg_box, part_count, ct_l, tr_id, m_size, exp, st, delivery_receipt_count, mismatched_identities, network_failures, transport_type FROM (SELECT DISTINCT date_sent * 1 AS date_sent, date * 1 AS date_received, _id, body, read, thread_id, type, address, address_device_id, subject, NULL AS m_type, NULL AS msg_box, status, NULL AS part_count, NULL AS ct_l, NULL AS tr_id, NULL AS m_size, NULL AS exp, NULL AS st, delivery_receipt_count, mismatched_identities, NULL AS network_failures, 'sms' AS transport_type FROM sms WHERE (read = 0) UNION ALL SELECT DISTINCT date * 1000 AS date_sent, date_received * 1000 AS date_received, _id, body, read, thread_id, NULL AS type, address, address_device_id, NULL AS subject, m_type, msg_box, NULL AS status, part_count, ct_l, tr_id, m_size, exp, st, delivery_receipt_count, mismatched_identities, network_failures, 'mms' AS transport_type FROM mms WHERE (read = 0) ORDER BY date_received ASC)
W/NotificationState( 7035): Added thread: 49
W/NotificationState( 7035): Pending array off intent length: 1
W/ShortcutBadger( 7035): No support for: com.cyanogenmod.trebuchet
W/PduComposer( 7035): Returning: 30 bytes...
W/MmsCommunication( 7035): Getting MMSC params for apn mmsfree
W/TelephonyUtil( 7035): Choosing MCC+MNC info from TelephonyManager.getSimOperator()
W/ApnDatabase( 7035): Querying table for MCC+MNC 20815 and APN name mmsfree
W/ApnDatabase( 7035): Returning preferred APN Apn{ mmsc: "http://mms.free.fr", proxy: none, port: (none), user: none, pass: none }
W/OutgoingMmsConnection( 7035): Sending MMS of length: 30, using mms radio
W/BitmapUtil( 7035): rough scale 1280x960 => 1280x960
W/BitmapUtil( 7035): fine scale 1280x960 => 805x604
W/MediaUtil( 7035): generated thumbnail for part, 805x604 (1,333:1) in 396ms
W/PartDatabase( 7035): updating part thumbnail for #235
W/PartDatabase( 7035): Writing part to: /data/data/org.thoughtcrime.securesms/app_parts/part-1058122384.mms
W/PartDatabase( 7035): Getting part at: /data/data/org.thoughtcrime.securesms/app_parts/part-1058122384.mms
W/MmsCommunication( 7035): Checking route to address: mms.free.fr, 212.27.40.225
W/MmsCommunication( 7035): requestRouteToHost result: true
W/OutgoingMmsConnection( 7035): got successful route to host mms.free.fr
W/MmsCommunication( 7035): connecting to http://mms.free.fr
W/MmsCommunication( 7035): * response code: HTTP/1.1 200 OK
W/MmsCommunication( 7035): Received full server response, 0 bytes
W/MmsRadio( 7035): MMS Radio Disconnect Called...
W/MmsRadio( 7035): Reference count: 0
W/MmsRadio( 7035): Turning off MMS radio...
D/ConnectivityManager( 7035): stopUsingNetworkFeature for 0, enableMMS
W/MmsRadio( 7035): Unregistering receiver...
D/ConnectivityManager.CallbackHandler( 7035): CM callback handler got msg 524296
W/MessageRetrievalService( 7035): Network requirement: true, active activities: 0, push pending: false
W/PhoneNumberFormatter( 7035): Got local CC: FR
W/MmsSmsDatabase( 7035): Executing query: SELECT _id, body, type, thread_id, address, address_device_id, subject, date_sent, date_received, m_type, msg_box, status, part_count, ct_l, tr_id, m_size, exp, st, delivery_receipt_count, mismatched_identities, network_failures, transport_type FROM (SELECT DISTINCT date_sent * 1 AS date_sent, date * 1 AS date_received, _id, body, read, thread_id, type, address, address_device_id, subject, NULL AS m_type, NULL AS msg_box, status, NULL AS part_count, NULL AS ct_l, NULL AS tr_id, NULL AS m_size, NULL AS exp, NULL AS st, delivery_receipt_count, mismatched_identities, NULL AS network_failures, 'sms' AS transport_type FROM sms WHERE (thread_id = 49) UNION ALL SELECT DISTINCT date * 1000 AS date_sent, date_received * 1000 AS date_received, _id, body, read, thread_id, NULL AS type, address, address_device_id, NULL AS subject, m_type, msg_box, NULL AS status, part_count, ct_l, tr_id, m_size, exp, st, delivery_receipt_count, mismatched_identities, network_failures, 'mms' AS transport_type FROM mms WHERE (thread_id = 49) ORDER BY date_received ASC)
W/MmsCommunication( 7035): Getting MMSC params for apn null
W/TelephonyUtil( 7035): Choosing MCC+MNC info from TelephonyManager.getSimOperator()
W/ApnDatabase( 7035): Querying table for MCC+MNC 20815 without APN name
W/ApnDatabase( 7035): Returning preferred APN Apn{ mmsc: "http://mms.free.fr", proxy: none, port: (none), user: none, pass: none }
W/KeyCachingService( 7035): Incrementing activity count...
W/MessageRetrievalService( 7035): Active Count: 1
W/IInputConnectionWrapper( 7035): getTextBeforeCursor on inactive InputConnection
I/Timeline( 7035): Timeline: Activity_idle id: android.os.BinderProxy@20fa78a1 time:5687120
W/IInputConnectionWrapper( 7035): getSelectedText on inactive InputConnection
W/MessageRetrievalService( 7035): Network requirement: true, active activities: 1, push pending: false
W/MessageRetrievalService( 7035): Making websocket connection....
W/WebSocketConnection( 7035): WSC connect()...
W/OkHttpClientWrapper( 7035): Connecting to: wss://textsecure-service.whispersystems.org/v1/websocket/?login=%s&password=%s
W/IInputConnectionWrapper( 7035): requestCursorAnchorInfo on inactive InputConnection
W/IInputConnectionWrapper( 7035): getTextBeforeCursor on inactive InputConnection
W/MessageRetrievalService( 7035): Network requirement: true, active activities: 1, push pending: false
W/IInputConnectionWrapper( 7035): getTextBeforeCursor on inactive InputConnection
W/MessageRetrievalService( 7035): Reading message...
W/IInputConnectionWrapper( 7035): getTextBeforeCursor on inactive InputConnection
W/ImageSlide( 7035): Got soft reference: null
W/ImageSlide( 7035): Got soft reference: null
W/PartDatabase( 7035): getThumbnailStream(235)
W/PartDatabase( 7035): Getting part at: /data/data/org.thoughtcrime.securesms/app_parts/part-1058122384.mms
W/ImageSlide( 7035): thumbnail decode/generate time: 88ms
W/ImageSlide( 7035): slide resolved, destination available? false
W/MmsSmsDatabase( 7035): Executing query: SELECT _id, body, read, type, address, address_device_id, subject, thread_id, status, date_sent, date_received, m_type, msg_box, part_count, ct_l, tr_id, m_size, exp, st, delivery_receipt_count, mismatched_identities, network_failures, transport_type FROM (SELECT DISTINCT date_sent * 1 AS date_sent, date * 1 AS date_received, _id, body, read, thread_id, type, address, address_device_id, subject, NULL AS m_type, NULL AS msg_box, status, NULL AS part_count, NULL AS ct_l, NULL AS tr_id, NULL AS m_size, NULL AS exp, NULL AS st, delivery_receipt_count, mismatched_identities, NULL AS network_failures, 'sms' AS transport_type FROM sms WHERE (read = 0) UNION ALL SELECT DISTINCT date * 1000 AS date_sent, date_received * 1000 AS date_received, _id, body, read, thread_id, NULL AS type, address, address_device_id, NULL AS subject, m_type, msg_box, NULL AS status, part_count, ct_l, tr_id, m_size, exp, st, delivery_receipt_count, mismatched_identities, network_failures, 'mms' AS transport_type FROM mms WHERE (read = 0) ORDER BY date_received ASC)
W/ShortcutBadger( 7035): No support for: com.cyanogenmod.trebuchet
W/OkHttpClientWrapper( 7035): javax.net.ssl.SSLHandshakeException: Handshake failed
W/OkHttpClientWrapper( 7035): at com.android.org.conscrypt.OpenSSLSocketImpl.startHandshake(OpenSSLSocketImpl.java:374)
W/OkHttpClientWrapper( 7035): at com.squareup.okhttp.Connection.upgradeToTls(Connection.java:241)
W/OkHttpClientWrapper( 7035): at com.squareup.okhttp.Connection.connect(Connection.java:158)
W/OkHttpClientWrapper( 7035): at com.squareup.okhttp.Connection.connectAndSetOwner(Connection.java:174)
W/OkHttpClientWrapper( 7035): at com.squareup.okhttp.OkHttpClient$1.connectAndSetOwner(OkHttpClient.java:120)
W/OkHttpClientWrapper( 7035): at com.squareup.okhttp.internal.http.RouteSelector.next(RouteSelector.java:131)
W/OkHttpClientWrapper( 7035): at com.squareup.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:312)
W/OkHttpClientWrapper( 7035): at com.squareup.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:235)
W/OkHttpClientWrapper( 7035): at com.squareup.okhttp.Call.getResponse(Call.java:262)
W/OkHttpClientWrapper( 7035): at com.squareup.okhttp.OkHttpClient$1.callGetResponse(OkHttpClient.java:129)
W/OkHttpClientWrapper( 7035): at com.squareup.okhttp.internal.ws.WebSocket.connect(WebSocket.java:160)
W/OkHttpClientWrapper( 7035): at org.whispersystems.textsecure.internal.websocket.OkHttpClientWrapper$1.run(OkHttpClientWrapper.java:59)
W/OkHttpClientWrapper( 7035): Caused by: javax.net.ssl.SSLProtocolException: SSL handshake aborted: ssl=0xa1e21200: Failure in SSL library, usually a protocol error
W/OkHttpClientWrapper( 7035): error:1407743E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert inappropriate fallback (external/openssl/ssl/s23_clnt.c:765 0xac4c3ba5:0x00000000)
W/OkHttpClientWrapper( 7035): at com.android.org.conscrypt.NativeCrypto.SSL_do_handshake(Native Method)
W/OkHttpClientWrapper( 7035): at com.android.org.conscrypt.OpenSSLSocketImpl.startHandshake(OpenSSLSocketImpl.java:302)
W/OkHttpClientWrapper( 7035): ... 11 more
W/art ( 7035): Before Android 4.1, method int android.support.v7.internal.widget.ListViewCompat.lookForSelectablePosition(int, boolean) would have incorrectly overridden the package-private method in android.widget.ListView
W/InputEventReceiver( 7035): Attempted to finish an input event but the input event receiver has already been disposed.
W/InputEventReceiver( 7035): Attempted to finish an input event but the input event receiver has already been disposed.
W/ViewRootImpl( 7035): Dropping event due to root view being removed: MotionEvent { action=ACTION_MOVE, id[0]=0, x[0]=578.1957, y[0]=791.65094, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=5694769, downTime=5694760, deviceId=2, source=0x1002 }
I/Timeline( 7035): Timeline: Activity_launch_request id:org.thoughtcrime.securesms time:5696106
W/KeyCachingService( 7035): Decrementing activity count...
W/MessageRetrievalService( 7035): Active Count: 0
W/DirectoryRefreshListener( 7035): Scheduling for: 1426512849916
W/ResourcesManager( 7035): Asset path '/system/framework/com.google.android.media.effects.jar' does not exist or contains no resources.
W/KeyCachingService( 7035): Incrementing activity count...
W/MessageRetrievalService( 7035): Active Count: 1
W/RecipientProvider( 7035): Cache miss [ASYNC]!
W/RecipientProvider( 7035): Cache miss [ASYNC]!
W/RecipientProvider( 7035): Cache miss [ASYNC]!
W/RecipientProvider( 7035): Cache miss [ASYNC]!
W/RecipientProvider( 7035): Cache miss [ASYNC]!
W/RecipientProvider( 7035): Cache miss [ASYNC]!
W/RecipientProvider( 7035): Cache miss [ASYNC]!
W/RecipientProvider( 7035): Cache miss [ASYNC]!
I/Timeline( 7035): Timeline: Activity_idle id: android.os.BinderProxy@288e019a time:5696721
W/MmsSmsDatabase( 7035): Executing query: SELECT _id, body, type, thread_id, address, address_device_id, subject, date_sent, date_received, m_type, msg_box, status, part_count, ct_l, tr_id, m_size, exp, st, delivery_receipt_count, mismatched_identities, network_failures, transport_type FROM (SELECT DISTINCT date_sent * 1 AS date_sent, date * 1 AS date_received, _id, body, read, thread_id, type, address, address_device_id, subject, NULL AS m_type, NULL AS msg_box, status, NULL AS part_count, NULL AS ct_l, NULL AS tr_id, NULL AS m_size, NULL AS exp, NULL AS st, delivery_receipt_count, mismatched_identities, NULL AS network_failures, 'sms' AS transport_type FROM sms WHERE (thread_id = 49) UNION ALL SELECT DISTINCT date * 1000 AS date_sent, date_received * 1000 AS date_received, _id, body, read, thread_id, NULL AS type, address, address_device_id, NULL AS subject, m_type, msg_box, NULL AS status, part_count, ct_l, tr_id, m_size, exp, st, delivery_receipt_count, mismatched_identities, network_failures, 'mms' AS transport_type FROM mms WHERE (thread_id = 49) ORDER BY date_received DESC) LIMIT 1
I/Timeline( 7035): Timeline: Activity_launch_request id:org.thoughtcrime.securesms time:5698931
W/KeyCachingService( 7035): Decrementing activity count...
W/MessageRetrievalService( 7035): Active Count: 0
W/KeyCachingService( 7035): Incrementing activity count...
W/MessageRetrievalService( 7035): Active Count: 1
I/Timeline( 7035): Timeline: Activity_idle id: android.os.BinderProxy@23d03247 time:5699330
I/Timeline( 7035): Timeline: Activity_launch_request id:org.thoughtcrime.securesms time:5704112
W/KeyCachingService( 7035): Decrementing activity count...
W/MessageRetrievalService( 7035): Active Count: 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment