I am new to Signal. When I first installed it and tried it I could send audio clips no problem. Now I can record and send and the other person can hear but I cant hear my own nor can I hear someone else.
All I do is
-hold the microphone icon
-record message
-release microphone icon
-it automatically sends
-press play button icon > Error playing audio!
A friend with the same phone has the same problem (Moto G4 Plus)
https://gist.github.com/anonymous/082b991885d2d13cee4f003d73cd32a1
Screenshot http://imgur.com/a/985jS
Welcome @Brentusus, the best way to help get issues resolved is to follow the issue template that you see when creating a new issue. It is difficult to diagnose what's going on for you without a debug log, for instance. Thanks!
@moxie0 I have updated my post with a debug log. I believe that covers most things from the template
02-21 14:40:59.775 12201 12201 W AudioView: playbutton onClick
02-21 14:40:59.828 12201 11935 I MediaHTTPConnection: proxyName: 0.0.0.0 0
02-21 14:40:59.834 12201 16067 I AttachmentServer: Header: connection : Keep-Alive
02-21 14:40:59.834 12201 16067 I AttachmentServer: Header: host : 127.0.0.1:37892
02-21 14:40:59.834 12201 16067 I AttachmentServer: Header: accept-encoding : gzip
02-21 14:40:59.834 12201 16067 I AttachmentServer: Header: user-agent : stagefright/1.2 (Linux;Android 7.0)
02-21 14:40:59.839 12201 16067 I AttachmentServer: headers: HTTP/1.1 200 OK
02-21 14:40:59.839 12201 16067 I AttachmentServer: Content-Type: audio/aac
02-21 14:40:59.839 12201 16067 I AttachmentServer: Accept-Ranges: bytes
02-21 14:40:59.839 12201 16067 I AttachmentServer: Content-Length: 35036
02-21 14:40:59.839 12201 16067 I AttachmentServer: Connection: Keep-Alive
02-21 14:40:59.839 12201 16067 I AttachmentServer:
02-21 14:40:59.985 12201 11934 E MediaPlayer: error (1, -2147483648)
-2147483648 is defined here as "low-level system error."
For some reason it seems your device doesn't like the codec or container, but it isn't telling us much about why it doesn't. Is this stock or an aftermarket ROM?
Stock.
I cant remember the dates exactly but it was possibly after the Android 7.0 update. Which was very recent on the moto g4
This probably happened to me too, but I can't reproduce it anymore. What I can add is that, in my case, if the recording was longer than 5 seconds it worked, while for less than 5 seconds it gave me that error. I could always reproduce this until I restarted Signal, then the problem was gone. (Stock Nexus 6, Android 7.1.1.)
Well, the "low level error" is certainly due to the line I guess, isn't it?
02-21 14:42:24.761 12201 12201 W MediaPlayer: Couldn't open http://127.0.0.1:41172/e5aafc45be8ce7fb363c67f8aec7c84d: java.io.FileNotFoundException: No content provider: http://127.0.0.1:41172/e5aafc45be8ce7fb363c67f8aec7c84d
I have the same problem, i can not play audio messages sent to me.
I am using lineageos as of 2017-02-21
My debug trail:
02-21 18:28:19.524 6170 6170 W AudioView: playbutton onClick
02-21 18:28:19.531 6170 6170 E MediaPlayer-JNI: JNIMediaPlayerFactory: bIsQCMediaPlayerPresent 0
02-21 18:28:19.531 6170 6170 E MediaPlayer-JNI: JNIMediaPlayerFactory: bIsQCMediaPlayerPresent 0
02-21 18:28:19.534 6170 6170 W MediaPlayer: Couldn't open http://127.0.0.1:37316/1e0f820894891b2b185d3d83f6e6446d: java.io.FileNotFoundException: No content provider: http://127.0.0.1:37316/1e0f820894891b2b185d3d83f6e6446d
02-21 18:28:19.555 6170 18788 I AttachmentServer: Header: connection : Keep-Alive
02-21 18:28:19.555 6170 18788 I AttachmentServer: Header: host : 127.0.0.1:37316
02-21 18:28:19.555 6170 18788 I AttachmentServer: Header: accept-encoding : gzip
02-21 18:28:19.555 6170 18788 I AttachmentServer: Header: user-agent : stagefright/1.2 (Linux;Android 7.1.1)
02-21 18:28:19.563 6170 18788 I AttachmentServer: headers: HTTP/1.1 200 OK
02-21 18:28:19.563 6170 18788 I AttachmentServer: Content-Type: audio/aac
02-21 18:28:19.563 6170 18788 I AttachmentServer: Accept-Ranges: bytes
02-21 18:28:19.563 6170 18788 I AttachmentServer: Content-Length: 8734
02-21 18:28:19.563 6170 18788 I AttachmentServer: Connection: Keep-Alive
02-21 18:28:19.563 6170 18788 I AttachmentServer:
02-21 18:28:19.576 21152 18791 I NuCachedSource2: caching reached eos.
02-21 18:28:19.581 3184 4837 E IMemory : cannot map BpMemoryHeap (binder=0xb6017dc0), size=65536, fd=32 (Out of memory)
02-21 18:28:19.582 21152 18790 E GenericSource: Failed to init from data source!
02-21 18:28:19.583 21152 18789 D NuPlayerDriver: notifyListener_l(0xb5e2b620), (100, 1, -2147483648), loop setting(0, 0)
02-21 18:28:19.583 6170 6182 E MediaPlayer: error (1, -2147483648)
02-21 18:28:19.584 6170 6170 E MediaPlayer: Error (1,-2147483648)
02-21 18:28:19.584 6170 6170 W AudioSlidePlayer: MediaPlayer Error: 1 , -2147483648
@Bilb no that's unrelated, mediaplayer tries looking up a file before parsing as url. you can see it connects on the next line.
@paride Tried those things and no change
I have the same problem since my Moto G4 updated to Android 7.x.
My Debug trail:
https://gist.github.com/anonymous/80b60932613695b5771c3dee54a804e7
I get the "Error playing audio" message when attempting to playback an audio file I've sent to a Signal contact. The original file is m4a, created by my phone's stock "Voice recorder" app. The audio file can be played back as expected outside of Signal. https://gist.github.com/cd34a1d5b639c8e392261232269dabff
Experiencing the same thing. I can confirm that this also happens for me on Moto G4 since updating to Android 7.0. That makes me the fourth person in here to have this issue with a Moto G4 with stock Nougat.
https://gist.github.com/anonymous/288c9db6f3010de380c1bb880deec7b9
Edit: Tried with a 2 second message and a 13 second message.
Same here. Moto G4 Plus, recently switched to Android 7.0 (stock and not rooted). The recording length doesn't seem to matter.
The bug didn't occur right before updating.
Just in case it's helpful, here's another debug log: https://gist.github.com/1b87d42b54250e6ab533cb98ac5156b1
Same for me, Moto G 4 Plus, recently upgraded to Nougat (Stock no root). My girlfriend's Moto G 4 Plus as well (after Nougat). But I can still listen to any voice messages sent or received using the chrome extension - no matter the recipient.
Is there a way or app to test AAC playback with the codec Signal uses? I'd like to check what exactly is causing playback to fail... Since it worked right before the OS update, it's unlikely a H/W decoding issue, but I couldn't find anything regarding AAC playback issues in other apps.
Confirming this behavior on a Moto G4 and a Moto G4 Plus with Android 7.0.
Messages are recorded fine, since they can be saved and then played with an external application.
Also, old messages that could be played by Signal before the Nougat update now can't.
Looks like there are enough logs, but providing one from Signal 4.6.0 where this is occurring for a received Signal voice message also on Moto G4, Android 7.0
https://gist.github.com/0e20d52c21d7ad9f952d2ae72df7ec4b
lol same here XT1644 and error trying to play aac file
Not sure if it helps anything but I've realised I can play audio messages
if they are sent from the desktop version of signal. I still can't listen
to them if they are sent via a phone
On 2 Jun. 2017 8:49 am, "a220" notifications@github.com wrote:
lol same here XT1644 and error trying to play aac file
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/WhisperSystems/Signal-Android/issues/6263#issuecomment-305641848,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AYt2g9aXK6RJqenm3pux8fTbu2kmNVouks5r_z_hgaJpZM4MG02s
.
Could you provide debug logs for playing an audio message sent from another phone and right after that playing one sent from desktop so we could check what's the difference?
Device : motorola Moto G (4) (athene_f)
Android : 7.0 (4, NPJS25.93-14-4)
Memory : 55M (21.34% free, 384M max)
Memclass: 192
OS Host : ilclbld31
App : Signal 4.6.1
--------- beginning of main
06-23 15:11:39.151 7915 8851 I chatty :
uid=10163(org.thoughtcrime.securesms) expire 3 lines
06-23 15:11:39.281 7915 7915 I chatty :
uid=10163(org.thoughtcrime.securesms) expire 153 lines
06-23 15:11:39.289 7915 7944 I chatty :
uid=10163(org.thoughtcrime.securesms) Thread-2 expire 17 lines
06-23 15:11:40.680 7915 8859 I chatty :
uid=10163(org.thoughtcrime.securesms) expire 13 lines
06-23 15:11:40.691 7915 11632 I chatty :
uid=10163(org.thoughtcrime.securesms) ModernAsyncTask expire 4 lines
06-23 15:11:40.728 7915 8854 I chatty :
uid=10163(org.thoughtcrime.securesms) expire 15 lines
06-23 15:11:40.825 7915 8860 I chatty :
uid=10163(org.thoughtcrime.securesms) expire 2 lines
06-23 15:11:41.109 7915 8037 I chatty :
uid=10163(org.thoughtcrime.securesms) RenderThread expire 3 lines
06-23 15:11:46.969 7915 8853 I chatty :
uid=10163(org.thoughtcrime.securesms) expire 20 lines
06-23 15:11:47.025 7915 11633 I chatty :
uid=10163(org.thoughtcrime.securesms) ModernAsyncTask expire 4 lines
06-23 15:11:47.084 7915 7937 I chatty :
uid=10163(org.thoughtcrime.securesms) JobConsumer-4 expire 10 lines
06-23 15:11:47.445 7915 8468 I chatty :
uid=10163(org.thoughtcrime.securesms) ModernAsyncTask expire 4 lines
06-23 15:11:59.159 7915 7915 I chatty :
uid=10163(org.thoughtcrime.securesms) expire 22 lines
06-23 15:12:09.853 7915 7915 I chatty :
uid=10163(org.thoughtcrime.securesms) expire 45 lines
06-23 15:12:12.278 7915 7932 I chatty :
uid=10163(org.thoughtcrime.securesms) JobConsumer-0 expire 6 lines
06-23 15:12:13.815 7915 11605 I chatty :
uid=10163(org.thoughtcrime.securesms) ModernAsyncTask expire 3 lines
06-23 15:12:16.152 7915 7944 I chatty :
uid=10163(org.thoughtcrime.securesms) Thread-2 expire 17 lines
06-23 15:12:19.413 7915 7926 I chatty :
uid=10163(org.thoughtcrime.securesms) HeapTaskDaemon expire 1 line
06-23 15:12:23.016 7915 7915 I chatty :
uid=10163(org.thoughtcrime.securesms) expire 42 lines
06-23 15:12:23.848 7915 7933 I chatty :
uid=10163(org.thoughtcrime.securesms) JobConsumer-1 expire 6 lines
06-23 15:12:24.308 7915 8034 I chatty :
uid=10163(org.thoughtcrime.securesms) ModernAsyncTask expire 2 lines
06-23 15:12:28.540 7915 8854 I chatty :
uid=10163(org.thoughtcrime.securesms) expire 12 lines
06-23 15:12:28.541 7915 7944 I chatty :
uid=10163(org.thoughtcrime.securesms) Thread-2 expire 12 lines
06-23 15:12:35.731 7915 8861 I chatty :
uid=10163(org.thoughtcrime.securesms) expire 1 line
06-23 15:12:35.825 7915 7915 I chatty :
uid=10163(org.thoughtcrime.securesms) expire 55 lines
06-23 15:12:38.480 7915 7935 I chatty :
uid=10163(org.thoughtcrime.securesms) JobConsumer-2 expire 12 lines
06-23 15:12:40.623 7915 7944 I chatty :
uid=10163(org.thoughtcrime.securesms) Thread-2 expire 24 lines
06-23 15:12:46.537 7915 7915 I chatty :
uid=10163(org.thoughtcrime.securesms) expire 56 lines
06-23 15:12:48.986 7915 8859 I chatty :
uid=10163(org.thoughtcrime.securesms) expire 2 lines
06-23 15:12:49.089 7915 7936 I chatty :
uid=10163(org.thoughtcrime.securesms) JobConsumer-3 expire 1 line
06-23 15:12:49.166 7915 8853 I chatty :
uid=10163(org.thoughtcrime.securesms) expire 1 line
06-23 15:12:49.342 7915 7915 I chatty :
uid=10163(org.thoughtcrime.securesms) expire 6 lines
06-23 15:12:49.368 7915 8860 I chatty :
uid=10163(org.thoughtcrime.securesms) expire 1 line
06-23 15:12:49.383 7915 7915 I chatty :
uid=10163(org.thoughtcrime.securesms) expire 50 lines
06-23 15:12:54.472 7915 8860 I chatty :
uid=10163(org.thoughtcrime.securesms) expire 6 lines
06-23 15:12:54.550 7915 8468 I chatty :
uid=10163(org.thoughtcrime.securesms) ModernAsyncTask expire 1 line
06-23 15:12:54.573 7915 7932 I chatty :
uid=10163(org.thoughtcrime.securesms) JobConsumer-0 expire 6 lines
06-23 15:12:54.877 7915 8854 I chatty :
uid=10163(org.thoughtcrime.securesms) expire 4 lines
06-23 15:12:54.916 7915 8034 I chatty :
uid=10163(org.thoughtcrime.securesms) ModernAsyncTask expire 1 line
06-23 15:12:55.575 7915 7944 I chatty :
uid=10163(org.thoughtcrime.securesms) Thread-2 expire 8 lines
06-23 15:12:55.610 7915 11632 I chatty :
uid=10163(org.thoughtcrime.securesms) ModernAsyncTask expire 1 line
06-23 15:12:55.614 7915 7944 I chatty :
uid=10163(org.thoughtcrime.securesms) Thread-2 expire 4 lines
06-23 15:12:55.640 7915 7915 I chatty :
uid=10163(org.thoughtcrime.securesms) expire 21 lines
06-23 15:12:56.317 7915 8037 I chatty :
uid=10163(org.thoughtcrime.securesms) RenderThread expire 1 line
06-23 15:12:56.506 7915 8853 I chatty :
uid=10163(org.thoughtcrime.securesms) expire 1 line
06-23 15:12:56.882 7915 7915 I chatty :
uid=10163(org.thoughtcrime.securesms) expire 8 lines
06-23 15:13:46.237 7915 8854 I chatty :
uid=10163(org.thoughtcrime.securesms) expire 4 lines
06-23 15:13:46.237 7915 7944 I chatty :
uid=10163(org.thoughtcrime.securesms) Thread-2 expire 14 lines
06-23 15:13:46.356 7915 7935 I chatty :
uid=10163(org.thoughtcrime.securesms) JobConsumer-2 expire 39 lines
06-23 15:13:46.583 7915 7926 I chatty :
uid=10163(org.thoughtcrime.securesms) HeapTaskDaemon expire 4 lines
06-23 15:14:18.542 7915 7915 I chatty :
uid=10163(org.thoughtcrime.securesms) expire 56 lines
06-23 15:14:21.620 7915 8851 I chatty :
uid=10163(org.thoughtcrime.securesms) expire 1 line
06-23 15:14:21.631 7915 11632 I chatty :
uid=10163(org.thoughtcrime.securesms) ModernAsyncTask expire 1 line
06-23 15:14:21.690 7915 8853 I chatty :
uid=10163(org.thoughtcrime.securesms) expire 1 line
06-23 15:14:21.719 7915 8860 I chatty :
uid=10163(org.thoughtcrime.securesms) expire 1 line
06-23 15:14:21.734 7915 7933 I chatty :
uid=10163(org.thoughtcrime.securesms) JobConsumer-1 expire 1 line
06-23 15:14:28.762 7915 9117 I chatty :
uid=10163(org.thoughtcrime.securesms) expire 4 lines
06-23 15:14:29.001 7915 9329 I chatty :
uid=10163(org.thoughtcrime.securesms) expire 4 lines
06-23 15:14:29.436 7915 9330 I chatty :
uid=10163(org.thoughtcrime.securesms) expire 4 lines
06-23 15:14:30.072 7915 9331 I chatty :
uid=10163(org.thoughtcrime.securesms) expire 4 lines
06-23 15:14:32.039 7915 9332 I chatty :
uid=10163(org.thoughtcrime.securesms) expire 7 lines
06-23 15:14:32.566 7915 7944 I chatty :
uid=10163(org.thoughtcrime.securesms) Thread-2 expire 30 lines
06-23 15:14:32.620 7915 7932 I chatty :
uid=10163(org.thoughtcrime.securesms) JobConsumer-0 expire 8 lines
06-23 15:14:35.623 7915 7938 I chatty :
uid=10163(org.thoughtcrime.securesms) pool-3-thread-1 expire 1 line
06-23 15:14:35.649 7915 7935 I chatty :
uid=10163(org.thoughtcrime.securesms) JobConsumer-2 expire 1 line
06-23 15:14:37.923 7915 8861 I chatty :
uid=10163(org.thoughtcrime.securesms) expire 1 line
06-23 15:15:45.619 7915 7915 I chatty :
uid=10163(org.thoughtcrime.securesms) expire 32 lines
06-23 15:15:48.816 7915 9444 I chatty :
uid=10163(org.thoughtcrime.securesms) expire 3 lines
06-23 15:15:50.033 7915 9446 I chatty :
uid=10163(org.thoughtcrime.securesms) OkHttp Dispatch expire 11 lines
06-23 15:16:41.964 7915 9446 I chatty :
uid=10163(org.thoughtcrime.securesms) OkHttp Dispatch expire 2 lines
06-23 15:16:42.098 7915 7915 I chatty :
uid=10163(org.thoughtcrime.securesms) expire 3 lines
06-23 15:16:42.114 7915 7936 I chatty :
uid=10163(org.thoughtcrime.securesms) JobConsumer-3 expire 24 lines
06-23 15:16:45.503 7915 7936 W PhoneNumberFormatter: Got local CC: AU
06-23 15:16:45.504 7915 7936 W EarlyReceiptCache:
org.thoughtcrime.securesms.database.EarlyReceiptCache@4713c12
06-23 15:16:45.505 7915 7936 W EarlyReceiptCache: Early receipt:
1498194766546,+**86
06-23 15:16:45.506 7915 7936 W PushServiceSocket: Push service URL:
https://textsecure-service.whispersystems.org
06-23 15:16:45.507 7915 7936 W PushServiceSocket: Opening URL:
https://textsecure-service.whispersystems.org/v1/messages/+*86/1498194766546
06-23 15:16:46.627 7915 7936 W PushServiceSocket: Push service URL:
https://textsecure-service.whispersystems.org
06-23 15:16:46.627 7915 7936 W PushServiceSocket: Opening URL:
https://textsecure-service.whispersystems.org/v1/messages/
06-23 15:16:47.764 7915 7936 W PushServiceSocket: Push service URL:
https://textsecure-service.whispersystems.org
06-23 15:16:47.765 7915 7936 W PushServiceSocket: Opening URL:
https://textsecure-service.whispersystems.org/v1/messages/
06-23 15:16:50.655 7915 9338 W WebSocketConnection: Sending keep alive...
06-23 15:17:08.899 7915 7915 W GcmBroadcastReceiver: GCM message...
06-23 15:17:08.917 7915 7932 W PushServiceSocket: Push service URL:
https://textsecure-service.whispersystems.org
06-23 15:17:08.917 7915 7932 W PushServiceSocket: Opening URL:
https://textsecure-service.whispersystems.org/v1/messages/
06-23 15:17:10.058 7915 7932 W PushServiceSocket: Push service URL:
https://textsecure-service.whispersystems.org
06-23 15:17:10.059 7915 7932 W PushServiceSocket: Opening URL:
https://textsecure-service.whispersystems.org/v1/messages/+**86/1498195023598
06-23 15:17:10.104 7915 7937 W AttachmentDatabase: insertParts(1)
06-23 15:17:10.104 7915 7937 W AttachmentDatabase: Inserting attachment
for mms id: 416
06-23 15:17:10.105 7915 7937 W AttachmentDatabase: Inserted attachment at
ID: (row id: 379, unique ID: 1498195030104)
06-23 15:17:10.119 7915 7937 W MmsSmsDatabase: Executing query: SELECT
_id, unique_row_id, body, type, thread_id, address, address_device_id,
subject, date_sent, date_received, m_type, msg_box, status, part_count,
ct_l, tr_id, m_size, exp, st, delivery_receipt_count,
mismatched_identities, network_failures, subscription_id, expires_in,
expire_started, notified, transport_type, attachment_id, unique_id, mid,
data_size, file_name, _data, thumbnail, ct, cl, digest, fast_preflight_id,
voice_note, cd, name, pending_push FROM (SELECT DISTINCT date_sent AS
date_sent, date AS date_received, _id, 'SMS::' || _id || '::' || date_sent
AS unique_row_id, NULL AS attachment_id, body, read, thread_id, type,
address, address_device_id, subject, NULL AS m_type, NULL AS msg_box,
status, NULL AS part_count, NULL AS ct_l, NULL AS tr_id, NULL AS m_size,
NULL AS exp, NULL AS st, delivery_receipt_count, mismatched_identities,
subscription_id, expires_in, expire_started, notified, NULL AS
network_failures, 'sms' AS transport_type, NULL AS unique_id, NULL AS mid,
NULL AS data_size, NULL AS file_name, NULL AS _data, NULL AS thumbnail,
NULL AS ct, NULL AS cl, NULL AS digest, NULL AS fast_preflight_id, NULL AS
voice_note, NULL AS cd, NULL AS name, NULL AS pending_push FROM sms WHERE
(thread_id = 2) UNION ALL SELECT DISTINCT date AS date_sent, date_received
AS date_received, mms._id AS _id, 'MMS::' || mms._id || '::' || date AS
unique_row_id, part._id AS attachment_id, body, read, thread_id, NULL AS
type, address, address_device_id, NULL AS subject, m_type, msg_box, NULL AS
status, part_count, ct_l, tr_id, m_size, exp, st, delivery_receipt_count,
mismatched_identities, subscription_id, expires_in, expire_started,
notified, network_failures, 'mms' AS transport_type, unique_id, mid,
data_size, file_name, _data, thumbnail, ct, cl, digest, fast_preflight_id,
voice_note, cd, name, pending_push FROM mms LEFT OUTER JOIN part ON
part._id = (SELECT part._id FROM part WHERE part.mid = mms._id LIMIT 1)
WHERE (thread_id = 2) ORDER BY date_received DESC LIMIT 1)
06-23 15:17:10.144 7915 7937 W MmsSmsDatabase: Executing query: SELECT
_id, unique_row_id, body, type, thread_id, address, address_device_id,
subject, date_sent, date_received, m_type, msg_box, status, part_count,
ct_l, tr_id, m_size, exp, st, delivery_receipt_count,
mismatched_identities, network_failures, subscription_id, expires_in,
expire_started, notified, transport_type, attachment_id, unique_id, mid,
data_size, file_name, _data, thumbnail, ct, cl, digest, fast_preflight_id,
voice_note, cd, name, pending_push FROM (SELECT DISTINCT date_sent AS
date_sent, date AS date_received, _id, 'SMS::' || _id || '::' || date_sent
AS unique_row_id, NULL AS attachment_id, body, read, thread_id, type,
address, address_device_id, subject, NULL AS m_type, NULL AS msg_box,
status, NULL AS part_count, NULL AS ct_l, NULL AS tr_id, NULL AS m_size,
NULL AS exp, NULL AS st, delivery_receipt_count, mismatched_identities,
subscription_id, expires_in, expire_started, notified, NULL AS
network_failures, 'sms' AS transport_type, NULL AS unique_id, NULL AS mid,
NULL AS data_size, NULL AS file_name, NULL AS _data, NULL AS thumbnail,
NULL AS ct, NULL AS cl, NULL AS digest, NULL AS fast_preflight_id, NULL AS
voice_note, NULL AS cd, NULL AS name, NULL AS pending_push FROM sms WHERE
(thread_id = 2) UNION ALL SELECT DISTINCT date AS date_sent, date_received
AS date_received, mms._id AS _id, 'MMS::' || mms._id || '::' || date AS
unique_row_id, part._id AS attachment_id, body, read, thread_id, NULL AS
type, address, address_device_id, NULL AS subject, m_type, msg_box, NULL AS
status, part_count, ct_l, tr_id, m_size, exp, st, delivery_receipt_count,
mismatched_identities, subscription_id, expires_in, expire_started,
notified, network_failures, 'mms' AS transport_type, unique_id, mid,
data_size, file_name, _data, thumbnail, ct, cl, digest, fast_preflight_id,
voice_note, cd, name, pending_push FROM mms LEFT OUTER JOIN part ON
part._id = (SELECT part._id FROM part WHERE part.mid = mms._id LIMIT 1)
WHERE (thread_id = 2) ORDER BY date_received DESC LIMIT 1)
06-23 15:17:10.162 7915 7937 W MmsSmsDatabase: Executing query: SELECT
_id, unique_row_id, body, type, thread_id, address, address_device_id,
subject, date_sent, date_received, m_type, msg_box, status, part_count,
ct_l, tr_id, m_size, exp, st, delivery_receipt_count,
mismatched_identities, network_failures, subscription_id, expires_in,
expire_started, notified, transport_type, attachment_id, unique_id, mid,
data_size, file_name, _data, thumbnail, ct, cl, digest, fast_preflight_id,
voice_note, cd, name, pending_push FROM (SELECT DISTINCT date_sent AS
date_sent, date AS date_received, _id, 'SMS::' || _id || '::' || date_sent
AS unique_row_id, NULL AS attachment_id, body, read, thread_id, type,
address, address_device_id, subject, NULL AS m_type, NULL AS msg_box,
status, NULL AS part_count, NULL AS ct_l, NULL AS tr_id, NULL AS m_size,
NULL AS exp, NULL AS st, delivery_receipt_count, mismatched_identities,
subscription_id, expires_in, expire_started, notified, NULL AS
network_failures, 'sms' AS transport_type, NULL AS unique_id, NULL AS mid,
NULL AS data_size, NULL AS file_name, NULL AS _data, NULL AS thumbnail,
NULL AS ct, NULL AS cl, NULL AS digest, NULL AS fast_preflight_id, NULL AS
voice_note, NULL AS cd, NULL AS name, NULL AS pending_push FROM sms WHERE
(read = 0 AND notified = 0) UNION ALL SELECT DISTINCT date AS date_sent,
date_received AS date_received, mms._id AS _id, 'MMS::' || mms._id || '::'
|| date AS unique_row_id, part._id AS attachment_id, body, read, thread_id,
NULL AS type, address, address_device_id, NULL AS subject, m_type, msg_box,
NULL AS status, part_count, ct_l, tr_id, m_size, exp, st,
delivery_receipt_count, mismatched_identities, subscription_id, expires_in,
expire_started, notified, network_failures, 'mms' AS transport_type,
unique_id, mid, data_size, file_name, _data, thumbnail, ct, cl, digest,
fast_preflight_id, voice_note, cd, name, pending_push FROM mms LEFT OUTER
JOIN part ON part._id = (SELECT part._id FROM part WHERE part.mid =
mms._id LIMIT 1) WHERE (read = 0 AND notified = 0) ORDER BY date_received
ASC)
06-23 15:17:10.187 7915 7937 W NotificationState: Added thread: 2
06-23 15:17:10.190 7915 7937 W NotificationState:
getAndroidAutoHeardIntent Added thread: 2
06-23 15:17:10.202 7915 7935 W MediaNetworkRequirement: part transfer
progress is 2
06-23 15:17:10.248 7915 7935 W AttachmentDownloadJob: Downloading push
part (row id: 379, unique ID: 1498195030104)
06-23 15:17:10.251 7915 7935 W AttachmentDownloadJob: Downloading
attachment with digest: f2 14 af 82 d9 48 e3 38 ce 23 a6 7b 4b f5 8c fa 7f
2f 6b 9c af 76 8b f2 cd 92 38 98 21 7c 74 8b
06-23 15:17:10.252 7915 7935 W PushServiceSocket: Push service URL:
https://textsecure-service.whispersystems.org
06-23 15:17:10.252 7915 7935 W PushServiceSocket: Opening URL:
https://textsecure-service.whispersystems.org/v1/attachments/2042572110587253248
06-23 15:17:10.349 7915 7926 I art : Background partial concurrent
mark sweep GC freed 72789(3MB) AllocSpace objects, 1(148KB) LOS objects,
29% free, 38MB/54MB, paused 1.786ms total 145.013ms
06-23 15:17:11.396 7915 7935 W PushServiceSocket: Attachment:
2042572110587253248 is at:
https://whispersystems-textsecure-attachments.s3-accelerate.amazonaws.com/2042572110587253248?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20170623T051711Z&X-Amz-SignedHeaders=content-type%3Bhost&X-Amz-Expires=3600&X-Amz-Credential=AKIAJHWS3AOTJTASHBDA%2F20170623%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Signature=6acfec4e5650adda8971b64b78eee1b135c95e7103b5d999a20d35f0ceb877f8
06-23 15:17:11.881 7915 7935 D EventBus: No subscribers registered for
event class org.thoughtcrime.securesms.events.PartProgressEvent
06-23 15:17:11.881 7915 7935 D EventBus: No subscribers registered for
event class org.greenrobot.eventbus.NoSubscriberEvent
06-23 15:17:11.885 7915 7935 D EventBus: No subscribers registered for
event class org.thoughtcrime.securesms.events.PartProgressEvent
06-23 15:17:11.885 7915 7935 D EventBus: No subscribers registered for
event class org.greenrobot.eventbus.NoSubscriberEvent
06-23 15:17:11.887 7915 7935 D EventBus: No subscribers registered for
event class org.thoughtcrime.securesms.events.PartProgressEvent
06-23 15:17:11.888 7915 7935 D EventBus: No subscribers registered for
event class org.greenrobot.eventbus.NoSubscriberEvent
06-23 15:17:11.889 7915 7935 D EventBus: No subscribers registered for
event class org.thoughtcrime.securesms.events.PartProgressEvent
06-23 15:17:11.889 7915 7935 D EventBus: No subscribers registered for
event class org.greenrobot.eventbus.NoSubscriberEvent
06-23 15:17:11.896 7915 7935 D EventBus: No subscribers registered for
event class org.thoughtcrime.securesms.events.PartProgressEvent
06-23 15:17:11.896 7915 7935 D EventBus: No subscribers registered for
event class org.greenrobot.eventbus.NoSubscriberEvent
06-23 15:17:11.896 7915 7935 D EventBus: No subscribers registered for
event class org.thoughtcrime.securesms.events.PartProgressEvent
06-23 15:17:11.896 7915 7935 D EventBus: No subscribers registered for
event class org.greenrobot.eventbus.NoSubscriberEvent
06-23 15:17:11.896 7915 7935 D EventBus: No subscribers registered for
event class org.thoughtcrime.securesms.events.PartProgressEvent
06-23 15:17:11.896 7915 7935 D EventBus: No subscribers registered for
event class org.greenrobot.eventbus.NoSubscriberEvent
06-23 15:17:11.896 7915 7935 D EventBus: No subscribers registered for
event class org.thoughtcrime.securesms.events.PartProgressEvent
06-23 15:17:11.896 7915 7935 D EventBus: No subscribers registered for
event class org.greenrobot.eventbus.NoSubscriberEvent
06-23 15:17:11.902 7915 7935 D EventBus: No subscribers registered for
event class org.thoughtcrime.securesms.events.PartProgressEvent
06-23 15:17:11.902 7915 7935 D EventBus: No subscribers registered for
event class org.greenrobot.eventbus.NoSubscriberEvent
06-23 15:17:11.903 7915 7935 D EventBus: No subscribers registered for
event class org.thoughtcrime.securesms.events.PartProgressEvent
06-23 15:17:11.903 7915 7935 D EventBus: No subscribers registered for
event class org.greenrobot.eventbus.NoSubscriberEvent
06-23 15:17:11.903 7915 7935 D EventBus: No subscribers registered for
event class org.thoughtcrime.securesms.events.PartProgressEvent
06-23 15:17:11.903 7915 7935 D EventBus: No subscribers registered for
event class org.greenrobot.eventbus.NoSubscriberEvent
06-23 15:17:11.903 7915 7935 D EventBus: No subscribers registered for
event class org.thoughtcrime.securesms.events.PartProgressEvent
06-23 15:17:11.903 7915 7935 D EventBus: No subscribers registered for
event class org.greenrobot.eventbus.NoSubscriberEvent
06-23 15:17:11.904 7915 7935 D EventBus: No subscribers registered for
event class org.thoughtcrime.securesms.events.PartProgressEvent
06-23 15:17:11.904 7915 7935 D EventBus: No subscribers registered for
event class org.greenrobot.eventbus.NoSubscriberEvent
06-23 15:17:11.913 7915 7935 D EventBus: No subscribers registered for
event class org.thoughtcrime.securesms.events.PartProgressEvent
06-23 15:17:11.913 7915 7935 D EventBus: No subscribers registered for
event class org.greenrobot.eventbus.NoSubscriberEvent
06-23 15:17:11.913 7915 7935 D EventBus: No subscribers registered for
event class org.thoughtcrime.securesms.events.PartProgressEvent
06-23 15:17:11.914 7915 7935 D EventBus: No subscribers registered for
event class org.greenrobot.eventbus.NoSubscriberEvent
06-23 15:17:11.916 7915 7935 D EventBus: No subscribers registered for
event class org.thoughtcrime.securesms.events.PartProgressEvent
06-23 15:17:11.916 7915 7935 D EventBus: No subscribers registered for
event class org.greenrobot.eventbus.NoSubscriberEvent
06-23 15:17:11.916 7915 7935 D EventBus: No subscribers registered for
event class org.thoughtcrime.securesms.events.PartProgressEvent
06-23 15:17:11.916 7915 7935 D EventBus: No subscribers registered for
event class org.greenrobot.eventbus.NoSubscriberEvent
06-23 15:17:11.916 7915 7935 D EventBus: No subscribers registered for
event class org.thoughtcrime.securesms.events.PartProgressEvent
06-23 15:17:11.916 7915 7935 D EventBus: No subscribers registered for
event class org.greenrobot.eventbus.NoSubscriberEvent
06-23 15:17:11.919 7915 7935 D EventBus: No subscribers registered for
event class org.thoughtcrime.securesms.events.PartProgressEvent
06-23 15:17:11.919 7915 7935 D EventBus: No subscribers registered for
event class org.greenrobot.eventbus.NoSubscriberEvent
06-23 15:17:11.919 7915 7935 D EventBus: No subscribers registered for
event class org.thoughtcrime.securesms.events.PartProgressEvent
06-23 15:17:11.919 7915 7935 D EventBus: No subscribers registered for
event class org.greenrobot.eventbus.NoSubscriberEvent
06-23 15:17:11.919 7915 7935 D EventBus: No subscribers registered for
event class org.thoughtcrime.securesms.events.PartProgressEvent
06-23 15:17:11.919 7915 7935 D EventBus: No subscribers registered for
event class org.greenrobot.eventbus.NoSubscriberEvent
06-23 15:17:11.920 7915 7935 D EventBus: No subscribers registered for
event class org.thoughtcrime.securesms.events.PartProgressEvent
06-23 15:17:11.920 7915 7935 D EventBus: No subscribers registered for
event class org.greenrobot.eventbus.NoSubscriberEvent
06-23 15:17:11.920 7915 7935 D EventBus: No subscribers registered for
event class org.thoughtcrime.securesms.events.PartProgressEvent
06-23 15:17:11.920 7915 7935 D EventBus: No subscribers registered for
event class org.greenrobot.eventbus.NoSubscriberEvent
06-23 15:17:11.925 7915 7935 D EventBus: No subscribers registered for
event class org.thoughtcrime.securesms.events.PartProgressEvent
06-23 15:17:11.926 7915 7935 D EventBus: No subscribers registered for
event class org.greenrobot.eventbus.NoSubscriberEvent
06-23 15:17:11.926 7915 7935 D EventBus: No subscribers registered for
event class org.thoughtcrime.securesms.events.PartProgressEvent
06-23 15:17:11.926 7915 7935 D EventBus: No subscribers registered for
event class org.greenrobot.eventbus.NoSubscriberEvent
06-23 15:17:11.926 7915 7935 D EventBus: No subscribers registered for
event class org.thoughtcrime.securesms.events.PartProgressEvent
06-23 15:17:11.926 7915 7935 D EventBus: No subscribers registered for
event class org.greenrobot.eventbus.NoSubscriberEvent
06-23 15:17:11.927 7915 7935 D EventBus: No subscribers registered for
event class org.thoughtcrime.securesms.events.PartProgressEvent
06-23 15:17:11.927 7915 7935 D EventBus: No subscribers registered for
event class org.greenrobot.eventbus.NoSubscriberEvent
06-23 15:17:11.927 7915 7935 D EventBus: No subscribers registered for
event class org.thoughtcrime.securesms.events.PartProgressEvent
06-23 15:17:11.927 7915 7935 D EventBus: No subscribers registered for
event class org.greenrobot.eventbus.NoSubscriberEvent
06-23 15:17:11.934 7915 7935 D EventBus: No subscribers registered for
event class org.thoughtcrime.securesms.events.PartProgressEvent
06-23 15:17:11.934 7915 7935 D EventBus: No subscribers registered for
event class org.greenrobot.eventbus.NoSubscriberEvent
06-23 15:17:11.934 7915 7935 D EventBus: No subscribers registered for
event class org.thoughtcrime.securesms.events.PartProgressEvent
06-23 15:17:11.934 7915 7935 D EventBus: No subscribers registered for
event class org.greenrobot.eventbus.NoSubscriberEvent
06-23 15:17:11.935 7915 7935 D EventBus: No subscribers registered for
event class org.thoughtcrime.securesms.events.PartProgressEvent
06-23 15:17:11.935 7915 7935 D EventBus: No subscribers registered for
event class org.greenrobot.eventbus.NoSubscriberEvent
06-23 15:17:11.936 7915 7935 D EventBus: No subscribers registered for
event class org.thoughtcrime.securesms.events.PartProgressEvent
06-23 15:17:11.936 7915 7935 D EventBus: No subscribers registered for
event class org.greenrobot.eventbus.NoSubscriberEvent
06-23 15:17:11.938 7915 7935 D EventBus: No subscribers registered for
event class org.thoughtcrime.securesms.events.PartProgressEvent
06-23 15:17:11.938 7915 7935 D EventBus: No subscribers registered for
event class org.greenrobot.eventbus.NoSubscriberEvent
06-23 15:17:11.938 7915 7935 D EventBus: No subscribers registered for
event class org.thoughtcrime.securesms.events.PartProgressEvent
06-23 15:17:11.938 7915 7935 D EventBus: No subscribers registered for
event class org.greenrobot.eventbus.NoSubscriberEvent
06-23 15:17:11.939 7915 7935 W PushServiceSocket: Downloaded:
https://whispersystems-textsecure-attachments.s3-accelerate.amazonaws.com/2042572110587253248?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20170623T051711Z&X-Amz-SignedHeaders=content-type%3Bhost&X-Amz-Expires=3600&X-Amz-Credential=AKIAJHWS3AOTJTASHBDA%2F20170623%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Signature=6acfec4e5650adda8971b64b78eee1b135c95e7103b5d999a20d35f0ceb877f8
to:
/data/user/0/org.thoughtcrime.securesms/cache/push-attachment1022823710tmp
06-23 15:17:11.975 7915 7938 W AttachmentDatabase: Executing thumbnail
job...
06-23 15:17:11.976 7915 7935 W MmsSmsDatabase: Executing query: SELECT
_id, unique_row_id, body, type, thread_id, address, address_device_id,
subject, date_sent, date_received, m_type, msg_box, status, part_count,
ct_l, tr_id, m_size, exp, st, delivery_receipt_count,
mismatched_identities, network_failures, subscription_id, expires_in,
expire_started, notified, transport_type, attachment_id, unique_id, mid,
data_size, file_name, _data, thumbnail, ct, cl, digest, fast_preflight_id,
voice_note, cd, name, pending_push FROM (SELECT DISTINCT date_sent AS
date_sent, date AS date_received, _id, 'SMS::' || _id || '::' || date_sent
AS unique_row_id, NULL AS attachment_id, body, read, thread_id, type,
address, address_device_id, subject, NULL AS m_type, NULL AS msg_box,
status, NULL AS part_count, NULL AS ct_l, NULL AS tr_id, NULL AS m_size,
NULL AS exp, NULL AS st, delivery_receipt_count, mismatched_identities,
subscription_id, expires_in, expire_started, notified, NULL AS
network_failures, 'sms' AS transport_type, NULL AS unique_id, NULL AS mid,
NULL AS data_size, NULL AS file_name, NULL AS _data, NULL AS thumbnail,
NULL AS ct, NULL AS cl, NULL AS digest, NULL AS fast_preflight_id, NULL AS
voice_note, NULL AS cd, NULL AS name, NULL AS pending_push FROM sms WHERE
(read = 0 AND notified = 0) UNION ALL SELECT DISTINCT date AS date_sent,
date_received AS date_received, mms._id AS _id, 'MMS::' || mms._id || '::'
|| date AS unique_row_id, part._id AS attachment_id, body, read, thread_id,
NULL AS type, address, address_device_id, NULL AS subject, m_type, msg_box,
NULL AS status, part_count, ct_l, tr_id, m_size, exp, st,
delivery_receipt_count, mismatched_identities, subscription_id, expires_in,
expire_started, notified, network_failures, 'mms' AS transport_type,
unique_id, mid, data_size, file_name, _data, thumbnail, ct, cl, digest,
fast_preflight_id, voice_note, cd, name, pending_push FROM mms LEFT OUTER
JOIN part ON part._id = (SELECT part._id FROM part WHERE part.mid =
mms._id LIMIT 1) WHERE (read = 0 AND notified = 0) ORDER BY date_received
ASC)
06-23 15:17:11.996 7915 7935 W NotificationState: Added thread: 2
06-23 15:17:12.000 7915 7935 W NotificationState:
getAndroidAutoHeardIntent Added thread: 2
06-23 15:17:12.094 7915 7915 E SpannableStringBuilder:
SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
06-23 15:17:12.094 7915 7915 E SpannableStringBuilder:
SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
06-23 15:17:12.140 7915 7926 I art : Background partial concurrent
mark sweep GC freed 20314(1674KB) AllocSpace objects, 2(168KB) LOS objects,
29% free, 38MB/54MB, paused 1.409ms total 111.211ms
06-23 15:17:13.474 7915 7915 W PassphraseRequiredActionBarActivity:
onResume()
06-23 15:17:13.500 7915 7915 W ConversationActivity: onResume() Finished:
172098
06-23 15:17:13.517 7915 7915 W ConversationAdapter: Bind time: 8
06-23 15:17:13.519 7915 9623 W MmsSmsDatabase: Executing query: SELECT
_id, unique_row_id, body, type, thread_id, address, address_device_id,
subject, date_sent, date_received, m_type, msg_box, status, part_count,
ct_l, tr_id, m_size, exp, st, delivery_receipt_count,
mismatched_identities, network_failures, subscription_id, expires_in,
expire_started, notified, transport_type, attachment_id, unique_id, mid,
data_size, file_name, _data, thumbnail, ct, cl, digest, fast_preflight_id,
voice_note, cd, name, pending_push FROM (SELECT DISTINCT date_sent AS
date_sent, date AS date_received, _id, 'SMS::' || _id || '::' || date_sent
AS unique_row_id, NULL AS attachment_id, body, read, thread_id, type,
address, address_device_id, subject, NULL AS m_type, NULL AS msg_box,
status, NULL AS part_count, NULL AS ct_l, NULL AS tr_id, NULL AS m_size,
NULL AS exp, NULL AS st, delivery_receipt_count, mismatched_identities,
subscription_id, expires_in, expire_started, notified, NULL AS
network_failures, 'sms' AS transport_type, NULL AS unique_id, NULL AS mid,
NULL AS data_size, NULL AS file_name, NULL AS _data, NULL AS thumbnail,
NULL AS ct, NULL AS cl, NULL AS digest, NULL AS fast_preflight_id, NULL AS
voice_note, NULL AS cd, NULL AS name, NULL AS pending_push FROM sms WHERE
(read = 0 AND notified = 0) UNION ALL SELECT DISTINCT date AS date_sent,
date_received AS date_received, mms._id AS _id, 'MMS::' || mms._id || '::'
|| date AS unique_row_id, part._id AS attachment_id, body, read, thread_id,
NULL AS type, address, address_device_id, NULL AS subject, m_type, msg_box,
NULL AS status, part_count, ct_l, tr_id, m_size, exp, st,
delivery_receipt_count, mismatched_identities, subscription_id, expires_in,
expire_started, notified, network_failures, 'mms' AS transport_type,
unique_id, mid, data_size, file_name, _data, thumbnail, ct, cl, digest,
fast_preflight_id, voice_note, cd, name, pending_push FROM mms LEFT OUTER
JOIN part ON part._id = (SELECT part._id FROM part WHERE part.mid =
mms._id LIMIT 1) WHERE (read = 0 AND notified = 0) ORDER BY date_received
ASC)
06-23 15:17:13.522 7915 7915 W ConversationAdapter: Bind time: 3
06-23 15:17:13.532 7915 7915 W ConversationAdapter: Bind time: 7
06-23 15:17:13.534 7915 7915 W ConversationAdapter: Bind time: 1
06-23 15:17:13.545 7915 7915 W ConversationAdapter: Bind time: 8
06-23 15:17:13.548 7915 7915 W ConversationAdapter: Bind time: 2
06-23 15:17:13.557 7915 7915 W ConversationAdapter: Bind time: 8
06-23 15:17:13.567 7915 7915 W ConversationAdapter: Bind time: 8
06-23 15:17:13.583 7915 7915 W KeyCachingService: onStartCommand,
org.thoughtcrime.securesms.service.action.ACTIVITY_START_EVENT
06-23 15:17:13.583 7915 7915 W KeyCachingService: Incrementing activity
count...
06-23 15:17:13.585 7915 7915 W MessageRetrievalService: Active Count: 1
06-23 15:17:13.590 7915 7944 W MessageRetrievalService: Network
requirement: true, active activities: 1, push pending: 0, gcm disabled:
false
06-23 15:17:13.591 7915 7944 W MessageRetrievalService: Making websocket
connection....
06-23 15:17:13.592 7915 7944 W WebSocketConnection: WSC connect()...
06-23 15:17:13.619 7915 7915 E SpannableStringBuilder:
SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
06-23 15:17:13.619 7915 7915 E SpannableStringBuilder:
SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
06-23 15:17:13.625 7915 9623 W NotificationState: Added thread: 2
06-23 15:17:13.637 7915 7944 W MessageRetrievalService: Network
requirement: true, active activities: 1, push pending: 0, gcm disabled:
false
06-23 15:17:13.638 7915 9623 W NotificationState:
getAndroidAutoHeardIntent Added thread: 2
06-23 15:17:13.638 7915 7944 W MessageRetrievalService: Reading message...
06-23 15:17:13.778 7915 7926 I art : Background partial concurrent
mark sweep GC freed 8932(473KB) AllocSpace objects, 1(148KB) LOS objects,
29% free, 38MB/54MB, paused 1.936ms total 113.346ms
06-23 15:17:14.734 7915 9632 W WebSocketConnection: onConnected()
06-23 15:17:14.735 7915 9632 W WebSocketConnection: WSC onMessage()
06-23 15:17:14.735 7915 9632 W WebSocketConnection: Message Type: 1
06-23 15:17:15.262 7915 7915 W PassphraseRequiredActionBarActivity:
onPause()
06-23 15:17:15.369 7915 7915 W PassphraseRequiredActionBarActivity:
onDestroy()
06-23 15:17:15.403 7915 7915 W KeyCachingService: onStartCommand,
org.thoughtcrime.securesms.service.action.ACTIVITY_STOP_EVENT
06-23 15:17:15.403 7915 7915 W KeyCachingService: Decrementing activity
count...
06-23 15:17:15.404 7915 7915 W MessageRetrievalService: Active Count: 0
06-23 15:17:15.407 7915 7915 W PassphraseRequiredActionBarActivity:
onCreate(null)
06-23 15:17:15.411 7915 7915 W ExperienceUpgradeActivity:
getExperienceUpgrade(245)
06-23 15:17:15.412 7915 7915 W PassphraseRequiredActionBarActivity:
routeApplicationState(), state: 0
06-23 15:17:15.414 7915 7915 W PassphraseRequiredActionBarActivity:
initializeClearKeyReceiver()
06-23 15:17:15.416 7915 7915 W ConversationActivity: onCreate()
06-23 15:17:15.416 7915 7915 I AppCompatDelegate: You should now use the
AppCompatDelegate.FEATURE_SUPPORT_ACTION_BAR_OVERLAY id when requesting
this feature.
06-23 15:17:15.431 7915 7915 W QuickAttachmentDrawer: updateControlsView()
06-23 15:17:15.565 7915 9649 W PhoneNumberFormatter: Got local CC: AU
06-23 15:17:15.571 7915 11633 W MmsSmsDatabase: Executing query: SELECT
_id, unique_row_id, body, type, thread_id, address, address_device_id,
subject, date_sent, date_received, m_type, msg_box, status, part_count,
ct_l, tr_id, m_size, exp, st, delivery_receipt_count,
mismatched_identities, network_failures, subscription_id, expires_in,
expire_started, notified, transport_type, attachment_id, unique_id, mid,
data_size, file_name, _data, thumbnail, ct, cl, digest, fast_preflight_id,
voice_note, cd, name, pending_push FROM (SELECT DISTINCT date_sent AS
date_sent, date AS date_received, _id, 'SMS::' || _id || '::' || date_sent
AS unique_row_id, NULL AS attachment_id, body, read, thread_id, type,
address, address_device_id, subject, NULL AS m_type, NULL AS msg_box,
status, NULL AS part_count, NULL AS ct_l, NULL AS tr_id, NULL AS m_size,
NULL AS exp, NULL AS st, delivery_receipt_count, mismatched_identities,
subscription_id, expires_in, expire_started, notified, NULL AS
network_failures, 'sms' AS transport_type, NULL AS unique_id, NULL AS mid,
NULL AS data_size, NULL AS file_name, NULL AS _data, NULL AS thumbnail,
NULL AS ct, NULL AS cl, NULL AS digest, NULL AS fast_preflight_id, NULL AS
voice_note, NULL AS cd, NULL AS name, NULL AS pending_push FROM sms WHERE
(thread_id = 2) UNION ALL SELECT DISTINCT date AS date_sent, date_received
AS date_received, mms._id AS _id, 'MMS::' || mms._id || '::' || date AS
unique_row_id, part._id AS attachment_id, body, read, thread_id, NULL AS
type, address, address_device_id, NULL AS subject, m_type, msg_box, NULL AS
status, part_count, ct_l, tr_id, m_size, exp, st, delivery_receipt_count,
mismatched_identities, subscription_id, expires_in, expire_started,
notified, network_failures, 'mms' AS transport_type, unique_id, mid,
data_size, file_name, _data, thumbnail, ct, cl, digest, fast_preflight_id,
voice_note, cd, name, pending_push FROM mms LEFT OUTER JOIN part ON
part._id = (SELECT part._id FROM part WHERE part.mid = mms._id LIMIT 1)
WHERE (thread_id = 2) ORDER BY date_received DESC LIMIT 500)
06-23 15:17:15.572 7915 7915 W PassphraseRequiredActionBarActivity:
onResume()
06-23 15:17:15.589 7915 7915 W ConversationActivity: onResume() Finished:
1498195035589
06-23 15:17:15.610 7915 9623 W MmsSmsDatabase: Executing query: SELECT
_id, unique_row_id, body, type, thread_id, address, address_device_id,
subject, date_sent, date_received, m_type, msg_box, status, part_count,
ct_l, tr_id, m_size, exp, st, delivery_receipt_count,
mismatched_identities, network_failures, subscription_id, expires_in,
expire_started, notified, transport_type, attachment_id, unique_id, mid,
data_size, file_name, _data, thumbnail, ct, cl, digest, fast_preflight_id,
voice_note, cd, name, pending_push FROM (SELECT DISTINCT date_sent AS
date_sent, date AS date_received, _id, 'SMS::' || _id || '::' || date_sent
AS unique_row_id, NULL AS attachment_id, body, read, thread_id, type,
address, address_device_id, subject, NULL AS m_type, NULL AS msg_box,
status, NULL AS part_count, NULL AS ct_l, NULL AS tr_id, NULL AS m_size,
NULL AS exp, NULL AS st, delivery_receipt_count, mismatched_identities,
subscription_id, expires_in, expire_started, notified, NULL AS
network_failures, 'sms' AS transport_type, NULL AS unique_id, NULL AS mid,
NULL AS data_size, NULL AS file_name, NULL AS _data, NULL AS thumbnail,
NULL AS ct, NULL AS cl, NULL AS digest, NULL AS fast_preflight_id, NULL AS
voice_note, NULL AS cd, NULL AS name, NULL AS pending_push FROM sms WHERE
(read = 0 AND notified = 0) UNION ALL SELECT DISTINCT date AS date_sent,
date_received AS date_received, mms._id AS _id, 'MMS::' || mms._id || '::'
|| date AS unique_row_id, part._id AS attachment_id, body, read, thread_id,
NULL AS type, address, address_device_id, NULL AS subject, m_type, msg_box,
NULL AS status, part_count, ct_l, tr_id, m_size, exp, st,
delivery_receipt_count, mismatched_identities, subscription_id, expires_in,
expire_started, notified, network_failures, 'mms' AS transport_type,
unique_id, mid, data_size, file_name, _data, thumbnail, ct, cl, digest,
fast_preflight_id, voice_note, cd, name, pending_push FROM mms LEFT OUTER
JOIN part ON part._id = (SELECT part._id FROM part WHERE part.mid =
mms._id LIMIT 1) WHERE (read = 0 AND notified = 0) ORDER BY date_received
ASC)
06-23 15:17:15.621 7915 7915 W KeyboardAwareLinearLayout: rotation changed
06-23 15:17:15.622 7915 7915 W KeyboardAwareLinearLayout:
onKeyboardClose()
06-23 15:17:15.651 7915 7936 W MultiDeviceReadUpdateJob: Not multi
device...
06-23 15:17:15.660 7915 7915 W CameraView: skipping layout due to
zero-width/height preview size
06-23 15:17:15.667 7915 7915 W KeyCachingService: onStartCommand,
org.thoughtcrime.securesms.service.action.ACTIVITY_START_EVENT
06-23 15:17:15.667 7915 7915 W KeyCachingService: Incrementing activity
count...
06-23 15:17:15.668 7915 7915 W MessageRetrievalService: Active Count: 1
06-23 15:17:15.695 7915 7915 W ConversationFragment: onLoadFinished
06-23 15:17:15.697 7915 9621 W RecipientPreferenceDatabase: Muted until:
1495943879600
06-23 15:17:15.721 7915 7915 W ConversationAdapter: Inflate time: 12
06-23 15:17:15.741 7915 7915 W ConversationAdapter: Bind time: 20
06-23 15:17:15.758 7915 7915 W ConversationAdapter: Inflate time: 12
06-23 15:17:15.772 7915 7915 W ConversationAdapter: Bind time: 14
06-23 15:17:15.787 7915 7915 W ConversationAdapter: Inflate time: 9
06-23 15:17:15.788 7915 7915 W ConversationAdapter: Bind time: 1
06-23 15:17:15.801 7915 7915 W ConversationAdapter: Inflate time: 9
06-23 15:17:15.802 7915 7915 W ConversationAdapter: Bind time: 1
06-23 15:17:15.818 7915 7915 W ConversationAdapter: Inflate time: 13
06-23 15:17:15.819 7915 7915 W ConversationAdapter: Bind time: 1
06-23 15:17:15.861 7915 7915 W ConversationActivity:
updateInviteReminder(false)
06-23 15:17:15.861 7915 7915 W ConversationActivity:
updateDefaultSubscriptionId(null)
06-23 15:17:15.890 7915 7915 W IInputConnectionWrapper:
finishComposingText on inactive InputConnection
06-23 15:17:15.890 7915 7915 W IInputConnectionWrapper: getExtractedText
on inactive InputConnection
06-23 15:17:15.893 7915 7915 W IInputConnectionWrapper:
getTextBeforeCursor on inactive InputConnection
06-23 15:17:15.894 7915 7915 W IInputConnectionWrapper: getSelectedText
on inactive InputConnection
06-23 15:17:15.895 7915 7915 W IInputConnectionWrapper:
getTextAfterCursor on inactive InputConnection
06-23 15:17:15.916 7915 7915 W EventBus: Subscriber to unregister was not
registered before: class org.thoughtcrime.securesms.ConversationActivity
06-23 15:17:15.919 7915 7915 W PassphraseRequiredActionBarActivity:
onDestroy()
06-23 15:17:15.929 7915 9623 W MmsSmsDatabase: Executing query: SELECT
_id, unique_row_id, body, type, thread_id, address, address_device_id,
subject, date_sent, date_received, m_type, msg_box, status, part_count,
ct_l, tr_id, m_size, exp, st, delivery_receipt_count,
mismatched_identities, network_failures, subscription_id, expires_in,
expire_started, notified, transport_type, attachment_id, unique_id, mid,
data_size, file_name, _data, thumbnail, ct, cl, digest, fast_preflight_id,
voice_note, cd, name, pending_push FROM (SELECT DISTINCT date_sent AS
date_sent, date AS date_received, _id, 'SMS::' || _id || '::' || date_sent
AS unique_row_id, NULL AS attachment_id, body, read, thread_id, type,
address, address_device_id, subject, NULL AS m_type, NULL AS msg_box,
status, NULL AS part_count, NULL AS ct_l, NULL AS tr_id, NULL AS m_size,
NULL AS exp, NULL AS st, delivery_receipt_count, mismatched_identities,
subscription_id, expires_in, expire_started, notified, NULL AS
network_failures, 'sms' AS transport_type, NULL AS unique_id, NULL AS mid,
NULL AS data_size, NULL AS file_name, NULL AS _data, NULL AS thumbnail,
NULL AS ct, NULL AS cl, NULL AS digest, NULL AS fast_preflight_id, NULL AS
voice_note, NULL AS cd, NULL AS name, NULL AS pending_push FROM sms WHERE
(thread_id = 1) UNION ALL SELECT DISTINCT date AS date_sent, date_received
AS date_received, mms._id AS _id, 'MMS::' || mms._id || '::' || date AS
unique_row_id, part._id AS attachment_id, body, read, thread_id, NULL AS
type, address, address_device_id, NULL AS subject, m_type, msg_box, NULL AS
status, part_count, ct_l, tr_id, m_size, exp, st, delivery_receipt_count,
mismatched_identities, subscription_id, expires_in, expire_started,
notified, network_failures, 'mms' AS transport_type, unique_id, mid,
data_size, file_name, _data, thumbnail, ct, cl, digest, fast_preflight_id,
voice_note, cd, name, pending_push FROM mms LEFT OUTER JOIN part ON
part._id = (SELECT part._id FROM part WHERE part.mid = mms._id LIMIT 1)
WHERE (thread_id = 1) ORDER BY date_received DESC LIMIT 1)
06-23 15:17:15.930 7915 7915 E SpannableStringBuilder:
SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
06-23 15:17:15.930 7915 7915 E SpannableStringBuilder:
SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
06-23 15:17:15.976 7915 9457 W WebSocketConnection: Sending keep alive...
06-23 15:17:17.975 7915 7915 W AudioView: playbutton onClick
06-23 15:17:17.997 7915 7915 W MediaPlayer: Couldn't open
http://127.0.0.1:46744/d7666f0a2f9eb968c9d396283d3a02cd:
java.io.FileNotFoundException: No content provider:
http://127.0.0.1:46744/d7666f0a2f9eb968c9d396283d3a02cd
06-23 15:17:18.012 7915 7927 I MediaHTTPConnection: proxyName: 0.0.0.0 0
06-23 15:17:18.015 7915 9653 I AttachmentServer: Header: connection :
Keep-Alive
06-23 15:17:18.015 7915 9653 I AttachmentServer: Header: host :
127.0.0.1:46744
06-23 15:17:18.016 7915 9653 I AttachmentServer: Header: accept-encoding
: gzip
06-23 15:17:18.016 7915 9653 I AttachmentServer: Header: user-agent :
stagefright/1.2 (Linux;Android 7.0)
06-23 15:17:18.020 7915 9653 I AttachmentServer: headers: HTTP/1.1 200 OK
06-23 15:17:18.020 7915 9653 I AttachmentServer: Content-Type: audio/aac
06-23 15:17:18.020 7915 9653 I AttachmentServer: Accept-Ranges: bytes
06-23 15:17:18.020 7915 9653 I AttachmentServer: Content-Length: 42850
06-23 15:17:18.020 7915 9653 I AttachmentServer: Connection: Keep-Alive
06-23 15:17:18.020 7915 9653 I AttachmentServer:
06-23 15:17:18.048 7915 27576 E MediaPlayer: error (1, -2147483648)
06-23 15:17:18.058 7915 7915 E MediaPlayer: Error (1,-2147483648)
06-23 15:17:18.058 7915 7915 W AudioSlidePlayer: MediaPlayer Error: 1 ,
-2147483648
06-23 15:17:20.407 7915 7915 W AudioView: playbutton onClick
06-23 15:17:20.415 7915 7915 W MediaPlayer: Couldn't open
http://127.0.0.1:37389/5761b72d6356dc7b75ce2a78d9682d2c:
java.io.FileNotFoundException: No content provider:
http://127.0.0.1:37389/5761b72d6356dc7b75ce2a78d9682d2c
06-23 15:17:20.423 7915 7927 I MediaHTTPConnection: proxyName: 0.0.0.0 0
06-23 15:17:20.442 7915 9661 I AttachmentServer: Header: connection :
Keep-Alive
06-23 15:17:20.442 7915 9661 I AttachmentServer: Header: host :
127.0.0.1:37389
06-23 15:17:20.442 7915 9661 I AttachmentServer: Header: accept-encoding
: gzip
06-23 15:17:20.442 7915 9661 I AttachmentServer: Header: user-agent :
stagefright/1.2 (Linux;Android 7.0)
06-23 15:17:20.447 7915 9661 I AttachmentServer: headers: HTTP/1.1 200 OK
06-23 15:17:20.447 7915 9661 I AttachmentServer: Content-Type: audio/mpeg
06-23 15:17:20.447 7915 9661 I AttachmentServer: Accept-Ranges: bytes
06-23 15:17:20.447 7915 9661 I AttachmentServer: Content-Length: 127477
06-23 15:17:20.447 7915 9661 I AttachmentServer: Connection: Keep-Alive
06-23 15:17:20.447 7915 9661 I AttachmentServer:
06-23 15:17:20.472 7915 7915 D MediaPlayer: setSubtitleAnchor in
MediaPlayer
06-23 15:17:20.478 7915 7915 W AudioSlidePlayer: onPrepared
06-23 15:17:20.548 7915 7926 I art : Background partial concurrent
mark sweep GC freed 29016(2MB) AllocSpace objects, 18(792KB) LOS objects,
28% free, 39MB/55MB, paused 1.884ms total 120.721ms
06-23 15:17:23.040 7915 9653 W AttachmentServer:
06-23 15:17:23.040 7915 9653 W AttachmentServer:
java.net.SocketTimeoutException: Accept timed out
06-23 15:17:23.040 7915 9653 W AttachmentServer: at
java.net.PlainSocketImpl.socketAccept(Native Method)
06-23 15:17:23.040 7915 9653 W AttachmentServer: at
java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:430)
06-23 15:17:23.040 7915 9653 W AttachmentServer: at
java.net.ServerSocket.implAccept(ServerSocket.java:531)
06-23 15:17:23.040 7915 9653 W AttachmentServer: at
java.net.ServerSocket.accept(ServerSocket.java:499)
06-23 15:17:23.040 7915 9653 W AttachmentServer: at
org.thoughtcrime.securesms.attachments.AttachmentServer.run(AttachmentServer.java:84)
06-23 15:17:23.040 7915 9653 W AttachmentServer: at
java.lang.Thread.run(Thread.java:761)
06-23 15:17:23.040 7915 9653 D AttachmentServer: Proxy interrupted.
Shutting down.
06-23 15:17:25.470 7915 9661 W AttachmentServer:
06-23 15:17:25.470 7915 9661 W AttachmentServer:
java.net.SocketTimeoutException: Accept timed out
06-23 15:17:25.470 7915 9661 W AttachmentServer: at
java.net.PlainSocketImpl.socketAccept(Native Method)
06-23 15:17:25.470 7915 9661 W AttachmentServer: at
java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:430)
06-23 15:17:25.470 7915 9661 W AttachmentServer: at
java.net.ServerSocket.implAccept(ServerSocket.java:531)
06-23 15:17:25.470 7915 9661 W AttachmentServer: at
java.net.ServerSocket.accept(ServerSocket.java:499)
06-23 15:17:25.470 7915 9661 W AttachmentServer: at
org.thoughtcrime.securesms.attachments.AttachmentServer.run(AttachmentServer.java:84)
06-23 15:17:25.470 7915 9661 W AttachmentServer: at
java.lang.Thread.run(Thread.java:761)
06-23 15:17:26.880 7915 7915 W art : Before Android 4.1, method int
android.support.v7.widget.ListViewCompat.lookForSelectablePosition(int,
boolean) would have incorrectly overridden the package-private method in
android.widget.ListView
06-23 15:17:27.052 7915 7915 W AudioSlidePlayer: onComplete
06-23 15:17:30.472 7915 9661 W AttachmentServer:
06-23 15:17:30.472 7915 9661 W AttachmentServer:
java.net.SocketTimeoutException: Accept timed out
06-23 15:17:30.472 7915 9661 W AttachmentServer: at
java.net.PlainSocketImpl.socketAccept(Native Method)
06-23 15:17:30.472 7915 9661 W AttachmentServer: at
java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:430)
06-23 15:17:30.472 7915 9661 W AttachmentServer: at
java.net.ServerSocket.implAccept(ServerSocket.java:531)
06-23 15:17:30.472 7915 9661 W AttachmentServer: at
java.net.ServerSocket.accept(ServerSocket.java:499)
06-23 15:17:30.472 7915 9661 W AttachmentServer: at
org.thoughtcrime.securesms.attachments.AttachmentServer.run(AttachmentServer.java:84)
06-23 15:17:30.472 7915 9661 W AttachmentServer: at
java.lang.Thread.run(Thread.java:761)
06-23 15:17:30.472 7915 9661 D AttachmentServer: Proxy interrupted.
Shutting down.
06-23 15:17:31.633 7915 7915 W PassphraseRequiredActionBarActivity:
onPause()
06-23 15:17:31.636 7915 7915 W AudioSlidePlayer: Stop called!
06-23 15:17:31.662 7915 7915 W ConversationAdapter: Inflate time: 10
06-23 15:17:31.664 7915 7915 W ConversationAdapter: Bind time: 2
06-23 15:17:31.676 7915 7915 W KeyCachingService: onStartCommand,
org.thoughtcrime.securesms.service.action.ACTIVITY_STOP_EVENT
06-23 15:17:31.676 7915 7915 W KeyCachingService: Decrementing activity
count...
06-23 15:17:31.676 7915 7915 W MessageRetrievalService: Active Count: 0
06-23 15:17:31.679 7915 7915 W PassphraseRequiredActionBarActivity:
onCreate(null)
06-23 15:17:31.682 7915 7915 W ExperienceUpgradeActivity:
getExperienceUpgrade(245)
06-23 15:17:31.685 7915 7915 W PassphraseRequiredActionBarActivity:
routeApplicationState(), state: 0
06-23 15:17:31.689 7915 7915 W PassphraseRequiredActionBarActivity:
initializeClearKeyReceiver()
06-23 15:17:31.712 7915 7915 W PassphraseRequiredActionBarActivity:
onResume()
06-23 15:17:31.768 7915 7915 W KeyCachingService: onStartCommand,
org.thoughtcrime.securesms.service.action.ACTIVITY_START_EVENT
06-23 15:17:31.769 7915 7915 W KeyCachingService: Incrementing activity
count...
06-23 15:17:31.769 7915 7915 W MessageRetrievalService: Active Count: 1
06-23 15:17:32.039 7915 7915 W IInputConnectionWrapper:
finishComposingText on inactive InputConnection
06-23 15:17:32.194 7915 7915 W EventBus: Subscriber to unregister was not
registered before: class org.thoughtcrime.securesms.ConversationActivity
06-23 15:17:32.196 7915 7915 W PassphraseRequiredActionBarActivity:
onDestroy()
06-23 15:17:32.199 7915 9621 W MmsSmsDatabase: Executing query: SELECT
_id, unique_row_id, body, type, thread_id, address, address_device_id,
subject, date_sent, date_received, m_type, msg_box, status, part_count,
ct_l, tr_id, m_size, exp, st, delivery_receipt_count,
mismatched_identities, network_failures, subscription_id, expires_in,
expire_started, notified, transport_type, attachment_id, unique_id, mid,
data_size, file_name, _data, thumbnail, ct, cl, digest, fast_preflight_id,
voice_note, cd, name, pending_push FROM (SELECT DISTINCT date_sent AS
date_sent, date AS date_received, _id, 'SMS::' || _id || '::' || date_sent
AS unique_row_id, NULL AS attachment_id, body, read, thread_id, type,
address, address_device_id, subject, NULL AS m_type, NULL AS msg_box,
status, NULL AS part_count, NULL AS ct_l, NULL AS tr_id, NULL AS m_size,
NULL AS exp, NULL AS st, delivery_receipt_count, mismatched_identities,
subscription_id, expires_in, expire_started, notified, NULL AS
network_failures, 'sms' AS transport_type, NULL AS unique_id, NULL AS mid,
NULL AS data_size, NULL AS file_name, NULL AS _data, NULL AS thumbnail,
NULL AS ct, NULL AS cl, NULL AS digest, NULL AS fast_preflight_id, NULL AS
voice_note, NULL AS cd, NULL AS name, NULL AS pending_push FROM sms WHERE
(thread_id = 2) UNION ALL SELECT DISTINCT date AS date_sent, date_received
AS date_received, mms._id AS _id, 'MMS::' || mms._id || '::' || date AS
unique_row_id, part._id AS attachment_id, body, read, thread_id, NULL AS
type, address, address_device_id, NULL AS subject, m_type, msg_box, NULL AS
status, part_count, ct_l, tr_id, m_size, exp, st, delivery_receipt_count,
mismatched_identities, subscription_id, expires_in, expire_started,
notified, network_failures, 'mms' AS transport_type, unique_id, mid,
data_size, file_name, _data, thumbnail, ct, cl, digest, fast_preflight_id,
voice_note, cd, name, pending_push FROM mms LEFT OUTER JOIN part ON
part._id = (SELECT part._id FROM part WHERE part.mid = mms._id LIMIT 1)
WHERE (thread_id = 2) ORDER BY date_received DESC LIMIT 1)
06-23 15:17:33.758 7915 7915 W PassphraseRequiredActionBarActivity:
onPause()
06-23 15:17:33.776 7915 7915 W KeyCachingService: onStartCommand,
org.thoughtcrime.securesms.service.action.ACTIVITY_STOP_EVENT
06-23 15:17:33.776 7915 7915 W KeyCachingService: Decrementing activity
count...
06-23 15:17:33.776 7915 7915 W MessageRetrievalService: Active Count: 0
06-23 15:17:33.784 7915 7915 W PassphraseRequiredActionBarActivity:
onCreate(null)
06-23 15:17:33.786 7915 7915 W ExperienceUpgradeActivity:
getExperienceUpgrade(245)
06-23 15:17:33.787 7915 7915 W PassphraseRequiredActionBarActivity:
routeApplicationState(), state: 0
06-23 15:17:33.789 7915 7915 W PassphraseRequiredActionBarActivity:
initializeClearKeyReceiver()
06-23 15:17:33.836 7915 7915 W PassphraseRequiredActionBarActivity:
onResume()
06-23 15:17:33.954 7915 7915 W KeyCachingService: onStartCommand,
org.thoughtcrime.securesms.service.action.ACTIVITY_START_EVENT
06-23 15:17:33.954 7915 7915 W KeyCachingService: Incrementing activity
count...
06-23 15:17:33.954 7915 7915 W MessageRetrievalService: Active Count: 1
06-23 15:17:34.094 7915 8037 D OpenGLRenderer: endAllActiveAnimators on
0x9840bc00 (MenuPopupWindow$MenuDropDownListView) with handle 0x9453bcc0
06-23 15:17:37.435 7915 7915 W PassphraseRequiredActionBarActivity:
onPause()
06-23 15:17:37.453 7915 7915 W KeyCachingService: onStartCommand,
org.thoughtcrime.securesms.service.action.ACTIVITY_STOP_EVENT
06-23 15:17:37.453 7915 7915 W KeyCachingService: Decrementing activity
count...
06-23 15:17:37.453 7915 7915 W MessageRetrievalService: Active Count: 0
06-23 15:17:37.614 7915 8037 D OpenGLRenderer: endAllActiveAnimators on
0x8e29f700 (ListView) with handle 0x94dd9fe0
06-23 15:17:37.621 7915 7915 E SpannableStringBuilder:
SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
06-23 15:17:37.621 7915 7915 E SpannableStringBuilder:
SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
On 23 Jun. 2017 2:37 pm, "PiCob" notifications@github.com wrote:
Are you using a Moto G4 as well? In case you could provide debug logs for
playing an audio message sent from another phone and right after that
playing one sent from desktop so we could check what's the difference...—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/WhisperSystems/Signal-Android/issues/6263#issuecomment-310569172,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AYt2g3P-G-vECplj2iVLOxBRvr8TS4MEks5sG0EIgaJpZM4MG02s
.
Thanks. It seems Signal Desktop sends audio messages as "audio/mpeg" instead of "audio/aac" (like when sent from a phone):
06-23 15:17:20.447 7915 9661 I AttachmentServer: Content-Type: audio/mpeg
That's why audio messages sent from Desktop do work (the phone doesn't have to deal with the AAC codec, which it is obviously causing problems on the Android 7.0 stock ROM on Moto G4).
Can anyone with a Moto G4 Play with Android 7.1.1 confirm if this is still happening even with 7.1?
I dug into this issue a bit with my G4 running 7.0 stock and it's seemingly something with the way the system MediaPlayer handles streaming aac content. I made a simple app to confirm that this is unrelated to anything else within Signal.
Streaming an aac from a http server will give the usual errors:
mediaPlayer.setDataSource("http://techslides.com/demos/samples/sample.aac");
I ExtendedGenericSource: CreatePersistentSource uid 10154 url http://techslides.com/demos/samples/sample.aac
I ExtendedGenericSource: Create persistent source object
I MediaHTTPConnection: proxyName: 0.0.0.0 0
D NetworkSecurityConfig: No Network Security Config specified, using platform default
I NuCachedSource2: caching reached eos.
W QComExtractorFactory: Not matched with any sniff above, lets try other sniffs
I QComExtractorFactory: Sniff: Set key to use qti parser
I ExtendedExtractor: ExtendedExtractor::create 0x0
E GenericSource: Failed to init from data source!
D NuPlayerDriver: notifyListener_l(0xac4fda20), (100, 1, -2147483648), loop setting(0, 0)
E MediaPlayer: error (1, -2147483648)
Whereas the same aac file plays fine from the sdcard
mediaPlayer.setDataSource("/sdcard/sample.aac");
Playing an mp3 from a webserver works fine:
mediaPlayer.setDataSource("http://techslides.com/demos/samples/sample.mp3");
I ExtendedGenericSource: CreatePersistentSource uid 10154 url http://techslides.com/demos/samples/sample.mp3
I ExtendedGenericSource: Persistent source is in use, create new source
I MediaHTTPConnection: proxyName: 0.0.0.0 0
D NetworkSecurityConfig: No Network Security Config specified, using platform default
I NuCachedSource2: caching reached eos.
W QComExtractorFactory: Not matched with any sniff above, lets try other sniffs
D GenericSource: stopBufferingIfNecessary_l, mBuffering=0
D NuPlayerDriver: notifyListener_l(0xac4fd7e0), (3, 100, 0), loop setting(0, 0)
D NuPlayerDriver: notifyListener_l(0xac4fd7e0), (1, 0, 0), loop setting(0, 0)
D MediaPlayer: setSubtitleAnchor in MediaPlayer
D NuPlayerDriver: start(0xac4fd7e0), state is 4, eos is 0
I GenericSource: start
The error persists regardless of the HTTP response: changing the Content-Type header from "application/octet-stream" to "audio/aac", or "audio/mpeg" has no effect.
Meanwhile, replacing the aac with an mp3 works even if the URL and Content-Type suggest that it's an aac: If you rename an mp3 to sample.aac and put it at "http://myhost/sample.aac" and serve it up as Content-Type "audio/aac", it will still play just fine.
So something broken with the way the system identifies the AAC stream and it affects not just audio messages, but also any aac files that are sent as attachments.
Of course, the message data is already local and doesn't need to be served from a URL, but I don't know the security implications of writing the data to a file and then playing it from there, or the memory implications of holding it in a buffer and serving it through a MediaDataSource.
I have the same issue on my Moto G4. I can play other people's voice messages but not the ones that I record myself, as I just see the message "Error playing audio!".
My Phone:
Signal Version: 4.10.12
Signal Debug Log:
https://gist.github.com/anonymous/e6fabc91a3d2fba86ec8e65656557e78
Was this ever resolved?
I confirm I still have the same problem. I submitted via the internal system my logs yesterday. I have basically the same setup as the user above:
Log: https://gist.github.com/3ad63027c5a6f6c8c9ec43fd31bfd575
Thanks for your work, looking forward to have this solved!
Still an issue for me on a Moto G5 plus.
Update 21/12/2017: Upgrading to the beta seemed to resolve the issue for me. However, not for a friend with an Oppo phone.
@humanfactors Yup same here on Moto G4, but I would suggest we stop pointing that out every update to prevent the issue from getting locked because then we're never getting this fixed 😃
Same thing, same phone; when saving the file, it is possible to play it on VLC... as a workaround.
Same thing here on a Mate 10 Pro.
The files can be downloaded and played from a regular music player without any issues. Is anybody actually working on this?
Update: Installing the Beta did not help either. Can I help to investigate on this?
Same here on Mate 10 Pro. Just as @straylight23 described.
Same issue here:
Device : HUAWEI MHA-L29 (MHA-L29)
Android : 8.0.0 (363(C432), MHA-L29 8.0.0.363(C432))
Memory : 26M (48.44% free, 512M max)
Memclass: 384
OS Host : wuhjk0390cna
App : Signal 4.16.9
GitHub Issue Cleanup:
See #7598 for more information.
Most helpful comment
Was this ever resolved?