Skip to content

Instantly share code, notes, and snippets.

/cat.log Secret

Created June 12, 2015 20:17
Show Gist options
  • Save anonymous/dea1b07a5d8bb309c8ca to your computer and use it in GitHub Desktop.
Save anonymous/dea1b07a5d8bb309c8ca to your computer and use it in GitHub Desktop.
Device : LGE Nexus 5 (hammerhead)
Android : 5.0.2 (194, LRX22G)
Memory : 34M (0.08% used, 192M max)
Memclass: 192
OS Host : paranoid3
App : TextSecure 2.18.0
--------- beginning of crash
E/AndroidRuntime(28062): FATAL EXCEPTION: main
E/AndroidRuntime(28062): Process: org.thoughtcrime.securesms, PID: 28062
E/AndroidRuntime(28062): java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String android.net.Uri.getAuthority()' on a null object reference
E/AndroidRuntime(28062): at org.thoughtcrime.securesms.ShareActivity.getStreamExtra(ShareActivity.java:122)
E/AndroidRuntime(28062): at org.thoughtcrime.securesms.ShareActivity.getBaseShareIntent(ShareActivity.java:136)
E/AndroidRuntime(28062): at org.thoughtcrime.securesms.ShareActivity.createConversation(ShareActivity.java:112)
E/AndroidRuntime(28062): at org.thoughtcrime.securesms.ShareActivity.onCreateConversation(ShareActivity.java:108)
E/AndroidRuntime(28062): at org.thoughtcrime.securesms.ShareFragment.handleCreateConversation(ShareFragment.java:88)
E/AndroidRuntime(28062): at org.thoughtcrime.securesms.ShareFragment.onListItemClick(ShareFragment.java:76)
E/AndroidRuntime(28062): at android.support.v4.app.ListFragment$2.onItemClick(ListFragment.java:58)
E/AndroidRuntime(28062): at android.widget.AdapterView.performItemClick(AdapterView.java:300)
E/AndroidRuntime(28062): at android.widget.AbsListView.performItemClick(AbsListView.java:1143)
E/AndroidRuntime(28062): at android.widget.AbsListView$PerformClick.run(AbsListView.java:3044)
E/AndroidRuntime(28062): at android.widget.AbsListView$3.run(AbsListView.java:3833)
E/AndroidRuntime(28062): at android.os.Handler.handleCallback(Handler.java:739)
E/AndroidRuntime(28062): at android.os.Handler.dispatchMessage(Handler.java:95)
E/AndroidRuntime(28062): at android.os.Looper.loop(Looper.java:135)
E/AndroidRuntime(28062): at android.app.ActivityThread.main(ActivityThread.java:5239)
E/AndroidRuntime(28062): at java.lang.reflect.Method.invoke(Native Method)
E/AndroidRuntime(28062): at java.lang.reflect.Method.invoke(Method.java:372)
E/AndroidRuntime(28062): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:899)
E/AndroidRuntime(28062): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:694)
E/AndroidRuntime(29835): FATAL EXCEPTION: main
E/AndroidRuntime(29835): Process: org.thoughtcrime.securesms, PID: 29835
E/AndroidRuntime(29835): java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String android.net.Uri.getAuthority()' on a null object reference
E/AndroidRuntime(29835): at org.thoughtcrime.securesms.ShareActivity.getStreamExtra(ShareActivity.java:122)
E/AndroidRuntime(29835): at org.thoughtcrime.securesms.ShareActivity.getBaseShareIntent(ShareActivity.java:136)
E/AndroidRuntime(29835): at org.thoughtcrime.securesms.ShareActivity.createConversation(ShareActivity.java:112)
E/AndroidRuntime(29835): at org.thoughtcrime.securesms.ShareActivity.onCreateConversation(ShareActivity.java:108)
E/AndroidRuntime(29835): at org.thoughtcrime.securesms.ShareFragment.handleCreateConversation(ShareFragment.java:88)
E/AndroidRuntime(29835): at org.thoughtcrime.securesms.ShareFragment.onListItemClick(ShareFragment.java:76)
E/AndroidRuntime(29835): at android.support.v4.app.ListFragment$2.onItemClick(ListFragment.java:58)
E/AndroidRuntime(29835): at android.widget.AdapterView.performItemClick(AdapterView.java:300)
E/AndroidRuntime(29835): at android.widget.AbsListView.performItemClick(AbsListView.java:1143)
E/AndroidRuntime(29835): at android.widget.AbsListView$PerformClick.run(AbsListView.java:3044)
E/AndroidRuntime(29835): at android.widget.AbsListView$3.run(AbsListView.java:3833)
E/AndroidRuntime(29835): at android.os.Handler.handleCallback(Handler.java:739)
E/AndroidRuntime(29835): at android.os.Handler.dispatchMessage(Handler.java:95)
E/AndroidRuntime(29835): at android.os.Looper.loop(Looper.java:135)
E/AndroidRuntime(29835): at android.app.ActivityThread.main(ActivityThread.java:5239)
E/AndroidRuntime(29835): at java.lang.reflect.Method.invoke(Native Method)
E/AndroidRuntime(29835): at java.lang.reflect.Method.invoke(Method.java:372)
E/AndroidRuntime(29835): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:899)
E/AndroidRuntime(29835): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:694)
--------- beginning of main
W/PassphraseRequiredActionBarActivity(29960): routeApplicationState(), state: 0
W/PassphraseRequiredActionBarActivity(29960): initializeClearKeyReceiver()
E/BitmapFactory(29960): Unable to decode stream: java.io.FileNotFoundException: : open failed: ENOENT (No such file or directory)
W/BitmapDrawable(29960): BitmapDrawable cannot decode
W/PhoneNumberFormatter(29960): Got local CC: DE
W/PhoneNumberFormatter(29960): Got local CC: DE
W/MmsSmsDatabase(29960): 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 = 6) 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 = 6) ORDER BY date_received ASC)
W/KeyCachingService(29960): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_START_EVENT
W/KeyCachingService(29960): Incrementing activity count...
W/MessageRetrievalService(29960): Active Count: 1
W/MessageRetrievalService(29960): Network requirement: true, active activities: 1, push pending: 0
W/MessageRetrievalService(29960): Making websocket connection....
W/WebSocketConnection(29960): WSC connect()...
W/OkHttpClientWrapper(29960): Connecting to: wss://textsecure-service.whispersystems.org/v1/websocket/?login=%s&password=%s
W/MessageRetrievalService(29960): Network requirement: true, active activities: 1, push pending: 0
W/MessageRetrievalService(29960): Reading message...
W/IncomingBubbleContainer(29960): onCreateView()
W/MmsSmsDatabase(29960): Executing query: SELECT _id, body, read, type, address, address_device_id, subject, thread_id, status, date_sent, date_received, m_type, msg_box, part_count, ct_l, tr_id, m_size, exp, st, delivery_receipt_count, mismatched_identities, network_failures, transport_type FROM (SELECT DISTINCT date_sent * 1 AS date_sent, date * 1 AS date_received, _id, body, read, thread_id, type, address, address_device_id, subject, NULL AS m_type, NULL AS msg_box, status, NULL AS part_count, NULL AS ct_l, NULL AS tr_id, NULL AS m_size, NULL AS exp, NULL AS st, delivery_receipt_count, mismatched_identities, NULL AS network_failures, 'sms' AS transport_type FROM sms WHERE (read = 0) UNION ALL SELECT DISTINCT date * 1000 AS date_sent, date_received * 1000 AS date_received, _id, body, read, thread_id, NULL AS type, address, address_device_id, NULL AS subject, m_type, msg_box, NULL AS status, part_count, ct_l, tr_id, m_size, exp, st, delivery_receipt_count, mismatched_identities, network_failures, 'mms' AS transport_type FROM mms WHERE (read = 0) ORDER BY date_received ASC)
W/IncomingBubbleContainer(29960): onCreateView()
W/PartDatabase(29960): getThumbnailStream((row id: 39, unique ID: 1434137716176))
W/PartDatabase(29960): Getting part at: /data/data/org.thoughtcrime.securesms/app_parts/part-1384974033.mms
W/WebSocketConnection(29960): onConnected()
W/ConversationActivity(29960): isManual Selection: false
W/ConversationActivity(29960): forceSms: false
W/MmsSmsDatabase(29960): 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 = 6) 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 = 6) ORDER BY date_received DESC) LIMIT 1
W/ThreadDatabase(29960): Trimming thread: 6 to: 500
W/MmsSmsDatabase(29960): 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 = 6) 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 = 6) ORDER BY date_received ASC)
W/PhoneNumberFormatter(29960): Got local CC: DE
W/PhoneNumberFormatter(29960): Got local CC: DE
W/MmsSmsDatabase(29960): 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 = 6) 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 = 6) ORDER BY date_received ASC)
W/MessageDatabase(29960): Updating ID: 1570 to base type: 22
W/MmsSmsDatabase(29960): 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 = 6) 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 = 6) ORDER BY date_received DESC) LIMIT 1
W/MessageDatabase(29960): Updating ID: 1570 to base type: 2097152
W/MmsSmsDatabase(29960): 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 = 6) 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 = 6) ORDER BY date_received ASC)
W/MmsSmsDatabase(29960): 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 = 6) 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 = 6) ORDER BY date_received DESC) LIMIT 1
W/PushTextSendJob(29960): Sending message: 1570
W/PhoneNumberFormatter(29960): Got local CC: DE
W/TextSecureMessageSender(29960): No attachments present...
W/MmsSmsDatabase(29960): 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 = 6) 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 = 6) ORDER BY date_received ASC)
W/PushServiceSocket(29960): Push service URL: https://textsecure-service.whispersystems.org
W/PushServiceSocket(29960): Opening URL: https://textsecure-service.whispersystems.org/v1/messages/+***********09
W/PushServiceSocket(29960): PUT -- {"destination":"+***********09","messages":[{"body":"MwohBS8VkPsyMRy4tPqOBiPl6dKQo6x3Xf7ldi86XXHqN4J+EAAYASKgAXjJWKys88drVHJq092n0eNqKWAT3ksmzs7uaVWRhMZRJ+iI9KihGsE0W69UQ6iyswerS/aHDs3VKf6tAQPG5wdgc87OegN28OqIG2gzCl83Tbhv7vo71pSufOWqCveCEAPNaoqpicbf938s2Vh3kEamdozIjzm5/ekt7hp7QAup5LuNzcuGvesiqNB3+ZTltPUDffSa7s/IK1qI3R2qIQZIVFmH2eY+Nw==","destinationDeviceId":1,"destinationRegistrationId":8496,"type":1}],"relay":null,"timestamp":1434138396845}
W/MessageDatabase(29960): Updating ID: 1570 to base type: 2097152
W/MmsSmsDatabase(29960): 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 = 6) 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 = 6) ORDER BY date_received DESC) LIMIT 1
W/MessageDatabase(29960): Updating ID: 1570 to base type: 8388608
W/MmsSmsDatabase(29960): 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 = 6) 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 = 6) ORDER BY date_received DESC) LIMIT 1
W/MmsSmsDatabase(29960): 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 = 6) 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 = 6) ORDER BY date_received ASC)
W/MessageDatabase(29960): Updating ID: 1570 to base type: 23
W/MmsSmsDatabase(29960): 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 = 6) 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 = 6) ORDER BY date_received DESC) LIMIT 1
W/MmsSmsDatabase(29960): 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 = 6) 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 = 6) ORDER BY date_received ASC)
W/MmsSmsDatabase(29960): 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 = 6) 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 = 6) ORDER BY date_received ASC)
W/OkHttpClientWrapper(29960): onMessage: BINARY
W/WebSocketConnection(29960): WSC onMessage()
W/WebSocketConnection(29960): Message Type: 1
W/TextSecureEnvelope(29960): Our MAC: d3 e7 23 d5 e4 27 9d 13 79 81
W/TextSecureEnvelope(29960): Thr MAC: d3 e7 23 d5 e4 27 9d 13 79 81
W/MessageRetrievalService(29960): Retrieved envelope! +***********09
W/PushReceivedJob(29960): Received receipt: (XXXXX, 1434138396845)
W/PhoneNumberFormatter(29960): Got local CC: DE
W/MmsSmsDatabase(29960): 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 = 6) 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 = 6) ORDER BY date_received ASC)
W/MessageRetrievalService(29960): Network requirement: true, active activities: 1, push pending: 0
W/MessageRetrievalService(29960): Reading message...
W/ConversationActivity(29960): isManual Selection: false
W/ConversationActivity(29960): forceSms: false
W/MmsSmsDatabase(29960): 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 = 6) 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 = 6) ORDER BY date_received DESC) LIMIT 1
W/ThreadDatabase(29960): Trimming thread: 6 to: 500
W/MmsSmsDatabase(29960): 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 = 6) 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 = 6) ORDER BY date_received ASC)
W/PhoneNumberFormatter(29960): Got local CC: DE
W/PhoneNumberFormatter(29960): Got local CC: DE
W/MmsSmsDatabase(29960): 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 = 6) 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 = 6) ORDER BY date_received ASC)
W/MessageDatabase(29960): Updating ID: 1571 to base type: 22
W/MmsSmsDatabase(29960): 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 = 6) 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 = 6) ORDER BY date_received DESC) LIMIT 1
W/MessageDatabase(29960): Updating ID: 1571 to base type: 2097152
W/MmsSmsDatabase(29960): 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 = 6) 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 = 6) ORDER BY date_received DESC) LIMIT 1
W/MmsSmsDatabase(29960): 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 = 6) 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 = 6) ORDER BY date_received ASC)
W/MmsSmsDatabase(29960): 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 = 6) 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 = 6) ORDER BY date_received ASC)
W/PushTextSendJob(29960): Sending message: 1571
W/PhoneNumberFormatter(29960): Got local CC: DE
W/TextSecureMessageSender(29960): No attachments present...
W/PushServiceSocket(29960): Push service URL: https://textsecure-service.whispersystems.org
W/PushServiceSocket(29960): Opening URL: https://textsecure-service.whispersystems.org/v1/messages/+***********09
W/PushServiceSocket(29960): PUT -- {"destination":"+***********09","messages":[{"body":"MwohBS8VkPsyMRy4tPqOBiPl6dKQo6x3Xf7ldi86XXHqN4J+EAEYASKgAWmZA/HIZ1w22HUR20REC3elM2lL1adh1KLlfM0O0Yr+3irkTaHbtRGBL9YAyeYuX3r0VNSblP3wurBbpx2ojEtuwfSa53YWT7k1Z6474GJ+6rtZ2JhMBvKKNZEzPLwo77Hm5GNb3JJ02icGSEXzC+jB65Z24Zt530xCuR5agkOvMueaQYnlrel153MnFx5tEe62yNxDMltw+UiWRf9PQpHALmfLbeVvNg==","destinationDeviceId":1,"destinationRegistrationId":8496,"type":1}],"relay":null,"timestamp":1434138404878}
W/MessageDatabase(29960): Updating ID: 1571 to base type: 2097152
W/MmsSmsDatabase(29960): 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 = 6) 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 = 6) ORDER BY date_received DESC) LIMIT 1
W/MmsSmsDatabase(29960): 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 = 6) 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 = 6) ORDER BY date_received ASC)
W/MessageDatabase(29960): Updating ID: 1571 to base type: 8388608
W/MmsSmsDatabase(29960): 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 = 6) 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 = 6) ORDER BY date_received DESC) LIMIT 1
W/MessageDatabase(29960): Updating ID: 1571 to base type: 23
W/MmsSmsDatabase(29960): 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 = 6) 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 = 6) ORDER BY date_received ASC)
W/MmsSmsDatabase(29960): 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 = 6) 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 = 6) ORDER BY date_received DESC) LIMIT 1
W/MmsSmsDatabase(29960): 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 = 6) 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 = 6) ORDER BY date_received ASC)
W/OkHttpClientWrapper(29960): onMessage: BINARY
W/WebSocketConnection(29960): WSC onMessage()
W/WebSocketConnection(29960): Message Type: 1
W/TextSecureEnvelope(29960): Our MAC: 72 42 a7 78 ff 8f 4a 5c a8 ab
W/TextSecureEnvelope(29960): Thr MAC: 72 42 a7 78 ff 8f 4a 5c a8 ab
W/MessageRetrievalService(29960): Retrieved envelope! +***********09
W/PushReceivedJob(29960): Received receipt: (XXXXX, 1434138404878)
W/PhoneNumberFormatter(29960): Got local CC: DE
W/MmsSmsDatabase(29960): 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 = 6) 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 = 6) ORDER BY date_received ASC)
W/MessageRetrievalService(29960): Network requirement: true, active activities: 1, push pending: 0
W/MessageRetrievalService(29960): Reading message...
W/WebSocketConnection(29960): Sending keep alive...
W/OkHttpClientWrapper(29960): onMessage: BINARY
W/WebSocketConnection(29960): WSC onMessage()
W/WebSocketConnection(29960): Message Type: 2
W/KeyCachingService(29960): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_STOP_EVENT
W/KeyCachingService(29960): Decrementing activity count...
W/KeyCachingService(29960): Starting timeout: 600000
W/MessageRetrievalService(29960): Active Count: 0
W/IInputConnectionWrapper(29960): requestCursorAnchorInfo on inactive InputConnection
W/IInputConnectionWrapper(29960): getTextBeforeCursor on inactive InputConnection
W/IInputConnectionWrapper(29960): getTextBeforeCursor on inactive InputConnection
W/IInputConnectionWrapper(29960): getTextBeforeCursor on inactive InputConnection
W/IInputConnectionWrapper(29960): getTextBeforeCursor on inactive InputConnection
W/IInputConnectionWrapper(29960): getTextBeforeCursor on inactive InputConnection
W/IInputConnectionWrapper(29960): getTextBeforeCursor on inactive InputConnection
W/IInputConnectionWrapper(29960): getTextBeforeCursor on inactive InputConnection
W/IInputConnectionWrapper(29960): getTextBeforeCursor on inactive InputConnection
W/IInputConnectionWrapper(29960): getTextBeforeCursor on inactive InputConnection
W/IInputConnectionWrapper(29960): getTextBeforeCursor on inactive InputConnection
W/MessageRetrievalService(29960): Application level read timeout...
W/MessageRetrievalService(29960): Network requirement: true, active activities: 0, push pending: 0
W/MessageRetrievalService(29960): Shutting down pipe...
W/WebSocketConnection(29960): WSC disconnect()...
W/OkHttpClientWrapper(29960): Calling disconnect()...
W/MessageRetrievalService(29960): Looping...
W/MessageRetrievalService(29960): Waiting for websocket state change....
W/MessageRetrievalService(29960): Network requirement: true, active activities: 0, push pending: 0
W/OkHttpClientWrapper(29960): onClose(1000, OK)
W/WebSocketConnection(29960): onClose()...
W/PhoneNumberFormatter(29960): Got local CC: DE
W/KeyCachingService(29960): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_START_EVENT
W/KeyCachingService(29960): Incrementing activity count...
W/MessageRetrievalService(29960): Active Count: 1
W/MessageRetrievalService(29960): Network requirement: true, active activities: 1, push pending: 0
W/MessageRetrievalService(29960): Making websocket connection....
W/WebSocketConnection(29960): WSC connect()...
W/OkHttpClientWrapper(29960): Connecting to: wss://textsecure-service.whispersystems.org/v1/websocket/?login=%s&password=%s
W/MessageRetrievalService(29960): Network requirement: true, active activities: 1, push pending: 0
W/MessageRetrievalService(29960): Reading message...
W/KeyCachingService(29960): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_STOP_EVENT
W/KeyCachingService(29960): Decrementing activity count...
W/KeyCachingService(29960): Starting timeout: 600000
W/MessageRetrievalService(29960): Active Count: 0
W/MmsSmsDatabase(29960): 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/IInputConnectionWrapper(29960): showStatusIcon on inactive InputConnection
W/WebSocketConnection(29960): onConnected()
W/WebSocketConnection(29960): Sending keep alive...
W/PhoneNumberFormatter(29960): Got local CC: DE
W/MmsSmsDatabase(29960): Executing query: SELECT _id, body, read, type, address, address_device_id, subject, thread_id, status, date_sent, date_received, m_type, msg_box, part_count, ct_l, tr_id, m_size, exp, st, delivery_receipt_count, mismatched_identities, network_failures, transport_type FROM (SELECT DISTINCT date_sent * 1 AS date_sent, date * 1 AS date_received, _id, body, read, thread_id, type, address, address_device_id, subject, NULL AS m_type, NULL AS msg_box, status, NULL AS part_count, NULL AS ct_l, NULL AS tr_id, NULL AS m_size, NULL AS exp, NULL AS st, delivery_receipt_count, mismatched_identities, NULL AS network_failures, 'sms' AS transport_type FROM sms WHERE (read = 0) UNION ALL SELECT DISTINCT date * 1000 AS date_sent, date_received * 1000 AS date_received, _id, body, read, thread_id, NULL AS type, address, address_device_id, NULL AS subject, m_type, msg_box, NULL AS status, part_count, ct_l, tr_id, m_size, exp, st, delivery_receipt_count, mismatched_identities, network_failures, 'mms' AS transport_type FROM mms WHERE (read = 0) ORDER BY date_received ASC)
W/KeyCachingService(29960): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_START_EVENT
W/KeyCachingService(29960): Incrementing activity count...
W/MessageRetrievalService(29960): Active Count: 1
W/KeyCachingService(29960): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_STOP_EVENT
W/KeyCachingService(29960): Decrementing activity count...
W/KeyCachingService(29960): Starting timeout: 600000
W/MessageRetrievalService(29960): Active Count: 0
W/IInputConnectionWrapper(29960): showStatusIcon on inactive InputConnection
W/MmsSmsDatabase(29960): 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 = 6) 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 = 6) ORDER BY date_received DESC) LIMIT 1
W/PassphraseRequiredActionBarActivity(29960): routeApplicationState(), state: 0
W/PassphraseRequiredActionBarActivity(29960): initializeClearKeyReceiver()
E/BitmapFactory(29960): Unable to decode stream: java.io.FileNotFoundException: : open failed: ENOENT (No such file or directory)
W/BitmapDrawable(29960): BitmapDrawable cannot decode
W/PhoneNumberFormatter(29960): Got local CC: DE
W/MmsSmsDatabase(29960): 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 = 6) 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 = 6) ORDER BY date_received ASC)
W/PhoneNumberFormatter(29960): Got local CC: DE
W/MmsSmsDatabase(29960): Executing query: SELECT _id, body, read, type, address, address_device_id, subject, thread_id, status, date_sent, date_received, m_type, msg_box, part_count, ct_l, tr_id, m_size, exp, st, delivery_receipt_count, mismatched_identities, network_failures, transport_type FROM (SELECT DISTINCT date_sent * 1 AS date_sent, date * 1 AS date_received, _id, body, read, thread_id, type, address, address_device_id, subject, NULL AS m_type, NULL AS msg_box, status, NULL AS part_count, NULL AS ct_l, NULL AS tr_id, NULL AS m_size, NULL AS exp, NULL AS st, delivery_receipt_count, mismatched_identities, NULL AS network_failures, 'sms' AS transport_type FROM sms WHERE (read = 0) UNION ALL SELECT DISTINCT date * 1000 AS date_sent, date_received * 1000 AS date_received, _id, body, read, thread_id, NULL AS type, address, address_device_id, NULL AS subject, m_type, msg_box, NULL AS status, part_count, ct_l, tr_id, m_size, exp, st, delivery_receipt_count, mismatched_identities, network_failures, 'mms' AS transport_type FROM mms WHERE (read = 0) ORDER BY date_received ASC)
W/KeyCachingService(29960): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_START_EVENT
W/KeyCachingService(29960): Incrementing activity count...
W/MessageRetrievalService(29960): Active Count: 1
W/IncomingBubbleContainer(29960): onCreateView()
W/art (29960): 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/KeyCachingService(29960): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_STOP_EVENT
W/KeyCachingService(29960): Decrementing activity count...
W/KeyCachingService(29960): Starting timeout: 600000
W/MessageRetrievalService(29960): Active Count: 0
W/PassphraseRequiredActionBarActivity(29960): routeApplicationState(), state: 0
W/PassphraseRequiredActionBarActivity(29960): initializeClearKeyReceiver()
W/KeyCachingService(29960): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_START_EVENT
W/KeyCachingService(29960): Incrementing activity count...
W/MessageRetrievalService(29960): Active Count: 1
W/RecipientProvider(29960): Cache miss [SYNC]!
W/BitmapUtil(29960): rough scale 720x720 => 360x360
W/BitmapUtil(29960): fine scale 360x360 => 192x192
W/RecipientProvider(29960): Cache miss [SYNC]!
W/RecipientProvider(29960): Cache miss [SYNC]!
W/RecipientProvider(29960): Cache miss [SYNC]!
W/RecipientProvider(29960): Cache miss [SYNC]!
W/RecipientProvider(29960): Cache miss [SYNC]!
W/RecipientProvider(29960): Cache miss [SYNC]!
W/RecipientProvider(29960): Cache miss [SYNC]!
W/RecipientProvider(29960): Cache miss [SYNC]!
D/AndroidRuntime(29960): Shutting down VM
E/AndroidRuntime(29960): FATAL EXCEPTION: main
E/AndroidRuntime(29960): Process: org.thoughtcrime.securesms, PID: 29960
E/AndroidRuntime(29960): java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String android.net.Uri.getAuthority()' on a null object reference
E/AndroidRuntime(29960): at org.thoughtcrime.securesms.ShareActivity.getStreamExtra(ShareActivity.java:122)
E/AndroidRuntime(29960): at org.thoughtcrime.securesms.ShareActivity.getBaseShareIntent(ShareActivity.java:136)
E/AndroidRuntime(29960): at org.thoughtcrime.securesms.ShareActivity.createConversation(ShareActivity.java:112)
E/AndroidRuntime(29960): at org.thoughtcrime.securesms.ShareActivity.onCreateConversation(ShareActivity.java:108)
E/AndroidRuntime(29960): at org.thoughtcrime.securesms.ShareFragment.handleCreateConversation(ShareFragment.java:88)
E/AndroidRuntime(29960): at org.thoughtcrime.securesms.ShareFragment.onListItemClick(ShareFragment.java:76)
E/AndroidRuntime(29960): at android.support.v4.app.ListFragment$2.onItemClick(ListFragment.java:58)
E/AndroidRuntime(29960): at android.widget.AdapterView.performItemClick(AdapterView.java:300)
E/AndroidRuntime(29960): at android.widget.AbsListView.performItemClick(AbsListView.java:1143)
E/AndroidRuntime(29960): at android.widget.AbsListView$PerformClick.run(AbsListView.java:3044)
E/AndroidRuntime(29960): at android.widget.AbsListView$3.run(AbsListView.java:3833)
E/AndroidRuntime(29960): at android.os.Handler.handleCallback(Handler.java:739)
E/AndroidRuntime(29960): at android.os.Handler.dispatchMessage(Handler.java:95)
E/AndroidRuntime(29960): at android.os.Looper.loop(Looper.java:135)
E/AndroidRuntime(29960): at android.app.ActivityThread.main(ActivityThread.java:5239)
E/AndroidRuntime(29960): at java.lang.reflect.Method.invoke(Native Method)
E/AndroidRuntime(29960): at java.lang.reflect.Method.invoke(Method.java:372)
E/AndroidRuntime(29960): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:899)
E/AndroidRuntime(29960): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:694)
I/Process (29960): Sending signal. PID: 29960 SIG: 9
I/LoadedApk(32528): No resource references to update in package org.twelf.cmtheme
W/PartProvider(32528): onCreate()
W/PassphraseRequiredActionBarActivity(32528): routeApplicationState(), state: 2
W/MessageRetrievalService(32528): Waiting for websocket state change....
W/MessageRetrievalService(32528): Network requirement: true, active activities: 0, push pending: 0
W/RecipientProvider(32528): Cache miss [SYNC]!
W/BitmapUtil(32528): rough scale 720x720 => 360x360
W/BitmapUtil(32528): fine scale 360x360 => 192x192
W/PhoneNumberFormatter(32528): Got local CC: DE
W/MessageRetrievalService(32528): Network requirement: true, active activities: 0, push pending: 0
D/OpenGLRenderer(32528): Render dirty regions requested: true
D/Atlas (32528): Validating map...
I/Adreno-EGL(32528): <qeglDrvAPI_eglInitialize:410>: QUALCOMM Build: 10/24/14, 167c270, I68fa98814b
I/OpenGLRenderer(32528): Initialized EGL, version 1.4
D/OpenGLRenderer(32528): Enabling debug mode 0
W/IInputConnectionWrapper(32528): showStatusIcon on inactive InputConnection
W/IInputConnectionWrapper(32528): showStatusIcon on inactive InputConnection
W/IInputConnectionWrapper(32528): showStatusIcon on inactive InputConnection
W/KeyCachingService(32528): onCreate()
W/KeyCachingService(32528): onStartCommand, null
W/KeyCachingService(32528): foregrounding KCS
W/service (32528): Broadcasting new secret...
W/KeyCachingService(32528): Starting timeout: 600000
I/art (32528): Explicit concurrent mark sweep GC freed 8378(300KB) AllocSpace objects, 0(0B) LOS objects, 39% free, 20MB/34MB, paused 1.470ms total 37.639ms
W/MmsSmsDatabase(32528): 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/PassphraseRequiredActionBarActivity(32528): routeApplicationState(), state: 0
W/PassphraseRequiredActionBarActivity(32528): initializeClearKeyReceiver()
E/BitmapFactory(32528): Unable to decode stream: java.io.FileNotFoundException: : open failed: ENOENT (No such file or directory)
W/BitmapDrawable(32528): BitmapDrawable cannot decode
W/PhoneNumberFormatter(32528): Got local CC: DE
W/MmsSmsDatabase(32528): 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 = 6) 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 = 6) ORDER BY date_received ASC)
W/PhoneNumberFormatter(32528): Got local CC: DE
W/KeyCachingService(32528): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_START_EVENT
W/KeyCachingService(32528): Incrementing activity count...
W/MessageRetrievalService(32528): Active Count: 1
W/MessageRetrievalService(32528): Network requirement: true, active activities: 1, push pending: 0
W/MessageRetrievalService(32528): Making websocket connection....
W/WebSocketConnection(32528): WSC connect()...
W/OkHttpClientWrapper(32528): Connecting to: wss://textsecure-service.whispersystems.org/v1/websocket/?login=%s&password=%s
W/MessageRetrievalService(32528): Network requirement: true, active activities: 1, push pending: 0
W/MessageRetrievalService(32528): Reading message...
W/MmsSmsDatabase(32528): 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)
I/WebViewFactory(32528): Loading com.android.webview version 37 (194-arm) (code 100001)
I/LibraryLoader(32528): Loading: webviewchromium
I/LibraryLoader(32528): Time to load native libraries: 2 ms (timestamps 5776-5778)
I/LibraryLoader(32528): Expected native library version number "",actual native library version number ""
V/WebViewChromiumFactoryProvider(32528): Binding Chromium to main looper Looper (main, tid 1) {1a1f704b}
I/LibraryLoader(32528): Expected native library version number "",actual native library version number ""
I/chromium(32528): [INFO:library_loader_hooks.cc(106)] Chromium logging enabled: level = 0, default verbosity = 0
I/BrowserStartupController(32528): Initializing chromium process, renderers=0
W/art (32528): Attempt to remove local handle scope entry from IRT, ignoring
W/chromium(32528): [WARNING:resource_bundle.cc(315)] locale_file_path.empty()
E/AwAssets(32528): Error while loading asset .pak: java.io.FileNotFoundException: .pak
W/chromium(32528): [WARNING:aw_browser_main_parts.cc(71)] Failed to load .pak.pak from the apk too. Bringing up WebView without any locale
E/AwAssets(32528): Error while loading asset webviewchromium.pak: java.io.FileNotFoundException: This file can not be opened as a file descriptor; it is probably compressed
W/chromium(32528): [WARNING:aw_browser_main_parts.cc(87)] Cannot load webviewchromium.pak assets from the apk. Falling back loading it from /data/data/org.thoughtcrime.securesms/app_webview/paks
E/chromium(32528): [ERROR:resource_bundle.cc(668)] Failed to load /data/data/org.thoughtcrime.securesms/app_webview/paks/webviewchromium.pak
E/chromium(32528): Some features may not be available.
W/AudioManagerAndroid(32528): Requires BLUETOOTH permission
W/EmojiProvider(32528): draw size: 102.0x96.0
W/IncomingBubbleContainer(32528): onCreateView()
W/RecipientProvider(32528): Cache miss [SYNC]!
W/CanonicalAddressDatabase(32528): Hitting DB on query [ID].
W/PartDatabase(32528): getThumbnailStream((row id: 39, unique ID: 1434137716176))
W/PartDatabase(32528): Getting part at: /data/data/org.thoughtcrime.securesms/app_parts/part-1384974033.mms
W/WebSocketConnection(32528): onConnected()
W/art (32528): 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(32528): Attempted to finish an input event but the input event receiver has already been disposed.
W/KeyCachingService(32528): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_STOP_EVENT
W/KeyCachingService(32528): Decrementing activity count...
W/KeyCachingService(32528): Starting timeout: 600000
W/MessageRetrievalService(32528): Active Count: 0
W/PassphraseRequiredActionBarActivity(32528): routeApplicationState(), state: 0
W/PassphraseRequiredActionBarActivity(32528): initializeClearKeyReceiver()
W/KeyCachingService(32528): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_START_EVENT
W/KeyCachingService(32528): Incrementing activity count...
W/MessageRetrievalService(32528): Active Count: 1
W/RecipientProvider(32528): Cache miss [SYNC]!
W/BitmapUtil(32528): rough scale 720x720 => 360x360
W/BitmapUtil(32528): fine scale 360x360 => 192x192
W/RecipientProvider(32528): Cache miss [SYNC]!
W/RecipientProvider(32528): Cache miss [SYNC]!
W/RecipientProvider(32528): Cache miss [SYNC]!
W/RecipientProvider(32528): Cache miss [SYNC]!
W/RecipientProvider(32528): Cache miss [SYNC]!
W/RecipientProvider(32528): Cache miss [SYNC]!
W/RecipientProvider(32528): Cache miss [SYNC]!
W/RecipientProvider(32528): Cache miss [SYNC]!
D/AndroidRuntime(32528): Shutting down VM
E/AndroidRuntime(32528): FATAL EXCEPTION: main
E/AndroidRuntime(32528): Process: org.thoughtcrime.securesms, PID: 32528
E/AndroidRuntime(32528): java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String android.net.Uri.getAuthority()' on a null object reference
E/AndroidRuntime(32528): at org.thoughtcrime.securesms.ShareActivity.getStreamExtra(ShareActivity.java:122)
E/AndroidRuntime(32528): at org.thoughtcrime.securesms.ShareActivity.getBaseShareIntent(ShareActivity.java:136)
E/AndroidRuntime(32528): at org.thoughtcrime.securesms.ShareActivity.createConversation(ShareActivity.java:112)
E/AndroidRuntime(32528): at org.thoughtcrime.securesms.ShareActivity.onCreateConversation(ShareActivity.java:108)
E/AndroidRuntime(32528): at org.thoughtcrime.securesms.ShareFragment.handleCreateConversation(ShareFragment.java:88)
E/AndroidRuntime(32528): at org.thoughtcrime.securesms.ShareFragment.onListItemClick(ShareFragment.java:76)
E/AndroidRuntime(32528): at android.support.v4.app.ListFragment$2.onItemClick(ListFragment.java:58)
E/AndroidRuntime(32528): at android.widget.AdapterView.performItemClick(AdapterView.java:300)
E/AndroidRuntime(32528): at android.widget.AbsListView.performItemClick(AbsListView.java:1143)
E/AndroidRuntime(32528): at android.widget.AbsListView$PerformClick.run(AbsListView.java:3044)
E/AndroidRuntime(32528): at android.widget.AbsListView$3.run(AbsListView.java:3833)
E/AndroidRuntime(32528): at android.os.Handler.handleCallback(Handler.java:739)
E/AndroidRuntime(32528): at android.os.Handler.dispatchMessage(Handler.java:95)
E/AndroidRuntime(32528): at android.os.Looper.loop(Looper.java:135)
E/AndroidRuntime(32528): at android.app.ActivityThread.main(ActivityThread.java:5239)
E/AndroidRuntime(32528): at java.lang.reflect.Method.invoke(Native Method)
E/AndroidRuntime(32528): at java.lang.reflect.Method.invoke(Method.java:372)
E/AndroidRuntime(32528): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:899)
E/AndroidRuntime(32528): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:694)
I/Process (32528): Sending signal. PID: 32528 SIG: 9
I/LoadedApk( 639): No resource references to update in package org.twelf.cmtheme
W/PartProvider( 639): onCreate()
W/DirectoryRefreshListener( 639): Scheduling for: 1434181951692
W/PhoneNumberFormatter( 639): Got local CC: DE
W/PhoneNumberFormatter( 639): Got local CC: DE
W/PhoneNumberFormatter( 639): Got local CC: DE
W/PhoneNumberFormatter( 639): Got local CC: DE
W/PhoneNumberFormatter( 639): Got local CC: DE
W/PhoneNumberFormatter( 639): Got local CC: DE
W/PhoneNumberFormatter( 639): Got local CC: DE
W/PhoneNumberFormatter( 639): Got local CC: DE
W/PhoneNumberFormatter( 639): Got local CC: DE
W/PhoneNumberFormatter( 639): Got local CC: DE
W/PhoneNumberFormatter( 639): Got local CC: DE
W/PhoneNumberFormatter( 639): Got local CC: DE
W/PhoneNumberFormatter( 639): Got local CC: DE
W/PhoneNumberFormatter( 639): Got local CC: DE
W/PhoneNumberFormatter( 639): Got local CC: DE
W/PhoneNumberFormatter( 639): Got local CC: DE
W/PhoneNumberFormatter( 639): Got local CC: DE
W/PhoneNumberFormatter( 639): Got local CC: DE
W/PhoneNumberFormatter( 639): Got local CC: DE
W/PhoneNumberFormatter( 639): Got local CC: DE
W/PhoneNumberFormatter( 639): Got local CC: DE
W/PhoneNumberFormatter( 639): Got local CC: DE
W/PhoneNumberFormatter( 639): Got local CC: DE
W/PhoneNumberFormatter( 639): Got local CC: DE
W/PhoneNumberFormatter( 639): Got local CC: DE
W/PhoneNumberFormatter( 639): Got local CC: DE
W/PhoneNumberFormatter( 639): Got local CC: DE
W/PhoneNumberFormatter( 639): Got local CC: DE
W/PhoneNumberFormatter( 639): Got local CC: DE
W/PhoneNumberFormatter( 639): Got local CC: DE
W/PhoneNumberFormatter( 639): Got local CC: DE
W/PhoneNumberFormatter( 639): Got local CC: DE
W/PhoneNumberFormatter( 639): Got local CC: DE
W/PhoneNumberFormatter( 639): Got local CC: DE
W/PhoneNumberFormatter( 639): Got local CC: DE
W/PhoneNumberFormatter( 639): Got local CC: DE
W/PhoneNumberFormatter( 639): Got local CC: DE
W/PhoneNumberFormatter( 639): Got local CC: DE
W/PhoneNumberFormatter( 639): Got local CC: DE
W/PhoneNumberFormatter( 639): Got local CC: DE
W/PhoneNumberFormatter( 639): Got local CC: DE
W/PhoneNumberFormatter( 639): Got local CC: DE
W/PhoneNumberFormatter( 639): Got local CC: DE
W/PhoneNumberFormatter( 639): Got local CC: DE
W/PhoneNumberFormatter( 639): Got local CC: DE
W/PhoneNumberFormatter( 639): Got local CC: DE
W/PhoneNumberFormatter( 639): Got local CC: DE
W/PhoneNumberFormatter( 639): Got local CC: DE
W/PhoneNumberFormatter( 639): Got local CC: DE
W/PhoneNumberFormatter( 639): Got local CC: DE
W/PhoneNumberFormatter( 639): Got local CC: DE
W/PhoneNumberFormatter( 639): Got local CC: DE
W/PhoneNumberFormatter( 639): Got local CC: DE
W/PhoneNumberFormatter( 639): Got local CC: DE
W/PhoneNumberFormatter( 639): Got local CC: DE
W/PhoneNumberFormatter( 639): Got local CC: DE
W/PhoneNumberFormatter( 639): Got local CC: DE
W/PhoneNumberFormatter( 639): Got local CC: DE
W/PhoneNumberFormatter( 639): Got local CC: DE
W/PhoneNumberFormatter( 639): Got local CC: DE
W/PhoneNumberFormatter( 639): Got local CC: DE
W/PhoneNumberFormatter( 639): Got local CC: DE
W/PushServiceSocket( 639): Push service URL: https://textsecure-service.whispersystems.org
W/PushServiceSocket( 639): Opening URL: https://textsecure-service.whispersystems.org/v1/directory/tokens
W/PushServiceSocket( 639): PUT -- {"contacts":["ppdYgbUfl9n+Dw","elI6tO53qa4wcA","Py33X0/dNFzQHg","XTFXjnrGdYiwOw","CVa8yEWiZT7eCw","Bpw8aRUc+P7rTQ","laG/Z0ubN/UWkA","jpMqjMJbCpJ1KQ","x525VFd02fC0VA","fqFk0KLBiYUdhA","7wMm+Ffk3B97iw","tMvL5qgmvGvaCA","1hAqOkYw0EtCQw","6o7gVayzT4UXFA","mxG+bCTVZb7zVg","zZ5+GlR1VpCXcQ","+qhBlqTw3ug3nQ","/Z9uJbxwJLtbGQ","Ch+8pgnrkcckGw","hGSlx/tZfqeMYQ","MV2sSMhw0kK1PQ","6z1hZKxJ7EDipQ","Jv0/PLrX9MPC2A","aFemLONvbZrC8g","QJQjyE6JwcyD1A","jI5/DWv1AqOhMA","tCXlySrMBx4Atw","Fs6PYBH2AGdWYA","uzrFIquxj+fgWQ","sflVkUqCai6wVw","8Qs41NY2f3llrA","lYvu2TUqJWifFw","hjHBdx5pPltINg","wk9illDlYcDPEw","qGVF53L/7QBOfw","Ed/uqmiY0edxvA","TIqb8Vpvqh+G1A","PeLDH/7nWVwSng","C/D6dt5mrnmXlQ","tSrbr5bD0sjzhg","O7l0r/3DuS8Mmg","TCJNXnHTFJNHhQ","I5wzrqNf1c7Lqg","V6hc2mstCCUD4Q","KAUvGguTHjFztA","6f8jYNxj3IvwJQ","Ma6NJJReZPAOBA","OUROk1HnuVcMew","HGKXycAPGNEb4A","aO5rG8gygGvo9A","j8L0hTgzw7wxWg","M6/swjmCVpPmZw","/sokF0uMlztxxA","fpm8Fcf4wf+7dQ","DkI/ICGxztfLjQ","pDHkeqIyIKEkTQ","m6/1VNz8P0n9sw","Mj+iWssTn4NEPQ","PMJ+80dikxHTxw","4rHpvXIPrhjMJQ","svcEuAcgGmZT5A","Qg2agvLH8qEJwg","MDNQhkGBCuNxaA","NLcyS9iNWZ/CNg","WEzv4PijnG8XbQ","YRFbrc8b27ocxA","iS7JLQKxfuzFkg","Ycp4G3TCpG1/pQ","WSDiTMyo/tEcng","LrRFz97NCxY8Jg","xFQckQ9g9Obs0g","V9IYmh6XtpkaXA","PYDSAYuYDw4oIQ","hf8v7Gnvwzeuyg","OP2zzHSePj/SRw","SwHahcnvr18srw","Qlpo+b8Exbog5w","px6LPXUE42YGDA","7Rg/66nSlr2U9w","EdsiQRApTQECQg","saAyz3JrrBh/XA","a3ju7r/FWbid3w","UyUf+c7Kl4ry6g","659OXTar/qpUXg","ln0osSa/woVsgg","Y5yi51Bc1gQd0w","WONblOSE0QIGVg","xTG6eZXH1i6/ig","X8v5+pnJC4DJvQ","Ff09rQutiD3WJQ","KGP6H/X9d3t5zA","y6ocV0/6QX1gnw","Smf/PK1LctPIYg","p+ut3SfVGKlElw","d7i+Uoj4V5OcTA","tfIYf8sX4FTTtg","t3baCpt7rmBfXg","D6uLf54uY5ve4w","P40DJudMGMkOAA","gYL64MXpP8IVQw","V1+z/HNTrUAJSg","VXP81T8r+UQQPg","bGy8yIVJwmlq0w","oMoRbOXUCscq4A","lOndYtKNZiEBvw","2QIx1YIKqxa04Q","qsGOlbMp6pdRiA","ZGdm4zhtmoimMw","lux6W64ufUl2pw","Y3Mx+83Y5rDPeg","ZO1caZ1yWh7Jdg","UJ/y/uZLEWllYw","5xKszQmff42uCg"]}
W/Directory( 639): Adding active token: +***********21, mxG+bCTVZb7zVg
W/Directory( 639): Adding active token: +**********61, C/D6dt5mrnmXlQ
W/Directory( 639): Adding active token: +***********44, aO5rG8gygGvo9A
W/Directory( 639): Adding active token: +***********73, /sokF0uMlztxxA
W/Directory( 639): Adding active token: +***********09, DkI/ICGxztfLjQ
W/Directory( 639): Adding active token: +**********57, 4rHpvXIPrhjMJQ
W/Directory( 639): Adding active token: +**********02, WEzv4PijnG8XbQ
W/Directory( 639): Adding active token: +***********11, Ycp4G3TCpG1/pQ
W/PassphraseRequiredActionBarActivity( 639): routeApplicationState(), state: 2
D/OpenGLRenderer( 639): Render dirty regions requested: true
D/Atlas ( 639): Validating map...
I/Adreno-EGL( 639): <qeglDrvAPI_eglInitialize:410>: QUALCOMM Build: 10/24/14, 167c270, I68fa98814b
I/OpenGLRenderer( 639): Initialized EGL, version 1.4
D/OpenGLRenderer( 639): Enabling debug mode 0
W/RecipientProvider( 639): Cache miss [SYNC]!
W/BitmapUtil( 639): rough scale 720x720 => 360x360
W/BitmapUtil( 639): fine scale 360x360 => 192x192
W/PhoneNumberFormatter( 639): Got local CC: DE
W/art ( 639): 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( 639): Attempted to finish an input event but the input event receiver has already been disposed.
W/KeyCachingService( 639): onCreate()
W/KeyCachingService( 639): onStartCommand, null
W/KeyCachingService( 639): foregrounding KCS
W/service ( 639): Broadcasting new secret...
W/KeyCachingService( 639): Starting timeout: 600000
W/MmsSmsDatabase( 639): 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)
I/art ( 639): Explicit concurrent mark sweep GC freed 14770(939KB) AllocSpace objects, 6(582KB) LOS objects, 40% free, 21MB/35MB, paused 818us total 35.581ms
W/PassphraseRequiredActionBarActivity( 639): routeApplicationState(), state: 0
W/PassphraseRequiredActionBarActivity( 639): initializeClearKeyReceiver()
E/BitmapFactory( 639): Unable to decode stream: java.io.FileNotFoundException: : open failed: ENOENT (No such file or directory)
W/BitmapDrawable( 639): BitmapDrawable cannot decode
W/PhoneNumberFormatter( 639): Got local CC: DE
W/MmsSmsDatabase( 639): 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 = 6) 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 = 6) ORDER BY date_received ASC)
W/PhoneNumberFormatter( 639): Got local CC: DE
W/KeyCachingService( 639): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_START_EVENT
W/KeyCachingService( 639): Incrementing activity count...
W/MessageRetrievalService( 639): Active Count: 1
W/MessageRetrievalService( 639): Waiting for websocket state change....
W/MessageRetrievalService( 639): Network requirement: true, active activities: 1, push pending: 0
W/MessageRetrievalService( 639): Making websocket connection....
W/WebSocketConnection( 639): WSC connect()...
W/OkHttpClientWrapper( 639): Connecting to: wss://textsecure-service.whispersystems.org/v1/websocket/?login=%s&password=%s
W/MessageRetrievalService( 639): Network requirement: true, active activities: 1, push pending: 0
W/MessageRetrievalService( 639): Reading message...
W/MmsSmsDatabase( 639): 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)
I/WebViewFactory( 639): Loading com.android.webview version 37 (194-arm) (code 100001)
I/LibraryLoader( 639): Loading: webviewchromium
I/LibraryLoader( 639): Time to load native libraries: 2 ms (timestamps 9404-9406)
I/LibraryLoader( 639): Expected native library version number "",actual native library version number ""
V/WebViewChromiumFactoryProvider( 639): Binding Chromium to main looper Looper (main, tid 1) {67c9115}
I/LibraryLoader( 639): Expected native library version number "",actual native library version number ""
I/chromium( 639): [INFO:library_loader_hooks.cc(106)] Chromium logging enabled: level = 0, default verbosity = 0
I/BrowserStartupController( 639): Initializing chromium process, renderers=0
W/art ( 639): Attempt to remove local handle scope entry from IRT, ignoring
W/AudioManagerAndroid( 639): Requires BLUETOOTH permission
W/chromium( 639): [WARNING:resource_bundle.cc(315)] locale_file_path.empty()
E/AwAssets( 639): Error while loading asset .pak: java.io.FileNotFoundException: .pak
W/chromium( 639): [WARNING:aw_browser_main_parts.cc(71)] Failed to load .pak.pak from the apk too. Bringing up WebView without any locale
E/AwAssets( 639): Error while loading asset webviewchromium.pak: java.io.FileNotFoundException: This file can not be opened as a file descriptor; it is probably compressed
W/chromium( 639): [WARNING:aw_browser_main_parts.cc(87)] Cannot load webviewchromium.pak assets from the apk. Falling back loading it from /data/data/org.thoughtcrime.securesms/app_webview/paks
E/chromium( 639): [ERROR:resource_bundle.cc(668)] Failed to load /data/data/org.thoughtcrime.securesms/app_webview/paks/webviewchromium.pak
E/chromium( 639): Some features may not be available.
W/EmojiProvider( 639): draw size: 102.0x96.0
W/IncomingBubbleContainer( 639): onCreateView()
W/RecipientProvider( 639): Cache miss [SYNC]!
W/CanonicalAddressDatabase( 639): Hitting DB on query [ID].
W/PartDatabase( 639): getThumbnailStream((row id: 39, unique ID: 1434137716176))
W/PartDatabase( 639): Getting part at: /data/data/org.thoughtcrime.securesms/app_parts/part-1384974033.mms
W/WebSocketConnection( 639): onConnected()
W/InputEventReceiver( 639): Attempted to finish an input event but the input event receiver has already been disposed.
W/KeyCachingService( 639): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_STOP_EVENT
W/KeyCachingService( 639): Decrementing activity count...
W/KeyCachingService( 639): Starting timeout: 600000
W/MessageRetrievalService( 639): Active Count: 0
W/PassphraseRequiredActionBarActivity( 639): routeApplicationState(), state: 0
W/PassphraseRequiredActionBarActivity( 639): initializeClearKeyReceiver()
W/DirectoryRefreshListener( 639): Scheduling for: 1434181951692
W/KeyCachingService( 639): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_START_EVENT
W/KeyCachingService( 639): Incrementing activity count...
W/MessageRetrievalService( 639): Active Count: 1
W/RecipientProvider( 639): Cache miss [SYNC]!
W/BitmapUtil( 639): rough scale 720x720 => 360x360
W/BitmapUtil( 639): fine scale 360x360 => 192x192
W/RecipientProvider( 639): Cache miss [SYNC]!
W/RecipientProvider( 639): Cache miss [SYNC]!
W/RecipientProvider( 639): Cache miss [SYNC]!
W/RecipientProvider( 639): Cache miss [SYNC]!
W/RecipientProvider( 639): Cache miss [SYNC]!
W/RecipientProvider( 639): Cache miss [SYNC]!
W/MmsSmsDatabase( 639): 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 = 6) 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 = 6) ORDER BY date_received DESC) LIMIT 1
W/KeyCachingService( 639): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_STOP_EVENT
W/KeyCachingService( 639): Decrementing activity count...
W/KeyCachingService( 639): Starting timeout: 600000
W/MessageRetrievalService( 639): Active Count: 0
W/PassphraseRequiredActionBarActivity( 639): routeApplicationState(), state: 0
W/PassphraseRequiredActionBarActivity( 639): initializeClearKeyReceiver()
E/BitmapFactory( 639): Unable to decode stream: java.io.FileNotFoundException: : open failed: ENOENT (No such file or directory)
W/BitmapDrawable( 639): BitmapDrawable cannot decode
W/PhoneNumberFormatter( 639): Got local CC: DE
W/PhoneNumberFormatter( 639): Got local CC: DE
W/MmsSmsDatabase( 639): 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 = 6) 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 = 6) ORDER BY date_received ASC)
W/MmsSmsDatabase( 639): Executing query: SELECT _id, body, read, type, address, address_device_id, subject, thread_id, status, date_sent, date_received, m_type, msg_box, part_count, ct_l, tr_id, m_size, exp, st, delivery_receipt_count, mismatched_identities, network_failures, transport_type FROM (SELECT DISTINCT date_sent * 1 AS date_sent, date * 1 AS date_received, _id, body, read, thread_id, type, address, address_device_id, subject, NULL AS m_type, NULL AS msg_box, status, NULL AS part_count, NULL AS ct_l, NULL AS tr_id, NULL AS m_size, NULL AS exp, NULL AS st, delivery_receipt_count, mismatched_identities, NULL AS network_failures, 'sms' AS transport_type FROM sms WHERE (read = 0) UNION ALL SELECT DISTINCT date * 1000 AS date_sent, date_received * 1000 AS date_received, _id, body, read, thread_id, NULL AS type, address, address_device_id, NULL AS subject, m_type, msg_box, NULL AS status, part_count, ct_l, tr_id, m_size, exp, st, delivery_receipt_count, mismatched_identities, network_failures, 'mms' AS transport_type FROM mms WHERE (read = 0) ORDER BY date_received ASC)
W/KeyCachingService( 639): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_START_EVENT
W/KeyCachingService( 639): Incrementing activity count...
W/MessageRetrievalService( 639): Active Count: 1
W/IncomingBubbleContainer( 639): onCreateView()
D/OpenGLRenderer( 639): endAllStagingAnimators on 0x9bce4f00 (RippleDrawable) with handle 0x9dd34d30
W/IncomingBubbleContainer( 639): onCreateView()
W/InputEventReceiver( 639): Attempted to finish an input event but the input event receiver has already been disposed.
W/InputEventReceiver( 639): Attempted to finish an input event but the input event receiver has already been disposed.
W/KeyCachingService( 639): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_STOP_EVENT
W/KeyCachingService( 639): Decrementing activity count...
W/KeyCachingService( 639): Starting timeout: 600000
W/MessageRetrievalService( 639): Active Count: 0
W/PassphraseRequiredActionBarActivity( 639): routeApplicationState(), state: 0
W/PassphraseRequiredActionBarActivity( 639): initializeClearKeyReceiver()
W/KeyCachingService( 639): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_START_EVENT
W/KeyCachingService( 639): Incrementing activity count...
W/MessageRetrievalService( 639): Active Count: 1
W/RecipientProvider( 639): Cache miss [SYNC]!
W/RecipientProvider( 639): Cache miss [SYNC]!
D/AndroidRuntime( 639): Shutting down VM
E/AndroidRuntime( 639): FATAL EXCEPTION: main
E/AndroidRuntime( 639): Process: org.thoughtcrime.securesms, PID: 639
E/AndroidRuntime( 639): java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String android.net.Uri.getAuthority()' on a null object reference
E/AndroidRuntime( 639): at org.thoughtcrime.securesms.ShareActivity.getStreamExtra(ShareActivity.java:122)
E/AndroidRuntime( 639): at org.thoughtcrime.securesms.ShareActivity.getBaseShareIntent(ShareActivity.java:136)
E/AndroidRuntime( 639): at org.thoughtcrime.securesms.ShareActivity.createConversation(ShareActivity.java:112)
E/AndroidRuntime( 639): at org.thoughtcrime.securesms.ShareActivity.onCreateConversation(ShareActivity.java:108)
E/AndroidRuntime( 639): at org.thoughtcrime.securesms.ShareFragment.handleCreateConversation(ShareFragment.java:88)
E/AndroidRuntime( 639): at org.thoughtcrime.securesms.ShareFragment.onListItemClick(ShareFragment.java:76)
E/AndroidRuntime( 639): at android.support.v4.app.ListFragment$2.onItemClick(ListFragment.java:58)
E/AndroidRuntime( 639): at android.widget.AdapterView.performItemClick(AdapterView.java:300)
E/AndroidRuntime( 639): at android.widget.AbsListView.performItemClick(AbsListView.java:1143)
E/AndroidRuntime( 639): at android.widget.AbsListView$PerformClick.run(AbsListView.java:3044)
E/AndroidRuntime( 639): at android.widget.AbsListView$3.run(AbsListView.java:3833)
E/AndroidRuntime( 639): at android.os.Handler.handleCallback(Handler.java:739)
E/AndroidRuntime( 639): at android.os.Handler.dispatchMessage(Handler.java:95)
E/AndroidRuntime( 639): at android.os.Looper.loop(Looper.java:135)
E/AndroidRuntime( 639): at android.app.ActivityThread.main(ActivityThread.java:5239)
E/AndroidRuntime( 639): at java.lang.reflect.Method.invoke(Native Method)
E/AndroidRuntime( 639): at java.lang.reflect.Method.invoke(Method.java:372)
E/AndroidRuntime( 639): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:899)
E/AndroidRuntime( 639): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:694)
I/Process ( 639): Sending signal. PID: 639 SIG: 9
I/LoadedApk( 1750): No resource references to update in package org.twelf.cmtheme
W/PartProvider( 1750): onCreate()
W/PassphraseRequiredActionBarActivity( 1750): routeApplicationState(), state: 2
W/MessageRetrievalService( 1750): Waiting for websocket state change....
W/MessageRetrievalService( 1750): Network requirement: true, active activities: 0, push pending: 0
W/MessageRetrievalService( 1750): Network requirement: true, active activities: 0, push pending: 0
D/OpenGLRenderer( 1750): Render dirty regions requested: true
D/Atlas ( 1750): Validating map...
I/Adreno-EGL( 1750): <qeglDrvAPI_eglInitialize:410>: QUALCOMM Build: 10/24/14, 167c270, I68fa98814b
I/OpenGLRenderer( 1750): Initialized EGL, version 1.4
D/OpenGLRenderer( 1750): Enabling debug mode 0
W/RecipientProvider( 1750): Cache miss [SYNC]!
W/BitmapUtil( 1750): rough scale 720x720 => 360x360
W/BitmapUtil( 1750): fine scale 360x360 => 192x192
W/PhoneNumberFormatter( 1750): Got local CC: DE
I/art ( 1750): Background sticky concurrent mark sweep GC freed 49607(2MB) AllocSpace objects, 20(1802KB) LOS objects, 16% free, 20MB/25MB, paused 9.534ms total 41.057ms
W/KeyCachingService( 1750): onCreate()
W/KeyCachingService( 1750): onStartCommand, null
W/KeyCachingService( 1750): foregrounding KCS
W/service ( 1750): Broadcasting new secret...
W/KeyCachingService( 1750): Starting timeout: 600000
W/MmsSmsDatabase( 1750): 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)
I/art ( 1750): Explicit concurrent mark sweep GC freed 12393(467KB) AllocSpace objects, 2(398KB) LOS objects, 40% free, 20MB/34MB, paused 1.370ms total 35.535ms
W/PassphraseRequiredActionBarActivity( 1750): routeApplicationState(), state: 0
W/PassphraseRequiredActionBarActivity( 1750): initializeClearKeyReceiver()
E/BitmapFactory( 1750): Unable to decode stream: java.io.FileNotFoundException: : open failed: ENOENT (No such file or directory)
W/BitmapDrawable( 1750): BitmapDrawable cannot decode
W/PhoneNumberFormatter( 1750): Got local CC: DE
W/PhoneNumberFormatter( 1750): Got local CC: DE
W/MmsSmsDatabase( 1750): 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 = 6) 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 = 6) ORDER BY date_received ASC)
W/KeyCachingService( 1750): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_START_EVENT
W/KeyCachingService( 1750): Incrementing activity count...
W/MessageRetrievalService( 1750): Active Count: 1
W/MessageRetrievalService( 1750): Network requirement: true, active activities: 1, push pending: 0
W/MessageRetrievalService( 1750): Making websocket connection....
W/WebSocketConnection( 1750): WSC connect()...
W/OkHttpClientWrapper( 1750): Connecting to: wss://textsecure-service.whispersystems.org/v1/websocket/?login=%s&password=%s
W/MessageRetrievalService( 1750): Network requirement: true, active activities: 1, push pending: 0
W/MessageRetrievalService( 1750): Reading message...
W/MmsSmsDatabase( 1750): 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)
I/WebViewFactory( 1750): Loading com.android.webview version 37 (194-arm) (code 100001)
I/LibraryLoader( 1750): Loading: webviewchromium
I/LibraryLoader( 1750): Time to load native libraries: 2 ms (timestamps 499-501)
I/LibraryLoader( 1750): Expected native library version number "",actual native library version number ""
V/WebViewChromiumFactoryProvider( 1750): Binding Chromium to main looper Looper (main, tid 1) {10d76fc5}
I/LibraryLoader( 1750): Expected native library version number "",actual native library version number ""
I/chromium( 1750): [INFO:library_loader_hooks.cc(106)] Chromium logging enabled: level = 0, default verbosity = 0
I/BrowserStartupController( 1750): Initializing chromium process, renderers=0
W/art ( 1750): Attempt to remove local handle scope entry from IRT, ignoring
W/AudioManagerAndroid( 1750): Requires BLUETOOTH permission
W/chromium( 1750): [WARNING:resource_bundle.cc(315)] locale_file_path.empty()
E/AwAssets( 1750): Error while loading asset .pak: java.io.FileNotFoundException: .pak
W/chromium( 1750): [WARNING:aw_browser_main_parts.cc(71)] Failed to load .pak.pak from the apk too. Bringing up WebView without any locale
E/AwAssets( 1750): Error while loading asset webviewchromium.pak: java.io.FileNotFoundException: This file can not be opened as a file descriptor; it is probably compressed
W/chromium( 1750): [WARNING:aw_browser_main_parts.cc(87)] Cannot load webviewchromium.pak assets from the apk. Falling back loading it from /data/data/org.thoughtcrime.securesms/app_webview/paks
E/chromium( 1750): [ERROR:resource_bundle.cc(668)] Failed to load /data/data/org.thoughtcrime.securesms/app_webview/paks/webviewchromium.pak
E/chromium( 1750): Some features may not be available.
W/EmojiProvider( 1750): draw size: 102.0x96.0
W/IncomingBubbleContainer( 1750): onCreateView()
W/RecipientProvider( 1750): Cache miss [SYNC]!
W/CanonicalAddressDatabase( 1750): Hitting DB on query [ID].
W/PartDatabase( 1750): getThumbnailStream((row id: 39, unique ID: 1434137716176))
W/PartDatabase( 1750): Getting part at: /data/data/org.thoughtcrime.securesms/app_parts/part-1384974033.mms
W/WebSocketConnection( 1750): onConnected()
W/art ( 1750): 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( 1750): Attempted to finish an input event but the input event receiver has already been disposed.
W/KeyCachingService( 1750): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_STOP_EVENT
W/KeyCachingService( 1750): Decrementing activity count...
W/KeyCachingService( 1750): Starting timeout: 600000
W/MessageRetrievalService( 1750): Active Count: 0
W/PassphraseRequiredActionBarActivity( 1750): routeApplicationState(), state: 0
W/PassphraseRequiredActionBarActivity( 1750): initializeClearKeyReceiver()
W/DirectoryRefreshListener( 1750): Scheduling for: 1434181951692
W/KeyCachingService( 1750): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_START_EVENT
W/KeyCachingService( 1750): Incrementing activity count...
W/MessageRetrievalService( 1750): Active Count: 1
W/RecipientProvider( 1750): Cache miss [SYNC]!
W/BitmapUtil( 1750): rough scale 720x720 => 360x360
W/BitmapUtil( 1750): fine scale 360x360 => 192x192
W/RecipientProvider( 1750): Cache miss [SYNC]!
W/RecipientProvider( 1750): Cache miss [SYNC]!
W/MmsSmsDatabase( 1750): 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 = 6) 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 = 6) ORDER BY date_received DESC) LIMIT 1
W/RecipientProvider( 1750): Cache miss [SYNC]!
W/RecipientProvider( 1750): Cache miss [SYNC]!
W/RecipientProvider( 1750): Cache miss [SYNC]!
W/RecipientProvider( 1750): Cache miss [SYNC]!
W/KeyCachingService( 1750): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_STOP_EVENT
W/KeyCachingService( 1750): Decrementing activity count...
W/KeyCachingService( 1750): Starting timeout: 600000
W/MessageRetrievalService( 1750): Active Count: 0
W/PassphraseRequiredActionBarActivity( 1750): routeApplicationState(), state: 0
W/PassphraseRequiredActionBarActivity( 1750): initializeClearKeyReceiver()
W/KeyCachingService( 1750): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_START_EVENT
W/KeyCachingService( 1750): Incrementing activity count...
W/MessageRetrievalService( 1750): Active Count: 1
W/KeyCachingService( 1750): onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_STOP_EVENT
W/KeyCachingService( 1750): Decrementing activity count...
W/KeyCachingService( 1750): Starting timeout: 600000
W/MessageRetrievalService( 1750): Active Count: 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment