Skip to content

Instantly share code, notes, and snippets.

@deutrino
Created September 27, 2017 02:56
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 deutrino/9133b98e82c7fb27fe92935267dc9582 to your computer and use it in GitHub Desktop.
Save deutrino/9133b98e82c7fb27fe92935267dc9582 to your computer and use it in GitHub Desktop.
signal android debug log
Device : motorola XT1575 (Moto X Pure Edition)
Android : 7.1.2 (be7d1fe92b, lineage_clark-userdebug 7.1.2 NJH47F be7d1fe92b)
Memory : 29M (4.99% free, 768M max)
Memclass: 288
OS Host : phenom.zifnab.net
App : Signal 4.10.12
[snip]
09-26 19:37:45.908 27057 27102 I chatty : uid=10176(org.thoughtcrime.securesms) Thread-2 expire 2 lines
09-26 19:37:45.930 27057 27057 I chatty : uid=10176(org.thoughtcrime.securesms) expire 5 lines
09-26 19:37:56.806 27057 27082 I chatty : uid=10176(org.thoughtcrime.securesms) pool-2-thread-1 expire 2 lines
09-26 19:37:56.967 27057 27436 I chatty : uid=10176(org.thoughtcrime.securesms) ModernAsyncTask expire 1 line
09-26 19:37:56.988 27057 27057 W ConversationFragment: onLoadFinished
09-26 19:37:57.002 27057 27057 W ConversationAdapter: Bind time: 3
09-26 19:37:57.005 27057 27057 W ConversationAdapter: Bind time: 1
09-26 19:37:57.008 27057 27057 W ConversationAdapter: Bind time: 1
09-26 19:37:57.014 27057 27057 W ConversationAdapter: Bind time: 4
09-26 19:37:57.222 27057 30641 W WebSocketConnection: WSC onMessage()
09-26 19:37:57.222 27057 30641 W WebSocketConnection: Message Type: 1
09-26 19:37:57.225 27057 27102 W SignalServiceEnvelope: Our MAC: d6 4b 99 cf 91 19 b5 b9 a2 27
09-26 19:37:57.225 27057 27102 W SignalServiceEnvelope: Thr MAC: d6 4b 99 cf 91 19 b5 b9 a2 27
09-26 19:37:57.226 27057 27102 W MessageRetrievalService: Retrieved envelope! +*********05
09-26 19:37:57.257 27057 27102 W MessageRetrievalService: Network requirement: true, active activities: 1, push pending: 0, gcm disabled: false
09-26 19:37:57.259 27057 27102 W MessageRetrievalService: Reading message...
09-26 19:37:57.305 27057 27080 W AttachmentDatabase: insertParts(1)
09-26 19:37:57.306 27057 27080 W AttachmentDatabase: Inserting attachment for mms id: 160
09-26 19:37:57.308 27057 27080 W AttachmentDatabase: Inserted attachment at ID: (row id: 121, unique ID: 1506479877306)
09-26 19:37:57.339 27057 27435 W MmsSmsDatabase: Executing query: SELECT _id, unique_row_id, body, type, thread_id, address, address_device_id, subject, date_sent, date_received, m_type, msg_box, status, part_count, ct_l, tr_id, m_size, exp, st, delivery_receipt_count, mismatched_identities, network_failures, subscription_id, expires_in, expire_started, notified, transport_type, attachment_id, unique_id, mid, data_size, file_name, _data, thumbnail, ct, cl, digest, fast_preflight_id, voice_note, cd, name, pending_push FROM (SELECT DISTINCT date_sent AS date_sent, date AS date_received, _id, 'SMS::' || _id || '::' || date_sent AS unique_row_id, NULL AS attachment_id, body, read, thread_id, type, address, address_device_id, subject, NULL AS m_type, NULL AS msg_box, status, NULL AS part_count, NULL AS ct_l, NULL AS tr_id, NULL AS m_size, NULL AS exp, NULL AS st, delivery_receipt_count, mismatched_identities, subscription_id, expires_in, expire_started, notified, NULL AS network_failures, 'sms' AS transport_type, NULL AS unique_id, NULL AS mid, NULL AS data_size, NULL AS file_name, NULL AS _data, NULL AS thumbnail, NULL AS ct, NULL AS cl, NULL AS digest, NULL AS fast_preflight_id, NULL AS voice_note, NULL AS cd, NULL AS name, NULL AS pending_push FROM sms WHERE (thread_id = 2) UNION ALL SELECT DISTINCT date AS date_sent, date_received AS date_received, mms._id AS _id, 'MMS::' || mms._id || '::' || date AS unique_row_id, part._id AS attachment_id, body, read, thread_id, NULL AS type, address, address_device_id, NULL AS subject, m_type, msg_box, NULL AS status, part_count, ct_l, tr_id, m_size, exp, st, delivery_receipt_count, mismatched_identities, subscription_id, expires_in, expire_started, notified, network_failures, 'mms' AS transport_type, unique_id, mid, data_size, file_name, _data, thumbnail, ct, cl, digest, fast_preflight_id, voice_note, 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 = 2) ORDER BY date_received DESC LIMIT 500)
09-26 19:37:57.339 27057 27080 W MmsSmsDatabase: Executing query: SELECT _id, unique_row_id, body, type, thread_id, address, address_device_id, subject, date_sent, date_received, m_type, msg_box, status, part_count, ct_l, tr_id, m_size, exp, st, delivery_receipt_count, mismatched_identities, network_failures, subscription_id, expires_in, expire_started, notified, transport_type, attachment_id, unique_id, mid, data_size, file_name, _data, thumbnail, ct, cl, digest, fast_preflight_id, voice_note, cd, name, pending_push FROM (SELECT DISTINCT date_sent AS date_sent, date AS date_received, _id, 'SMS::' || _id || '::' || date_sent AS unique_row_id, NULL AS attachment_id, body, read, thread_id, type, address, address_device_id, subject, NULL AS m_type, NULL AS msg_box, status, NULL AS part_count, NULL AS ct_l, NULL AS tr_id, NULL AS m_size, NULL AS exp, NULL AS st, delivery_receipt_count, mismatched_identities, subscription_id, expires_in, expire_started, notified, NULL AS network_failures, 'sms' AS transport_type, NULL AS unique_id, NULL AS mid, NULL AS data_size, NULL AS file_name, NULL AS _data, NULL AS thumbnail, NULL AS ct, NULL AS cl, NULL AS digest, NULL AS fast_preflight_id, NULL AS voice_note, NULL AS cd, NULL AS name, NULL AS pending_push FROM sms WHERE (thread_id = 2) UNION ALL SELECT DISTINCT date AS date_sent, date_received AS date_received, mms._id AS _id, 'MMS::' || mms._id || '::' || date AS unique_row_id, part._id AS attachment_id, body, read, thread_id, NULL AS type, address, address_device_id, NULL AS subject, m_type, msg_box, NULL AS status, part_count, ct_l, tr_id, m_size, exp, st, delivery_receipt_count, mismatched_identities, subscription_id, expires_in, expire_started, notified, network_failures, 'mms' AS transport_type, unique_id, mid, data_size, file_name, _data, thumbnail, ct, cl, digest, fast_preflight_id, voice_note, 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 = 2) ORDER BY date_received DESC LIMIT 1)
09-26 19:37:57.375 27057 27057 W ConversationFragment: onLoadFinished
09-26 19:37:57.388 27057 27080 W MmsSmsDatabase: Executing query: SELECT _id, unique_row_id, body, type, thread_id, address, address_device_id, subject, date_sent, date_received, m_type, msg_box, status, part_count, ct_l, tr_id, m_size, exp, st, delivery_receipt_count, mismatched_identities, network_failures, subscription_id, expires_in, expire_started, notified, transport_type, attachment_id, unique_id, mid, data_size, file_name, _data, thumbnail, ct, cl, digest, fast_preflight_id, voice_note, cd, name, pending_push FROM (SELECT DISTINCT date_sent AS date_sent, date AS date_received, _id, 'SMS::' || _id || '::' || date_sent AS unique_row_id, NULL AS attachment_id, body, read, thread_id, type, address, address_device_id, subject, NULL AS m_type, NULL AS msg_box, status, NULL AS part_count, NULL AS ct_l, NULL AS tr_id, NULL AS m_size, NULL AS exp, NULL AS st, delivery_receipt_count, mismatched_identities, subscription_id, expires_in, expire_started, notified, NULL AS network_failures, 'sms' AS transport_type, NULL AS unique_id, NULL AS mid, NULL AS data_size, NULL AS file_name, NULL AS _data, NULL AS thumbnail, NULL AS ct, NULL AS cl, NULL AS digest, NULL AS fast_preflight_id, NULL AS voice_note, NULL AS cd, NULL AS name, NULL AS pending_push FROM sms WHERE (thread_id = 2) UNION ALL SELECT DISTINCT date AS date_sent, date_received AS date_received, mms._id AS _id, 'MMS::' || mms._id || '::' || date AS unique_row_id, part._id AS attachment_id, body, read, thread_id, NULL AS type, address, address_device_id, NULL AS subject, m_type, msg_box, NULL AS status, part_count, ct_l, tr_id, m_size, exp, st, delivery_receipt_count, mismatched_identities, subscription_id, expires_in, expire_started, notified, network_failures, 'mms' AS transport_type, unique_id, mid, data_size, file_name, _data, thumbnail, ct, cl, digest, fast_preflight_id, voice_note, 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 = 2) ORDER BY date_received DESC LIMIT 1)
09-26 19:37:57.414 27057 27057 W ConversationAdapter: Inflate time: 18
09-26 19:37:57.463 27057 27080 E MediaPlayer-JNI: JNIMediaPlayerFactory: bIsQCMediaPlayerPresent 0
09-26 19:37:57.463 27057 27080 E MediaPlayer-JNI: JNIMediaPlayerFactory: bIsQCMediaPlayerPresent 0
09-26 19:37:57.471 27057 27057 W ConversationAdapter: Bind time: 57
09-26 19:37:57.473 27057 27080 D MediaPlayer: setSubtitleAnchor in MediaPlayer
09-26 19:37:57.476 27057 27080 D Ringtone: Successfully created local player
09-26 19:37:57.477 27057 27078 W AttachmentDownloadJob: Downloading push part (row id: 121, unique ID: 1506479877306)
09-26 19:37:57.481 27057 27080 E MediaPlayer-JNI: JNIMediaPlayerFactory: bIsQCMediaPlayerPresent 0
09-26 19:37:57.481 27057 27080 E MediaPlayer-JNI: JNIMediaPlayerFactory: bIsQCMediaPlayerPresent 0
09-26 19:37:57.486 27057 27057 W ConversationAdapter: Bind time: 2
09-26 19:37:57.487 27057 27057 W ConversationAdapter: Bind time: 0
09-26 19:37:57.489 27057 27057 W ConversationAdapter: Bind time: 1
09-26 19:37:57.496 27057 27080 D MediaPlayer: setSubtitleAnchor in MediaPlayer
09-26 19:37:57.498 27057 27080 D Ringtone: Successfully created local player
09-26 19:37:57.503 27057 27078 W AttachmentDownloadJob: Downloading attachment with digest: 35 fc 79 b6 c4 f1 7c 6d c1 54 a9 e8 5f b0 64 8f d2 a1 08 47 35 fa e4 47 66 99 fc 71 23 44 d0 02
09-26 19:37:57.504 27057 27078 W PushServiceSocket: Push service URL: https://textsecure-service.whispersystems.org
09-26 19:37:57.504 27057 27078 W PushServiceSocket: Opening URL: https://textsecure-service.whispersystems.org/v1/attachments/8573354296544633048
09-26 19:37:57.515 27057 27419 W MmsSmsDatabase: Executing query: SELECT _id, unique_row_id, body, type, thread_id, address, address_device_id, subject, date_sent, date_received, m_type, msg_box, status, part_count, ct_l, tr_id, m_size, exp, st, delivery_receipt_count, mismatched_identities, network_failures, subscription_id, expires_in, expire_started, notified, transport_type, attachment_id, unique_id, mid, data_size, file_name, _data, thumbnail, ct, cl, digest, fast_preflight_id, voice_note, cd, name, pending_push FROM (SELECT DISTINCT date_sent AS date_sent, date AS date_received, _id, 'SMS::' || _id || '::' || date_sent AS unique_row_id, NULL AS attachment_id, body, read, thread_id, type, address, address_device_id, subject, NULL AS m_type, NULL AS msg_box, status, NULL AS part_count, NULL AS ct_l, NULL AS tr_id, NULL AS m_size, NULL AS exp, NULL AS st, delivery_receipt_count, mismatched_identities, subscription_id, expires_in, expire_started, notified, NULL AS network_failures, 'sms' AS transport_type, NULL AS unique_id, NULL AS mid, NULL AS data_size, NULL AS file_name, NULL AS _data, NULL AS thumbnail, NULL AS ct, NULL AS cl, NULL AS digest, NULL AS fast_preflight_id, NULL AS voice_note, NULL AS cd, NULL AS name, NULL AS pending_push FROM sms WHERE (thread_id = 2) UNION ALL SELECT DISTINCT date AS date_sent, date_received AS date_received, mms._id AS _id, 'MMS::' || mms._id || '::' || date AS unique_row_id, part._id AS attachment_id, body, read, thread_id, NULL AS type, address, address_device_id, NULL AS subject, m_type, msg_box, NULL AS status, part_count, ct_l, tr_id, m_size, exp, st, delivery_receipt_count, mismatched_identities, subscription_id, expires_in, expire_started, notified, network_failures, 'mms' AS transport_type, unique_id, mid, data_size, file_name, _data, thumbnail, ct, cl, digest, fast_preflight_id, voice_note, 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 = 2) ORDER BY date_received DESC LIMIT 500)
09-26 19:37:57.536 27057 27057 W ConversationFragment: onLoadFinished
09-26 19:37:57.537 27057 27079 W SignalServiceMessageSender: Transmitting over pipe...
09-26 19:37:57.548 27057 27057 W ConversationAdapter: Bind time: 4
09-26 19:37:57.552 27057 27057 W ConversationAdapter: Bind time: 2
09-26 19:37:57.554 27057 27057 W ConversationAdapter: Bind time: 0
09-26 19:37:57.556 27057 27057 W ConversationAdapter: Bind time: 1
09-26 19:37:57.688 27057 30641 W WebSocketConnection: WSC onMessage()
09-26 19:37:57.688 27057 30641 W WebSocketConnection: Message Type: 2
09-26 19:37:58.071 27057 27078 W PushServiceSocket: Attachment: 8573354296544633048 is at: https://whispersystems-textsecure-attachments.s3-accelerate.amazonaws.com/8573354296544633048?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20170927T023758Z&X-Amz-SignedHeaders=content-type%3Bhost&X-Amz-Expires=3600&X-Amz-Credential=AKIAJHWS3AOTJTASHBDA%2F20170927%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Signature=b710c7427fde16319c748cea4802be2e61062549901bb9691516bf58a0fb0286
09-26 19:37:58.085 27057 27078 W System : ClassLoader referenced unknown path: /system/framework/tcmclient.jar
09-26 19:38:01.753 27057 27078 W PushServiceSocket: Downloaded: https://whispersystems-textsecure-attachments.s3-accelerate.amazonaws.com/8573354296544633048?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20170927T023758Z&X-Amz-SignedHeaders=content-type%3Bhost&X-Amz-Expires=3600&X-Amz-Credential=AKIAJHWS3AOTJTASHBDA%2F20170927%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Signature=b710c7427fde16319c748cea4802be2e61062549901bb9691516bf58a0fb0286 to: /data/user/0/org.thoughtcrime.securesms/cache/push-attachment1861436500tmp
09-26 19:38:02.135 27057 27404 W MmsSmsDatabase: Executing query: SELECT _id, unique_row_id, body, type, thread_id, address, address_device_id, subject, date_sent, date_received, m_type, msg_box, status, part_count, ct_l, tr_id, m_size, exp, st, delivery_receipt_count, mismatched_identities, network_failures, subscription_id, expires_in, expire_started, notified, transport_type, attachment_id, unique_id, mid, data_size, file_name, _data, thumbnail, ct, cl, digest, fast_preflight_id, voice_note, cd, name, pending_push FROM (SELECT DISTINCT date_sent AS date_sent, date AS date_received, _id, 'SMS::' || _id || '::' || date_sent AS unique_row_id, NULL AS attachment_id, body, read, thread_id, type, address, address_device_id, subject, NULL AS m_type, NULL AS msg_box, status, NULL AS part_count, NULL AS ct_l, NULL AS tr_id, NULL AS m_size, NULL AS exp, NULL AS st, delivery_receipt_count, mismatched_identities, subscription_id, expires_in, expire_started, notified, NULL AS network_failures, 'sms' AS transport_type, NULL AS unique_id, NULL AS mid, NULL AS data_size, NULL AS file_name, NULL AS _data, NULL AS thumbnail, NULL AS ct, NULL AS cl, NULL AS digest, NULL AS fast_preflight_id, NULL AS voice_note, NULL AS cd, NULL AS name, NULL AS pending_push FROM sms WHERE (thread_id = 2) UNION ALL SELECT DISTINCT date AS date_sent, date_received AS date_received, mms._id AS _id, 'MMS::' || mms._id || '::' || date AS unique_row_id, part._id AS attachment_id, body, read, thread_id, NULL AS type, address, address_device_id, NULL AS subject, m_type, msg_box, NULL AS status, part_count, ct_l, tr_id, m_size, exp, st, delivery_receipt_count, mismatched_identities, subscription_id, expires_in, expire_started, notified, network_failures, 'mms' AS transport_type, unique_id, mid, data_size, file_name, _data, thumbnail, ct, cl, digest, fast_preflight_id, voice_note, 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 = 2) ORDER BY date_received DESC LIMIT 500)
09-26 19:38:02.137 27057 27081 W AttachmentDatabase: Executing thumbnail job...
09-26 19:38:02.142 27057 27078 W MmsSmsDatabase: Executing query: SELECT _id, unique_row_id, body, type, thread_id, address, address_device_id, subject, date_sent, date_received, m_type, msg_box, status, part_count, ct_l, tr_id, m_size, exp, st, delivery_receipt_count, mismatched_identities, network_failures, subscription_id, expires_in, expire_started, notified, transport_type, attachment_id, unique_id, mid, data_size, file_name, _data, thumbnail, ct, cl, digest, fast_preflight_id, voice_note, cd, name, pending_push FROM (SELECT DISTINCT date_sent AS date_sent, date AS date_received, _id, 'SMS::' || _id || '::' || date_sent AS unique_row_id, NULL AS attachment_id, body, read, thread_id, type, address, address_device_id, subject, NULL AS m_type, NULL AS msg_box, status, NULL AS part_count, NULL AS ct_l, NULL AS tr_id, NULL AS m_size, NULL AS exp, NULL AS st, delivery_receipt_count, mismatched_identities, subscription_id, expires_in, expire_started, notified, NULL AS network_failures, 'sms' AS transport_type, NULL AS unique_id, NULL AS mid, NULL AS data_size, NULL AS file_name, NULL AS _data, NULL AS thumbnail, NULL AS ct, NULL AS cl, NULL AS digest, NULL AS fast_preflight_id, NULL AS voice_note, NULL AS cd, NULL AS name, NULL AS pending_push FROM sms WHERE (read = 0 AND notified = 0) UNION ALL SELECT DISTINCT date AS date_sent, date_received AS date_received, mms._id AS _id, 'MMS::' || mms._id || '::' || date AS unique_row_id, part._id AS attachment_id, body, read, thread_id, NULL AS type, address, address_device_id, NULL AS subject, m_type, msg_box, NULL AS status, part_count, ct_l, tr_id, m_size, exp, st, delivery_receipt_count, mismatched_identities, subscription_id, expires_in, expire_started, notified, network_failures, 'mms' AS transport_type, unique_id, mid, data_size, file_name, _data, thumbnail, ct, cl, digest, fast_preflight_id, voice_note, 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 AND notified = 0) ORDER BY date_received ASC)
09-26 19:38:02.154 27057 27057 W ConversationFragment: onLoadFinished
09-26 19:38:02.171 27057 27057 W ConversationAdapter: Bind time: 1
09-26 19:38:02.176 27057 27057 W ConversationAdapter: Bind time: 3
09-26 19:38:02.180 27057 27057 W ConversationAdapter: Bind time: 2
09-26 19:38:02.183 27057 27057 W ConversationAdapter: Bind time: 2
09-26 19:38:03.966 27057 27057 W AudioView: playbutton onClick
09-26 19:38:03.997 27057 27057 E MediaPlayer-JNI: JNIMediaPlayerFactory: bIsQCMediaPlayerPresent 0
09-26 19:38:03.997 27057 27057 E MediaPlayer-JNI: JNIMediaPlayerFactory: bIsQCMediaPlayerPresent 0
09-26 19:38:04.000 27057 27057 W MediaPlayer: Couldn't open http://127.0.0.1:44697/7b0726cbe447dff23d786ca1a3637a9a: java.io.FileNotFoundException: No content provider: http://127.0.0.1:44697/7b0726cbe447dff23d786ca1a3637a9a
09-26 19:38:04.067 27057 30889 I AttachmentServer: Header: connection : Keep-Alive
09-26 19:38:04.067 27057 30889 I AttachmentServer: Header: host : 127.0.0.1:44697
09-26 19:38:04.067 27057 30889 I AttachmentServer: Header: accept-encoding : gzip
09-26 19:38:04.067 27057 30889 I AttachmentServer: Header: user-agent : stagefright/1.2 (Linux;Android 7.1.2)
09-26 19:38:04.157 27057 30889 I AttachmentServer: headers: HTTP/1.1 200 OK
09-26 19:38:04.157 27057 30889 I AttachmentServer: Content-Type: audio/aac
09-26 19:38:04.157 27057 30889 I AttachmentServer: Accept-Ranges: bytes
09-26 19:38:04.157 27057 30889 I AttachmentServer: Content-Length: 10421059
09-26 19:38:04.157 27057 30889 I AttachmentServer: Connection: Keep-Alive
09-26 19:38:04.157 27057 30889 I AttachmentServer:
09-26 19:38:04.337 27057 30889 E AttachmentServer: SocketException() thrown, proxy client has probably closed. This can exit harmlessly
09-26 19:38:04.348 27057 30889 I AttachmentServer: Header: connection : Keep-Alive
09-26 19:38:04.348 27057 30889 I AttachmentServer: Header: range : bytes=10158787-
09-26 19:38:04.348 27057 30889 I AttachmentServer: Header: host : 127.0.0.1:44697
09-26 19:38:04.348 27057 30889 I AttachmentServer: Header: accept-encoding : gzip
09-26 19:38:04.348 27057 30889 I AttachmentServer: Header: user-agent : stagefright/1.2 (Linux;Android 7.1.2)
09-26 19:38:04.348 27057 30889 I AttachmentServer: range is: bytes=10158787-
09-26 19:38:04.348 27057 30889 I AttachmentServer: range found!! 10158787
09-26 19:38:04.389 27057 30889 I AttachmentServer: headers: HTTP/1.1 206 Partial Content
09-26 19:38:04.389 27057 30889 I AttachmentServer: Content-Type: audio/aac
09-26 19:38:04.389 27057 30889 I AttachmentServer: Accept-Ranges: bytes
09-26 19:38:04.389 27057 30889 I AttachmentServer: Content-Length: 262272
09-26 19:38:04.389 27057 30889 I AttachmentServer: Content-Range: bytes 10158787-10421058/10421059
09-26 19:38:04.389 27057 30889 I AttachmentServer: Connection: Keep-Alive
09-26 19:38:04.389 27057 30889 I AttachmentServer:
09-26 19:38:04.877 27057 30889 I AttachmentServer: Header: connection : Keep-Alive
09-26 19:38:04.878 27057 30889 I AttachmentServer: Header: host : 127.0.0.1:44697
09-26 19:38:04.878 27057 30889 I AttachmentServer: Header: accept-encoding : gzip
09-26 19:38:04.878 27057 30889 I AttachmentServer: Header: user-agent : stagefright/1.2 (Linux;Android 7.1.2)
09-26 19:38:04.959 27057 30889 I AttachmentServer: headers: HTTP/1.1 200 OK
09-26 19:38:04.959 27057 30889 I AttachmentServer: Content-Type: audio/aac
09-26 19:38:04.959 27057 30889 I AttachmentServer: Accept-Ranges: bytes
09-26 19:38:04.959 27057 30889 I AttachmentServer: Content-Length: 10421059
09-26 19:38:04.959 27057 30889 I AttachmentServer: Connection: Keep-Alive
09-26 19:38:04.959 27057 30889 I AttachmentServer:
09-26 19:38:05.604 27057 27057 D MediaPlayer: setSubtitleAnchor in MediaPlayer
09-26 19:38:05.606 27057 27057 W AudioSlidePlayer: onPrepared
09-26 19:38:08.643 27057 27057 W AudioSlidePlayer: Stop called!
09-26 19:38:08.717 27057 27057 E MediaPlayer-JNI: JNIMediaPlayerFactory: bIsQCMediaPlayerPresent 0
09-26 19:38:08.717 27057 27057 E MediaPlayer-JNI: JNIMediaPlayerFactory: bIsQCMediaPlayerPresent 0
09-26 19:38:08.719 27057 27057 W MediaPlayer: Couldn't open http://127.0.0.1:44404/444c3f047db9b6bdf0922246a59e242f: java.io.FileNotFoundException: No content provider: http://127.0.0.1:44404/444c3f047db9b6bdf0922246a59e242f
09-26 19:38:08.724 27057 27057 W MediaPlayer: mediaplayer went away with unhandled events
09-26 19:38:08.744 27057 30909 I AttachmentServer: Header: connection : Keep-Alive
09-26 19:38:08.744 27057 30909 I AttachmentServer: Header: host : 127.0.0.1:44404
09-26 19:38:08.744 27057 30909 I AttachmentServer: Header: accept-encoding : gzip
09-26 19:38:08.744 27057 30909 I AttachmentServer: Header: user-agent : stagefright/1.2 (Linux;Android 7.1.2)
09-26 19:38:08.806 27057 30909 I AttachmentServer: headers: HTTP/1.1 200 OK
09-26 19:38:08.806 27057 30909 I AttachmentServer: Content-Type: audio/aac
09-26 19:38:08.806 27057 30909 I AttachmentServer: Accept-Ranges: bytes
09-26 19:38:08.806 27057 30909 I AttachmentServer: Content-Length: 10421059
09-26 19:38:08.806 27057 30909 I AttachmentServer: Connection: Keep-Alive
09-26 19:38:08.806 27057 30909 I AttachmentServer:
09-26 19:38:08.925 27057 30909 E AttachmentServer: SocketException() thrown, proxy client has probably closed. This can exit harmlessly
09-26 19:38:08.927 27057 30909 I AttachmentServer: Header: connection : Keep-Alive
09-26 19:38:08.927 27057 30909 I AttachmentServer: Header: range : bytes=10158787-
09-26 19:38:08.927 27057 30909 I AttachmentServer: Header: host : 127.0.0.1:44404
09-26 19:38:08.927 27057 30909 I AttachmentServer: Header: accept-encoding : gzip
09-26 19:38:08.927 27057 30909 I AttachmentServer: Header: user-agent : stagefright/1.2 (Linux;Android 7.1.2)
09-26 19:38:08.927 27057 30909 I AttachmentServer: range is: bytes=10158787-
09-26 19:38:08.927 27057 30909 I AttachmentServer: range found!! 10158787
09-26 19:38:08.967 27057 30909 I AttachmentServer: headers: HTTP/1.1 206 Partial Content
09-26 19:38:08.967 27057 30909 I AttachmentServer: Content-Type: audio/aac
09-26 19:38:08.967 27057 30909 I AttachmentServer: Accept-Ranges: bytes
09-26 19:38:08.967 27057 30909 I AttachmentServer: Content-Length: 262272
09-26 19:38:08.967 27057 30909 I AttachmentServer: Content-Range: bytes 10158787-10421058/10421059
09-26 19:38:08.967 27057 30909 I AttachmentServer: Connection: Keep-Alive
09-26 19:38:08.967 27057 30909 I AttachmentServer:
09-26 19:38:09.447 27057 30909 I AttachmentServer: Header: connection : Keep-Alive
09-26 19:38:09.448 27057 30909 I AttachmentServer: Header: host : 127.0.0.1:44404
09-26 19:38:09.448 27057 30909 I AttachmentServer: Header: accept-encoding : gzip
09-26 19:38:09.448 27057 30909 I AttachmentServer: Header: user-agent : stagefright/1.2 (Linux;Android 7.1.2)
09-26 19:38:09.555 27057 30909 I AttachmentServer: headers: HTTP/1.1 200 OK
09-26 19:38:09.555 27057 30909 I AttachmentServer: Content-Type: audio/aac
09-26 19:38:09.555 27057 30909 I AttachmentServer: Accept-Ranges: bytes
09-26 19:38:09.555 27057 30909 I AttachmentServer: Content-Length: 10421059
09-26 19:38:09.555 27057 30909 I AttachmentServer: Connection: Keep-Alive
09-26 19:38:09.555 27057 30909 I AttachmentServer:
09-26 19:38:09.663 27057 27057 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
09-26 19:38:09.663 27057 27057 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
09-26 19:38:09.726 27057 27068 I art : Background sticky concurrent mark sweep GC freed 18908(11MB) AllocSpace objects, 1(20KB) LOS objects, 27% free, 21MB/29MB, paused 8.932ms total 51.861ms
09-26 19:38:09.841 27057 27057 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
09-26 19:38:09.841 27057 27057 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
09-26 19:38:10.049 27057 27057 D MediaPlayer: setSubtitleAnchor in MediaPlayer
09-26 19:38:10.050 27057 27057 W AudioSlidePlayer: onPrepared
09-26 19:38:10.102 27057 27057 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
09-26 19:38:10.102 27057 27057 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
09-26 19:38:10.191 27057 27057 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
09-26 19:38:10.191 27057 27057 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
09-26 19:38:10.615 27057 30889 W AttachmentServer:
09-26 19:38:10.615 27057 30889 W AttachmentServer: java.net.SocketTimeoutException: Accept timed out
09-26 19:38:10.615 27057 30889 W AttachmentServer: at java.net.PlainSocketImpl.socketAccept(Native Method)
09-26 19:38:10.615 27057 30889 W AttachmentServer: at java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:389)
09-26 19:38:10.615 27057 30889 W AttachmentServer: at java.net.ServerSocket.implAccept(ServerSocket.java:531)
09-26 19:38:10.615 27057 30889 W AttachmentServer: at java.net.ServerSocket.accept(ServerSocket.java:499)
09-26 19:38:10.615 27057 30889 W AttachmentServer: at org.thoughtcrime.securesms.attachments.AttachmentServer.run(AttachmentServer.java:84)
09-26 19:38:10.615 27057 30889 W AttachmentServer: at java.lang.Thread.run(Thread.java:761)
09-26 19:38:10.616 27057 30889 D AttachmentServer: Proxy interrupted. Shutting down.
09-26 19:38:10.872 27057 27057 W PassphraseRequiredActionBarActivity: onPause()
09-26 19:38:10.937 27057 27057 W AudioSlidePlayer: Stop called!
09-26 19:38:10.955 27057 27057 W IInputConnectionWrapper: finishComposingText on inactive InputConnection
09-26 19:38:10.956 27057 27057 W IInputConnectionWrapper: getExtractedText on inactive InputConnection
09-26 19:38:10.956 27057 27057 W KeyCachingService: onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_STOP_EVENT
09-26 19:38:10.956 27057 27057 W KeyCachingService: Decrementing activity count...
09-26 19:38:10.956 27057 27057 W MessageRetrievalService: Active Count: 0
09-26 19:38:10.963 27057 27057 W MediaPlayer: mediaplayer went away with unhandled events
09-26 19:38:10.967 27057 27057 W EventBus: Subscriber to unregister was not registered before: class org.thoughtcrime.securesms.ConversationActivity
09-26 19:38:10.967 27057 27057 W IInputConnectionWrapper: getTextBeforeCursor on inactive InputConnection
09-26 19:38:10.971 27057 27057 W IInputConnectionWrapper: getSelectedText on inactive InputConnection
09-26 19:38:10.972 27057 27057 W IInputConnectionWrapper: getTextAfterCursor on inactive InputConnection
09-26 19:38:10.975 27057 27057 W IInputConnectionWrapper: getExtractedText on inactive InputConnection
09-26 19:38:10.975 27057 27057 W IInputConnectionWrapper: getTextBeforeCursor on inactive InputConnection
09-26 19:38:10.977 27057 27057 W IInputConnectionWrapper: getSelectedText on inactive InputConnection
09-26 19:38:10.978 27057 27057 W IInputConnectionWrapper: getTextAfterCursor on inactive InputConnection
09-26 19:38:10.996 27057 27057 W IInputConnectionWrapper: getExtractedText on inactive InputConnection
09-26 19:38:10.997 27057 27057 W IInputConnectionWrapper: getTextBeforeCursor on inactive InputConnection
09-26 19:38:10.998 27057 27057 W IInputConnectionWrapper: getSelectedText on inactive InputConnection
09-26 19:38:10.999 27057 27057 W IInputConnectionWrapper: getTextAfterCursor on inactive InputConnection
09-26 19:38:11.058 27057 27057 W KeyboardAwareLinearLayout: onKeyboardClose()
09-26 19:38:11.069 27057 27057 W CameraView: skipping layout due to zero-width/height preview size
09-26 19:38:11.078 27057 27057 W ConversationAdapter: Bind time: 4
09-26 19:38:12.930 27057 27057 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
09-26 19:38:12.930 27057 27057 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
09-26 19:38:15.046 27057 30909 W AttachmentServer:
09-26 19:38:15.046 27057 30909 W AttachmentServer: java.net.SocketTimeoutException: Accept timed out
09-26 19:38:15.046 27057 30909 W AttachmentServer: at java.net.PlainSocketImpl.socketAccept(Native Method)
09-26 19:38:15.046 27057 30909 W AttachmentServer: at java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:389)
09-26 19:38:15.046 27057 30909 W AttachmentServer: at java.net.ServerSocket.implAccept(ServerSocket.java:531)
09-26 19:38:15.046 27057 30909 W AttachmentServer: at java.net.ServerSocket.accept(ServerSocket.java:499)
09-26 19:38:15.046 27057 30909 W AttachmentServer: at org.thoughtcrime.securesms.attachments.AttachmentServer.run(AttachmentServer.java:84)
09-26 19:38:15.046 27057 30909 W AttachmentServer: at java.lang.Thread.run(Thread.java:761)
09-26 19:38:15.046 27057 30909 D AttachmentServer: Proxy interrupted. Shutting down.
09-26 19:38:17.767 27057 27057 W PassphraseRequiredActionBarActivity: onResume()
09-26 19:38:17.779 27057 31002 W ConversationActivity: Loading identity for: +*********05
09-26 19:38:17.806 27057 27057 W ConversationActivity: onResume() Finished: 1506479897806
09-26 19:38:17.816 27057 27057 W KeyboardAwareLinearLayout: onKeyboardOpen(700)
09-26 19:38:17.830 27057 31003 W MmsSmsDatabase: Executing query: SELECT _id, unique_row_id, body, type, thread_id, address, address_device_id, subject, date_sent, date_received, m_type, msg_box, status, part_count, ct_l, tr_id, m_size, exp, st, delivery_receipt_count, mismatched_identities, network_failures, subscription_id, expires_in, expire_started, notified, transport_type, attachment_id, unique_id, mid, data_size, file_name, _data, thumbnail, ct, cl, digest, fast_preflight_id, voice_note, cd, name, pending_push FROM (SELECT DISTINCT date_sent AS date_sent, date AS date_received, _id, 'SMS::' || _id || '::' || date_sent AS unique_row_id, NULL AS attachment_id, body, read, thread_id, type, address, address_device_id, subject, NULL AS m_type, NULL AS msg_box, status, NULL AS part_count, NULL AS ct_l, NULL AS tr_id, NULL AS m_size, NULL AS exp, NULL AS st, delivery_receipt_count, mismatched_identities, subscription_id, expires_in, expire_started, notified, NULL AS network_failures, 'sms' AS transport_type, NULL AS unique_id, NULL AS mid, NULL AS data_size, NULL AS file_name, NULL AS _data, NULL AS thumbnail, NULL AS ct, NULL AS cl, NULL AS digest, NULL AS fast_preflight_id, NULL AS voice_note, NULL AS cd, NULL AS name, NULL AS pending_push FROM sms WHERE (read = 0 AND notified = 0) UNION ALL SELECT DISTINCT date AS date_sent, date_received AS date_received, mms._id AS _id, 'MMS::' || mms._id || '::' || date AS unique_row_id, part._id AS attachment_id, body, read, thread_id, NULL AS type, address, address_device_id, NULL AS subject, m_type, msg_box, NULL AS status, part_count, ct_l, tr_id, m_size, exp, st, delivery_receipt_count, mismatched_identities, subscription_id, expires_in, expire_started, notified, network_failures, 'mms' AS transport_type, unique_id, mid, data_size, file_name, _data, thumbnail, ct, cl, digest, fast_preflight_id, voice_note, 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 AND notified = 0) ORDER BY date_received ASC)
09-26 19:38:17.853 27057 27057 W CameraView: skipping layout due to zero-width/height preview size
09-26 19:38:17.860 27057 27057 W ConversationAdapter: Bind time: 6
09-26 19:38:17.865 27057 27057 W ConversationAdapter: Bind time: 2
09-26 19:38:17.869 27057 27057 W ConversationAdapter: Bind time: 2
09-26 19:38:17.873 27057 27057 W ConversationAdapter: Bind time: 2
09-26 19:38:17.892 27057 27057 W KeyCachingService: onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_START_EVENT
09-26 19:38:17.892 27057 27057 W KeyCachingService: Incrementing activity count...
09-26 19:38:17.893 27057 27057 W MessageRetrievalService: Active Count: 1
09-26 19:38:17.894 27057 27057 W ConversationActivity: Got identity records: false
09-26 19:38:17.911 27057 27057 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
09-26 19:38:17.911 27057 27057 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
09-26 19:38:17.919 27057 27057 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
09-26 19:38:17.919 27057 27057 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
09-26 19:38:17.973 27057 27082 W MessageDatabase: Deleting: 2447
09-26 19:38:17.973 27057 27057 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
09-26 19:38:17.973 27057 27057 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
09-26 19:38:18.000 27057 27082 W MmsSmsDatabase: Executing query: SELECT _id, unique_row_id, body, type, thread_id, address, address_device_id, subject, date_sent, date_received, m_type, msg_box, status, part_count, ct_l, tr_id, m_size, exp, st, delivery_receipt_count, mismatched_identities, network_failures, subscription_id, expires_in, expire_started, notified, transport_type, attachment_id, unique_id, mid, data_size, file_name, _data, thumbnail, ct, cl, digest, fast_preflight_id, voice_note, cd, name, pending_push FROM (SELECT DISTINCT date_sent AS date_sent, date AS date_received, _id, 'SMS::' || _id || '::' || date_sent AS unique_row_id, NULL AS attachment_id, body, read, thread_id, type, address, address_device_id, subject, NULL AS m_type, NULL AS msg_box, status, NULL AS part_count, NULL AS ct_l, NULL AS tr_id, NULL AS m_size, NULL AS exp, NULL AS st, delivery_receipt_count, mismatched_identities, subscription_id, expires_in, expire_started, notified, NULL AS network_failures, 'sms' AS transport_type, NULL AS unique_id, NULL AS mid, NULL AS data_size, NULL AS file_name, NULL AS _data, NULL AS thumbnail, NULL AS ct, NULL AS cl, NULL AS digest, NULL AS fast_preflight_id, NULL AS voice_note, NULL AS cd, NULL AS name, NULL AS pending_push FROM sms WHERE (thread_id = 2) UNION ALL SELECT DISTINCT date AS date_sent, date_received AS date_received, mms._id AS _id, 'MMS::' || mms._id || '::' || date AS unique_row_id, part._id AS attachment_id, body, read, thread_id, NULL AS type, address, address_device_id, NULL AS subject, m_type, msg_box, NULL AS status, part_count, ct_l, tr_id, m_size, exp, st, delivery_receipt_count, mismatched_identities, subscription_id, expires_in, expire_started, notified, network_failures, 'mms' AS transport_type, unique_id, mid, data_size, file_name, _data, thumbnail, ct, cl, digest, fast_preflight_id, voice_note, 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 = 2) ORDER BY date_received DESC LIMIT 1)
09-26 19:38:18.024 27057 27436 W MmsSmsDatabase: Executing query: SELECT _id, unique_row_id, body, type, thread_id, address, address_device_id, subject, date_sent, date_received, m_type, msg_box, status, part_count, ct_l, tr_id, m_size, exp, st, delivery_receipt_count, mismatched_identities, network_failures, subscription_id, expires_in, expire_started, notified, transport_type, attachment_id, unique_id, mid, data_size, file_name, _data, thumbnail, ct, cl, digest, fast_preflight_id, voice_note, cd, name, pending_push FROM (SELECT DISTINCT date_sent AS date_sent, date AS date_received, _id, 'SMS::' || _id || '::' || date_sent AS unique_row_id, NULL AS attachment_id, body, read, thread_id, type, address, address_device_id, subject, NULL AS m_type, NULL AS msg_box, status, NULL AS part_count, NULL AS ct_l, NULL AS tr_id, NULL AS m_size, NULL AS exp, NULL AS st, delivery_receipt_count, mismatched_identities, subscription_id, expires_in, expire_started, notified, NULL AS network_failures, 'sms' AS transport_type, NULL AS unique_id, NULL AS mid, NULL AS data_size, NULL AS file_name, NULL AS _data, NULL AS thumbnail, NULL AS ct, NULL AS cl, NULL AS digest, NULL AS fast_preflight_id, NULL AS voice_note, NULL AS cd, NULL AS name, NULL AS pending_push FROM sms WHERE (thread_id = 2) UNION ALL SELECT DISTINCT date AS date_sent, date_received AS date_received, mms._id AS _id, 'MMS::' || mms._id || '::' || date AS unique_row_id, part._id AS attachment_id, body, read, thread_id, NULL AS type, address, address_device_id, NULL AS subject, m_type, msg_box, NULL AS status, part_count, ct_l, tr_id, m_size, exp, st, delivery_receipt_count, mismatched_identities, subscription_id, expires_in, expire_started, notified, network_failures, 'mms' AS transport_type, unique_id, mid, data_size, file_name, _data, thumbnail, ct, cl, digest, fast_preflight_id, voice_note, 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 = 2) ORDER BY date_received DESC LIMIT 500)
09-26 19:38:18.044 27057 27057 W ConversationFragment: onLoadFinished
09-26 19:38:18.067 27057 27057 W ConversationAdapter: Bind time: 2
09-26 19:38:18.073 27057 27057 W ConversationAdapter: Bind time: 4
09-26 19:38:18.076 27057 27057 W ConversationAdapter: Bind time: 1
09-26 19:38:18.080 27057 27057 W ConversationAdapter: Bind time: 2
09-26 19:38:18.087 27057 27057 W IInputConnectionWrapper: finishComposingText on inactive InputConnection
09-26 19:38:18.094 27057 27057 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
09-26 19:38:18.094 27057 27057 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
09-26 19:38:18.096 27057 27057 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
09-26 19:38:18.096 27057 27057 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
09-26 19:38:18.102 27057 27057 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
09-26 19:38:18.102 27057 27057 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
09-26 19:38:18.765 27057 27057 W AudioView: playbutton onClick
09-26 19:38:18.777 27057 27057 E MediaPlayer-JNI: JNIMediaPlayerFactory: bIsQCMediaPlayerPresent 0
09-26 19:38:18.777 27057 27057 E MediaPlayer-JNI: JNIMediaPlayerFactory: bIsQCMediaPlayerPresent 0
09-26 19:38:18.784 27057 27057 W MediaPlayer: Couldn't open http://127.0.0.1:43299/58b3dd6d7e6ded3316d7a6c1b276617f: java.io.FileNotFoundException: No content provider: http://127.0.0.1:43299/58b3dd6d7e6ded3316d7a6c1b276617f
09-26 19:38:18.809 27057 31016 I AttachmentServer: Header: connection : Keep-Alive
09-26 19:38:18.810 27057 31016 I AttachmentServer: Header: host : 127.0.0.1:43299
09-26 19:38:18.810 27057 31016 I AttachmentServer: Header: accept-encoding : gzip
09-26 19:38:18.810 27057 31016 I AttachmentServer: Header: user-agent : stagefright/1.2 (Linux;Android 7.1.2)
09-26 19:38:18.899 27057 31016 I AttachmentServer: headers: HTTP/1.1 200 OK
09-26 19:38:18.899 27057 31016 I AttachmentServer: Content-Type: audio/aac
09-26 19:38:18.899 27057 31016 I AttachmentServer: Accept-Ranges: bytes
09-26 19:38:18.899 27057 31016 I AttachmentServer: Content-Length: 10421059
09-26 19:38:18.899 27057 31016 I AttachmentServer: Connection: Keep-Alive
09-26 19:38:18.899 27057 31016 I AttachmentServer:
09-26 19:38:19.021 27057 31016 E AttachmentServer: SocketException() thrown, proxy client has probably closed. This can exit harmlessly
09-26 19:38:19.024 27057 31016 I AttachmentServer: Header: connection : Keep-Alive
09-26 19:38:19.024 27057 31016 I AttachmentServer: Header: range : bytes=10158787-
09-26 19:38:19.024 27057 31016 I AttachmentServer: Header: host : 127.0.0.1:43299
09-26 19:38:19.024 27057 31016 I AttachmentServer: Header: accept-encoding : gzip
09-26 19:38:19.024 27057 31016 I AttachmentServer: Header: user-agent : stagefright/1.2 (Linux;Android 7.1.2)
09-26 19:38:19.024 27057 31016 I AttachmentServer: range is: bytes=10158787-
09-26 19:38:19.024 27057 31016 I AttachmentServer: range found!! 10158787
09-26 19:38:19.063 27057 31016 I AttachmentServer: headers: HTTP/1.1 206 Partial Content
09-26 19:38:19.063 27057 31016 I AttachmentServer: Content-Type: audio/aac
09-26 19:38:19.063 27057 31016 I AttachmentServer: Accept-Ranges: bytes
09-26 19:38:19.063 27057 31016 I AttachmentServer: Content-Length: 262272
09-26 19:38:19.063 27057 31016 I AttachmentServer: Content-Range: bytes 10158787-10421058/10421059
09-26 19:38:19.063 27057 31016 I AttachmentServer: Connection: Keep-Alive
09-26 19:38:19.063 27057 31016 I AttachmentServer:
09-26 19:38:19.518 27057 31016 I AttachmentServer: Header: connection : Keep-Alive
09-26 19:38:19.518 27057 31016 I AttachmentServer: Header: host : 127.0.0.1:43299
09-26 19:38:19.518 27057 31016 I AttachmentServer: Header: accept-encoding : gzip
09-26 19:38:19.518 27057 31016 I AttachmentServer: Header: user-agent : stagefright/1.2 (Linux;Android 7.1.2)
09-26 19:38:19.584 27057 31016 I AttachmentServer: headers: HTTP/1.1 200 OK
09-26 19:38:19.584 27057 31016 I AttachmentServer: Content-Type: audio/aac
09-26 19:38:19.584 27057 31016 I AttachmentServer: Accept-Ranges: bytes
09-26 19:38:19.584 27057 31016 I AttachmentServer: Content-Length: 10421059
09-26 19:38:19.584 27057 31016 I AttachmentServer: Connection: Keep-Alive
09-26 19:38:19.584 27057 31016 I AttachmentServer:
09-26 19:38:20.083 27057 27057 D MediaPlayer: setSubtitleAnchor in MediaPlayer
09-26 19:38:20.084 27057 27057 W AudioSlidePlayer: onPrepared
09-26 19:38:20.657 27057 27057 W AudioSlidePlayer: Stop called!
09-26 19:38:20.681 27057 27057 E MediaPlayer-JNI: JNIMediaPlayerFactory: bIsQCMediaPlayerPresent 0
09-26 19:38:20.681 27057 27057 E MediaPlayer-JNI: JNIMediaPlayerFactory: bIsQCMediaPlayerPresent 0
09-26 19:38:20.683 27057 27057 W MediaPlayer: Couldn't open http://127.0.0.1:42307/588c48b1d008cf7533d79b07eb6e9479: java.io.FileNotFoundException: No content provider: http://127.0.0.1:42307/588c48b1d008cf7533d79b07eb6e9479
09-26 19:38:20.694 27057 27057 W MediaPlayer: mediaplayer went away with unhandled events
09-26 19:38:20.694 27057 31043 I AttachmentServer: Header: connection : Keep-Alive
09-26 19:38:20.694 27057 31043 I AttachmentServer: Header: host : 127.0.0.1:42307
09-26 19:38:20.694 27057 31043 I AttachmentServer: Header: accept-encoding : gzip
09-26 19:38:20.694 27057 31043 I AttachmentServer: Header: user-agent : stagefright/1.2 (Linux;Android 7.1.2)
09-26 19:38:20.751 27057 31043 I AttachmentServer: headers: HTTP/1.1 200 OK
09-26 19:38:20.751 27057 31043 I AttachmentServer: Content-Type: audio/aac
09-26 19:38:20.751 27057 31043 I AttachmentServer: Accept-Ranges: bytes
09-26 19:38:20.751 27057 31043 I AttachmentServer: Content-Length: 10421059
09-26 19:38:20.751 27057 31043 I AttachmentServer: Connection: Keep-Alive
09-26 19:38:20.751 27057 31043 I AttachmentServer:
09-26 19:38:20.871 27057 31043 E AttachmentServer: SocketException() thrown, proxy client has probably closed. This can exit harmlessly
09-26 19:38:20.874 27057 31043 I AttachmentServer: Header: connection : Keep-Alive
09-26 19:38:20.874 27057 31043 I AttachmentServer: Header: range : bytes=10158787-
09-26 19:38:20.874 27057 31043 I AttachmentServer: Header: host : 127.0.0.1:42307
09-26 19:38:20.874 27057 31043 I AttachmentServer: Header: accept-encoding : gzip
09-26 19:38:20.874 27057 31043 I AttachmentServer: Header: user-agent : stagefright/1.2 (Linux;Android 7.1.2)
09-26 19:38:20.874 27057 31043 I AttachmentServer: range is: bytes=10158787-
09-26 19:38:20.874 27057 31043 I AttachmentServer: range found!! 10158787
09-26 19:38:20.914 27057 31043 I AttachmentServer: headers: HTTP/1.1 206 Partial Content
09-26 19:38:20.914 27057 31043 I AttachmentServer: Content-Type: audio/aac
09-26 19:38:20.914 27057 31043 I AttachmentServer: Accept-Ranges: bytes
09-26 19:38:20.914 27057 31043 I AttachmentServer: Content-Length: 262272
09-26 19:38:20.914 27057 31043 I AttachmentServer: Content-Range: bytes 10158787-10421058/10421059
09-26 19:38:20.914 27057 31043 I AttachmentServer: Connection: Keep-Alive
09-26 19:38:20.914 27057 31043 I AttachmentServer:
09-26 19:38:21.384 27057 31043 I AttachmentServer: Header: connection : Keep-Alive
09-26 19:38:21.384 27057 31043 I AttachmentServer: Header: host : 127.0.0.1:42307
09-26 19:38:21.384 27057 31043 I AttachmentServer: Header: accept-encoding : gzip
09-26 19:38:21.385 27057 31043 I AttachmentServer: Header: user-agent : stagefright/1.2 (Linux;Android 7.1.2)
09-26 19:38:21.447 27057 31043 I AttachmentServer: headers: HTTP/1.1 200 OK
09-26 19:38:21.447 27057 31043 I AttachmentServer: Content-Type: audio/aac
09-26 19:38:21.447 27057 31043 I AttachmentServer: Accept-Ranges: bytes
09-26 19:38:21.447 27057 31043 I AttachmentServer: Content-Length: 10421059
09-26 19:38:21.447 27057 31043 I AttachmentServer: Connection: Keep-Alive
09-26 19:38:21.447 27057 31043 I AttachmentServer:
09-26 19:38:21.952 27057 27057 D MediaPlayer: setSubtitleAnchor in MediaPlayer
09-26 19:38:21.955 27057 27057 W AudioSlidePlayer: onPrepared
09-26 19:38:21.958 27057 27057 W AudioSlidePlayer: Stop called!
09-26 19:38:21.978 27057 27057 W MediaPlayer: mediaplayer went away with unhandled events
09-26 19:38:21.978 27057 27057 W MediaPlayer: mediaplayer went away with unhandled events
09-26 19:38:23.879 27057 27057 W AudioView: playbutton onClick
09-26 19:38:23.888 27057 27057 E MediaPlayer-JNI: JNIMediaPlayerFactory: bIsQCMediaPlayerPresent 0
09-26 19:38:23.888 27057 27057 E MediaPlayer-JNI: JNIMediaPlayerFactory: bIsQCMediaPlayerPresent 0
09-26 19:38:23.890 27057 27057 W MediaPlayer: Couldn't open http://127.0.0.1:37482/893bb87933f58f3e1d4630d0392c236f: java.io.FileNotFoundException: No content provider: http://127.0.0.1:37482/893bb87933f58f3e1d4630d0392c236f
09-26 19:38:23.908 27057 31091 I AttachmentServer: Header: connection : Keep-Alive
09-26 19:38:23.908 27057 31091 I AttachmentServer: Header: host : 127.0.0.1:37482
09-26 19:38:23.908 27057 31091 I AttachmentServer: Header: accept-encoding : gzip
09-26 19:38:23.908 27057 31091 I AttachmentServer: Header: user-agent : stagefright/1.2 (Linux;Android 7.1.2)
09-26 19:38:23.967 27057 31091 I AttachmentServer: headers: HTTP/1.1 200 OK
09-26 19:38:23.967 27057 31091 I AttachmentServer: Content-Type: audio/aac
09-26 19:38:23.967 27057 31091 I AttachmentServer: Accept-Ranges: bytes
09-26 19:38:23.967 27057 31091 I AttachmentServer: Content-Length: 10421059
09-26 19:38:23.967 27057 31091 I AttachmentServer: Connection: Keep-Alive
09-26 19:38:23.967 27057 31091 I AttachmentServer:
09-26 19:38:24.088 27057 31091 E AttachmentServer: SocketException() thrown, proxy client has probably closed. This can exit harmlessly
09-26 19:38:24.091 27057 31091 I AttachmentServer: Header: connection : Keep-Alive
09-26 19:38:24.091 27057 31091 I AttachmentServer: Header: range : bytes=10158787-
09-26 19:38:24.091 27057 31091 I AttachmentServer: Header: host : 127.0.0.1:37482
09-26 19:38:24.091 27057 31091 I AttachmentServer: Header: accept-encoding : gzip
09-26 19:38:24.091 27057 31091 I AttachmentServer: Header: user-agent : stagefright/1.2 (Linux;Android 7.1.2)
09-26 19:38:24.091 27057 31091 I AttachmentServer: range is: bytes=10158787-
09-26 19:38:24.091 27057 31091 I AttachmentServer: range found!! 10158787
09-26 19:38:24.130 27057 31091 I AttachmentServer: headers: HTTP/1.1 206 Partial Content
09-26 19:38:24.130 27057 31091 I AttachmentServer: Content-Type: audio/aac
09-26 19:38:24.130 27057 31091 I AttachmentServer: Accept-Ranges: bytes
09-26 19:38:24.130 27057 31091 I AttachmentServer: Content-Length: 262272
09-26 19:38:24.130 27057 31091 I AttachmentServer: Content-Range: bytes 10158787-10421058/10421059
09-26 19:38:24.130 27057 31091 I AttachmentServer: Connection: Keep-Alive
09-26 19:38:24.130 27057 31091 I AttachmentServer:
09-26 19:38:24.581 27057 31091 I AttachmentServer: Header: connection : Keep-Alive
09-26 19:38:24.581 27057 31091 I AttachmentServer: Header: host : 127.0.0.1:37482
09-26 19:38:24.581 27057 31091 I AttachmentServer: Header: accept-encoding : gzip
09-26 19:38:24.581 27057 31091 I AttachmentServer: Header: user-agent : stagefright/1.2 (Linux;Android 7.1.2)
09-26 19:38:24.652 27057 31091 I AttachmentServer: headers: HTTP/1.1 200 OK
09-26 19:38:24.652 27057 31091 I AttachmentServer: Content-Type: audio/aac
09-26 19:38:24.652 27057 31091 I AttachmentServer: Accept-Ranges: bytes
09-26 19:38:24.652 27057 31091 I AttachmentServer: Content-Length: 10421059
09-26 19:38:24.652 27057 31091 I AttachmentServer: Connection: Keep-Alive
09-26 19:38:24.652 27057 31091 I AttachmentServer:
09-26 19:38:25.083 27057 31016 W AttachmentServer:
09-26 19:38:25.083 27057 31016 W AttachmentServer: java.net.SocketTimeoutException: Accept timed out
09-26 19:38:25.083 27057 31016 W AttachmentServer: at java.net.PlainSocketImpl.socketAccept(Native Method)
09-26 19:38:25.083 27057 31016 W AttachmentServer: at java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:389)
09-26 19:38:25.083 27057 31016 W AttachmentServer: at java.net.ServerSocket.implAccept(ServerSocket.java:531)
09-26 19:38:25.083 27057 31016 W AttachmentServer: at java.net.ServerSocket.accept(ServerSocket.java:499)
09-26 19:38:25.083 27057 31016 W AttachmentServer: at org.thoughtcrime.securesms.attachments.AttachmentServer.run(AttachmentServer.java:84)
09-26 19:38:25.083 27057 31016 W AttachmentServer: at java.lang.Thread.run(Thread.java:761)
09-26 19:38:25.083 27057 31016 D AttachmentServer: Proxy interrupted. Shutting down.
09-26 19:38:25.104 27057 27057 D MediaPlayer: setSubtitleAnchor in MediaPlayer
09-26 19:38:25.107 27057 27057 W AudioSlidePlayer: onPrepared
09-26 19:38:26.949 27057 31043 W AttachmentServer:
09-26 19:38:26.949 27057 31043 W AttachmentServer: java.net.SocketTimeoutException: Accept timed out
09-26 19:38:26.949 27057 31043 W AttachmentServer: at java.net.PlainSocketImpl.socketAccept(Native Method)
09-26 19:38:26.949 27057 31043 W AttachmentServer: at java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:389)
09-26 19:38:26.949 27057 31043 W AttachmentServer: at java.net.ServerSocket.implAccept(ServerSocket.java:531)
09-26 19:38:26.949 27057 31043 W AttachmentServer: at java.net.ServerSocket.accept(ServerSocket.java:499)
09-26 19:38:26.949 27057 31043 W AttachmentServer: at org.thoughtcrime.securesms.attachments.AttachmentServer.run(AttachmentServer.java:84)
09-26 19:38:26.949 27057 31043 W AttachmentServer: at java.lang.Thread.run(Thread.java:761)
09-26 19:38:26.949 27057 31043 D AttachmentServer: Proxy interrupted. Shutting down.
09-26 19:38:28.150 27057 30654 W WebSocketConnection: Sending keep alive...
09-26 19:38:28.251 27057 30641 W WebSocketConnection: WSC onMessage()
09-26 19:38:28.252 27057 30641 W WebSocketConnection: Message Type: 2
09-26 19:38:30.104 27057 31091 W AttachmentServer:
09-26 19:38:30.104 27057 31091 W AttachmentServer: java.net.SocketTimeoutException: Accept timed out
09-26 19:38:30.104 27057 31091 W AttachmentServer: at java.net.PlainSocketImpl.socketAccept(Native Method)
09-26 19:38:30.104 27057 31091 W AttachmentServer: at java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:389)
09-26 19:38:30.104 27057 31091 W AttachmentServer: at java.net.ServerSocket.implAccept(ServerSocket.java:531)
09-26 19:38:30.104 27057 31091 W AttachmentServer: at java.net.ServerSocket.accept(ServerSocket.java:499)
09-26 19:38:30.104 27057 31091 W AttachmentServer: at org.thoughtcrime.securesms.attachments.AttachmentServer.run(AttachmentServer.java:84)
09-26 19:38:30.104 27057 31091 W AttachmentServer: at java.lang.Thread.run(Thread.java:761)
09-26 19:38:30.130 27057 27057 W AudioSlidePlayer: Stop called!
09-26 19:38:30.207 27057 27057 E MediaPlayer-JNI: JNIMediaPlayerFactory: bIsQCMediaPlayerPresent 0
09-26 19:38:30.207 27057 27057 E MediaPlayer-JNI: JNIMediaPlayerFactory: bIsQCMediaPlayerPresent 0
09-26 19:38:30.211 27057 27057 W MediaPlayer: Couldn't open http://127.0.0.1:49190/ab1f34fac334a50111bd2658b7e40acc: java.io.FileNotFoundException: No content provider: http://127.0.0.1:49190/ab1f34fac334a50111bd2658b7e40acc
09-26 19:38:30.216 27057 27057 W MediaPlayer: mediaplayer went away with unhandled events
09-26 19:38:30.227 27057 31111 I AttachmentServer: Header: connection : Keep-Alive
09-26 19:38:30.227 27057 31111 I AttachmentServer: Header: host : 127.0.0.1:49190
09-26 19:38:30.227 27057 31111 I AttachmentServer: Header: accept-encoding : gzip
09-26 19:38:30.227 27057 31111 I AttachmentServer: Header: user-agent : stagefright/1.2 (Linux;Android 7.1.2)
09-26 19:38:30.305 27057 31111 I AttachmentServer: headers: HTTP/1.1 200 OK
09-26 19:38:30.305 27057 31111 I AttachmentServer: Content-Type: audio/aac
09-26 19:38:30.305 27057 31111 I AttachmentServer: Accept-Ranges: bytes
09-26 19:38:30.305 27057 31111 I AttachmentServer: Content-Length: 10421059
09-26 19:38:30.305 27057 31111 I AttachmentServer: Connection: Keep-Alive
09-26 19:38:30.305 27057 31111 I AttachmentServer:
09-26 19:38:30.436 27057 31111 E AttachmentServer: SocketException() thrown, proxy client has probably closed. This can exit harmlessly
09-26 19:38:30.443 27057 31111 I AttachmentServer: Header: connection : Keep-Alive
09-26 19:38:30.443 27057 31111 I AttachmentServer: Header: range : bytes=10158787-
09-26 19:38:30.443 27057 31111 I AttachmentServer: Header: host : 127.0.0.1:49190
09-26 19:38:30.443 27057 31111 I AttachmentServer: Header: accept-encoding : gzip
09-26 19:38:30.443 27057 31111 I AttachmentServer: Header: user-agent : stagefright/1.2 (Linux;Android 7.1.2)
09-26 19:38:30.443 27057 31111 I AttachmentServer: range is: bytes=10158787-
09-26 19:38:30.443 27057 31111 I AttachmentServer: range found!! 10158787
09-26 19:38:30.484 27057 31111 I AttachmentServer: headers: HTTP/1.1 206 Partial Content
09-26 19:38:30.484 27057 31111 I AttachmentServer: Content-Type: audio/aac
09-26 19:38:30.484 27057 31111 I AttachmentServer: Accept-Ranges: bytes
09-26 19:38:30.484 27057 31111 I AttachmentServer: Content-Length: 262272
09-26 19:38:30.484 27057 31111 I AttachmentServer: Content-Range: bytes 10158787-10421058/10421059
09-26 19:38:30.484 27057 31111 I AttachmentServer: Connection: Keep-Alive
09-26 19:38:30.484 27057 31111 I AttachmentServer:
09-26 19:38:30.558 27057 27057 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
09-26 19:38:30.558 27057 27057 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
09-26 19:38:30.660 27057 27057 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
09-26 19:38:30.660 27057 27057 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
09-26 19:38:30.894 27057 27057 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
09-26 19:38:30.894 27057 27057 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
09-26 19:38:30.907 27057 31111 I AttachmentServer: Header: connection : Keep-Alive
09-26 19:38:30.907 27057 31111 I AttachmentServer: Header: host : 127.0.0.1:49190
09-26 19:38:30.907 27057 31111 I AttachmentServer: Header: accept-encoding : gzip
09-26 19:38:30.907 27057 31111 I AttachmentServer: Header: user-agent : stagefright/1.2 (Linux;Android 7.1.2)
09-26 19:38:30.977 27057 31111 I AttachmentServer: headers: HTTP/1.1 200 OK
09-26 19:38:30.977 27057 31111 I AttachmentServer: Content-Type: audio/aac
09-26 19:38:30.977 27057 31111 I AttachmentServer: Accept-Ranges: bytes
09-26 19:38:30.977 27057 31111 I AttachmentServer: Content-Length: 10421059
09-26 19:38:30.977 27057 31111 I AttachmentServer: Connection: Keep-Alive
09-26 19:38:30.977 27057 31111 I AttachmentServer:
09-26 19:38:30.977 27057 27057 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
09-26 19:38:30.977 27057 27057 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
09-26 19:38:31.123 27057 27057 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
09-26 19:38:31.123 27057 27057 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
09-26 19:38:31.226 27057 27057 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
09-26 19:38:31.226 27057 27057 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
09-26 19:38:31.451 27057 27057 D MediaPlayer: setSubtitleAnchor in MediaPlayer
09-26 19:38:31.453 27057 27057 W AudioSlidePlayer: onPrepared
09-26 19:38:32.175 27057 27057 W PassphraseRequiredActionBarActivity: onPause()
09-26 19:38:32.225 27057 27057 W AudioSlidePlayer: Stop called!
09-26 19:38:32.262 27057 27057 W IInputConnectionWrapper: finishComposingText on inactive InputConnection
09-26 19:38:32.262 27057 27057 W IInputConnectionWrapper: getExtractedText on inactive InputConnection
09-26 19:38:32.262 27057 27057 W KeyCachingService: onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_STOP_EVENT
09-26 19:38:32.262 27057 27057 W KeyCachingService: Decrementing activity count...
09-26 19:38:32.263 27057 27057 W MessageRetrievalService: Active Count: 0
09-26 19:38:32.268 27057 27057 W MediaPlayer: mediaplayer went away with unhandled events
09-26 19:38:32.272 27057 27057 W EventBus: Subscriber to unregister was not registered before: class org.thoughtcrime.securesms.ConversationActivity
09-26 19:38:32.272 27057 27057 W IInputConnectionWrapper: getTextBeforeCursor on inactive InputConnection
09-26 19:38:32.274 27057 27057 W IInputConnectionWrapper: getSelectedText on inactive InputConnection
09-26 19:38:32.276 27057 27057 W IInputConnectionWrapper: getTextAfterCursor on inactive InputConnection
09-26 19:38:32.279 27057 27057 W IInputConnectionWrapper: getExtractedText on inactive InputConnection
09-26 19:38:32.282 27057 27057 W IInputConnectionWrapper: getTextBeforeCursor on inactive InputConnection
09-26 19:38:32.283 27057 27057 W IInputConnectionWrapper: getSelectedText on inactive InputConnection
09-26 19:38:32.285 27057 27057 W IInputConnectionWrapper: getTextAfterCursor on inactive InputConnection
09-26 19:38:32.302 27057 27057 W IInputConnectionWrapper: getExtractedText on inactive InputConnection
09-26 19:38:32.306 27057 27057 W IInputConnectionWrapper: getTextBeforeCursor on inactive InputConnection
09-26 19:38:32.306 27057 27057 W IInputConnectionWrapper: getSelectedText on inactive InputConnection
09-26 19:38:32.307 27057 27057 W IInputConnectionWrapper: getTextAfterCursor on inactive InputConnection
09-26 19:38:32.362 27057 27057 W KeyboardAwareLinearLayout: onKeyboardClose()
09-26 19:38:32.376 27057 27057 W CameraView: skipping layout due to zero-width/height preview size
09-26 19:38:32.387 27057 27057 W ConversationAdapter: Bind time: 4
09-26 19:38:33.503 27057 27057 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
09-26 19:38:33.503 27057 27057 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
09-26 19:38:35.112 27057 31091 W AttachmentServer:
09-26 19:38:35.112 27057 31091 W AttachmentServer: java.net.SocketTimeoutException: Accept timed out
09-26 19:38:35.112 27057 31091 W AttachmentServer: at java.net.PlainSocketImpl.socketAccept(Native Method)
09-26 19:38:35.112 27057 31091 W AttachmentServer: at java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:389)
09-26 19:38:35.112 27057 31091 W AttachmentServer: at java.net.ServerSocket.implAccept(ServerSocket.java:531)
09-26 19:38:35.112 27057 31091 W AttachmentServer: at java.net.ServerSocket.accept(ServerSocket.java:499)
09-26 19:38:35.112 27057 31091 W AttachmentServer: at org.thoughtcrime.securesms.attachments.AttachmentServer.run(AttachmentServer.java:84)
09-26 19:38:35.112 27057 31091 W AttachmentServer: at java.lang.Thread.run(Thread.java:761)
09-26 19:38:35.112 27057 31091 D AttachmentServer: Proxy interrupted. Shutting down.
09-26 19:38:36.243 27057 27057 W PassphraseRequiredActionBarActivity: onResume()
09-26 19:38:36.254 27057 31001 W ConversationActivity: Loading identity for: +*********05
09-26 19:38:36.270 27057 27057 W ConversationActivity: onResume() Finished: 1506479916270
09-26 19:38:36.292 27057 27057 W KeyboardAwareLinearLayout: onKeyboardOpen(700)
09-26 19:38:36.293 27057 27057 W CameraView: skipping layout due to zero-width/height preview size
09-26 19:38:36.297 27057 27057 W ConversationAdapter: Bind time: 3
09-26 19:38:36.300 27057 27057 W ConversationAdapter: Bind time: 1
09-26 19:38:36.302 27057 31003 W MmsSmsDatabase: Executing query: SELECT _id, unique_row_id, body, type, thread_id, address, address_device_id, subject, date_sent, date_received, m_type, msg_box, status, part_count, ct_l, tr_id, m_size, exp, st, delivery_receipt_count, mismatched_identities, network_failures, subscription_id, expires_in, expire_started, notified, transport_type, attachment_id, unique_id, mid, data_size, file_name, _data, thumbnail, ct, cl, digest, fast_preflight_id, voice_note, cd, name, pending_push FROM (SELECT DISTINCT date_sent AS date_sent, date AS date_received, _id, 'SMS::' || _id || '::' || date_sent AS unique_row_id, NULL AS attachment_id, body, read, thread_id, type, address, address_device_id, subject, NULL AS m_type, NULL AS msg_box, status, NULL AS part_count, NULL AS ct_l, NULL AS tr_id, NULL AS m_size, NULL AS exp, NULL AS st, delivery_receipt_count, mismatched_identities, subscription_id, expires_in, expire_started, notified, NULL AS network_failures, 'sms' AS transport_type, NULL AS unique_id, NULL AS mid, NULL AS data_size, NULL AS file_name, NULL AS _data, NULL AS thumbnail, NULL AS ct, NULL AS cl, NULL AS digest, NULL AS fast_preflight_id, NULL AS voice_note, NULL AS cd, NULL AS name, NULL AS pending_push FROM sms WHERE (read = 0 AND notified = 0) UNION ALL SELECT DISTINCT date AS date_sent, date_received AS date_received, mms._id AS _id, 'MMS::' || mms._id || '::' || date AS unique_row_id, part._id AS attachment_id, body, read, thread_id, NULL AS type, address, address_device_id, NULL AS subject, m_type, msg_box, NULL AS status, part_count, ct_l, tr_id, m_size, exp, st, delivery_receipt_count, mismatched_identities, subscription_id, expires_in, expire_started, notified, network_failures, 'mms' AS transport_type, unique_id, mid, data_size, file_name, _data, thumbnail, ct, cl, digest, fast_preflight_id, voice_note, 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 AND notified = 0) ORDER BY date_received ASC)
09-26 19:38:36.303 27057 27057 W ConversationAdapter: Bind time: 1
09-26 19:38:36.307 27057 27057 W ConversationAdapter: Bind time: 2
09-26 19:38:36.319 27057 27057 W KeyCachingService: onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_START_EVENT
09-26 19:38:36.319 27057 27057 W KeyCachingService: Incrementing activity count...
09-26 19:38:36.320 27057 27057 W MessageRetrievalService: Active Count: 1
09-26 19:38:36.320 27057 27057 W ConversationActivity: Got identity records: false
09-26 19:38:36.328 27057 27057 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
09-26 19:38:36.328 27057 27057 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
09-26 19:38:36.334 27057 27057 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
09-26 19:38:36.334 27057 27057 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
09-26 19:38:36.406 27057 27057 W IInputConnectionWrapper: beginBatchEdit on inactive InputConnection
09-26 19:38:36.406 27057 27057 W IInputConnectionWrapper: setComposingRegion on inactive InputConnection
09-26 19:38:36.406 27057 27057 W IInputConnectionWrapper: finishComposingText on inactive InputConnection
09-26 19:38:36.406 27057 27057 W IInputConnectionWrapper: endBatchEdit on inactive InputConnection
09-26 19:38:36.449 27057 31111 W AttachmentServer:
09-26 19:38:36.449 27057 31111 W AttachmentServer: java.net.SocketTimeoutException: Accept timed out
09-26 19:38:36.449 27057 31111 W AttachmentServer: at java.net.PlainSocketImpl.socketAccept(Native Method)
09-26 19:38:36.449 27057 31111 W AttachmentServer: at java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:389)
09-26 19:38:36.449 27057 31111 W AttachmentServer: at java.net.ServerSocket.implAccept(ServerSocket.java:531)
09-26 19:38:36.449 27057 31111 W AttachmentServer: at java.net.ServerSocket.accept(ServerSocket.java:499)
09-26 19:38:36.449 27057 31111 W AttachmentServer: at org.thoughtcrime.securesms.attachments.AttachmentServer.run(AttachmentServer.java:84)
09-26 19:38:36.449 27057 31111 W AttachmentServer: at java.lang.Thread.run(Thread.java:761)
09-26 19:38:36.449 27057 31111 D AttachmentServer: Proxy interrupted. Shutting down.
09-26 19:38:36.478 27057 27057 W IInputConnectionWrapper: finishComposingText on inactive InputConnection
09-26 19:38:36.482 27057 27057 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
09-26 19:38:36.482 27057 27057 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
09-26 19:38:36.483 27057 27057 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
09-26 19:38:36.483 27057 27057 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
09-26 19:38:36.488 27057 27057 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
09-26 19:38:36.488 27057 27057 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
09-26 19:38:38.968 27057 27057 W art : Before Android 4.1, method int android.support.v7.widget.ListViewCompat.lookForSelectablePosition(int, boolean) would have incorrectly overridden the package-private method in android.widget.ListView
09-26 19:38:43.266 27057 27057 W PassphraseRequiredActionBarActivity: onPause()
09-26 19:38:43.323 27057 27057 W KeyCachingService: onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_STOP_EVENT
09-26 19:38:43.323 27057 27057 W KeyCachingService: Decrementing activity count...
09-26 19:38:43.324 27057 27057 W MessageRetrievalService: Active Count: 0
09-26 19:38:43.330 27057 27057 W PassphraseRequiredActionBarActivity: onCreate(null)
09-26 19:38:43.334 27057 27057 W ExperienceUpgradeActivity: getExperienceUpgrade(286)
09-26 19:38:43.334 27057 27057 W PassphraseRequiredActionBarActivity: routeApplicationState(), state: 0
09-26 19:38:43.336 27057 27057 W PassphraseRequiredActionBarActivity: initializeClearKeyReceiver()
09-26 19:38:43.376 27057 27057 W PassphraseRequiredActionBarActivity: onResume()
09-26 19:38:43.438 27057 27057 W KeyCachingService: onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_START_EVENT
09-26 19:38:43.438 27057 27057 W KeyCachingService: Incrementing activity count...
09-26 19:38:43.440 27057 27057 W MessageRetrievalService: Active Count: 1
09-26 19:38:43.650 27057 27057 W IInputConnectionWrapper: finishComposingText on inactive InputConnection
09-26 19:38:43.696 27057 27057 W IInputConnectionWrapper: getExtractedText on inactive InputConnection
09-26 19:38:43.698 27057 27057 W IInputConnectionWrapper: getTextBeforeCursor on inactive InputConnection
09-26 19:38:43.700 27057 27057 W IInputConnectionWrapper: getSelectedText on inactive InputConnection
09-26 19:38:43.701 27057 27057 W IInputConnectionWrapper: getTextAfterCursor on inactive InputConnection
09-26 19:38:43.705 27057 27057 W IInputConnectionWrapper: finishComposingText on inactive InputConnection
09-26 19:38:43.840 27057 27057 W EventBus: Subscriber to unregister was not registered before: class org.thoughtcrime.securesms.ConversationActivity
09-26 19:38:43.842 27057 27057 W PassphraseRequiredActionBarActivity: onDestroy()
09-26 19:38:43.845 27057 31001 W MmsSmsDatabase: Executing query: SELECT _id, unique_row_id, body, type, thread_id, address, address_device_id, subject, date_sent, date_received, m_type, msg_box, status, part_count, ct_l, tr_id, m_size, exp, st, delivery_receipt_count, mismatched_identities, network_failures, subscription_id, expires_in, expire_started, notified, transport_type, attachment_id, unique_id, mid, data_size, file_name, _data, thumbnail, ct, cl, digest, fast_preflight_id, voice_note, cd, name, pending_push FROM (SELECT DISTINCT date_sent AS date_sent, date AS date_received, _id, 'SMS::' || _id || '::' || date_sent AS unique_row_id, NULL AS attachment_id, body, read, thread_id, type, address, address_device_id, subject, NULL AS m_type, NULL AS msg_box, status, NULL AS part_count, NULL AS ct_l, NULL AS tr_id, NULL AS m_size, NULL AS exp, NULL AS st, delivery_receipt_count, mismatched_identities, subscription_id, expires_in, expire_started, notified, NULL AS network_failures, 'sms' AS transport_type, NULL AS unique_id, NULL AS mid, NULL AS data_size, NULL AS file_name, NULL AS _data, NULL AS thumbnail, NULL AS ct, NULL AS cl, NULL AS digest, NULL AS fast_preflight_id, NULL AS voice_note, NULL AS cd, NULL AS name, NULL AS pending_push FROM sms WHERE (thread_id = 2) UNION ALL SELECT DISTINCT date AS date_sent, date_received AS date_received, mms._id AS _id, 'MMS::' || mms._id || '::' || date AS unique_row_id, part._id AS attachment_id, body, read, thread_id, NULL AS type, address, address_device_id, NULL AS subject, m_type, msg_box, NULL AS status, part_count, ct_l, tr_id, m_size, exp, st, delivery_receipt_count, mismatched_identities, subscription_id, expires_in, expire_started, notified, network_failures, 'mms' AS transport_type, unique_id, mid, data_size, file_name, _data, thumbnail, ct, cl, digest, fast_preflight_id, voice_note, 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 = 2) ORDER BY date_received DESC LIMIT 1)
09-26 19:38:45.727 27057 27057 W PassphraseRequiredActionBarActivity: onPause()
09-26 19:38:45.758 27057 27057 W KeyCachingService: onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_STOP_EVENT
09-26 19:38:45.758 27057 27057 W KeyCachingService: Decrementing activity count...
09-26 19:38:45.758 27057 27057 W MessageRetrievalService: Active Count: 0
09-26 19:38:45.766 27057 27057 W PassphraseRequiredActionBarActivity: onCreate(null)
09-26 19:38:45.769 27057 27057 W ExperienceUpgradeActivity: getExperienceUpgrade(286)
09-26 19:38:45.770 27057 27057 W PassphraseRequiredActionBarActivity: routeApplicationState(), state: 0
09-26 19:38:45.773 27057 27057 W PassphraseRequiredActionBarActivity: initializeClearKeyReceiver()
09-26 19:38:45.831 27057 27057 W PassphraseRequiredActionBarActivity: onResume()
09-26 19:38:45.998 27057 27057 W KeyCachingService: onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_START_EVENT
09-26 19:38:45.998 27057 27057 W KeyCachingService: Incrementing activity count...
09-26 19:38:45.998 27057 27057 W MessageRetrievalService: Active Count: 1
09-26 19:38:46.112 27057 27406 D OpenGLRenderer: endAllActiveAnimators on 0xa3a93600 (MenuPopupWindow$MenuDropDownListView) with handle 0xa5747bf0
09-26 19:38:46.131 27057 31003 W org.thoughtcrime.securesms.components.emoji.parsing.EmojiPageBitmap: loading page emoji/Objects.png
09-26 19:38:46.239 27057 31003 W org.thoughtcrime.securesms.components.emoji.parsing.EmojiPageBitmap: onPageLoaded(emoji/Objects.png)
09-26 19:38:48.630 27057 27057 W PassphraseRequiredActionBarActivity: onPause()
09-26 19:38:48.653 27057 27057 W KeyCachingService: onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_STOP_EVENT
09-26 19:38:48.653 27057 27057 W KeyCachingService: Decrementing activity count...
09-26 19:38:48.653 27057 27057 W MessageRetrievalService: Active Count: 0
09-26 19:38:48.902 27057 27406 D OpenGLRenderer: endAllActiveAnimators on 0x9d879880 (ListView) with handle 0xa46f2ed0
09-26 19:38:48.928 27057 27057 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
09-26 19:38:48.928 27057 27057 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment