Skip to content

Instantly share code, notes, and snippets.

/cat.log Secret

Created January 2, 2016 22:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/56a0cea4c0c3157dfbcb to your computer and use it in GitHub Desktop.
Save anonymous/56a0cea4c0c3157dfbcb to your computer and use it in GitHub Desktop.
Device : samsung SAMSUNG-SM-N910A (trlteuc)
Android : 5.1.1 (N910AUCU2DOI2, LMY47X.N910AUCU2DOI2)
Memory : 58M (0.27% used, 256M max)
Memclass: 256
OS Host : SWHD4014
App : SMSSecure 0.13.0
--------- beginning of main
W/TAG ( 3126): threadIds length: 1
W/MarkReadReceiver( 3126): Marking as read: 1
W/MmsSmsDatabase( 3126): 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, date_delivery_received, mismatched_identities, network_failures, transport_type, attachment_id, unique_id, mid, data_size, _data, ct, cl, cd, name, pending_push FROM (SELECT DISTINCT date_sent AS date_sent, date AS date_received, _id, '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, date_delivery_received, mismatched_identities, NULL AS network_failures, 'sms' AS transport_type, NULL AS unique_id, NULL AS mid, NULL AS data_size, NULL AS _data, NULL AS ct, NULL AS cl, NULL AS cd, NULL AS name, NULL AS pending_push FROM sms WHERE (read = 0) UNION ALL SELECT DISTINCT date AS date_sent, date_received AS date_received, mms._id AS _id, '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, date_delivery_received, mismatched_identities, network_failures, 'mms' AS transport_type, unique_id, NULL AS mid, data_size, NULL AS _data, ct, cl, cd, name, pending_push FROM mms LEFT OUTER JOIN part ON part._id = (SELECT part._id FROM part WHERE part.mid = mms._id LIMIT 1) WHERE (read = 0) ORDER BY date_received ASC)
W/MmsBodyProvider( 3126): openFile(content://org.smssecure.provider.smssecure.mms/mms/1451773976610, w)
W/MmsBodyProvider( 3126): Fetching message body for a single row...
W/MmsBodyProvider( 3126): returning file /data/data/org.smssecure.smssecure/cache/1451773976610.mmsbody
W/LollipopMmsConnection( 3126): onReceive()
W/IncomingLollipopMmsConnection( 3126): HTTP status: -1
W/IncomingLollipopMmsConnection( 3126): code: -1, result string: null
W/MmsBodyProvider( 3126): openFile(content://org.smssecure.provider.smssecure.mms/mms/1451773976610, r)
W/MmsBodyProvider( 3126): Fetching message body for a single row...
W/MmsBodyProvider( 3126): returning file /data/data/org.smssecure.smssecure/cache/1451773976610.mmsbody
W/PduParser( 3126): parse() called...
W/PduParser( 3126): Message Type: 132
W/PduParser( 3126): Parsing parts...
V/PduParser( 3126): Not supported Part headers: 156
W/PduParser( 3126): config_mms_content_disposition_support ID: 0
W/PduParser( 3126): Content Disposition supported: false
V/PduParser( 3126): Not supported Part headers: 20
W/MmsCipher( 3126): Attempting truncated decrypt...
W/MmsDownloadJob( 3126): org.whispersystems.libaxolotl.InvalidMessageException: com.google.protobuf.InvalidProtocolBufferException: While parsing a protocol message, the input ended unexpectedly in the middle of a field. This could mean either than the input has been truncated or that an embedded message misreported its own length.
W/MmsDownloadJob( 3126): at org.whispersystems.libaxolotl.protocol.WhisperMessage.<init>(WhisperMessage.java:79)
W/MmsDownloadJob( 3126): at org.smssecure.smssecure.crypto.MmsCipher.decrypt(MmsCipher.java:74)
W/MmsDownloadJob( 3126): at org.smssecure.smssecure.jobs.MmsDownloadJob.onRun(MmsDownloadJob.java:122)
W/MmsDownloadJob( 3126): at org.smssecure.smssecure.jobs.MasterSecretJob.onRun(MasterSecretJob.java:18)
W/MmsDownloadJob( 3126): at org.whispersystems.jobqueue.JobConsumer.runJob(JobConsumer.java:76)
W/MmsDownloadJob( 3126): at org.whispersystems.jobqueue.JobConsumer.run(JobConsumer.java:46)
W/MmsDownloadJob( 3126): Caused by: com.google.protobuf.InvalidProtocolBufferException: While parsing a protocol message, the input ended unexpectedly in the middle of a field. This could mean either than the input has been truncated or that an embedded message misreported its own length.
W/MmsDownloadJob( 3126): at com.google.protobuf.CodedInputStream.readRawBytes(CodedInputStream.java:789)
W/MmsDownloadJob( 3126): at com.google.protobuf.CodedInputStream.readBytes(CodedInputStream.java:329)
W/MmsDownloadJob( 3126): at org.whispersystems.libaxolotl.protocol.WhisperProtos$WhisperMessage.<init>(WhisperProtos.java:122)
W/MmsDownloadJob( 3126): at org.whispersystems.libaxolotl.protocol.WhisperProtos$WhisperMessage.<init>(WhisperProtos.java:57)
W/MmsDownloadJob( 3126): at org.whispersystems.libaxolotl.protocol.WhisperProtos$WhisperMessage$1.parsePartialFrom(WhisperProtos.java:155)
W/MmsDownloadJob( 3126): at org.whispersystems.libaxolotl.protocol.WhisperProtos$WhisperMessage$1.parsePartialFrom(WhisperProtos.java:150)
W/MmsDownloadJob( 3126): at com.google.protobuf.AbstractParser.parsePartialFrom(AbstractParser.java:141)
W/MmsDownloadJob( 3126): at com.google.protobuf.AbstractParser.parseFrom(AbstractParser.java:176)
W/MmsDownloadJob( 3126): at com.google.protobuf.AbstractParser.parseFrom(AbstractParser.java:188)
W/MmsDownloadJob( 3126): at com.google.protobuf.AbstractParser.parseFrom(AbstractParser.java:193)
W/MmsDownloadJob( 3126): at com.google.protobuf.AbstractParser.parseFrom(AbstractParser.java:49)
W/MmsDownloadJob( 3126): at org.whispersystems.libaxolotl.protocol.WhisperProtos$WhisperMessage.parseFrom(WhisperProtos.java:309)
W/MmsDownloadJob( 3126): at org.whispersystems.libaxolotl.protocol.WhisperMessage.<init>(WhisperMessage.java:63)
W/MmsDownloadJob( 3126): ... 5 more
W/MmsSmsDatabase( 3126): 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, date_delivery_received, mismatched_identities, network_failures, transport_type, attachment_id, unique_id, mid, data_size, _data, ct, cl, cd, name, pending_push FROM (SELECT DISTINCT date_sent AS date_sent, date AS date_received, _id, '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, date_delivery_received, mismatched_identities, NULL AS network_failures, 'sms' AS transport_type, NULL AS unique_id, NULL AS mid, NULL AS data_size, NULL AS _data, NULL AS ct, NULL AS cl, NULL AS cd, NULL AS name, NULL AS pending_push FROM sms WHERE (thread_id = 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, date_delivery_received, mismatched_identities, network_failures, 'mms' AS transport_type, unique_id, NULL AS mid, data_size, NULL AS _data, ct, cl, cd, name, pending_push FROM mms LEFT OUTER JOIN part ON part._id = (SELECT part._id FROM part WHERE part.mid = mms._id LIMIT 1) WHERE (thread_id = 1) ORDER BY date_received DESC LIMIT 1)
W/PassphraseRequiredActionBarActivity( 3126): onResume()
D/SRIB_DCS( 3126): log_dcs ThreadedRenderer::initialize entered!
W/KeyCachingService( 3126): onStartCommand, org.smssecure.smssecure.service.action.ACTIVITY_START_EVENT
W/KeyCachingService( 3126): Incrementing activity count...
I/Timeline( 3126): Timeline: Activity_idle id: android.os.BinderProxy@2a87db72 time:21983342
D/ViewRootImpl( 3126): ViewPostImeInputStage ACTION_DOWN
I/Timeline( 3126): Timeline: Activity_launch_request id:org.smssecure.smssecure time:21985613
W/PassphraseRequiredActionBarActivity( 3126): onPause()
W/KeyCachingService( 3126): onStartCommand, org.smssecure.smssecure.service.action.ACTIVITY_STOP_EVENT
W/KeyCachingService( 3126): Decrementing activity count...
W/PassphraseRequiredActionBarActivity( 3126): onCreate(null)
W/PassphraseRequiredActionBarActivity( 3126): routeApplicationState(), state: 0
D/PhoneWindow( 3126): *FMB* installDecor mIsFloating : false
D/PhoneWindow( 3126): *FMB* installDecor flags : -2139029248
W/PassphraseRequiredActionBarActivity( 3126): initializeClearKeyReceiver()
W/ConversationActivity( 3126): onCreate()
D/AbsSeekBar( 3126): AbsSeekBar Constructor: mAllowedSeeBarAnimation = false
W/CanonicalAddressDatabase( 3126): Hitting DB on query [ADDRESS]
W/PassphraseRequiredActionBarActivity( 3126): onResume()
W/MmsSmsDatabase( 3126): 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, date_delivery_received, mismatched_identities, network_failures, transport_type, attachment_id, unique_id, mid, data_size, _data, ct, cl, cd, name, pending_push FROM (SELECT DISTINCT date_sent AS date_sent, date AS date_received, _id, '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, date_delivery_received, mismatched_identities, NULL AS network_failures, 'sms' AS transport_type, NULL AS unique_id, NULL AS mid, NULL AS data_size, NULL AS _data, NULL AS ct, NULL AS cl, NULL AS cd, NULL AS name, NULL AS pending_push FROM sms WHERE (thread_id = 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, date_delivery_received, mismatched_identities, network_failures, 'mms' AS transport_type, unique_id, NULL AS mid, data_size, NULL AS _data, ct, cl, cd, name, pending_push FROM mms LEFT OUTER JOIN part ON part._id = (SELECT part._id FROM part WHERE part.mid = mms._id LIMIT 1) WHERE (thread_id = 1) ORDER BY date_received DESC LIMIT 500)
--------- beginning of system
D/SecWifiDisplayUtil( 3126): Metadata value : none
W/KeyCachingService( 3126): onStartCommand, org.smssecure.smssecure.service.action.ACTIVITY_START_EVENT
W/KeyCachingService( 3126): Incrementing activity count...
W/MmsSmsDatabase( 3126): 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, date_delivery_received, mismatched_identities, network_failures, transport_type, attachment_id, unique_id, mid, data_size, _data, ct, cl, cd, name, pending_push FROM (SELECT DISTINCT date_sent AS date_sent, date AS date_received, _id, '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, date_delivery_received, mismatched_identities, NULL AS network_failures, 'sms' AS transport_type, NULL AS unique_id, NULL AS mid, NULL AS data_size, NULL AS _data, NULL AS ct, NULL AS cl, NULL AS cd, NULL AS name, NULL AS pending_push FROM sms WHERE (read = 0) UNION ALL SELECT DISTINCT date AS date_sent, date_received AS date_received, mms._id AS _id, '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, date_delivery_received, mismatched_identities, network_failures, 'mms' AS transport_type, unique_id, NULL AS mid, data_size, NULL AS _data, ct, cl, cd, name, pending_push FROM mms LEFT OUTER JOIN part ON part._id = (SELECT part._id FROM part WHERE part.mid = mms._id LIMIT 1) WHERE (read = 0) ORDER BY date_received ASC)
D/PhoneWindow( 3126): *FMB* isFloatingMenuEnabled mFloatingMenuBtn : null
D/PhoneWindow( 3126): *FMB* isFloatingMenuEnabled return false
W/KeyboardAwareLinearLayout( 3126): rotation changed
W/KeyboardAwareLinearLayout( 3126): onKeyboardClose()
D/SRIB_DCS( 3126): log_dcs ThreadedRenderer::initialize entered!
W/CanonicalAddressDatabase( 3126): Hitting DB on query [ADDRESS]
D/AbsSeekBar( 3126): AbsSeekBar Constructor: mAllowedSeeBarAnimation = false
D/AbsSeekBar( 3126): AbsSeekBar Constructor: mAllowedSeeBarAnimation = false
W/ThumbnailView( 3126): loading part with id content://org.smssecure.smssecure/part/1451773879666/1, progress 1
W/CanonicalAddressDatabase( 3126): Hitting DB on query [ADDRESS]
D/AbsSeekBar( 3126): AbsSeekBar Constructor: mAllowedSeeBarAnimation = false
D/AbsSeekBar( 3126): AbsSeekBar Constructor: mAllowedSeeBarAnimation = false
W/AttachmentDatabase( 3126): getThumbnailStream((row id: 1, unique ID: 1451773879666))
D/OpenGLRenderer( 3126): endAllStagingAnimators on 0x98ef2000 (RippleDrawable) with handle 0x959ea640
I/Timeline( 3126): Timeline: Activity_idle id: android.os.BinderProxy@21543714 time:21986167
V/ActivityThread( 3126): updateVisibility : ActivityRecord{1a370753 token=android.os.BinderProxy@2a87db72 {org.smssecure.smssecure/org.smssecure.smssecure.RoutingActivity}} show : false
D/ViewRootImpl( 3126): ViewPostImeInputStage ACTION_DOWN
W/EmojiDrawer( 3126): initializeResources()
W/EmojiDrawer( 3126): showing emoji drawer with height 1180
D/AbsListView( 3126): Get MotionRecognitionManager
E/MotionRecognitionManager( 3126): mSContextService = android.hardware.scontext.ISContextService$Stub$Proxy@cedf4bb
E/MotionRecognitionManager( 3126): motionService = com.samsung.android.motion.IMotionRecognitionService$Stub$Proxy@5845dd8
E/MotionRecognitionManager( 3126): motionService = com.samsung.android.motion.IMotionRecognitionService$Stub$Proxy@5845dd8
D/AbsListView( 3126): Get MotionRecognitionManager
D/AbsListView( 3126): Get MotionRecognitionManager
W/EmojiProvider( 3126): loading page emoji-people.png
I/art ( 3126): Background sticky concurrent mark sweep GC freed 16649(903KB) AllocSpace objects, 4(149KB) LOS objects, 0% free, 31MB/31MB, paused 1.293ms total 103.138ms
W/EmojiProvider( 3126): onPageLoaded(emoji-people.png)
W/EmojiProvider( 3126): loading page emoji-objects.png
W/EmojiProvider( 3126): onPageLoaded(emoji-objects.png)
W/ConversationActivity( 3126): onBackPressed()
W/EmojiDrawer( 3126): hide()
D/ViewRootImpl( 3126): ViewPostImeInputStage ACTION_DOWN
W/ThumbnailView( 3126): Not re-loading slide content://org.smssecure.smssecure/part/1451773879666/1
D/ViewRootImpl( 3126): ViewPostImeInputStage ACTION_DOWN
I/Timeline( 3126): Timeline: Activity_launch_request id:org.smssecure.smssecure time:22004130
W/ThumbnailView( 3126): Not re-loading slide content://org.smssecure.smssecure/part/1451773879666/1
W/PassphraseRequiredActionBarActivity( 3126): onPause()
W/KeyCachingService( 3126): onStartCommand, org.smssecure.smssecure.service.action.ACTIVITY_STOP_EVENT
W/KeyCachingService( 3126): Decrementing activity count...
W/PassphraseRequiredActionBarActivity( 3126): onCreate(null)
W/PassphraseRequiredActionBarActivity( 3126): routeApplicationState(), state: 0
D/PhoneWindow( 3126): *FMB* installDecor mIsFloating : false
D/PhoneWindow( 3126): *FMB* installDecor flags : -2139029248
W/PassphraseRequiredActionBarActivity( 3126): initializeClearKeyReceiver()
D/AbsListView( 3126): Get MotionRecognitionManager
E/MotionRecognitionManager( 3126): mSContextService = android.hardware.scontext.ISContextService$Stub$Proxy@17ad36d6
E/MotionRecognitionManager( 3126): motionService = com.samsung.android.motion.IMotionRecognitionService$Stub$Proxy@1af9bd57
E/MotionRecognitionManager( 3126): motionService = com.samsung.android.motion.IMotionRecognitionService$Stub$Proxy@1af9bd57
W/PassphraseRequiredActionBarActivity( 3126): onResume()
D/PhoneWindow( 3126): *FMB* isFloatingMenuEnabled mFloatingMenuBtn : null
D/PhoneWindow( 3126): *FMB* isFloatingMenuEnabled return false
D/SecWifiDisplayUtil( 3126): Metadata value : none
D/SRIB_DCS( 3126): log_dcs ThreadedRenderer::initialize entered!
W/KeyCachingService( 3126): onStartCommand, org.smssecure.smssecure.service.action.ACTIVITY_START_EVENT
W/KeyCachingService( 3126): Incrementing activity count...
W/CanonicalAddressDatabase( 3126): Hitting DB on query [ADDRESS]
W/MessageDetailsActivity( 3126): Recipient is not a group, resolving members immediately.
D/AbsSeekBar( 3126): AbsSeekBar Constructor: mAllowedSeeBarAnimation = false
I/Timeline( 3126): Timeline: Activity_idle id: android.os.BinderProxy@17f2d7f3 time:22004534
V/ActivityThread( 3126): updateVisibility : ActivityRecord{34db5a7a token=android.os.BinderProxy@21543714 {org.smssecure.smssecure/org.smssecure.smssecure.ConversationActivity}} show : false
W/PassphraseRequiredActionBarActivity( 3126): onPause()
W/KeyCachingService( 3126): onStartCommand, org.smssecure.smssecure.service.action.ACTIVITY_STOP_EVENT
W/KeyCachingService( 3126): Decrementing activity count...
W/PassphraseRequiredActionBarActivity( 3126): onResume()
D/SRIB_DCS( 3126): log_dcs ThreadedRenderer::initialize entered!
W/MmsSmsDatabase( 3126): 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, date_delivery_received, mismatched_identities, network_failures, transport_type, attachment_id, unique_id, mid, data_size, _data, ct, cl, cd, name, pending_push FROM (SELECT DISTINCT date_sent AS date_sent, date AS date_received, _id, '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, date_delivery_received, mismatched_identities, NULL AS network_failures, 'sms' AS transport_type, NULL AS unique_id, NULL AS mid, NULL AS data_size, NULL AS _data, NULL AS ct, NULL AS cl, NULL AS cd, NULL AS name, NULL AS pending_push FROM sms WHERE (read = 0) UNION ALL SELECT DISTINCT date AS date_sent, date_received AS date_received, mms._id AS _id, '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, date_delivery_received, mismatched_identities, network_failures, 'mms' AS transport_type, unique_id, NULL AS mid, data_size, NULL AS _data, ct, cl, cd, name, pending_push FROM mms LEFT OUTER JOIN part ON part._id = (SELECT part._id FROM part WHERE part.mid = mms._id LIMIT 1) WHERE (read = 0) ORDER BY date_received ASC)
W/ThumbnailView( 3126): Not re-loading slide content://org.smssecure.smssecure/part/1451773879666/1
W/KeyCachingService( 3126): onStartCommand, org.smssecure.smssecure.service.action.ACTIVITY_START_EVENT
W/KeyCachingService( 3126): Incrementing activity count...
I/Timeline( 3126): Timeline: Activity_idle id: android.os.BinderProxy@21543714 time:22008302
W/PassphraseRequiredActionBarActivity( 3126): onDestroy()
D/ViewRootImpl( 3126): ViewPostImeInputStage ACTION_DOWN
D/AbsListView( 3126): Get MotionRecognitionManager
D/SRIB_DCS( 3126): log_dcs ThreadedRenderer::initialize entered!
D/ViewRootImpl( 3126): ViewPostImeInputStage ACTION_DOWN
W/InputEventReceiver( 3126): Attempted to finish an input event but the input event receiver has already been disposed.
E/ViewRootImpl( 3126): sendUserActionEvent() mView == null
D/ViewRootImpl( 3126): ViewPostImeInputStage ACTION_DOWN
I/Timeline( 3126): Timeline: Activity_launch_request id:org.smssecure.smssecure time:22014393
W/PassphraseRequiredActionBarActivity( 3126): onPause()
W/KeyCachingService( 3126): onStartCommand, org.smssecure.smssecure.service.action.ACTIVITY_STOP_EVENT
W/KeyCachingService( 3126): Decrementing activity count...
W/PassphraseRequiredActionBarActivity( 3126): onResume()
D/SRIB_DCS( 3126): log_dcs ThreadedRenderer::initialize entered!
W/ResourcesManager( 3126): Asset path '/system/framework/com.google.android.media.effects.jar' does not exist or contains no resources.
W/KeyCachingService( 3126): onStartCommand, org.smssecure.smssecure.service.action.ACTIVITY_START_EVENT
W/KeyCachingService( 3126): Incrementing activity count...
I/Timeline( 3126): Timeline: Activity_idle id: android.os.BinderProxy@2a87db72 time:22014543
D/OpenGLRenderer( 3126): endAllStagingAnimators on 0x972b9200 (RippleDrawable) with handle 0x9705ca30
W/PassphraseRequiredActionBarActivity( 3126): onDestroy()
W/MmsSmsDatabase( 3126): 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, date_delivery_received, mismatched_identities, network_failures, transport_type, attachment_id, unique_id, mid, data_size, _data, ct, cl, cd, name, pending_push FROM (SELECT DISTINCT date_sent AS date_sent, date AS date_received, _id, '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, date_delivery_received, mismatched_identities, NULL AS network_failures, 'sms' AS transport_type, NULL AS unique_id, NULL AS mid, NULL AS data_size, NULL AS _data, NULL AS ct, NULL AS cl, NULL AS cd, NULL AS name, NULL AS pending_push FROM sms WHERE (thread_id = 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, date_delivery_received, mismatched_identities, network_failures, 'mms' AS transport_type, unique_id, NULL AS mid, data_size, NULL AS _data, ct, cl, cd, name, pending_push FROM mms LEFT OUTER JOIN part ON part._id = (SELECT part._id FROM part WHERE part.mid = mms._id LIMIT 1) WHERE (thread_id = 1) ORDER BY date_received DESC LIMIT 1)
D/ViewRootImpl( 3126): ViewPostImeInputStage ACTION_DOWN
I/Timeline( 3126): Timeline: Activity_launch_request id:org.smssecure.smssecure time:22015762
W/PassphraseRequiredActionBarActivity( 3126): onPause()
W/KeyCachingService( 3126): onStartCommand, org.smssecure.smssecure.service.action.ACTIVITY_STOP_EVENT
W/KeyCachingService( 3126): Decrementing activity count...
W/PassphraseRequiredActionBarActivity( 3126): onCreate(null)
W/PassphraseRequiredActionBarActivity( 3126): routeApplicationState(), state: 0
D/PhoneWindow( 3126): *FMB* installDecor mIsFloating : false
D/PhoneWindow( 3126): *FMB* installDecor flags : -2139029248
W/PassphraseRequiredActionBarActivity( 3126): initializeClearKeyReceiver()
W/ConversationActivity( 3126): onCreate()
D/AbsSeekBar( 3126): AbsSeekBar Constructor: mAllowedSeeBarAnimation = false
W/CanonicalAddressDatabase( 3126): Hitting DB on query [ADDRESS]
W/PassphraseRequiredActionBarActivity( 3126): onResume()
W/MmsSmsDatabase( 3126): 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, date_delivery_received, mismatched_identities, network_failures, transport_type, attachment_id, unique_id, mid, data_size, _data, ct, cl, cd, name, pending_push FROM (SELECT DISTINCT date_sent AS date_sent, date AS date_received, _id, '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, date_delivery_received, mismatched_identities, NULL AS network_failures, 'sms' AS transport_type, NULL AS unique_id, NULL AS mid, NULL AS data_size, NULL AS _data, NULL AS ct, NULL AS cl, NULL AS cd, NULL AS name, NULL AS pending_push FROM sms WHERE (thread_id = 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, date_delivery_received, mismatched_identities, network_failures, 'mms' AS transport_type, unique_id, NULL AS mid, data_size, NULL AS _data, ct, cl, cd, name, pending_push FROM mms LEFT OUTER JOIN part ON part._id = (SELECT part._id FROM part WHERE part.mid = mms._id LIMIT 1) WHERE (thread_id = 1) ORDER BY date_received DESC LIMIT 500)
D/SecWifiDisplayUtil( 3126): Metadata value : none
D/PhoneWindow( 3126): *FMB* isFloatingMenuEnabled mFloatingMenuBtn : null
D/PhoneWindow( 3126): *FMB* isFloatingMenuEnabled return false
W/MmsSmsDatabase( 3126): 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, date_delivery_received, mismatched_identities, network_failures, transport_type, attachment_id, unique_id, mid, data_size, _data, ct, cl, cd, name, pending_push FROM (SELECT DISTINCT date_sent AS date_sent, date AS date_received, _id, '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, date_delivery_received, mismatched_identities, NULL AS network_failures, 'sms' AS transport_type, NULL AS unique_id, NULL AS mid, NULL AS data_size, NULL AS _data, NULL AS ct, NULL AS cl, NULL AS cd, NULL AS name, NULL AS pending_push FROM sms WHERE (read = 0) UNION ALL SELECT DISTINCT date AS date_sent, date_received AS date_received, mms._id AS _id, '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, date_delivery_received, mismatched_identities, network_failures, 'mms' AS transport_type, unique_id, NULL AS mid, data_size, NULL AS _data, ct, cl, cd, name, pending_push FROM mms LEFT OUTER JOIN part ON part._id = (SELECT part._id FROM part WHERE part.mid = mms._id LIMIT 1) WHERE (read = 0) ORDER BY date_received ASC)
W/KeyboardAwareLinearLayout( 3126): rotation changed
W/KeyboardAwareLinearLayout( 3126): onKeyboardClose()
D/SRIB_DCS( 3126): log_dcs ThreadedRenderer::initialize entered!
W/KeyCachingService( 3126): onStartCommand, org.smssecure.smssecure.service.action.ACTIVITY_START_EVENT
W/KeyCachingService( 3126): Incrementing activity count...
W/CanonicalAddressDatabase( 3126): Hitting DB on query [ADDRESS]
D/AbsSeekBar( 3126): AbsSeekBar Constructor: mAllowedSeeBarAnimation = false
D/AbsSeekBar( 3126): AbsSeekBar Constructor: mAllowedSeeBarAnimation = false
W/ThumbnailView( 3126): loading part with id content://org.smssecure.smssecure/part/1451773879666/1, progress 1
W/CanonicalAddressDatabase( 3126): Hitting DB on query [ADDRESS]
D/AbsSeekBar( 3126): AbsSeekBar Constructor: mAllowedSeeBarAnimation = false
D/AbsSeekBar( 3126): AbsSeekBar Constructor: mAllowedSeeBarAnimation = false
D/OpenGLRenderer( 3126): endAllStagingAnimators on 0x98ef2000 (RippleDrawable) with handle 0x95b1f450
I/Timeline( 3126): Timeline: Activity_idle id: android.os.BinderProxy@2dd07cd5 time:22016262
V/ActivityThread( 3126): updateVisibility : ActivityRecord{1a370753 token=android.os.BinderProxy@2a87db72 {org.smssecure.smssecure/org.smssecure.smssecure.RoutingActivity}} show : false
D/ViewRootImpl( 3126): ViewPostImeInputStage ACTION_DOWN
D/ViewRootImpl( 3126): ViewPostImeInputStage ACTION_DOWN
D/ViewRootImpl( 3126): ViewPostImeInputStage ACTION_DOWN
D/ViewRootImpl( 3126): ViewPostImeInputStage ACTION_DOWN
D/ViewRootImpl( 3126): ViewPostImeInputStage ACTION_DOWN
D/ViewRootImpl( 3126): ViewPostImeInputStage ACTION_DOWN
D/ViewRootImpl( 3126): ViewPostImeInputStage ACTION_DOWN
W/ThumbnailView( 3126): Not re-loading slide content://org.smssecure.smssecure/part/1451773879666/1
D/ViewRootImpl( 3126): ViewPostImeInputStage ACTION_DOWN
I/Timeline( 3126): Timeline: Activity_launch_request id:org.smssecure.smssecure time:22027328
W/ThumbnailView( 3126): Not re-loading slide content://org.smssecure.smssecure/part/1451773879666/1
W/PassphraseRequiredActionBarActivity( 3126): onPause()
W/KeyCachingService( 3126): onStartCommand, org.smssecure.smssecure.service.action.ACTIVITY_STOP_EVENT
W/KeyCachingService( 3126): Decrementing activity count...
W/PassphraseRequiredActionBarActivity( 3126): onCreate(null)
W/PassphraseRequiredActionBarActivity( 3126): routeApplicationState(), state: 0
D/PhoneWindow( 3126): *FMB* installDecor mIsFloating : false
D/PhoneWindow( 3126): *FMB* installDecor flags : -2139029248
W/PassphraseRequiredActionBarActivity( 3126): initializeClearKeyReceiver()
D/AbsListView( 3126): Get MotionRecognitionManager
E/MotionRecognitionManager( 3126): mSContextService = android.hardware.scontext.ISContextService$Stub$Proxy@3ab5cbe9
E/MotionRecognitionManager( 3126): motionService = com.samsung.android.motion.IMotionRecognitionService$Stub$Proxy@2bf006e
E/MotionRecognitionManager( 3126): motionService = com.samsung.android.motion.IMotionRecognitionService$Stub$Proxy@2bf006e
W/PassphraseRequiredActionBarActivity( 3126): onResume()
D/SecWifiDisplayUtil( 3126): Metadata value : none
D/PhoneWindow( 3126): *FMB* isFloatingMenuEnabled mFloatingMenuBtn : null
D/PhoneWindow( 3126): *FMB* isFloatingMenuEnabled return false
D/SRIB_DCS( 3126): log_dcs ThreadedRenderer::initialize entered!
W/KeyCachingService( 3126): onStartCommand, org.smssecure.smssecure.service.action.ACTIVITY_START_EVENT
W/KeyCachingService( 3126): Incrementing activity count...
W/CanonicalAddressDatabase( 3126): Hitting DB on query [ADDRESS]
W/MessageDetailsActivity( 3126): Recipient is not a group, resolving members immediately.
D/AbsSeekBar( 3126): AbsSeekBar Constructor: mAllowedSeeBarAnimation = false
W/ThumbnailView( 3126): loading part with id content://org.smssecure.smssecure/part/1451773879666/1, progress 1
D/OpenGLRenderer( 3126): endAllStagingAnimators on 0x98c47200 (RippleDrawable) with handle 0x9725c0b0
I/Timeline( 3126): Timeline: Activity_idle id: android.os.BinderProxy@3c116f9c time:22027711
V/ActivityThread( 3126): updateVisibility : ActivityRecord{18949765 token=android.os.BinderProxy@2dd07cd5 {org.smssecure.smssecure/org.smssecure.smssecure.ConversationActivity}} show : false
D/ViewRootImpl( 3126): ViewPostImeInputStage ACTION_DOWN
W/MmsSmsDatabase( 3126): 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, date_delivery_received, mismatched_identities, network_failures, transport_type, attachment_id, unique_id, mid, data_size, _data, ct, cl, cd, name, pending_push FROM (SELECT DISTINCT date_sent AS date_sent, date AS date_received, _id, '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, date_delivery_received, mismatched_identities, NULL AS network_failures, 'sms' AS transport_type, NULL AS unique_id, NULL AS mid, NULL AS data_size, NULL AS _data, NULL AS ct, NULL AS cl, NULL AS cd, NULL AS name, NULL AS pending_push FROM sms WHERE (thread_id = 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, date_delivery_received, mismatched_identities, network_failures, 'mms' AS transport_type, unique_id, NULL AS mid, data_size, NULL AS _data, ct, cl, cd, name, pending_push FROM mms LEFT OUTER JOIN part ON part._id = (SELECT part._id FROM part WHERE part.mid = mms._id LIMIT 1) WHERE (thread_id = 1) ORDER BY date_received DESC LIMIT 1)
W/CanonicalAddressDatabase( 3126): Hitting DB on query [ADDRESS]
W/CanonicalAddressDatabase( 3126): Hitting DB on query [ADDRESS]
W/MessageDetailsActivity( 3126): Recipient is not a group, resolving members immediately.
W/MmsSendJob( 3126): Encrypting MMS...
W/PduComposer( 3126): Making send request...
W/PduComposer( 3126): Making message body...
W/PduComposer( 3126): Returning: 139264 bytes...
W/ThumbnailView( 3126): Not re-loading slide content://org.smssecure.smssecure/part/1451773879666/1
W/SmilUtil( 3126): Creating SMIL document from PduBody.
W/PduComposer( 3126): Making send request...
W/PduComposer( 3126): Making message body...
W/PduComposer( 3126): Returning: 186222 bytes...
W/CompatMmsConnection( 3126): Sending via Lollipop API
W/MmsBodyProvider( 3126): openFile(content://org.smssecure.provider.smssecure.mms/mms/1451774061721, w)
W/MmsBodyProvider( 3126): Fetching message body for a single row...
W/MmsBodyProvider( 3126): returning file /data/data/org.smssecure.smssecure/cache/1451774061721.mmsbody
W/MmsBodyProvider( 3126): openFile(content://org.smssecure.provider.smssecure.mms/mms/1451774061721, r)
W/MmsBodyProvider( 3126): Fetching message body for a single row...
W/MmsBodyProvider( 3126): returning file /data/data/org.smssecure.smssecure/cache/1451774061721.mmsbody
I/art ( 3126): Background sticky concurrent mark sweep GC freed 28967(1880KB) AllocSpace objects, 30(4MB) LOS objects, 11% free, 41MB/46MB, paused 17.591ms total 95.967ms
W/LollipopMmsConnection( 3126): onReceive()
W/OutgoingLollipopMmsConnection( 3126): HTTP status: -1
W/OutgoingLollipopMmsConnection( 3126): MMS broadcast received and processed.
W/PduParser( 3126): parse() called...
W/PduParser( 3126): Message Type: 129
W/MmsSendJob( 3126): Comparing: 54 31 35 32 30 34 37 61 32 63 32 65
W/MmsSendJob( 3126): With: 54 31 35 32 30 34 37 61 32 63 32 65
W/MmsSmsDatabase( 3126): 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, date_delivery_received, mismatched_identities, network_failures, transport_type, attachment_id, unique_id, mid, data_size, _data, ct, cl, cd, name, pending_push FROM (SELECT DISTINCT date_sent AS date_sent, date AS date_received, _id, '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, date_delivery_received, mismatched_identities, NULL AS network_failures, 'sms' AS transport_type, NULL AS unique_id, NULL AS mid, NULL AS data_size, NULL AS _data, NULL AS ct, NULL AS cl, NULL AS cd, NULL AS name, NULL AS pending_push FROM sms WHERE (thread_id = 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, date_delivery_received, mismatched_identities, network_failures, 'mms' AS transport_type, unique_id, NULL AS mid, data_size, NULL AS _data, ct, cl, cd, name, pending_push FROM mms LEFT OUTER JOIN part ON part._id = (SELECT part._id FROM part WHERE part.mid = mms._id LIMIT 1) WHERE (thread_id = 1) ORDER BY date_received DESC LIMIT 1)
W/CanonicalAddressDatabase( 3126): Hitting DB on query [ADDRESS]
W/MmsSmsDatabase( 3126): 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, date_delivery_received, mismatched_identities, network_failures, transport_type, attachment_id, unique_id, mid, data_size, _data, ct, cl, cd, name, pending_push FROM (SELECT DISTINCT date_sent AS date_sent, date AS date_received, _id, '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, date_delivery_received, mismatched_identities, NULL AS network_failures, 'sms' AS transport_type, NULL AS unique_id, NULL AS mid, NULL AS data_size, NULL AS _data, NULL AS ct, NULL AS cl, NULL AS cd, NULL AS name, NULL AS pending_push FROM sms WHERE (thread_id = 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, date_delivery_received, mismatched_identities, network_failures, 'mms' AS transport_type, unique_id, NULL AS mid, data_size, NULL AS _data, ct, cl, cd, name, pending_push FROM mms LEFT OUTER JOIN part ON part._id = (SELECT part._id FROM part WHERE part.mid = mms._id LIMIT 1) WHERE (thread_id = 1) ORDER BY date_received DESC LIMIT 1)
W/CanonicalAddressDatabase( 3126): Hitting DB on query [ADDRESS]
W/MessageDetailsActivity( 3126): Recipient is not a group, resolving members immediately.
W/ThumbnailView( 3126): loading part with id content://org.smssecure.smssecure/part/1451773879666/1, progress 0
W/PassphraseRequiredActionBarActivity( 3126): onPause()
W/KeyCachingService( 3126): onStartCommand, org.smssecure.smssecure.service.action.ACTIVITY_STOP_EVENT
W/KeyCachingService( 3126): Decrementing activity count...
W/PassphraseRequiredActionBarActivity( 3126): onResume()
W/MmsSmsDatabase( 3126): 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, date_delivery_received, mismatched_identities, network_failures, transport_type, attachment_id, unique_id, mid, data_size, _data, ct, cl, cd, name, pending_push FROM (SELECT DISTINCT date_sent AS date_sent, date AS date_received, _id, '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, date_delivery_received, mismatched_identities, NULL AS network_failures, 'sms' AS transport_type, NULL AS unique_id, NULL AS mid, NULL AS data_size, NULL AS _data, NULL AS ct, NULL AS cl, NULL AS cd, NULL AS name, NULL AS pending_push FROM sms WHERE (thread_id = 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, date_delivery_received, mismatched_identities, network_failures, 'mms' AS transport_type, unique_id, NULL AS mid, data_size, NULL AS _data, ct, cl, cd, name, pending_push FROM mms LEFT OUTER JOIN part ON part._id = (SELECT part._id FROM part WHERE part.mid = mms._id LIMIT 1) WHERE (thread_id = 1) ORDER BY date_received DESC LIMIT 500)
D/SRIB_DCS( 3126): log_dcs ThreadedRenderer::initialize entered!
W/MmsSmsDatabase( 3126): 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, date_delivery_received, mismatched_identities, network_failures, transport_type, attachment_id, unique_id, mid, data_size, _data, ct, cl, cd, name, pending_push FROM (SELECT DISTINCT date_sent AS date_sent, date AS date_received, _id, '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, date_delivery_received, mismatched_identities, NULL AS network_failures, 'sms' AS transport_type, NULL AS unique_id, NULL AS mid, NULL AS data_size, NULL AS _data, NULL AS ct, NULL AS cl, NULL AS cd, NULL AS name, NULL AS pending_push FROM sms WHERE (read = 0) UNION ALL SELECT DISTINCT date AS date_sent, date_received AS date_received, mms._id AS _id, '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, date_delivery_received, mismatched_identities, network_failures, 'mms' AS transport_type, unique_id, NULL AS mid, data_size, NULL AS _data, ct, cl, cd, name, pending_push FROM mms LEFT OUTER JOIN part ON part._id = (SELECT part._id FROM part WHERE part.mid = mms._id LIMIT 1) WHERE (read = 0) ORDER BY date_received ASC)
W/ThumbnailView( 3126): Not re-loading slide content://org.smssecure.smssecure/part/1451773879666/1
W/KeyCachingService( 3126): onStartCommand, org.smssecure.smssecure.service.action.ACTIVITY_START_EVENT
W/KeyCachingService( 3126): Incrementing activity count...
W/CanonicalAddressDatabase( 3126): Hitting DB on query [ADDRESS]
W/ThumbnailView( 3126): loading part with id content://org.smssecure.smssecure/part/1451773879666/1, progress 0
W/CanonicalAddressDatabase( 3126): Hitting DB on query [ADDRESS]
W/CanonicalAddressDatabase( 3126): Hitting DB on query [ADDRESS]
D/AbsSeekBar( 3126): AbsSeekBar Constructor: mAllowedSeeBarAnimation = false
I/Timeline( 3126): Timeline: Activity_idle id: android.os.BinderProxy@2dd07cd5 time:22052524
W/PassphraseRequiredActionBarActivity( 3126): onDestroy()
D/ViewRootImpl( 3126): ViewPostImeInputStage ACTION_DOWN
D/ViewRootImpl( 3126): ViewPostImeInputStage ACTION_DOWN
D/ViewRootImpl( 3126): ViewPostImeInputStage ACTION_DOWN
D/ViewRootImpl( 3126): ViewPostImeInputStage ACTION_DOWN
W/PassphraseRequiredActionBarActivity( 3126): onPause()
W/KeyCachingService( 3126): onStartCommand, org.smssecure.smssecure.service.action.ACTIVITY_STOP_EVENT
W/KeyCachingService( 3126): Decrementing activity count...
V/ActivityThread( 3126): updateVisibility : ActivityRecord{18949765 token=android.os.BinderProxy@2dd07cd5 {org.smssecure.smssecure/org.smssecure.smssecure.ConversationActivity}} show : true
W/PassphraseRequiredActionBarActivity( 3126): onResume()
W/MmsSmsDatabase( 3126): 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, date_delivery_received, mismatched_identities, network_failures, transport_type, attachment_id, unique_id, mid, data_size, _data, ct, cl, cd, name, pending_push FROM (SELECT DISTINCT date_sent AS date_sent, date AS date_received, _id, '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, date_delivery_received, mismatched_identities, NULL AS network_failures, 'sms' AS transport_type, NULL AS unique_id, NULL AS mid, NULL AS data_size, NULL AS _data, NULL AS ct, NULL AS cl, NULL AS cd, NULL AS name, NULL AS pending_push FROM sms WHERE (read = 0) UNION ALL SELECT DISTINCT date AS date_sent, date_received AS date_received, mms._id AS _id, '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, date_delivery_received, mismatched_identities, network_failures, 'mms' AS transport_type, unique_id, NULL AS mid, data_size, NULL AS _data, ct, cl, cd, name, pending_push FROM mms LEFT OUTER JOIN part ON part._id = (SELECT part._id FROM part WHERE part.mid = mms._id LIMIT 1) WHERE (read = 0) ORDER BY date_received ASC)
W/ThumbnailView( 3126): Not re-loading slide content://org.smssecure.smssecure/part/1451773879666/1
W/KeyCachingService( 3126): onStartCommand, org.smssecure.smssecure.service.action.ACTIVITY_START_EVENT
W/KeyCachingService( 3126): Incrementing activity count...
I/Timeline( 3126): Timeline: Activity_idle id: android.os.BinderProxy@2dd07cd5 time:22089559
D/ViewRootImpl( 3126): ViewPostImeInputStage ACTION_DOWN
D/ViewRootImpl( 3126): ViewPostImeInputStage ACTION_DOWN
D/ViewRootImpl( 3126): ViewPostImeInputStage ACTION_DOWN
D/ViewRootImpl( 3126): ViewPostImeInputStage ACTION_DOWN
W/ThumbnailView( 3126): Not re-loading slide content://org.smssecure.smssecure/part/1451773879666/1
D/ViewRootImpl( 3126): ViewPostImeInputStage ACTION_DOWN
I/Timeline( 3126): Timeline: Activity_launch_request id:org.smssecure.smssecure time:22094594
W/ThumbnailView( 3126): Not re-loading slide content://org.smssecure.smssecure/part/1451773879666/1
W/PassphraseRequiredActionBarActivity( 3126): onPause()
W/KeyCachingService( 3126): onStartCommand, org.smssecure.smssecure.service.action.ACTIVITY_STOP_EVENT
W/KeyCachingService( 3126): Decrementing activity count...
W/PassphraseRequiredActionBarActivity( 3126): onCreate(null)
W/PassphraseRequiredActionBarActivity( 3126): routeApplicationState(), state: 0
D/PhoneWindow( 3126): *FMB* installDecor mIsFloating : false
D/PhoneWindow( 3126): *FMB* installDecor flags : -2139029248
W/PassphraseRequiredActionBarActivity( 3126): initializeClearKeyReceiver()
D/AbsListView( 3126): Get MotionRecognitionManager
E/MotionRecognitionManager( 3126): mSContextService = android.hardware.scontext.ISContextService$Stub$Proxy@3210723b
E/MotionRecognitionManager( 3126): motionService = com.samsung.android.motion.IMotionRecognitionService$Stub$Proxy@2870cd58
E/MotionRecognitionManager( 3126): motionService = com.samsung.android.motion.IMotionRecognitionService$Stub$Proxy@2870cd58
W/PassphraseRequiredActionBarActivity( 3126): onResume()
D/SecWifiDisplayUtil( 3126): Metadata value : none
D/PhoneWindow( 3126): *FMB* isFloatingMenuEnabled mFloatingMenuBtn : null
D/PhoneWindow( 3126): *FMB* isFloatingMenuEnabled return false
D/SRIB_DCS( 3126): log_dcs ThreadedRenderer::initialize entered!
W/KeyCachingService( 3126): onStartCommand, org.smssecure.smssecure.service.action.ACTIVITY_START_EVENT
W/KeyCachingService( 3126): Incrementing activity count...
W/MessageDetailsActivity( 3126): Recipient is not a group, resolving members immediately.
D/AbsSeekBar( 3126): AbsSeekBar Constructor: mAllowedSeeBarAnimation = false
I/Timeline( 3126): Timeline: Activity_idle id: android.os.BinderProxy@27573f96 time:22094965
V/ActivityThread( 3126): updateVisibility : ActivityRecord{18949765 token=android.os.BinderProxy@2dd07cd5 {org.smssecure.smssecure/org.smssecure.smssecure.ConversationActivity}} show : false
D/ViewRootImpl( 3126): ViewPostImeInputStage ACTION_DOWN
W/PassphraseRequiredActionBarActivity( 3126): onPause()
W/KeyCachingService( 3126): onStartCommand, org.smssecure.smssecure.service.action.ACTIVITY_STOP_EVENT
W/KeyCachingService( 3126): Decrementing activity count...
W/PassphraseRequiredActionBarActivity( 3126): onResume()
D/SRIB_DCS( 3126): log_dcs ThreadedRenderer::initialize entered!
W/MmsSmsDatabase( 3126): 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, date_delivery_received, mismatched_identities, network_failures, transport_type, attachment_id, unique_id, mid, data_size, _data, ct, cl, cd, name, pending_push FROM (SELECT DISTINCT date_sent AS date_sent, date AS date_received, _id, '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, date_delivery_received, mismatched_identities, NULL AS network_failures, 'sms' AS transport_type, NULL AS unique_id, NULL AS mid, NULL AS data_size, NULL AS _data, NULL AS ct, NULL AS cl, NULL AS cd, NULL AS name, NULL AS pending_push FROM sms WHERE (read = 0) UNION ALL SELECT DISTINCT date AS date_sent, date_received AS date_received, mms._id AS _id, '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, date_delivery_received, mismatched_identities, network_failures, 'mms' AS transport_type, unique_id, NULL AS mid, data_size, NULL AS _data, ct, cl, cd, name, pending_push FROM mms LEFT OUTER JOIN part ON part._id = (SELECT part._id FROM part WHERE part.mid = mms._id LIMIT 1) WHERE (read = 0) ORDER BY date_received ASC)
W/ThumbnailView( 3126): Not re-loading slide content://org.smssecure.smssecure/part/1451773879666/1
W/KeyCachingService( 3126): onStartCommand, org.smssecure.smssecure.service.action.ACTIVITY_START_EVENT
W/KeyCachingService( 3126): Incrementing activity count...
D/OpenGLRenderer( 3126): endAllStagingAnimators on 0x9eb4ee00 (RippleDrawable) with handle 0x95bc9d20
I/Timeline( 3126): Timeline: Activity_idle id: android.os.BinderProxy@2dd07cd5 time:22099226
W/PassphraseRequiredActionBarActivity( 3126): onDestroy()
W/MmsListener( 3126): Got MMS broadcast...android.provider.Telephony.WAP_PUSH_DELIVER
W/ResourcesManager( 3126): Asset path '/system/framework/com.google.android.media.effects.jar' does not exist or contains no resources.
W/MmsListener( 3126): Relevant!
W/PduParser( 3126): parse() called...
W/PduParser( 3126): Message Type: 130
W/MmsDatabase( 3126): Message received type: 130
W/MmsListener( 3126): Got MMS broadcast...android.provider.Telephony.WAP_PUSH_RECEIVED
W/MmsReceiveJob( 3126): Inserted received MMS notification...
W/MmsSmsDatabase( 3126): 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, date_delivery_received, mismatched_identities, network_failures, transport_type, attachment_id, unique_id, mid, data_size, _data, ct, cl, cd, name, pending_push FROM (SELECT DISTINCT date_sent AS date_sent, date AS date_received, _id, '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, date_delivery_received, mismatched_identities, NULL AS network_failures, 'sms' AS transport_type, NULL AS unique_id, NULL AS mid, NULL AS data_size, NULL AS _data, NULL AS ct, NULL AS cl, NULL AS cd, NULL AS name, NULL AS pending_push FROM sms WHERE (thread_id = 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, date_delivery_received, mismatched_identities, network_failures, 'mms' AS transport_type, unique_id, NULL AS mid, data_size, NULL AS _data, ct, cl, cd, name, pending_push FROM mms LEFT OUTER JOIN part ON part._id = (SELECT part._id FROM part WHERE part.mid = mms._id LIMIT 1) WHERE (thread_id = 1) ORDER BY date_received DESC LIMIT 1)
W/MmsSmsDatabase( 3126): 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, date_delivery_received, mismatched_identities, network_failures, transport_type, attachment_id, unique_id, mid, data_size, _data, ct, cl, cd, name, pending_push FROM (SELECT DISTINCT date_sent AS date_sent, date AS date_received, _id, '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, date_delivery_received, mismatched_identities, NULL AS network_failures, 'sms' AS transport_type, NULL AS unique_id, NULL AS mid, NULL AS data_size, NULL AS _data, NULL AS ct, NULL AS cl, NULL AS cd, NULL AS name, NULL AS pending_push FROM sms WHERE (thread_id = 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, date_delivery_received, mismatched_identities, network_failures, 'mms' AS transport_type, unique_id, NULL AS mid, data_size, NULL AS _data, ct, cl, cd, name, pending_push FROM mms LEFT OUTER JOIN part ON part._id = (SELECT part._id FROM part WHERE part.mid = mms._id LIMIT 1) WHERE (thread_id = 1) ORDER BY date_received DESC LIMIT 500)
D/AbsSeekBar( 3126): AbsSeekBar Constructor: mAllowedSeeBarAnimation = false
I/Ringtone( 3126): ActualURIfromDefaultURI Type : 2
D/RingtoneManager( 3126): getActualDefaultRingtoneUri type :2
D/RingtoneManager( 3126): checkDefaultRingtoneProperUri : InternalMediaAudio uriString not null type:2
I/Ringtone( 3126): Change URI : content://settings/system/notification_sound to content://media/internal/audio/media/34
D/Ringtone( 3126): highlightoffset is :null
V/MediaPlayer-JNI( 3126): native_setup
V/MediaPlayer( 3126): constructor
V/MediaPlayer( 3126): setListener
E/MediaPlayer-JNI( 3126): QCMediaPlayer mediaplayer NOT present
W/ThumbnailView( 3126): Not re-loading slide content://org.smssecure.smssecure/part/1451773879666/1
W/CanonicalAddressDatabase( 3126): Hitting DB on query [ADDRESS]
V/MediaPlayer-JNI( 3126): setDataSourceFD: fd 88
V/MediaPlayer( 3126): setDataSource(88, 0, 576460752303423487)
V/MediaPlayer( 3126): message received msg=8, ext1=0, ext2=0
V/MediaPlayer( 3126): notify(8, 0, 0) callback on disconnected mediaplayer
V/MediaPlayer-JNI( 3126): setParameter: key 1400
V/MediaPlayer( 3126): MediaPlayer::setParameter(1400)
V/MediaPlayer-JNI( 3126): setAudioStreamType: 2
V/MediaPlayer( 3126): MediaPlayer::setAudioStreamType
V/MediaPlayer( 3126): setVideoSurfaceTexture
V/MediaPlayer( 3126): prepare
V/MediaPlayer( 3126): message received msg=200, ext1=973, ext2=0
W/MediaPlayer( 3126): info/warning (973, 0)
V/MediaPlayer( 3126): callback application
V/MediaPlayer( 3126): back from callback
V/MediaPlayer( 3126): message received msg=5, ext1=0, ext2=0
V/MediaPlayer( 3126): New video size 0 x 0
V/MediaPlayer( 3126): callback application
V/MediaPlayer( 3126): back from callback
V/MediaPlayer( 3126): message received msg=1, ext1=0, ext2=0
V/MediaPlayer( 3126): prepared
V/MediaPlayer( 3126): signal application thread
V/MediaPlayer( 3126): callback application
V/MediaPlayer( 3126): back from callback
V/MediaPlayer( 3126): prepare complete - status=0
E/MediaPlayer( 3126): Should have subtitle controller already set
V/MediaPlayer( 3126): getDuration_l
V/MediaPlayer-JNI( 3126): getDuration: 2033 (msec)
D/Ringtone( 3126): Successfully created local player
V/MediaPlayer-JNI( 3126): setVolume: left 0.000000 right 0.000000
V/MediaPlayer( 3126): MediaPlayer::setVolume(0.000000, 0.000000)
V/MediaPlayer-JNI( 3126): release
V/MediaPlayer( 3126): setListener
V/MediaPlayer( 3126): disconnect
V/MediaPlayer( 3126): destructor
V/MediaPlayer( 3126): disconnect
D/Ringtone( 3126): highlightoffset is :null
V/MediaPlayer-JNI( 3126): native_setup
V/MediaPlayer( 3126): constructor
V/MediaPlayer( 3126): setListener
E/MediaPlayer-JNI( 3126): QCMediaPlayer mediaplayer NOT present
W/MediaPlayer( 3126): mediaplayer went away with unhandled events
W/MediaPlayer( 3126): mediaplayer went away with unhandled events
W/MediaPlayer( 3126): mediaplayer went away with unhandled events
V/MediaPlayer-JNI( 3126): setDataSourceFD: fd 88
V/MediaPlayer( 3126): setDataSource(88, 0, 576460752303423487)
V/MediaPlayer( 3126): message received msg=8, ext1=0, ext2=0
V/MediaPlayer( 3126): notify(8, 0, 0) callback on disconnected mediaplayer
V/MediaPlayer-JNI( 3126): setParameter: key 1400
V/MediaPlayer( 3126): MediaPlayer::setParameter(1400)
V/MediaPlayer-JNI( 3126): setAudioStreamType: 5
V/MediaPlayer( 3126): MediaPlayer::setAudioStreamType
V/MediaPlayer( 3126): setVideoSurfaceTexture
V/MediaPlayer( 3126): prepare
V/MediaPlayer( 3126): message received msg=200, ext1=973, ext2=0
W/MediaPlayer( 3126): info/warning (973, 0)
V/MediaPlayer( 3126): callback application
V/MediaPlayer( 3126): back from callback
V/MediaPlayer( 3126): message received msg=5, ext1=0, ext2=0
V/MediaPlayer( 3126): New video size 0 x 0
V/MediaPlayer( 3126): callback application
V/MediaPlayer( 3126): back from callback
I/MediaPlayer( 3126): Don't send intent. msg.arg1 = 0, msg.arg2 = 0
V/MediaPlayer( 3126): message received msg=1, ext1=0, ext2=0
V/MediaPlayer( 3126): prepared
V/MediaPlayer( 3126): signal application thread
V/MediaPlayer( 3126): callback application
V/MediaPlayer( 3126): back from callback
V/MediaPlayer( 3126): prepare complete - status=0
E/MediaPlayer( 3126): Should have subtitle controller already set
V/MediaPlayer( 3126): getDuration_l
E/MediaPlayer( 3126): Should have subtitle controller already set
V/MediaPlayer-JNI( 3126): getDuration: 2033 (msec)
D/Ringtone( 3126): Successfully created local player
V/MediaPlayer-JNI( 3126): start
V/MediaPlayer( 3126): start
V/MediaPlayer( 3126): message received msg=6, ext1=0, ext2=0
V/MediaPlayer( 3126): Received MEDIA_STARTED
V/MediaPlayer( 3126): callback application
V/MediaPlayer( 3126): back from callback
V/MediaPlayer-JNI( 3126): getCurrentPosition: 81 (msec)
V/MediaPlayer-JNI( 3126): isPlaying: 1
W/MmsDownloadJob( 3126): Downloading mms at 166.216.196.46
W/CompatMmsConnection( 3126): Receiving via Lollipop API
W/MmsSmsDatabase( 3126): 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, date_delivery_received, mismatched_identities, network_failures, transport_type, attachment_id, unique_id, mid, data_size, _data, ct, cl, cd, name, pending_push FROM (SELECT DISTINCT date_sent AS date_sent, date AS date_received, _id, '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, date_delivery_received, mismatched_identities, NULL AS network_failures, 'sms' AS transport_type, NULL AS unique_id, NULL AS mid, NULL AS data_size, NULL AS _data, NULL AS ct, NULL AS cl, NULL AS cd, NULL AS name, NULL AS pending_push FROM sms WHERE (thread_id = 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, date_delivery_received, mismatched_identities, network_failures, 'mms' AS transport_type, unique_id, NULL AS mid, data_size, NULL AS _data, ct, cl, cd, name, pending_push FROM mms LEFT OUTER JOIN part ON part._id = (SELECT part._id FROM part WHERE part.mid = mms._id LIMIT 1) WHERE (thread_id = 1) ORDER BY date_received DESC LIMIT 500)
W/IncomingLollipopMmsConnection( 3126): downloading multimedia from http://166.216.196.46:8002/?msgid=HC02AT0025ef12f5a765fa00 to content://org.smssecure.provider.smssecure.mms/mms/1451774155375
W/CanonicalAddressDatabase( 3126): Hitting DB on query [ADDRESS]
W/ThumbnailView( 3126): Not re-loading slide content://org.smssecure.smssecure/part/1451773879666/1
W/CanonicalAddressDatabase( 3126): Hitting DB on query [ADDRESS]
D/AbsSeekBar( 3126): AbsSeekBar Constructor: mAllowedSeeBarAnimation = false
W/MmsBodyProvider( 3126): openFile(content://org.smssecure.provider.smssecure.mms/mms/1451774155375, w)
W/MmsBodyProvider( 3126): Fetching message body for a single row...
W/MmsBodyProvider( 3126): returning file /data/data/org.smssecure.smssecure/cache/1451774155375.mmsbody
W/LollipopMmsConnection( 3126): onReceive()
W/IncomingLollipopMmsConnection( 3126): HTTP status: -1
W/IncomingLollipopMmsConnection( 3126): code: -1, result string: null
W/MmsBodyProvider( 3126): openFile(content://org.smssecure.provider.smssecure.mms/mms/1451774155375, r)
W/MmsBodyProvider( 3126): Fetching message body for a single row...
W/MmsBodyProvider( 3126): returning file /data/data/org.smssecure.smssecure/cache/1451774155375.mmsbody
W/PduParser( 3126): parse() called...
W/PduParser( 3126): Message Type: 132
W/PduParser( 3126): Parsing parts...
V/PduParser( 3126): Not supported Part headers: 156
W/PduParser( 3126): config_mms_content_disposition_support ID: 0
W/PduParser( 3126): Content Disposition supported: false
V/PduParser( 3126): Not supported Part headers: 20
W/MmsCipher( 3126): Attempting truncated decrypt...
W/MmsDownloadJob( 3126): org.whispersystems.libaxolotl.InvalidMessageException: com.google.protobuf.InvalidProtocolBufferException: While parsing a protocol message, the input ended unexpectedly in the middle of a field. This could mean either than the input has been truncated or that an embedded message misreported its own length.
W/MmsDownloadJob( 3126): at org.whispersystems.libaxolotl.protocol.WhisperMessage.<init>(WhisperMessage.java:79)
W/MmsDownloadJob( 3126): at org.smssecure.smssecure.crypto.MmsCipher.decrypt(MmsCipher.java:74)
W/MmsDownloadJob( 3126): at org.smssecure.smssecure.jobs.MmsDownloadJob.onRun(MmsDownloadJob.java:122)
W/MmsDownloadJob( 3126): at org.smssecure.smssecure.jobs.MasterSecretJob.onRun(MasterSecretJob.java:18)
W/MmsDownloadJob( 3126): at org.whispersystems.jobqueue.JobConsumer.runJob(JobConsumer.java:76)
W/MmsDownloadJob( 3126): at org.whispersystems.jobqueue.JobConsumer.run(JobConsumer.java:46)
W/MmsDownloadJob( 3126): Caused by: com.google.protobuf.InvalidProtocolBufferException: While parsing a protocol message, the input ended unexpectedly in the middle of a field. This could mean either than the input has been truncated or that an embedded message misreported its own length.
W/MmsDownloadJob( 3126): at com.google.protobuf.CodedInputStream.readRawBytes(CodedInputStream.java:789)
W/MmsDownloadJob( 3126): at com.google.protobuf.CodedInputStream.readBytes(CodedInputStream.java:329)
W/MmsDownloadJob( 3126): at org.whispersystems.libaxolotl.protocol.WhisperProtos$WhisperMessage.<init>(WhisperProtos.java:122)
W/MmsDownloadJob( 3126): at org.whispersystems.libaxolotl.protocol.WhisperProtos$WhisperMessage.<init>(WhisperProtos.java:57)
W/MmsDownloadJob( 3126): at org.whispersystems.libaxolotl.protocol.WhisperProtos$WhisperMessage$1.parsePartialFrom(WhisperProtos.java:155)
W/MmsDownloadJob( 3126): at org.whispersystems.libaxolotl.protocol.WhisperProtos$WhisperMessage$1.parsePartialFrom(WhisperProtos.java:150)
W/MmsDownloadJob( 3126): at com.google.protobuf.AbstractParser.parsePartialFrom(AbstractParser.java:141)
W/MmsDownloadJob( 3126): at com.google.protobuf.AbstractParser.parseFrom(AbstractParser.java:176)
W/MmsDownloadJob( 3126): at com.google.protobuf.AbstractParser.parseFrom(AbstractParser.java:188)
W/MmsDownloadJob( 3126): at com.google.protobuf.AbstractParser.parseFrom(AbstractParser.java:193)
W/MmsDownloadJob( 3126): at com.google.protobuf.AbstractParser.parseFrom(AbstractParser.java:49)
W/MmsDownloadJob( 3126): at org.whispersystems.libaxolotl.protocol.WhisperProtos$WhisperMessage.parseFrom(WhisperProtos.java:309)
W/MmsDownloadJob( 3126): at org.whispersystems.libaxolotl.protocol.WhisperMessage.<init>(WhisperMessage.java:63)
W/MmsDownloadJob( 3126): ... 5 more
W/MmsSmsDatabase( 3126): 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, date_delivery_received, mismatched_identities, network_failures, transport_type, attachment_id, unique_id, mid, data_size, _data, ct, cl, cd, name, pending_push FROM (SELECT DISTINCT date_sent AS date_sent, date AS date_received, _id, '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, date_delivery_received, mismatched_identities, NULL AS network_failures, 'sms' AS transport_type, NULL AS unique_id, NULL AS mid, NULL AS data_size, NULL AS _data, NULL AS ct, NULL AS cl, NULL AS cd, NULL AS name, NULL AS pending_push FROM sms WHERE (thread_id = 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, date_delivery_received, mismatched_identities, network_failures, 'mms' AS transport_type, unique_id, NULL AS mid, data_size, NULL AS _data, ct, cl, cd, name, pending_push FROM mms LEFT OUTER JOIN part ON part._id = (SELECT part._id FROM part WHERE part.mid = mms._id LIMIT 1) WHERE (thread_id = 1) ORDER BY date_received DESC LIMIT 1)
W/CanonicalAddressDatabase( 3126): Hitting DB on query [ADDRESS]
W/MmsSmsDatabase( 3126): 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, date_delivery_received, mismatched_identities, network_failures, transport_type, attachment_id, unique_id, mid, data_size, _data, ct, cl, cd, name, pending_push FROM (SELECT DISTINCT date_sent AS date_sent, date AS date_received, _id, '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, date_delivery_received, mismatched_identities, NULL AS network_failures, 'sms' AS transport_type, NULL AS unique_id, NULL AS mid, NULL AS data_size, NULL AS _data, NULL AS ct, NULL AS cl, NULL AS cd, NULL AS name, NULL AS pending_push FROM sms WHERE (thread_id = 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, date_delivery_received, mismatched_identities, network_failures, 'mms' AS transport_type, unique_id, NULL AS mid, data_size, NULL AS _data, ct, cl, cd, name, pending_push FROM mms LEFT OUTER JOIN part ON part._id = (SELECT part._id FROM part WHERE part.mid = mms._id LIMIT 1) WHERE (thread_id = 1) ORDER BY date_received DESC LIMIT 500)
W/ThumbnailView( 3126): Not re-loading slide content://org.smssecure.smssecure/part/1451773879666/1
W/CanonicalAddressDatabase( 3126): Hitting DB on query [ADDRESS]
V/MediaPlayer( 3126): message received msg=2, ext1=0, ext2=0
V/MediaPlayer( 3126): playback complete
V/MediaPlayer( 3126): callback application
V/MediaPlayer( 3126): back from callback
V/MediaPlayer( 3126): message received msg=7, ext1=0, ext2=0
V/MediaPlayer( 3126): unrecognized message: (7, 0, 0)
V/MediaPlayer( 3126): callback application
V/MediaPlayer( 3126): back from callback
V/MediaPlayer-JNI( 3126): getCurrentPosition: 2274 (msec)
V/MediaPlayer-JNI( 3126): isPlaying: 0
W/ConversationActivity( 3126): onBackPressed()
W/PassphraseRequiredActionBarActivity( 3126): onPause()
W/KeyCachingService( 3126): onStartCommand, org.smssecure.smssecure.service.action.ACTIVITY_STOP_EVENT
W/KeyCachingService( 3126): Decrementing activity count...
W/PassphraseRequiredActionBarActivity( 3126): onResume()
D/SRIB_DCS( 3126): log_dcs ThreadedRenderer::initialize entered!
W/KeyCachingService( 3126): onStartCommand, org.smssecure.smssecure.service.action.ACTIVITY_START_EVENT
W/KeyCachingService( 3126): Incrementing activity count...
I/Timeline( 3126): Timeline: Activity_idle id: android.os.BinderProxy@2a87db72 time:22127035
W/PassphraseRequiredActionBarActivity( 3126): onDestroy()
W/MmsSmsDatabase( 3126): 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, date_delivery_received, mismatched_identities, network_failures, transport_type, attachment_id, unique_id, mid, data_size, _data, ct, cl, cd, name, pending_push FROM (SELECT DISTINCT date_sent AS date_sent, date AS date_received, _id, '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, date_delivery_received, mismatched_identities, NULL AS network_failures, 'sms' AS transport_type, NULL AS unique_id, NULL AS mid, NULL AS data_size, NULL AS _data, NULL AS ct, NULL AS cl, NULL AS cd, NULL AS name, NULL AS pending_push FROM sms WHERE (thread_id = 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, date_delivery_received, mismatched_identities, network_failures, 'mms' AS transport_type, unique_id, NULL AS mid, data_size, NULL AS _data, ct, cl, cd, name, pending_push FROM mms LEFT OUTER JOIN part ON part._id = (SELECT part._id FROM part WHERE part.mid = mms._id LIMIT 1) WHERE (thread_id = 1) ORDER BY date_received DESC LIMIT 1)
W/CanonicalAddressDatabase( 3126): Hitting DB on query [ADDRESS]
D/ViewRootImpl( 3126): ViewPostImeInputStage ACTION_DOWN
D/ViewRootImpl( 3126): ViewPostImeInputStage ACTION_DOWN
D/ViewRootImpl( 3126): ViewPostImeInputStage ACTION_DOWN
D/ViewRootImpl( 3126): ViewPostImeInputStage ACTION_DOWN
D/AbsListView( 3126): Get MotionRecognitionManager
D/SRIB_DCS( 3126): log_dcs ThreadedRenderer::initialize entered!
D/ViewRootImpl( 3126): ViewPostImeInputStage ACTION_DOWN
I/Timeline( 3126): Timeline: Activity_launch_request id:org.smssecure.smssecure time:22245013
W/PassphraseRequiredActionBarActivity( 3126): onPause()
E/ViewRootImpl( 3126): sendUserActionEvent() mView == null
W/KeyCachingService( 3126): onStartCommand, org.smssecure.smssecure.service.action.ACTIVITY_STOP_EVENT
W/KeyCachingService( 3126): Decrementing activity count...
W/PassphraseRequiredActionBarActivity( 3126): onCreate(null)
W/PassphraseRequiredActionBarActivity( 3126): routeApplicationState(), state: 0
D/PhoneWindow( 3126): *FMB* installDecor mIsFloating : false
D/PhoneWindow( 3126): *FMB* installDecor flags : -2139029248
W/PassphraseRequiredActionBarActivity( 3126): initializeClearKeyReceiver()
D/AbsListView( 3126): Get MotionRecognitionManager
E/MotionRecognitionManager( 3126): mSContextService = android.hardware.scontext.ISContextService$Stub$Proxy@2df280e3
E/MotionRecognitionManager( 3126): motionService = com.samsung.android.motion.IMotionRecognitionService$Stub$Proxy@6183ae0
E/MotionRecognitionManager( 3126): motionService = com.samsung.android.motion.IMotionRecognitionService$Stub$Proxy@6183ae0
W/PassphraseRequiredActionBarActivity( 3126): onResume()
D/SecWifiDisplayUtil( 3126): Metadata value : none
W/KeyCachingService( 3126): onStartCommand, org.smssecure.smssecure.service.action.ACTIVITY_START_EVENT
W/KeyCachingService( 3126): Incrementing activity count...
D/PhoneWindow( 3126): *FMB* isFloatingMenuEnabled mFloatingMenuBtn : null
D/PhoneWindow( 3126): *FMB* isFloatingMenuEnabled return false
D/SRIB_DCS( 3126): log_dcs ThreadedRenderer::initialize entered!
I/Timeline( 3126): Timeline: Activity_idle id: android.os.BinderProxy@1ca3bf2f time:22245407
V/ActivityThread( 3126): updateVisibility : ActivityRecord{1a370753 token=android.os.BinderProxy@2a87db72 {org.smssecure.smssecure/org.smssecure.smssecure.RoutingActivity}} show : false
D/ViewRootImpl( 3126): ViewPostImeInputStage ACTION_DOWN
D/AbsListView( 3126): Get MotionRecognitionManager
I/art ( 3126): Background partial concurrent mark sweep GC freed 55859(3MB) AllocSpace objects, 11(795KB) LOS objects, 27% free, 42MB/58MB, paused 2.830ms total 219.742ms
V/MediaPlayer-JNI( 3126): native_finalize
V/MediaPlayer-JNI( 3126): release
V/MediaPlayer-JNI( 3126): native_finalize
W/MediaPlayer-JNI( 3126): MediaPlayer finalized without being released
V/MediaPlayer-JNI( 3126): release
V/MediaPlayer( 3126): setListener
V/MediaPlayer( 3126): disconnect
V/MediaPlayer( 3126): destructor
V/MediaPlayer( 3126): disconnect
D/ViewRootImpl( 3126): ViewPostImeInputStage ACTION_DOWN
I/Timeline( 3126): Timeline: Activity_launch_request id:org.smssecure.smssecure time:22249472
W/PassphraseRequiredActionBarActivity( 3126): onPause()
W/KeyCachingService( 3126): onStartCommand, org.smssecure.smssecure.service.action.ACTIVITY_STOP_EVENT
W/KeyCachingService( 3126): Decrementing activity count...
D/PhoneWindow( 3126): *FMB* installDecor mIsFloating : false
D/PhoneWindow( 3126): *FMB* installDecor flags : -2139029248
D/SecWifiDisplayUtil( 3126): Metadata value : none
D/PhoneWindow( 3126): *FMB* isFloatingMenuEnabled mFloatingMenuBtn : null
D/PhoneWindow( 3126): *FMB* isFloatingMenuEnabled return false
D/SRIB_DCS( 3126): log_dcs ThreadedRenderer::initialize entered!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment