Skip to content

Instantly share code, notes, and snippets.

/cat.log Secret

Created December 23, 2017 22:38
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/4cd78cd190280dae68e1560fd26b1bc7 to your computer and use it in GitHub Desktop.
Save anonymous/4cd78cd190280dae68e1560fd26b1bc7 to your computer and use it in GitHub Desktop.
Device : samsung SM-G950U (dreamqltesq)
Android : 7.0 (G950USQU2BQK5, NRD90M.G950USQU2BQK5)
Memory : 13M (4.65% free, 512M max)
Memclass: 256
OS Host : SWDG4717
App : Silence 0.15.10
--------- beginning of main
12-23 16:16:24.009 6471 6471 D ViewRootImpl@42dc983[RoutingActivity]: mHardwareRenderer.destroy()#1
12-23 16:16:24.014 6471 6471 D ViewRootImpl@42dc983[RoutingActivity]: Relayout returned: oldFrame=[0,0][1080,2220] newFrame=[0,0][1080,2220] result=0x1 surface={isValid=false 0} surfaceGenerationChanged=false
12-23 16:16:24.035 6471 6471 W PassphraseRequiredActionBarActivity: onResume()
12-23 16:16:24.060 6471 6471 D ViewRootImpl@42dc983[RoutingActivity]: Relayout returned: oldFrame=[0,0][1080,2220] newFrame=[0,0][1080,2220] result=0x7 surface={isValid=true -921700352} surfaceGenerationChanged=true
12-23 16:16:24.061 6471 6471 D ViewRootImpl@42dc983[RoutingActivity]: mHardwareRenderer.initialize() mSurface={isValid=true -921700352} hwInitialized=true
12-23 16:16:24.111 6471 6471 W KeyCachingService: onStartCommand, org.smssecure.smssecure.service.action.ACTIVITY_START_EVENT
12-23 16:16:24.111 6471 6471 W KeyCachingService: Incrementing activity count...
12-23 16:16:24.131 6471 6471 D ViewRootImpl@42dc983[RoutingActivity]: MSG_WINDOW_FOCUS_CHANGED 1
12-23 16:16:24.131 6471 6471 D ViewRootImpl@42dc983[RoutingActivity]: mHardwareRenderer.initializeIfNeeded()#2 mSurface={isValid=true -921700352}
12-23 16:16:24.135 6471 6471 V InputMethodManager: Starting input: tba=android.view.inputmethod.EditorInfo@becdbbf nm : org.smssecure.smssecure ic=null
12-23 16:16:24.135 6471 6471 I InputMethodManager: [IMM] startInputInner - mService.startInputOrWindowGainedFocus
12-23 16:16:24.143 6471 6787 D InputTransport: Input channel constructed: fd=71
12-23 16:16:24.144 6471 6471 V InputMethodManager: Starting input: tba=android.view.inputmethod.EditorInfo@387f28c nm : org.smssecure.smssecure ic=null
12-23 16:16:24.823 6471 6471 D ViewRootImpl@42dc983[RoutingActivity]: ViewPostImeInputStage processPointer 0
12-23 16:16:24.922 6471 6471 D ViewRootImpl@42dc983[RoutingActivity]: ViewPostImeInputStage processPointer 1
12-23 16:16:24.975 6471 6471 D ViewRootImpl@42dc983[RoutingActivity]: MSG_WINDOW_FOCUS_CHANGED 0
12-23 16:16:24.975 6471 6471 W PassphraseRequiredActionBarActivity: onPause()
12-23 16:16:24.987 6471 6471 W KeyCachingService: onStartCommand, org.smssecure.smssecure.service.action.ACTIVITY_STOP_EVENT
12-23 16:16:24.988 6471 6471 W KeyCachingService: Decrementing activity count...
12-23 16:16:24.993 6471 6471 W PassphraseRequiredActionBarActivity: onCreate(null)
12-23 16:16:24.995 6471 6471 W PassphraseRequiredActionBarActivity: routeApplicationState(), state: 0
12-23 16:16:24.998 6471 6471 W PassphraseRequiredActionBarActivity: initializeClearKeyReceiver()
12-23 16:16:24.999 6471 6471 W ConversationActivity: onCreate()
12-23 16:16:24.999 6471 6471 I AppCompatDelegate: You should now use the AppCompatDelegate.FEATURE_SUPPORT_ACTION_BAR_OVERLAY id when requesting this feature.
12-23 16:16:25.044 6471 6471 W CanonicalAddressDatabase: Hitting DB on query [ADDRESS]
12-23 16:16:25.080 6471 6788 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, date_delivery_received, mismatched_identities, network_failures, subscription_id, 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, subscription_id, notified, 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 = 17) 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, subscription_id, notified, 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 = 17) ORDER BY date_received DESC LIMIT 500)
12-23 16:16:25.081 6471 6471 W PassphraseRequiredActionBarActivity: onResume()
12-23 16:16:25.085 6471 6471 W ConversationActivity: onResume() Finished: 145
12-23 16:16:25.087 6471 6471 I SemDesktopModeManager: registerListener: android.view.ViewRootImpl$3@4bbdf7c
12-23 16:16:25.092 6471 21209 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, date_delivery_received, mismatched_identities, network_failures, subscription_id, 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, subscription_id, notified, 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 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, date_delivery_received, mismatched_identities, subscription_id, notified, 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 AND notified = 0) ORDER BY date_received ASC)
12-23 16:16:25.093 6471 6471 D ViewRootImpl@7fe2005[ConversationActivity]: ThreadedRenderer.create() translucent=false
12-23 16:16:25.094 6471 21209 W BadgeWidgetProvider: updateBadge()
12-23 16:16:25.095 6471 6471 D InputTransport: Input channel constructed: fd=81
12-23 16:16:25.096 6471 6471 D ViewRootImpl@7fe2005[ConversationActivity]: setView = DecorView@dd3585a[ConversationActivity] touchMode=true
12-23 16:16:25.099 6471 6471 W ConversationActivity: updateDefaultSubscriptionId(1)
12-23 16:16:25.101 6471 6471 W KeyCachingService: onStartCommand, org.smssecure.smssecure.service.action.ACTIVITY_START_EVENT
12-23 16:16:25.101 6471 6471 W KeyCachingService: Incrementing activity count...
12-23 16:16:25.102 6471 6471 W ConversationFragment: onLoadFinished
12-23 16:16:25.102 6471 6471 W CanonicalAddressDatabase: Hitting DB on query [ADDRESS]
12-23 16:16:25.110 6471 6471 D ViewRootImpl@7fe2005[ConversationActivity]: dispatchAttachedToWindow
12-23 16:16:25.112 6471 6471 W KeyboardAwareLinearLayout: rotation changed
12-23 16:16:25.112 6471 6471 W KeyboardAwareLinearLayout: onKeyboardClose()
12-23 16:16:25.127 6471 6471 D ViewRootImpl@7fe2005[ConversationActivity]: Relayout returned: oldFrame=[0,0][0,0] newFrame=[0,0][1080,2220] result=0x27 surface={isValid=true -868777984} surfaceGenerationChanged=true
12-23 16:16:25.127 6471 6471 D ViewRootImpl@7fe2005[ConversationActivity]: mHardwareRenderer.initialize() mSurface={isValid=true -868777984} hwInitialized=true
12-23 16:16:25.213 6471 6471 D ViewRootImpl@7fe2005[ConversationActivity]: MSG_RESIZED_REPORT: frame=Rect(0, 0 - 1080, 2220) ci=Rect(0, 72 - 0, 0) vi=Rect(0, 72 - 0, 0) or=1
12-23 16:16:25.213 6471 6471 D ViewRootImpl@7fe2005[ConversationActivity]: MSG_WINDOW_FOCUS_CHANGED 1
12-23 16:16:25.213 6471 6471 D ViewRootImpl@7fe2005[ConversationActivity]: mHardwareRenderer.initializeIfNeeded()#2 mSurface={isValid=true -868777984}
12-23 16:16:25.219 6471 6471 V InputMethodManager: Starting input: tba=android.view.inputmethod.EditorInfo@4c3027a nm : org.smssecure.smssecure ic=android.support.v13.view.inputmethod.InputConnectionCompat$BaseInputContentInfoCompatImpl$1@6256a2b
12-23 16:16:25.219 6471 6471 I InputMethodManager: [IMM] startInputInner - mService.startInputOrWindowGainedFocus
12-23 16:16:25.222 6471 6471 D InputTransport: Input channel constructed: fd=75
12-23 16:16:25.222 6471 6471 D InputTransport: Input channel destroyed: fd=71
12-23 16:16:25.240 6471 6594 D OpenGLRenderer: endAllActiveAnimators on 0xcbbacc80 (RippleDrawable) with handle 0xc878fc40
12-23 16:16:25.240 6471 6471 D ViewRootImpl@42dc983[RoutingActivity]: mHardwareRenderer.destroy()#1
12-23 16:16:25.243 6471 6471 D ViewRootImpl@42dc983[RoutingActivity]: Relayout returned: oldFrame=[0,0][1080,2220] newFrame=[0,0][1080,2220] result=0x5 surface={isValid=false 0} surfaceGenerationChanged=true
12-23 16:16:25.294 6471 6471 D ViewRootImpl@42dc983[RoutingActivity]: Relayout returned: oldFrame=[0,0][1080,2220] newFrame=[0,0][1080,2220] result=0x5 surface={isValid=false 0} surfaceGenerationChanged=false
12-23 16:16:26.611 6471 6471 D ViewRootImpl@7fe2005[ConversationActivity]: ViewPostImeInputStage processPointer 0
12-23 16:16:26.653 6471 6471 D ViewRootImpl@7fe2005[ConversationActivity]: ViewPostImeInputStage processPointer 1
12-23 16:16:26.675 6471 6471 D ConversationActivity: Opened link: null
12-23 16:16:26.676 6471 6471 D ViewRootImpl@7fe2005[ConversationActivity]: MSG_WINDOW_FOCUS_CHANGED 0
12-23 16:16:26.677 6471 6471 W PassphraseRequiredActionBarActivity: onPause()
12-23 16:16:26.693 6471 6471 W KeyCachingService: onStartCommand, org.smssecure.smssecure.service.action.ACTIVITY_STOP_EVENT
12-23 16:16:26.693 6471 6471 W KeyCachingService: Decrementing activity count...
12-23 16:16:26.697 6471 6471 W PassphraseRequiredActionBarActivity: onCreate(null)
12-23 16:16:26.698 6471 6471 W PassphraseRequiredActionBarActivity: routeApplicationState(), state: 0
12-23 16:16:26.699 6471 6471 W PassphraseRequiredActionBarActivity: initializeClearKeyReceiver()
12-23 16:16:26.709 6471 6471 D AbsListView: Get MotionRecognitionManager
12-23 16:16:26.710 6471 6471 D MotionRecognitionManager: mSContextService = com.samsung.android.hardware.context.ISemContextService$Stub$Proxy@e6cf6f7
12-23 16:16:26.711 6471 6471 D MotionRecognitionManager: motionService = com.samsung.android.gesture.IMotionRecognitionService$Stub$Proxy@1ae9964
12-23 16:16:26.711 6471 6471 D MotionRecognitionManager: motionService = com.samsung.android.gesture.IMotionRecognitionService$Stub$Proxy@1ae9964
12-23 16:16:26.722 6471 6471 W PassphraseRequiredActionBarActivity: onResume()
12-23 16:16:26.724 6471 6471 I SemDesktopModeManager: registerListener: android.view.ViewRootImpl$3@5f00b93
12-23 16:16:26.726 6471 6471 D ViewRootImpl@16de7d0[MessageDetailsActivity]: ThreadedRenderer.create() translucent=false
12-23 16:16:26.728 6471 6471 D InputTransport: Input channel constructed: fd=76
12-23 16:16:26.728 6471 6471 D ViewRootImpl@16de7d0[MessageDetailsActivity]: setView = DecorView@34d43c9[MessageDetailsActivity] touchMode=true
12-23 16:16:26.729 6471 6471 D ViewRootImpl@16de7d0[MessageDetailsActivity]: dispatchAttachedToWindow
12-23 16:16:26.748 6471 6471 D ViewRootImpl@16de7d0[MessageDetailsActivity]: Relayout returned: oldFrame=[0,0][0,0] newFrame=[0,0][1080,2220] result=0x27 surface={isValid=true -902750208} surfaceGenerationChanged=true
12-23 16:16:26.749 6471 6471 D ViewRootImpl@16de7d0[MessageDetailsActivity]: mHardwareRenderer.initialize() mSurface={isValid=true -902750208} hwInitialized=true
12-23 16:16:26.751 6471 6471 D AbsListView: onsize change
12-23 16:16:26.753 6471 6471 W KeyCachingService: onStartCommand, org.smssecure.smssecure.service.action.ACTIVITY_START_EVENT
12-23 16:16:26.753 6471 6471 W KeyCachingService: Incrementing activity count...
12-23 16:16:26.762 6471 6471 D ViewRootImpl@16de7d0[MessageDetailsActivity]: MSG_RESIZED_REPORT: frame=Rect(0, 0 - 1080, 2220) ci=Rect(0, 72 - 0, 0) vi=Rect(0, 72 - 0, 0) or=1
12-23 16:16:26.762 6471 6471 D ViewRootImpl@16de7d0[MessageDetailsActivity]: MSG_WINDOW_FOCUS_CHANGED 1
12-23 16:16:26.762 6471 6471 D ViewRootImpl@16de7d0[MessageDetailsActivity]: mHardwareRenderer.initializeIfNeeded()#2 mSurface={isValid=true -902750208}
12-23 16:16:26.763 6471 6471 V InputMethodManager: Starting input: tba=android.view.inputmethod.EditorInfo@85eb632 nm : org.smssecure.smssecure ic=null
12-23 16:16:26.763 6471 6471 I InputMethodManager: [IMM] startInputInner - mService.startInputOrWindowGainedFocus
12-23 16:16:26.769 6471 6471 D InputTransport: Input channel constructed: fd=77
12-23 16:16:26.769 6471 6471 D InputTransport: Input channel destroyed: fd=75
12-23 16:16:26.778 6471 6471 D AbsListView: viewType is heaer or footer
12-23 16:16:26.791 6471 6471 D AbsListView: viewType is heaer or footer
12-23 16:16:26.798 6471 6471 D AbsListView: onsize change
12-23 16:16:26.804 6471 6471 V InputMethodManager: Starting input: tba=android.view.inputmethod.EditorInfo@51591c0 nm : org.smssecure.smssecure ic=null
12-23 16:16:26.804 6471 6471 I InputMethodManager: [IMM] startInputInner - mService.startInputOrWindowGainedFocus
12-23 16:16:26.805 6471 6471 D InputTransport: Input channel constructed: fd=75
12-23 16:16:26.805 6471 6471 D InputTransport: Input channel destroyed: fd=77
12-23 16:16:26.811 6471 6471 D ViewRootImpl@7fe2005[ConversationActivity]: mHardwareRenderer.destroy()#1
12-23 16:16:26.815 6471 6471 D ViewRootImpl@7fe2005[ConversationActivity]: Relayout returned: oldFrame=[0,0][1080,2220] newFrame=[0,0][1080,2220] result=0x5 surface={isValid=false 0} surfaceGenerationChanged=true
12-23 16:16:26.815 6471 6471 D AbsListView: viewType is heaer or footer
12-23 16:16:26.821 6471 6471 D AbsListView: viewType is heaer or footer
12-23 16:16:26.999 6471 6471 D ViewRootImpl@7fe2005[ConversationActivity]: Relayout returned: oldFrame=[0,0][1080,2220] newFrame=[0,0][1080,2220] result=0x5 surface={isValid=false 0} surfaceGenerationChanged=false
12-23 16:16:27.715 6471 6471 D ViewRootImpl@16de7d0[MessageDetailsActivity]: ViewPostImeInputStage processPointer 0
12-23 16:16:27.765 6471 6471 D ViewRootImpl@16de7d0[MessageDetailsActivity]: ViewPostImeInputStage processPointer 1
12-23 16:16:27.818 6471 6501 W SmsSendJob: Sending message: 232
12-23 16:16:27.840 6471 6501 W SmsTransport: Secure divide into message parts: 2
12-23 16:16:28.693 6471 6471 D ViewRootImpl@16de7d0[MessageDetailsActivity]: ViewPostImeInputStage processPointer 0
12-23 16:16:28.801 6471 6471 D ViewRootImpl@16de7d0[MessageDetailsActivity]: ViewPostImeInputStage processPointer 1
12-23 16:16:28.817 6471 6471 W PassphraseRequiredActionBarActivity: onPause()
12-23 16:16:28.838 6471 6471 W KeyCachingService: onStartCommand, org.smssecure.smssecure.service.action.ACTIVITY_STOP_EVENT
12-23 16:16:28.838 6471 6471 W KeyCachingService: Decrementing activity count...
12-23 16:16:28.839 6471 6471 W PassphraseRequiredActionBarActivity: onResume()
12-23 16:16:28.845 6471 6471 W ConversationActivity: onResume() Finished: 3905
12-23 16:16:28.848 6471 21212 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, date_delivery_received, mismatched_identities, network_failures, subscription_id, 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, subscription_id, notified, 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 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, date_delivery_received, mismatched_identities, subscription_id, notified, 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 AND notified = 0) ORDER BY date_received ASC)
12-23 16:16:28.850 6471 21212 W BadgeWidgetProvider: updateBadge()
12-23 16:16:28.857 6471 6471 D ViewRootImpl@7fe2005[ConversationActivity]: Relayout returned: oldFrame=[0,0][1080,2220] newFrame=[0,0][1080,2220] result=0x7 surface={isValid=true -872077312} surfaceGenerationChanged=true
12-23 16:16:28.858 6471 6471 D ViewRootImpl@7fe2005[ConversationActivity]: mHardwareRenderer.initialize() mSurface={isValid=true -872077312} hwInitialized=true
12-23 16:16:28.864 6471 6471 W KeyCachingService: onStartCommand, org.smssecure.smssecure.service.action.ACTIVITY_START_EVENT
12-23 16:16:28.864 6471 6471 W KeyCachingService: Incrementing activity count...
12-23 16:16:28.865 6471 6471 D ViewRootImpl@7fe2005[ConversationActivity]: MSG_WINDOW_FOCUS_CHANGED 1
12-23 16:16:28.865 6471 6471 D ViewRootImpl@7fe2005[ConversationActivity]: mHardwareRenderer.initializeIfNeeded()#2 mSurface={isValid=true -872077312}
12-23 16:16:28.869 6471 6471 V InputMethodManager: Starting input: tba=android.view.inputmethod.EditorInfo@99a335a nm : org.smssecure.smssecure ic=android.support.v13.view.inputmethod.InputConnectionCompat$BaseInputContentInfoCompatImpl$1@3e9798b
12-23 16:16:28.870 6471 6471 I InputMethodManager: [IMM] startInputInner - mService.startInputOrWindowGainedFocus
12-23 16:16:28.871 6471 6471 D InputTransport: Input channel constructed: fd=66
12-23 16:16:28.871 6471 6471 D InputTransport: Input channel destroyed: fd=75
12-23 16:16:28.882 6471 6594 D OpenGLRenderer: endAllActiveAnimators on 0xc904d300 (RippleDrawable) with handle 0xc8790030
12-23 16:16:28.883 6471 6471 D ViewRootImpl@16de7d0[MessageDetailsActivity]: mHardwareRenderer.destroy()#1
12-23 16:16:28.887 6471 6471 D ViewRootImpl@16de7d0[MessageDetailsActivity]: Relayout returned: oldFrame=[0,0][1080,2220] newFrame=[0,0][1080,2220] result=0x5 surface={isValid=false 0} surfaceGenerationChanged=true
12-23 16:16:28.887 6471 6471 D ViewRootImpl@16de7d0[MessageDetailsActivity]: MSG_WINDOW_FOCUS_CHANGED 0
12-23 16:16:29.099 6471 6471 W PassphraseRequiredActionBarActivity: onDestroy()
12-23 16:16:29.121 6471 6471 D ViewRootImpl@16de7d0[MessageDetailsActivity]: mHardwareRenderer.destroy()#4
12-23 16:16:29.121 6471 6471 D ViewRootImpl@16de7d0[MessageDetailsActivity]: dispatchDetachedFromWindow
12-23 16:16:29.131 6471 6471 D InputTransport: Input channel destroyed: fd=76
12-23 16:16:29.132 6471 6471 I SemDesktopModeManager: unregisterListener: android.view.ViewRootImpl$3@5f00b93
12-23 16:16:29.692 6471 6471 D ViewRootImpl@7fe2005[ConversationActivity]: ViewPostImeInputStage processPointer 0
12-23 16:16:30.232 6471 6471 D ViewRootImpl@7fe2005[ConversationActivity]: Relayout returned: oldFrame=[0,0][1080,2220] newFrame=[0,0][1080,2220] result=0x1 surface={isValid=true -872077312} surfaceGenerationChanged=false
12-23 16:16:30.235 6471 6471 W ConversationItem: batchSelected is not empty!
12-23 16:16:30.487 6471 6471 D ViewRootImpl@7fe2005[ConversationActivity]: ViewPostImeInputStage processPointer 1
12-23 16:16:31.240 6471 6471 D ViewRootImpl@7fe2005[ConversationActivity]: ViewPostImeInputStage processPointer 0
12-23 16:16:31.332 6471 6471 D ViewRootImpl@7fe2005[ConversationActivity]: ViewPostImeInputStage processPointer 1
12-23 16:16:31.361 6471 6471 I SemDesktopModeManager: registerListener: android.view.ViewRootImpl$3@5bf4e5e
12-23 16:16:31.363 6471 6471 D ViewRootImpl@709323f[ConversationActivity]: ThreadedRenderer.create() translucent=true
12-23 16:16:31.366 6471 6471 D InputTransport: Input channel constructed: fd=61
12-23 16:16:31.367 6471 6471 D ViewRootImpl@709323f[ConversationActivity]: setView = DecorView@7f3c70c[ConversationActivity] touchMode=true
12-23 16:16:31.368 6471 6471 D ViewRootImpl@709323f[ConversationActivity]: dispatchAttachedToWindow
12-23 16:16:31.398 6471 6471 D ViewRootImpl@709323f[ConversationActivity]: Relayout returned: oldFrame=[0,0][0,0] newFrame=[27,855][1053,1437] result=0x27 surface={isValid=true -958795776} surfaceGenerationChanged=true
12-23 16:16:31.398 6471 6471 D ViewRootImpl@709323f[ConversationActivity]: mHardwareRenderer.initialize() mSurface={isValid=true -958795776} hwInitialized=true
12-23 16:16:31.404 6471 6471 D ScrollView: onsize change changed
12-23 16:16:31.416 6471 6471 D ViewRootImpl@7fe2005[ConversationActivity]: Relayout returned: oldFrame=[0,0][1080,2220] newFrame=[0,0][1080,2220] result=0x1 surface={isValid=true -872077312} surfaceGenerationChanged=false
12-23 16:16:31.436 6471 6471 D ViewRootImpl@709323f[ConversationActivity]: MSG_WINDOW_FOCUS_CHANGED 1
12-23 16:16:31.437 6471 6471 D ViewRootImpl@709323f[ConversationActivity]: mHardwareRenderer.initializeIfNeeded()#2 mSurface={isValid=true -958795776}
12-23 16:16:31.458 6471 6471 D ViewRootImpl@709323f[ConversationActivity]: MSG_RESIZED_REPORT: frame=Rect(27, 855 - 1053, 1437) ci=Rect(0, 0 - 0, 0) vi=Rect(0, 0 - 0, 0) or=1
12-23 16:16:31.477 6471 6471 D ViewRootImpl@7fe2005[ConversationActivity]: MSG_WINDOW_FOCUS_CHANGED 0
12-23 16:16:32.530 6471 6471 D ViewRootImpl@709323f[ConversationActivity]: ViewPostImeInputStage processPointer 0
12-23 16:16:32.619 6471 6471 D ViewRootImpl@709323f[ConversationActivity]: ViewPostImeInputStage processPointer 1
12-23 16:16:32.654 6471 6471 I SemDesktopModeManager: registerListener: android.view.ViewRootImpl$3@4132d07
12-23 16:16:32.656 6471 6471 D ViewRootImpl@e4c7e34[Deleting…]: ThreadedRenderer.create() translucent=true
12-23 16:16:32.661 6471 6471 D InputTransport: Input channel constructed: fd=77
12-23 16:16:32.662 6471 6471 D ViewRootImpl@e4c7e34[Deleting…]: setView = DecorView@53dc45d[Deleting…] touchMode=true
12-23 16:16:32.662 6471 21209 W MessageDatabase: Deleting: 232
12-23 16:16:32.671 6471 6471 D ViewRootImpl@709323f[ConversationActivity]: mHardwareRenderer.destroy()#4
12-23 16:16:32.671 6471 6471 D ViewRootImpl@709323f[ConversationActivity]: dispatchDetachedFromWindow
12-23 16:16:32.712 6471 6471 D InputTransport: Input channel destroyed: fd=61
12-23 16:16:32.715 6471 6471 I SemDesktopModeManager: unregisterListener: android.view.ViewRootImpl$3@5bf4e5e
12-23 16:16:32.716 6471 6471 D ViewRootImpl@e4c7e34[Deleting…]: dispatchAttachedToWindow
12-23 16:16:32.747 6471 6471 D ViewRootImpl@e4c7e34[Deleting…]: Relayout returned: oldFrame=[0,0][0,0] newFrame=[167,904][912,1387] result=0x27 surface={isValid=true -958795776} surfaceGenerationChanged=true
12-23 16:16:32.748 6471 6471 D ViewRootImpl@e4c7e34[Deleting…]: mHardwareRenderer.initialize() mSurface={isValid=true -958795776} hwInitialized=true
12-23 16:16:32.754 6471 6471 D ViewRootImpl@e4c7e34[Deleting…]: MSG_WINDOW_FOCUS_CHANGED 1
12-23 16:16:32.754 6471 6471 D ViewRootImpl@e4c7e34[Deleting…]: mHardwareRenderer.initializeIfNeeded()#2 mSurface={isValid=true -958795776}
12-23 16:16:32.755 6471 6591 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, date_delivery_received, mismatched_identities, network_failures, subscription_id, 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, subscription_id, notified, 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 = 17) 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, subscription_id, notified, 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 = 17) ORDER BY date_received DESC LIMIT 500)
12-23 16:16:32.762 6471 6471 D ViewRootImpl@e4c7e34[Deleting…]: mHardwareRenderer.destroy()#4
12-23 16:16:32.762 6471 6471 D ViewRootImpl@e4c7e34[Deleting…]: dispatchDetachedFromWindow
12-23 16:16:32.780 6471 6471 D InputTransport: Input channel destroyed: fd=77
12-23 16:16:32.784 6471 6471 I SemDesktopModeManager: unregisterListener: android.view.ViewRootImpl$3@4132d07
12-23 16:16:32.784 6471 6471 W ConversationFragment: onLoadFinished
12-23 16:16:32.787 6471 6471 D ViewRootImpl@7fe2005[ConversationActivity]: MSG_WINDOW_FOCUS_CHANGED 1
12-23 16:16:32.787 6471 6471 D ViewRootImpl@7fe2005[ConversationActivity]: mHardwareRenderer.initializeIfNeeded()#2 mSurface={isValid=true -872077312}
12-23 16:16:32.797 6471 6471 E ViewRootImpl: sendUserActionEvent() returned.
12-23 16:16:32.803 6471 6471 E ViewRootImpl: sendUserActionEvent() returned.
12-23 16:16:33.557 6471 6471 D ViewRootImpl@7fe2005[ConversationActivity]: ViewPostImeInputStage processPointer 0
12-23 16:16:33.639 6471 6471 D ViewRootImpl@7fe2005[ConversationActivity]: ViewPostImeInputStage processPointer 1
12-23 16:16:33.653 6471 6471 D AbsListView: Get MotionRecognitionManager
12-23 16:16:33.655 6471 6471 D MotionRecognitionManager: mSContextService = com.samsung.android.hardware.context.ISemContextService$Stub$Proxy@59bbae7
12-23 16:16:33.656 6471 6471 D MotionRecognitionManager: motionService = com.samsung.android.gesture.IMotionRecognitionService$Stub$Proxy@beb2694
12-23 16:16:33.656 6471 6471 D MotionRecognitionManager: motionService = com.samsung.android.gesture.IMotionRecognitionService$Stub$Proxy@beb2694
12-23 16:16:33.660 6471 6471 I SemDesktopModeManager: registerListener: android.view.ViewRootImpl$3@e2bf132
12-23 16:16:33.663 6471 6471 D ViewRootImpl@adf1e83[PopupWindow:358b53d]: ThreadedRenderer.create() translucent=true
12-23 16:16:33.668 6471 6471 D InputTransport: Input channel constructed: fd=65
12-23 16:16:33.669 6471 6471 D ViewRootImpl@adf1e83[PopupWindow:358b53d]: setView = android.widget.PopupWindow$PopupDecorView{89e1800 V.E...... ......I. 0,0-0,0} touchMode=true
12-23 16:16:33.676 6471 6471 D ViewRootImpl@adf1e83[PopupWindow:358b53d]: dispatchAttachedToWindow
12-23 16:16:33.707 6471 6471 D ViewRootImpl@adf1e83[PopupWindow:358b53d]: Relayout returned: oldFrame=[0,0][0,0] newFrame=[492,84][1080,228] result=0x27 surface={isValid=true -922937344} surfaceGenerationChanged=true
12-23 16:16:33.707 6471 6471 D ViewRootImpl@adf1e83[PopupWindow:358b53d]: mHardwareRenderer.initialize() mSurface={isValid=true -922937344} hwInitialized=true
12-23 16:16:33.714 6471 6471 D AbsListView: onsize change
12-23 16:16:33.737 6471 6471 D ViewRootImpl@adf1e83[PopupWindow:358b53d]: MSG_WINDOW_FOCUS_CHANGED 1
12-23 16:16:33.737 6471 6471 D ViewRootImpl@adf1e83[PopupWindow:358b53d]: mHardwareRenderer.initializeIfNeeded()#2 mSurface={isValid=true -922937344}
12-23 16:16:33.754 6471 6471 D ViewRootImpl@adf1e83[PopupWindow:358b53d]: MSG_RESIZED_REPORT: frame=Rect(492, 84 - 1080, 228) ci=Rect(0, 0 - 0, 0) vi=Rect(0, 0 - 0, 0) or=1
12-23 16:16:33.778 6471 6471 D ViewRootImpl@7fe2005[ConversationActivity]: MSG_WINDOW_FOCUS_CHANGED 0
12-23 16:16:34.441 6471 6471 D ViewRootImpl@adf1e83[PopupWindow:358b53d]: ViewPostImeInputStage processPointer 0
12-23 16:16:34.513 6471 6471 D ViewRootImpl@adf1e83[PopupWindow:358b53d]: ViewPostImeInputStage processPointer 1
12-23 16:16:34.514 6471 6471 D AbsListView: onTouchUp() mTouchMode : 0
12-23 16:16:34.626 6471 6471 I SemDesktopModeManager: registerListener: android.view.ViewRootImpl$3@f457ef4
12-23 16:16:34.631 6471 6471 D ViewRootImpl@1fd961d[ConversationActivity]: ThreadedRenderer.create() translucent=true
12-23 16:16:34.637 6471 6471 D InputTransport: Input channel constructed: fd=77
12-23 16:16:34.638 6471 6471 D ViewRootImpl@1fd961d[ConversationActivity]: setView = DecorView@423f092[ConversationActivity] touchMode=true
12-23 16:16:34.659 6471 6471 D ViewRootImpl@adf1e83[PopupWindow:358b53d]: Relayout returned: oldFrame=[492,84][1080,228] newFrame=[492,84][1080,228] result=0x1 surface={isValid=true -922937344} surfaceGenerationChanged=false
12-23 16:16:34.662 6471 6471 D ViewRootImpl@1fd961d[ConversationActivity]: dispatchAttachedToWindow
12-23 16:16:34.691 6471 6471 D ViewRootImpl@1fd961d[ConversationActivity]: Relayout returned: oldFrame=[0,0][0,0] newFrame=[27,855][1053,1437] result=0x27 surface={isValid=true -922939392} surfaceGenerationChanged=true
12-23 16:16:34.692 6471 6471 D ViewRootImpl@1fd961d[ConversationActivity]: mHardwareRenderer.initialize() mSurface={isValid=true -922939392} hwInitialized=true
12-23 16:16:34.697 6471 6471 D ScrollView: onsize change changed
12-23 16:16:34.702 6471 6471 D ViewRootImpl@1fd961d[ConversationActivity]: MSG_WINDOW_FOCUS_CHANGED 1
12-23 16:16:34.702 6471 6471 D ViewRootImpl@1fd961d[ConversationActivity]: mHardwareRenderer.initializeIfNeeded()#2 mSurface={isValid=true -922939392}
12-23 16:16:34.723 6471 6471 D ViewRootImpl@1fd961d[ConversationActivity]: MSG_RESIZED_REPORT: frame=Rect(27, 855 - 1053, 1437) ci=Rect(0, 0 - 0, 0) vi=Rect(0, 0 - 0, 0) or=1
12-23 16:16:34.754 6471 6471 D ViewRootImpl@adf1e83[PopupWindow:358b53d]: MSG_WINDOW_FOCUS_CHANGED 0
12-23 16:16:34.856 6471 6594 D OpenGLRenderer: endAllActiveAnimators on 0xc9591680 (MenuPopupWindow$MenuDropDownListView) with handle 0xc8790710
12-23 16:16:34.856 6471 6471 D ViewRootImpl@adf1e83[PopupWindow:358b53d]: mHardwareRenderer.destroy()#4
12-23 16:16:34.856 6471 6471 D ViewRootImpl@adf1e83[PopupWindow:358b53d]: dispatchDetachedFromWindow
12-23 16:16:34.870 6471 6471 D InputTransport: Input channel destroyed: fd=65
12-23 16:16:34.871 6471 6471 I SemDesktopModeManager: unregisterListener: android.view.ViewRootImpl$3@e2bf132
12-23 16:16:35.515 6471 6471 D ViewRootImpl@1fd961d[ConversationActivity]: ViewPostImeInputStage processPointer 0
12-23 16:16:35.620 6471 6471 D ViewRootImpl@1fd961d[ConversationActivity]: ViewPostImeInputStage processPointer 1
12-23 16:16:35.638 6471 6471 W CanonicalAddressDatabase: Hitting DB on query [ADDRESS]
12-23 16:16:35.664 6471 6471 I SemDesktopModeManager: registerListener: android.view.ViewRootImpl$3@ce466fd
12-23 16:16:35.668 6471 6471 D ViewRootImpl@94f1ff2[ConversationActivity]: ThreadedRenderer.create() translucent=true
12-23 16:16:35.672 6471 6471 D InputTransport: Input channel constructed: fd=65
12-23 16:16:35.673 6471 6471 D ViewRootImpl@94f1ff2[ConversationActivity]: setView = DecorView@9988643[ConversationActivity] touchMode=true
12-23 16:16:35.688 6471 6471 W ConversationActivity: Refreshing thread 17...
12-23 16:16:35.690 6471 6786 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, date_delivery_received, mismatched_identities, network_failures, subscription_id, 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, subscription_id, notified, 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 = 17) 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, subscription_id, notified, 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 = 17) ORDER BY date_received DESC LIMIT 500)
12-23 16:16:35.704 6471 6471 V InputMethodManager: Starting input: tba=android.view.inputmethod.EditorInfo@9abc4c0 nm : org.smssecure.smssecure ic=android.support.v13.view.inputmethod.InputConnectionCompat$BaseInputContentInfoCompatImpl$1@9575f9
12-23 16:16:35.704 6471 6471 I InputMethodManager: [IMM] startInputInner - mService.startInputOrWindowGainedFocus
12-23 16:16:35.706 6471 6471 D InputTransport: Input channel constructed: fd=83
12-23 16:16:35.706 6471 6471 D InputTransport: Input channel destroyed: fd=66
12-23 16:16:35.713 6471 6471 V InputMethodManager: Starting input: tba=android.view.inputmethod.EditorInfo@3b3439f nm : org.smssecure.smssecure ic=android.support.v13.view.inputmethod.InputConnectionCompat$BaseInputContentInfoCompatImpl$1@de86cec
12-23 16:16:35.713 6471 6471 I InputMethodManager: [IMM] startInputInner - mService.startInputOrWindowGainedFocus
12-23 16:16:35.715 6471 6471 D InputTransport: Input channel constructed: fd=82
12-23 16:16:35.715 6471 6471 D InputTransport: Input channel destroyed: fd=83
12-23 16:16:35.732 6471 6471 D ViewRootImpl@1fd961d[ConversationActivity]: mHardwareRenderer.destroy()#4
12-23 16:16:35.732 6471 6471 D ViewRootImpl@1fd961d[ConversationActivity]: dispatchDetachedFromWindow
12-23 16:16:35.772 6471 6471 D InputTransport: Input channel destroyed: fd=77
12-23 16:16:35.775 6471 6471 I SemDesktopModeManager: unregisterListener: android.view.ViewRootImpl$3@f457ef4
12-23 16:16:35.785 6471 6471 D ViewRootImpl@94f1ff2[ConversationActivity]: dispatchAttachedToWindow
12-23 16:16:35.812 6471 6471 D ViewRootImpl@94f1ff2[ConversationActivity]: Relayout returned: oldFrame=[0,0][0,0] newFrame=[32,789][1047,1503] result=0x27 surface={isValid=true -922939392} surfaceGenerationChanged=true
12-23 16:16:35.812 6471 6471 D ViewRootImpl@94f1ff2[ConversationActivity]: mHardwareRenderer.initialize() mSurface={isValid=true -922939392} hwInitialized=true
12-23 16:16:35.817 6471 6471 D ScrollView: onsize change changed
12-23 16:16:35.817 6471 6471 D ScrollView: onsize change changed
12-23 16:16:35.834 6471 6471 D ViewRootImpl@94f1ff2[ConversationActivity]: MSG_WINDOW_FOCUS_CHANGED 1
12-23 16:16:35.835 6471 6471 D ViewRootImpl@94f1ff2[ConversationActivity]: mHardwareRenderer.initializeIfNeeded()#2 mSurface={isValid=true -922939392}
12-23 16:16:35.835 6471 6471 W ConversationFragment: onLoadFinished
12-23 16:16:35.843 6471 6471 W ConversationActivity: updateDefaultSubscriptionId(1)
12-23 16:16:35.849 6471 6471 V InputMethodManager: Starting input: tba=android.view.inputmethod.EditorInfo@58e6223 nm : org.smssecure.smssecure ic=android.support.v13.view.inputmethod.InputConnectionCompat$BaseInputContentInfoCompatImpl$1@998a320
12-23 16:16:35.849 6471 6471 I InputMethodManager: [IMM] startInputInner - mService.startInputOrWindowGainedFocus
12-23 16:16:35.854 6471 6471 D InputTransport: Input channel constructed: fd=66
12-23 16:16:35.854 6471 6471 D InputTransport: Input channel destroyed: fd=82
12-23 16:16:35.887 6471 6471 D ViewRootImpl@94f1ff2[ConversationActivity]: MSG_RESIZED_REPORT: frame=Rect(32, 789 - 1047, 1503) ci=Rect(0, 0 - 0, 0) vi=Rect(0, 0 - 0, 0) or=1
12-23 16:16:35.912 6471 6471 E ViewRootImpl: sendUserActionEvent() returned.
12-23 16:16:37.042 6471 6471 D ViewRootImpl@94f1ff2[ConversationActivity]: ViewPostImeInputStage processPointer 0
12-23 16:16:37.180 6471 6471 D ViewRootImpl@94f1ff2[ConversationActivity]: ViewPostImeInputStage processPointer 1
12-23 16:16:37.238 6471 6471 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, date_delivery_received, mismatched_identities, network_failures, subscription_id, 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, subscription_id, notified, 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 = 17) 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, subscription_id, notified, 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 = 17) ORDER BY date_received DESC LIMIT 1)
12-23 16:16:37.241 6471 6471 W CanonicalAddressDatabase: Hitting DB on query [ADDRESS]
12-23 16:16:37.290 6471 6471 D ViewRootImpl@94f1ff2[ConversationActivity]: mHardwareRenderer.destroy()#4
12-23 16:16:37.290 6471 6471 D ViewRootImpl@94f1ff2[ConversationActivity]: dispatchDetachedFromWindow
12-23 16:16:37.292 6471 6501 W SmsSendJob: Sending message: 232
12-23 16:16:37.309 6471 6471 D InputTransport: Input channel destroyed: fd=65
12-23 16:16:37.310 6471 6471 I SemDesktopModeManager: unregisterListener: android.view.ViewRootImpl$3@ce466fd
12-23 16:16:37.310 6471 6471 D ViewRootImpl@7fe2005[ConversationActivity]: MSG_WINDOW_FOCUS_CHANGED 1
12-23 16:16:37.311 6471 6471 D ViewRootImpl@7fe2005[ConversationActivity]: mHardwareRenderer.initializeIfNeeded()#2 mSurface={isValid=true -872077312}
12-23 16:16:37.311 6471 6788 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, date_delivery_received, mismatched_identities, network_failures, subscription_id, 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, subscription_id, notified, 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 = 17) 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, subscription_id, notified, 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 = 17) ORDER BY date_received DESC LIMIT 500)
12-23 16:16:37.317 6471 6501 W SmsTransport: Secure divide into message parts: 2
12-23 16:16:37.323 6471 6471 E ViewRootImpl: sendUserActionEvent() returned.
12-23 16:16:37.323 6471 6471 W ConversationFragment: onLoadFinished
12-23 16:16:43.386 6471 6471 W ConversationActivity: onConfigurationChanged(2)
12-23 16:16:43.391 6471 6471 V InputMethodManager: Starting input: tba=android.view.inputmethod.EditorInfo@315d2e5 nm : org.smssecure.smssecure ic=android.support.v13.view.inputmethod.InputConnectionCompat$BaseInputContentInfoCompatImpl$1@8aac1ba
12-23 16:16:43.391 6471 6471 I InputMethodManager: [IMM] startInputInner - mService.startInputOrWindowGainedFocus
12-23 16:16:43.392 6471 6471 D InputTransport: Input channel constructed: fd=65
12-23 16:16:43.392 6471 6471 D InputTransport: Input channel destroyed: fd=66
12-23 16:16:43.400 6471 6471 W KeyboardAwareLinearLayout: rotation changed
12-23 16:16:43.400 6471 6471 W KeyboardAwareLinearLayout: onKeyboardClose()
12-23 16:16:43.411 6471 6471 D ViewRootImpl@7fe2005[ConversationActivity]: MSG_RESIZED_REPORT: frame=Rect(0, 0 - 2220, 1080) ci=Rect(0, 72 - 0, 0) vi=Rect(0, 72 - 0, 0) or=2
12-23 16:16:43.426 6471 6471 D ViewRootImpl@7fe2005[ConversationActivity]: Relayout returned: oldFrame=[0,0][2220,1080] newFrame=[0,0][2220,1080] result=0x21 surface={isValid=true -872077312} surfaceGenerationChanged=false
12-23 16:16:43.443 6471 6471 D ViewRootImpl@7fe2005[ConversationActivity]: mHardwareRenderer.updateSurface() mSurface={isValid=true -872077312}
12-23 16:16:43.484 6471 6471 W IInputConnectionWrapper: reportFullscreenMode on inexistent InputConnection
12-23 16:16:45.463 6471 6471 W ConversationActivity: onConfigurationChanged(1)
12-23 16:16:45.466 6471 6471 V InputMethodManager: Starting input: tba=android.view.inputmethod.EditorInfo@ebcb95e nm : org.smssecure.smssecure ic=android.support.v13.view.inputmethod.InputConnectionCompat$BaseInputContentInfoCompatImpl$1@389c13f
12-23 16:16:45.466 6471 6471 I InputMethodManager: [IMM] startInputInner - mService.startInputOrWindowGainedFocus
12-23 16:16:45.486 6471 6471 D InputTransport: Input channel constructed: fd=66
12-23 16:16:45.486 6471 6471 D InputTransport: Input channel destroyed: fd=65
12-23 16:16:45.487 6471 6471 W KeyboardAwareLinearLayout: rotation changed
12-23 16:16:45.487 6471 6471 W KeyboardAwareLinearLayout: onKeyboardClose()
12-23 16:16:45.492 6471 6471 D ViewRootImpl@7fe2005[ConversationActivity]: MSG_RESIZED_REPORT: frame=Rect(0, 0 - 1080, 2220) ci=Rect(0, 72 - 0, 0) vi=Rect(0, 72 - 0, 0) or=1
12-23 16:16:45.512 6471 6471 D ViewRootImpl@7fe2005[ConversationActivity]: Relayout returned: oldFrame=[0,0][1080,2220] newFrame=[0,0][1080,2220] result=0x21 surface={isValid=true -872077312} surfaceGenerationChanged=false
12-23 16:16:45.519 6471 6471 D ViewRootImpl@7fe2005[ConversationActivity]: mHardwareRenderer.updateSurface() mSurface={isValid=true -872077312}
12-23 16:16:45.556 6471 6471 W IInputConnectionWrapper: reportFullscreenMode on inexistent InputConnection
12-23 16:16:46.943 6471 6502 W SmsSentJob: Got SMS callback: org.smssecure.smssecure.SendReceiveService.SENT_SMS_ACTION , 1
12-23 16:16:46.947 6471 6502 W MessageDatabase: Updating ID: 232 to base type: 24
12-23 16:16:46.964 6471 6502 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, date_delivery_received, mismatched_identities, network_failures, subscription_id, 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, subscription_id, notified, 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 = 17) 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, subscription_id, notified, 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 = 17) ORDER BY date_received DESC LIMIT 1)
12-23 16:16:46.974 6471 6502 I Ringtone: Change URI : content://settings/system/notification_sound to content://media/internal/audio/media/30, type : 2
12-23 16:16:46.974 6471 6502 D Ringtone: highlightoffset is :null
12-23 16:16:46.977 6471 6502 V MediaPlayer-JNI: native_setup
12-23 16:16:46.977 6471 6888 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, date_delivery_received, mismatched_identities, network_failures, subscription_id, 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, subscription_id, notified, 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 = 17) 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, subscription_id, notified, 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 = 17) ORDER BY date_received DESC LIMIT 500)
12-23 16:16:46.977 6471 6502 E MediaPlayer-JNI: JNIMediaPlayerFactory: bIsQCMediaPlayerPresent 0
12-23 16:16:46.977 6471 6502 E MediaPlayer-JNI: JNIMediaPlayerFactory: bIsQCMediaPlayerPresent 0
12-23 16:16:46.977 6471 6502 V MediaPlayer: constructor
12-23 16:16:46.978 6471 6502 V MediaPlayer: setListener
12-23 16:16:46.979 6471 6502 D RingtoneManager: getActualDefaultRingtoneUri type :2
12-23 16:16:46.981 6471 6502 D RingtoneManager: checkDefaultRingtoneProperUri : InternalMediaAudio uriString not null type:2
12-23 16:16:46.982 6471 6502 V MediaPlayer-JNI: setDataSourceFD: fd 77
12-23 16:16:46.982 6471 6502 V MediaPlayer: setDataSource(77, 0, 576460752303423487)
12-23 16:16:46.989 6471 6502 V MediaPlayer-JNI: setParameter: key 1400
12-23 16:16:46.989 6471 6502 V MediaPlayer: MediaPlayer::setParameter(1400)
12-23 16:16:46.990 6471 6502 V MediaPlayer-JNI: setAudioStreamType: 2
12-23 16:16:46.990 6471 6502 V MediaPlayer: MediaPlayer::setAudioStreamType
12-23 16:16:46.990 6471 6502 V MediaPlayer-JNI: setVolume: left 1.000000 right 1.000000
12-23 16:16:46.990 6471 6502 V MediaPlayer: MediaPlayer::setVolume(1.000000, 1.000000)
12-23 16:16:46.990 6471 6502 V MediaPlayer-JNI: setLooping: 0
12-23 16:16:46.990 6471 6502 V MediaPlayer: MediaPlayer::setLooping
12-23 16:16:46.990 6471 6502 V MediaPlayer: setVideoSurfaceTexture
12-23 16:16:46.990 6471 6502 V MediaPlayer: prepare
12-23 16:16:46.994 6471 6471 W ConversationFragment: onLoadFinished
12-23 16:16:47.006 6471 6487 V MediaPlayer: message received msg=200, ext1=10973, ext2=0
12-23 16:16:47.007 6471 6487 W MediaPlayer: info/warning (10973, 0)
12-23 16:16:47.007 6471 6487 V MediaPlayer: callback application
12-23 16:16:47.007 6471 6487 V MediaPlayer: back from callback
12-23 16:16:47.007 6471 6486 V MediaPlayer: message received msg=1, ext1=0, ext2=0
12-23 16:16:47.007 6471 6486 V MediaPlayer: prepared
12-23 16:16:47.007 6471 6486 V MediaPlayer: signal application thread
12-23 16:16:47.007 6471 6486 V MediaPlayer: callback application
12-23 16:16:47.007 6471 6486 V MediaPlayer: back from callback
12-23 16:16:47.008 6471 6502 V MediaPlayer: prepare complete - status=0
12-23 16:16:47.008 6471 6502 D MediaPlayer: setSubtitleAnchor in MediaPlayer
12-23 16:16:47.009 6471 6502 V MediaPlayer: invoke 68
12-23 16:16:47.011 6471 6502 D Ringtone: Successfully created local player
12-23 16:16:47.011 6471 6502 V MediaPlayer-JNI: setVolume: left 0.000000 right 0.000000
12-23 16:16:47.011 6471 6502 V MediaPlayer: MediaPlayer::setVolume(0.000000, 0.000000)
12-23 16:16:47.012 6471 6502 V MediaPlayer-JNI: release
12-23 16:16:47.012 6471 6502 V MediaPlayer: setListener
12-23 16:16:47.012 6471 6502 V MediaPlayer: disconnect
12-23 16:16:47.015 6471 6502 V MediaPlayer: destructor
12-23 16:16:47.015 6471 6502 V MediaPlayer: disconnect
12-23 16:16:47.015 6471 6502 D Ringtone: highlightoffset is :null
12-23 16:16:47.016 6471 6471 W MediaPlayer: mediaplayer went away with unhandled events
12-23 16:16:47.016 6471 6471 W MediaPlayer: mediaplayer went away with unhandled events
12-23 16:16:47.018 6471 6502 V MediaPlayer-JNI: native_setup
12-23 16:16:47.018 6471 6502 E MediaPlayer-JNI: JNIMediaPlayerFactory: bIsQCMediaPlayerPresent 0
12-23 16:16:47.018 6471 6502 E MediaPlayer-JNI: JNIMediaPlayerFactory: bIsQCMediaPlayerPresent 0
12-23 16:16:47.018 6471 6502 V MediaPlayer: constructor
12-23 16:16:47.018 6471 6502 V MediaPlayer: setListener
12-23 16:16:47.019 6471 6502 D RingtoneManager: getActualDefaultRingtoneUri type :2
12-23 16:16:47.020 6471 6502 D RingtoneManager: checkDefaultRingtoneProperUri : InternalMediaAudio uriString not null type:2
12-23 16:16:47.022 6471 6502 V MediaPlayer-JNI: setDataSourceFD: fd 65
12-23 16:16:47.022 6471 6502 V MediaPlayer: setDataSource(65, 0, 576460752303423487)
12-23 16:16:47.025 6471 6502 V MediaPlayer-JNI: setParameter: key 1400
12-23 16:16:47.025 6471 6502 V MediaPlayer: MediaPlayer::setParameter(1400)
12-23 16:16:47.025 6471 6502 V MediaPlayer-JNI: setAudioStreamType: 5
12-23 16:16:47.025 6471 6502 V MediaPlayer: MediaPlayer::setAudioStreamType
12-23 16:16:47.025 6471 6502 V MediaPlayer-JNI: setVolume: left 1.000000 right 1.000000
12-23 16:16:47.025 6471 6502 V MediaPlayer: MediaPlayer::setVolume(1.000000, 1.000000)
12-23 16:16:47.025 6471 6502 V MediaPlayer-JNI: setLooping: 0
12-23 16:16:47.025 6471 6502 V MediaPlayer: MediaPlayer::setLooping
12-23 16:16:47.026 6471 6502 V MediaPlayer: setVideoSurfaceTexture
12-23 16:16:47.026 6471 6502 V MediaPlayer: prepare
12-23 16:16:47.038 6471 6486 V MediaPlayer: message received msg=200, ext1=10973, ext2=0
12-23 16:16:47.038 6471 6486 W MediaPlayer: info/warning (10973, 0)
12-23 16:16:47.038 6471 6486 V MediaPlayer: callback application
12-23 16:16:47.039 6471 6486 V MediaPlayer: back from callback
12-23 16:16:47.042 6471 11911 V MediaPlayer: message received msg=1, ext1=0, ext2=0
12-23 16:16:47.042 6471 11911 V MediaPlayer: prepared
12-23 16:16:47.042 6471 11911 V MediaPlayer: signal application thread
12-23 16:16:47.042 6471 11911 V MediaPlayer: callback application
12-23 16:16:47.042 6471 11911 V MediaPlayer: back from callback
12-23 16:16:47.043 6471 6502 V MediaPlayer: prepare complete - status=0
12-23 16:16:47.043 6471 6502 D MediaPlayer: setSubtitleAnchor in MediaPlayer
12-23 16:16:47.043 6471 6471 D MediaPlayer: setSubtitleAnchor in MediaPlayer
12-23 16:16:47.044 6471 6502 V MediaPlayer: invoke 68
12-23 16:16:47.045 6471 6502 D Ringtone: Successfully created local player
12-23 16:16:47.045 6471 6471 V MediaPlayer: invoke 68
12-23 16:16:47.046 6471 6502 V MediaPlayer-JNI: start
12-23 16:16:47.046 6471 6502 V MediaPlayer: start
12-23 16:16:47.109 6471 6787 V MediaPlayer: message received msg=6, ext1=0, ext2=0
12-23 16:16:47.109 6471 6787 V MediaPlayer: unrecognized message: (6, 0, 0)
12-23 16:16:47.109 6471 6787 V MediaPlayer: callback application
12-23 16:16:47.110 6471 6787 V MediaPlayer: back from callback
12-23 16:16:47.113 6471 6471 V MediaPlayer-JNI: getCurrentPosition: 0 (msec)
12-23 16:16:47.667 6471 6502 W SmsSentJob: Got SMS callback: org.smssecure.smssecure.SendReceiveService.SENT_SMS_ACTION , 1
12-23 16:16:47.685 6471 6502 W MessageDatabase: Updating ID: 232 to base type: 24
12-23 16:16:47.702 6471 6502 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, date_delivery_received, mismatched_identities, network_failures, subscription_id, 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, subscription_id, notified, 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 = 17) 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, subscription_id, notified, 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 = 17) ORDER BY date_received DESC LIMIT 1)
12-23 16:16:47.708 6471 7712 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, date_delivery_received, mismatched_identities, network_failures, subscription_id, 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, subscription_id, notified, 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 = 17) 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, subscription_id, notified, 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 = 17) ORDER BY date_received DESC LIMIT 500)
12-23 16:16:47.710 6471 6471 W ConversationFragment: onLoadFinished
12-23 16:16:47.711 6471 6502 I Ringtone: Change URI : content://settings/system/notification_sound to content://media/internal/audio/media/30, type : 2
12-23 16:16:47.711 6471 6502 D Ringtone: highlightoffset is :null
12-23 16:16:47.714 6471 6502 V MediaPlayer-JNI: native_setup
12-23 16:16:47.714 6471 6502 E MediaPlayer-JNI: JNIMediaPlayerFactory: bIsQCMediaPlayerPresent 0
12-23 16:16:47.714 6471 6502 E MediaPlayer-JNI: JNIMediaPlayerFactory: bIsQCMediaPlayerPresent 0
12-23 16:16:47.714 6471 6502 V MediaPlayer: constructor
12-23 16:16:47.714 6471 6502 V MediaPlayer: setListener
12-23 16:16:47.715 6471 6502 D RingtoneManager: getActualDefaultRingtoneUri type :2
12-23 16:16:47.718 6471 6502 D RingtoneManager: checkDefaultRingtoneProperUri : InternalMediaAudio uriString not null type:2
12-23 16:16:47.722 6471 6502 V MediaPlayer-JNI: setDataSourceFD: fd 65
12-23 16:16:47.722 6471 6502 V MediaPlayer: setDataSource(65, 0, 576460752303423487)
12-23 16:16:47.725 6471 6502 V MediaPlayer-JNI: setParameter: key 1400
12-23 16:16:47.725 6471 6502 V MediaPlayer: MediaPlayer::setParameter(1400)
12-23 16:16:47.726 6471 6502 V MediaPlayer-JNI: setAudioStreamType: 2
12-23 16:16:47.726 6471 6502 V MediaPlayer: MediaPlayer::setAudioStreamType
12-23 16:16:47.726 6471 6502 V MediaPlayer-JNI: setVolume: left 1.000000 right 1.000000
12-23 16:16:47.726 6471 6502 V MediaPlayer: MediaPlayer::setVolume(1.000000, 1.000000)
12-23 16:16:47.726 6471 6502 V MediaPlayer-JNI: setLooping: 0
12-23 16:16:47.726 6471 6502 V MediaPlayer: MediaPlayer::setLooping
12-23 16:16:47.727 6471 6502 V MediaPlayer: setVideoSurfaceTexture
12-23 16:16:47.728 6471 6502 V MediaPlayer: prepare
12-23 16:16:47.740 6471 6787 V MediaPlayer: message received msg=200, ext1=10973, ext2=0
12-23 16:16:47.740 6471 6787 W MediaPlayer: info/warning (10973, 0)
12-23 16:16:47.740 6471 6787 V MediaPlayer: callback application
12-23 16:16:47.740 6471 6787 V MediaPlayer: back from callback
12-23 16:16:47.742 6471 6487 V MediaPlayer: message received msg=1, ext1=0, ext2=0
12-23 16:16:47.742 6471 6487 V MediaPlayer: prepared
12-23 16:16:47.742 6471 6487 V MediaPlayer: signal application thread
12-23 16:16:47.742 6471 6487 V MediaPlayer: callback application
12-23 16:16:47.742 6471 6487 V MediaPlayer: back from callback
12-23 16:16:47.743 6471 6471 D MediaPlayer: setSubtitleAnchor in MediaPlayer
12-23 16:16:47.743 6471 6502 V MediaPlayer: prepare complete - status=0
12-23 16:16:47.743 6471 6502 D MediaPlayer: setSubtitleAnchor in MediaPlayer
12-23 16:16:47.743 6471 6471 V MediaPlayer: invoke 68
12-23 16:16:47.745 6471 6502 V MediaPlayer: invoke 68
12-23 16:16:47.747 6471 6502 D Ringtone: Successfully created local player
12-23 16:16:47.747 6471 6502 V MediaPlayer-JNI: setVolume: left 0.000000 right 0.000000
12-23 16:16:47.747 6471 6502 V MediaPlayer: MediaPlayer::setVolume(0.000000, 0.000000)
12-23 16:16:47.748 6471 6502 V MediaPlayer-JNI: release
12-23 16:16:47.748 6471 6502 V MediaPlayer: setListener
12-23 16:16:47.748 6471 6502 V MediaPlayer: disconnect
12-23 16:16:47.749 6471 6502 V MediaPlayer: destructor
12-23 16:16:47.750 6471 6502 V MediaPlayer: disconnect
12-23 16:16:47.750 6471 6502 D Ringtone: highlightoffset is :null
12-23 16:16:47.751 6471 6502 V MediaPlayer-JNI: native_setup
12-23 16:16:47.751 6471 6502 E MediaPlayer-JNI: JNIMediaPlayerFactory: bIsQCMediaPlayerPresent 0
12-23 16:16:47.751 6471 6502 E MediaPlayer-JNI: JNIMediaPlayerFactory: bIsQCMediaPlayerPresent 0
12-23 16:16:47.751 6471 6502 V MediaPlayer: constructor
12-23 16:16:47.752 6471 6502 V MediaPlayer: setListener
12-23 16:16:47.752 6471 6502 D RingtoneManager: getActualDefaultRingtoneUri type :2
12-23 16:16:47.753 6471 6502 D RingtoneManager: checkDefaultRingtoneProperUri : InternalMediaAudio uriString not null type:2
12-23 16:16:47.755 6471 6502 V MediaPlayer-JNI: setDataSourceFD: fd 65
12-23 16:16:47.755 6471 6502 V MediaPlayer: setDataSource(65, 0, 576460752303423487)
12-23 16:16:47.759 6471 6502 V MediaPlayer-JNI: setParameter: key 1400
12-23 16:16:47.760 6471 6502 V MediaPlayer: MediaPlayer::setParameter(1400)
12-23 16:16:47.760 6471 6502 V MediaPlayer-JNI: setAudioStreamType: 5
12-23 16:16:47.760 6471 6502 V MediaPlayer: MediaPlayer::setAudioStreamType
12-23 16:16:47.760 6471 6502 V MediaPlayer-JNI: setVolume: left 1.000000 right 1.000000
12-23 16:16:47.760 6471 6502 V MediaPlayer: MediaPlayer::setVolume(1.000000, 1.000000)
12-23 16:16:47.760 6471 6502 V MediaPlayer-JNI: setLooping: 0
12-23 16:16:47.760 6471 6502 V MediaPlayer: MediaPlayer::setLooping
12-23 16:16:47.760 6471 6502 V MediaPlayer: setVideoSurfaceTexture
12-23 16:16:47.760 6471 6502 V MediaPlayer: prepare
12-23 16:16:47.770 6471 6487 V MediaPlayer: message received msg=200, ext1=10973, ext2=0
12-23 16:16:47.770 6471 6487 W MediaPlayer: info/warning (10973, 0)
12-23 16:16:47.770 6471 6487 V MediaPlayer: callback application
12-23 16:16:47.770 6471 6487 V MediaPlayer: back from callback
12-23 16:16:47.776 6471 6486 V MediaPlayer: message received msg=1, ext1=0, ext2=0
12-23 16:16:47.776 6471 6486 V MediaPlayer: prepared
12-23 16:16:47.776 6471 6486 V MediaPlayer: signal application thread
12-23 16:16:47.776 6471 6486 V MediaPlayer: callback application
12-23 16:16:47.776 6471 6471 D MediaPlayer: setSubtitleAnchor in MediaPlayer
12-23 16:16:47.776 6471 6486 V MediaPlayer: back from callback
12-23 16:16:47.777 6471 6502 V MediaPlayer: prepare complete - status=0
12-23 16:16:47.777 6471 6502 D MediaPlayer: setSubtitleAnchor in MediaPlayer
12-23 16:16:47.777 6471 6471 V MediaPlayer: invoke 68
12-23 16:16:47.778 6471 6502 V MediaPlayer: invoke 68
12-23 16:16:47.779 6471 6502 D Ringtone: Successfully created local player
12-23 16:16:47.780 6471 6502 V MediaPlayer-JNI: start
12-23 16:16:47.780 6471 6502 V MediaPlayer: start
12-23 16:16:47.823 6471 11911 V MediaPlayer: message received msg=6, ext1=0, ext2=0
12-23 16:16:47.823 6471 11911 V MediaPlayer: unrecognized message: (6, 0, 0)
12-23 16:16:47.823 6471 11911 V MediaPlayer: callback application
12-23 16:16:47.824 6471 11911 V MediaPlayer: back from callback
12-23 16:16:47.824 6471 6471 V MediaPlayer-JNI: getCurrentPosition: 0 (msec)
12-23 16:16:48.949 6471 6487 V MediaPlayer: message received msg=2, ext1=0, ext2=0
12-23 16:16:48.949 6471 6487 V MediaPlayer: playback complete
12-23 16:16:48.950 6471 6487 V MediaPlayer: callback application
12-23 16:16:48.950 6471 6487 V MediaPlayer: back from callback
12-23 16:16:49.690 6471 11911 V MediaPlayer: message received msg=2, ext1=0, ext2=0
12-23 16:16:49.690 6471 11911 V MediaPlayer: playback complete
12-23 16:16:49.690 6471 11911 V MediaPlayer: callback application
12-23 16:16:49.690 6471 11911 V MediaPlayer: back from callback
12-23 16:16:50.412 6471 6471 D ViewRootImpl@7fe2005[ConversationActivity]: ViewPostImeInputStage processPointer 0
12-23 16:16:50.951 6471 6471 D ViewRootImpl@7fe2005[ConversationActivity]: Relayout returned: oldFrame=[0,0][1080,2220] newFrame=[0,0][1080,2220] result=0x1 surface={isValid=true -872077312} surfaceGenerationChanged=false
12-23 16:16:50.954 6471 6471 W ConversationItem: batchSelected is not empty!
12-23 16:16:51.217 6471 6471 D ViewRootImpl@7fe2005[ConversationActivity]: ViewPostImeInputStage processPointer 1
12-23 16:16:51.906 6471 6471 D ViewRootImpl@7fe2005[ConversationActivity]: ViewPostImeInputStage processPointer 0
12-23 16:16:52.058 6471 6471 D ViewRootImpl@7fe2005[ConversationActivity]: ViewPostImeInputStage processPointer 1
12-23 16:16:52.107 6471 6471 I SemDesktopModeManager: registerListener: android.view.ViewRootImpl$3@fa5d4f7
12-23 16:16:52.111 6471 6471 D ViewRootImpl@e891f64[ConversationActivity]: ThreadedRenderer.create() translucent=true
12-23 16:16:52.117 6471 6471 D InputTransport: Input channel constructed: fd=65
12-23 16:16:52.118 6471 6471 D ViewRootImpl@e891f64[ConversationActivity]: setView = DecorView@34b05cd[ConversationActivity] touchMode=true
12-23 16:16:52.121 6471 6471 D ViewRootImpl@e891f64[ConversationActivity]: dispatchAttachedToWindow
12-23 16:16:52.153 6471 6471 D ViewRootImpl@e891f64[ConversationActivity]: Relayout returned: oldFrame=[0,0][0,0] newFrame=[27,855][1053,1437] result=0x27 surface={isValid=true -868343808} surfaceGenerationChanged=true
12-23 16:16:52.154 6471 6471 D ViewRootImpl@e891f64[ConversationActivity]: mHardwareRenderer.initialize() mSurface={isValid=true -868343808} hwInitialized=true
12-23 16:16:52.160 6471 6471 D ScrollView: onsize change changed
12-23 16:16:52.173 6471 6471 D ViewRootImpl@7fe2005[ConversationActivity]: Relayout returned: oldFrame=[0,0][1080,2220] newFrame=[0,0][1080,2220] result=0x1 surface={isValid=true -872077312} surfaceGenerationChanged=false
12-23 16:16:52.188 6471 6471 D ViewRootImpl@e891f64[ConversationActivity]: MSG_WINDOW_FOCUS_CHANGED 1
12-23 16:16:52.189 6471 6471 D ViewRootImpl@e891f64[ConversationActivity]: mHardwareRenderer.initializeIfNeeded()#2 mSurface={isValid=true -868343808}
12-23 16:16:52.205 6471 6471 D ViewRootImpl@e891f64[ConversationActivity]: MSG_RESIZED_REPORT: frame=Rect(27, 855 - 1053, 1437) ci=Rect(0, 0 - 0, 0) vi=Rect(0, 0 - 0, 0) or=1
12-23 16:16:52.229 6471 6471 D ViewRootImpl@7fe2005[ConversationActivity]: MSG_WINDOW_FOCUS_CHANGED 0
12-23 16:16:53.085 6471 6471 D ViewRootImpl@e891f64[ConversationActivity]: ViewPostImeInputStage processPointer 0
12-23 16:16:53.160 6471 6471 D ViewRootImpl@e891f64[ConversationActivity]: ViewPostImeInputStage processPointer 1
12-23 16:16:53.199 6471 6471 I SemDesktopModeManager: registerListener: android.view.ViewRootImpl$3@4d29b8c
12-23 16:16:53.201 6471 6471 D ViewRootImpl@35912d5[Deleting…]: ThreadedRenderer.create() translucent=true
12-23 16:16:53.204 6471 6471 D InputTransport: Input channel constructed: fd=77
12-23 16:16:53.205 6471 6471 D ViewRootImpl@35912d5[Deleting…]: setView = DecorView@6681aea[Deleting…] touchMode=true
12-23 16:16:53.205 6471 21211 W MessageDatabase: Deleting: 232
12-23 16:16:53.212 6471 6471 D ViewRootImpl@e891f64[ConversationActivity]: mHardwareRenderer.destroy()#4
12-23 16:16:53.212 6471 6471 D ViewRootImpl@e891f64[ConversationActivity]: dispatchDetachedFromWindow
12-23 16:16:53.248 6471 6471 D InputTransport: Input channel destroyed: fd=65
12-23 16:16:53.249 6471 6471 I SemDesktopModeManager: unregisterListener: android.view.ViewRootImpl$3@fa5d4f7
12-23 16:16:53.251 6471 6471 D ViewRootImpl@35912d5[Deleting…]: dispatchAttachedToWindow
12-23 16:16:53.300 6471 6471 D ViewRootImpl@35912d5[Deleting…]: Relayout returned: oldFrame=[0,0][0,0] newFrame=[167,904][912,1387] result=0x27 surface={isValid=true -868343808} surfaceGenerationChanged=true
12-23 16:16:53.300 6471 6471 D ViewRootImpl@35912d5[Deleting…]: mHardwareRenderer.initialize() mSurface={isValid=true -868343808} hwInitialized=true
12-23 16:16:53.308 6471 6471 D ViewRootImpl@35912d5[Deleting…]: MSG_WINDOW_FOCUS_CHANGED 1
12-23 16:16:53.308 6471 6471 D ViewRootImpl@35912d5[Deleting…]: mHardwareRenderer.initializeIfNeeded()#2 mSurface={isValid=true -868343808}
12-23 16:16:53.311 6471 6591 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, date_delivery_received, mismatched_identities, network_failures, subscription_id, 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, subscription_id, notified, 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 = 17) 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, subscription_id, notified, 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 = 17) ORDER BY date_received DESC LIMIT 500)
12-23 16:16:53.319 6471 6471 D ViewRootImpl@35912d5[Deleting…]: mHardwareRenderer.destroy()#4
12-23 16:16:53.319 6471 6471 D ViewRootImpl@35912d5[Deleting…]: dispatchDetachedFromWindow
12-23 16:16:53.337 6471 6471 D InputTransport: Input channel destroyed: fd=77
12-23 16:16:53.339 6471 6471 I SemDesktopModeManager: unregisterListener: android.view.ViewRootImpl$3@4d29b8c
12-23 16:16:53.339 6471 6471 W ConversationFragment: onLoadFinished
12-23 16:16:53.353 6471 6471 D ViewRootImpl@7fe2005[ConversationActivity]: MSG_WINDOW_FOCUS_CHANGED 1
12-23 16:16:53.353 6471 6471 D ViewRootImpl@7fe2005[ConversationActivity]: mHardwareRenderer.initializeIfNeeded()#2 mSurface={isValid=true -872077312}
12-23 16:16:53.374 6471 6471 E ViewRootImpl: sendUserActionEvent() returned.
12-23 16:16:53.374 6471 6471 E ViewRootImpl: sendUserActionEvent() returned.
12-23 16:16:54.142 6471 6471 D ViewRootImpl@7fe2005[ConversationActivity]: ViewPostImeInputStage processPointer 0
12-23 16:16:54.248 6471 6471 D ViewRootImpl@7fe2005[ConversationActivity]: ViewPostImeInputStage processPointer 1
12-23 16:16:54.248 6471 6471 D InputMethodManager: ISS - flag : 0Pid : 6471 view : org.smssecure.smssecure
12-23 16:16:54.260 6471 6471 D InputMethodManager: ISS - flag : 0Pid : 6471 view : org.smssecure.smssecure
12-23 16:16:54.570 6471 6471 D ViewRootImpl@7fe2005[ConversationActivity]: MSG_RESIZED: frame=Rect(0, 0 - 1080, 2220) ci=Rect(0, 72 - 0, 144) vi=Rect(0, 72 - 0, 144) or=1
12-23 16:16:54.593 6471 6471 D ViewRootImpl@7fe2005[ConversationActivity]: Relayout returned: oldFrame=[0,0][1080,2220] newFrame=[0,0][1080,2220] result=0x1 surface={isValid=true -872077312} surfaceGenerationChanged=false
12-23 16:16:54.709 6471 6471 D ViewRootImpl@7fe2005[ConversationActivity]: MSG_RESIZED: frame=Rect(0, 0 - 1080, 2220) ci=Rect(0, 72 - 0, 1014) vi=Rect(0, 72 - 0, 1014) or=1
12-23 16:16:54.718 6471 6471 W KeyboardAwareLinearLayout: onKeyboardOpen(870)
12-23 16:16:54.727 6471 6471 D ViewRootImpl@7fe2005[ConversationActivity]: Relayout returned: oldFrame=[0,0][1080,2220] newFrame=[0,0][1080,2220] result=0x1 surface={isValid=true -872077312} surfaceGenerationChanged=false
12-23 16:16:59.808 6471 6503 W SmsSentJob: Got SMS callback: org.smssecure.smssecure.SendReceiveService.SENT_SMS_ACTION , 1
12-23 16:16:59.813 6471 6503 W SmsSentJob:
12-23 16:16:59.813 6471 6503 W SmsSentJob: org.smssecure.smssecure.database.NoSuchMessageException: No message for ID: 232
12-23 16:16:59.813 6471 6503 W SmsSentJob: at org.smssecure.smssecure.database.EncryptingSmsDatabase.getMessage(EncryptingSmsDatabase.java:132)
12-23 16:16:59.813 6471 6503 W SmsSentJob: at org.smssecure.smssecure.jobs.SmsSentJob.handleSentResult(SmsSentJob.java:89)
12-23 16:16:59.813 6471 6503 W SmsSentJob: at org.smssecure.smssecure.jobs.SmsSentJob.onRun(SmsSentJob.java:53)
12-23 16:16:59.813 6471 6503 W SmsSentJob: at org.smssecure.smssecure.jobs.MasterSecretJob.onRun(MasterSecretJob.java:18)
12-23 16:16:59.813 6471 6503 W SmsSentJob: at org.whispersystems.jobqueue.JobConsumer.runJob(JobConsumer.java:76)
12-23 16:16:59.813 6471 6503 W SmsSentJob: at org.whispersystems.jobqueue.JobConsumer.run(JobConsumer.java:46)
12-23 16:17:00.364 6471 6502 W SmsSentJob: Got SMS callback: org.smssecure.smssecure.SendReceiveService.SENT_SMS_ACTION , 1
12-23 16:17:00.369 6471 6502 W SmsSentJob:
12-23 16:17:00.369 6471 6502 W SmsSentJob: org.smssecure.smssecure.database.NoSuchMessageException: No message for ID: 232
12-23 16:17:00.369 6471 6502 W SmsSentJob: at org.smssecure.smssecure.database.EncryptingSmsDatabase.getMessage(EncryptingSmsDatabase.java:132)
12-23 16:17:00.369 6471 6502 W SmsSentJob: at org.smssecure.smssecure.jobs.SmsSentJob.handleSentResult(SmsSentJob.java:89)
12-23 16:17:00.369 6471 6502 W SmsSentJob: at org.smssecure.smssecure.jobs.SmsSentJob.onRun(SmsSentJob.java:53)
12-23 16:17:00.369 6471 6502 W SmsSentJob: at org.smssecure.smssecure.jobs.MasterSecretJob.onRun(MasterSecretJob.java:18)
12-23 16:17:00.369 6471 6502 W SmsSentJob: at org.whispersystems.jobqueue.JobConsumer.runJob(JobConsumer.java:76)
12-23 16:17:00.369 6471 6502 W SmsSentJob: at org.whispersystems.jobqueue.JobConsumer.run(JobConsumer.java:46)
12-23 16:17:05.672 6471 6471 D ViewRootImpl@7fe2005[ConversationActivity]: ViewPostImeInputStage processPointer 0
12-23 16:17:05.758 6471 6471 D ViewRootImpl@7fe2005[ConversationActivity]: ViewPostImeInputStage processPointer 1
12-23 16:17:05.759 6471 6471 W ConversationActivity: isManual Selection: false
12-23 16:17:05.759 6471 6471 W ConversationActivity: forcePlaintext: true
12-23 16:17:05.772 6471 6478 I art : Do full code cache collection, code=203KB, data=247KB
12-23 16:17:05.773 6471 6478 I art : After code cache collection, code=199KB, data=201KB
12-23 16:17:05.828 6471 6482 V MediaPlayer-JNI: release
12-23 16:17:05.829 6471 6482 V MediaPlayer: setListener
12-23 16:17:05.829 6471 6482 V MediaPlayer: disconnect
12-23 16:17:05.836 6471 6471 D AutoInitiate: Number type: FIXED_LINE_OR_MOBILE
12-23 16:17:05.837 6471 6482 V MediaPlayer: destructor
12-23 16:17:05.837 6471 6471 V InputMethodManager: Starting input: tba=android.view.inputmethod.EditorInfo@e984e76 nm : org.smssecure.smssecure ic=android.support.v13.view.inputmethod.InputConnectionCompat$BaseInputContentInfoCompatImpl$1@4058c77
12-23 16:17:05.838 6471 6482 V MediaPlayer: disconnect
12-23 16:17:05.838 6471 6471 I InputMethodManager: [IMM] startInputInner - mService.startInputOrWindowGainedFocus
12-23 16:17:05.839 6471 6482 V MediaPlayer-JNI: native_finalize
12-23 16:17:05.839 6471 6482 V MediaPlayer-JNI: release
12-23 16:17:05.839 6471 6482 V MediaPlayer-JNI: release
12-23 16:17:05.839 6471 6482 V MediaPlayer: setListener
12-23 16:17:05.839 6471 6482 V MediaPlayer: disconnect
12-23 16:17:05.839 6471 6471 D InputTransport: Input channel constructed: fd=77
12-23 16:17:05.839 6471 6471 D InputTransport: Input channel destroyed: fd=66
12-23 16:17:05.849 6471 6482 V MediaPlayer: destructor
12-23 16:17:05.849 6471 6482 V MediaPlayer: disconnect
12-23 16:17:05.857 6471 21210 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, date_delivery_received, mismatched_identities, network_failures, subscription_id, 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, subscription_id, notified, 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 = 17) 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, subscription_id, notified, 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 = 17) ORDER BY date_received DESC LIMIT 1)
12-23 16:17:05.857 6471 21210 W CanonicalAddressDatabase: Hitting DB on query [ADDRESS]
12-23 16:17:05.869 6471 6786 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, date_delivery_received, mismatched_identities, network_failures, subscription_id, 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, subscription_id, notified, 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 = 17) 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, subscription_id, notified, 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 = 17) ORDER BY date_received DESC LIMIT 500)
12-23 16:17:05.871 6471 6788 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, date_delivery_received, mismatched_identities, network_failures, subscription_id, 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, subscription_id, notified, 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 = 17) 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, subscription_id, notified, 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 = 17) ORDER BY date_received DESC LIMIT 500)
12-23 16:17:05.883 6471 6502 W SmsSendJob: Sending message: 232
12-23 16:17:05.892 6471 6471 V InputMethodManager: Starting input: tba=android.view.inputmethod.EditorInfo@f12f068 nm : org.smssecure.smssecure ic=android.support.v13.view.inputmethod.InputConnectionCompat$BaseInputContentInfoCompatImpl$1@8c03c81
12-23 16:17:05.892 6471 6471 I InputMethodManager: [IMM] startInputInner - mService.startInputOrWindowGainedFocus
12-23 16:17:05.894 6471 6471 D InputTransport: Input channel constructed: fd=82
12-23 16:17:05.894 6471 6471 D InputTransport: Input channel destroyed: fd=77
12-23 16:17:05.898 6471 6471 V InputMethodManager: Starting input: tba=android.view.inputmethod.EditorInfo@abc8167 nm : org.smssecure.smssecure ic=android.support.v13.view.inputmethod.InputConnectionCompat$BaseInputContentInfoCompatImpl$1@e5aab14
12-23 16:17:05.899 6471 6471 I InputMethodManager: [IMM] startInputInner - mService.startInputOrWindowGainedFocus
12-23 16:17:05.900 6471 6471 D InputTransport: Input channel constructed: fd=78
12-23 16:17:05.900 6471 6471 D InputTransport: Input channel destroyed: fd=82
12-23 16:17:05.909 6471 6471 W ConversationFragment: onLoadFinished
12-23 16:17:05.913 6471 6471 W ConversationActivity: updateDefaultSubscriptionId(1)
12-23 16:17:05.917 6471 6471 V InputMethodManager: Starting input: tba=android.view.inputmethod.EditorInfo@c615d0a nm : org.smssecure.smssecure ic=android.support.v13.view.inputmethod.InputConnectionCompat$BaseInputContentInfoCompatImpl$1@f89d97b
12-23 16:17:05.917 6471 6471 I InputMethodManager: [IMM] startInputInner - mService.startInputOrWindowGainedFocus
12-23 16:17:05.918 6471 6471 D InputTransport: Input channel constructed: fd=65
12-23 16:17:05.918 6471 6471 D InputTransport: Input channel destroyed: fd=78
12-23 16:17:05.919 6471 6471 W IInputConnectionWrapper: beginBatchEdit on inactive InputConnection
12-23 16:17:05.919 6471 6471 W IInputConnectionWrapper: getTextBeforeCursor on inactive InputConnection
12-23 16:17:05.939 6471 6471 W IInputConnectionWrapper: getTextAfterCursor on inactive InputConnection
12-23 16:17:05.958 6471 6471 W IInputConnectionWrapper: getSelectedText on inactive InputConnection
12-23 16:17:05.975 6471 6471 W IInputConnectionWrapper: endBatchEdit on inactive InputConnection
12-23 16:17:05.975 6471 6471 W IInputConnectionWrapper: beginBatchEdit on inactive InputConnection
12-23 16:17:05.975 6471 6471 W IInputConnectionWrapper: getTextBeforeCursor on inactive InputConnection
12-23 16:17:05.991 6471 6471 W IInputConnectionWrapper: getTextAfterCursor on inactive InputConnection
12-23 16:17:06.009 6471 6471 W IInputConnectionWrapper: getSelectedText on inactive InputConnection
12-23 16:17:06.026 6471 6471 W IInputConnectionWrapper: endBatchEdit on inactive InputConnection
12-23 16:17:06.075 6471 6471 W IInputConnectionWrapper: beginBatchEdit on inactive InputConnection
12-23 16:17:06.075 6471 6471 W IInputConnectionWrapper: getTextBeforeCursor on inactive InputConnection
12-23 16:17:06.097 6471 6471 W IInputConnectionWrapper: getTextAfterCursor on inactive InputConnection
12-23 16:17:06.109 6471 6471 W IInputConnectionWrapper: getSelectedText on inactive InputConnection
12-23 16:17:06.126 6471 6471 W IInputConnectionWrapper: endBatchEdit on inactive InputConnection
12-23 16:17:08.054 6471 6503 W SmsSentJob: Got SMS callback: org.smssecure.smssecure.SendReceiveService.SENT_SMS_ACTION , -1
12-23 16:17:08.064 6471 6503 W MessageDatabase: Updating ID: 232 to base type: 23
12-23 16:17:08.090 6471 6503 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, date_delivery_received, mismatched_identities, network_failures, subscription_id, 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, subscription_id, notified, 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 = 17) 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, subscription_id, notified, 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 = 17) ORDER BY date_received DESC LIMIT 1)
12-23 16:17:08.114 6471 6888 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, date_delivery_received, mismatched_identities, network_failures, subscription_id, 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, subscription_id, notified, 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 = 17) 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, subscription_id, notified, 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 = 17) ORDER BY date_received DESC LIMIT 500)
12-23 16:17:08.131 6471 6471 W ConversationFragment: onLoadFinished
12-23 16:17:16.604 6471 6471 D ViewRootImpl@7fe2005[ConversationActivity]: ViewPostImeInputStage processPointer 0
12-23 16:17:16.664 6471 6471 D ViewRootImpl@7fe2005[ConversationActivity]: ViewPostImeInputStage processPointer 1
12-23 16:17:16.693 6471 6471 D ConversationActivity: Opened link: null
12-23 16:17:16.695 6471 6471 W PassphraseRequiredActionBarActivity: onPause()
12-23 16:17:16.707 6471 6471 D ViewRootImpl@7fe2005[ConversationActivity]: MSG_WINDOW_FOCUS_CHANGED 0
12-23 16:17:16.709 6471 6471 W KeyCachingService: onStartCommand, org.smssecure.smssecure.service.action.ACTIVITY_STOP_EVENT
12-23 16:17:16.709 6471 6471 W KeyCachingService: Decrementing activity count...
12-23 16:17:16.715 6471 6471 W PassphraseRequiredActionBarActivity: onResume()
12-23 16:17:16.729 6471 6471 D ViewRootImpl@42dc983[RoutingActivity]: Relayout returned: oldFrame=[0,0][1080,2220] newFrame=[0,0][1080,2220] result=0x7 surface={isValid=true -868343808} surfaceGenerationChanged=true
12-23 16:17:16.730 6471 6471 D ViewRootImpl@42dc983[RoutingActivity]: mHardwareRenderer.initialize() mSurface={isValid=true -868343808} hwInitialized=true
12-23 16:17:16.763 6471 6471 W KeyCachingService: onStartCommand, org.smssecure.smssecure.service.action.ACTIVITY_START_EVENT
12-23 16:17:16.763 6471 6471 W KeyCachingService: Incrementing activity count...
12-23 16:17:16.764 6471 6471 D ViewRootImpl@42dc983[RoutingActivity]: MSG_RESIZED_REPORT: frame=Rect(0, 0 - 1080, 2220) ci=Rect(0, 72 - 0, 1014) vi=Rect(0, 72 - 0, 1014) or=1
12-23 16:17:16.764 6471 6471 D ViewRootImpl@42dc983[RoutingActivity]: MSG_WINDOW_FOCUS_CHANGED 1
12-23 16:17:16.764 6471 6471 D ViewRootImpl@42dc983[RoutingActivity]: mHardwareRenderer.initializeIfNeeded()#2 mSurface={isValid=true -868343808}
12-23 16:17:16.765 6471 6471 V InputMethodManager: Starting input: tba=android.view.inputmethod.EditorInfo@2c7cdb1 nm : org.smssecure.smssecure ic=null
12-23 16:17:16.765 6471 6471 I InputMethodManager: [IMM] startInputInner - mService.startInputOrWindowGainedFocus
12-23 16:17:16.768 6471 6471 D InputTransport: Input channel constructed: fd=80
12-23 16:17:16.768 6471 6471 D InputTransport: Input channel destroyed: fd=65
12-23 16:17:16.805 6471 6471 D ViewRootImpl@42dc983[RoutingActivity]: MSG_RESIZED_REPORT: frame=Rect(0, 0 - 1080, 2220) ci=Rect(0, 72 - 0, 0) vi=Rect(0, 72 - 0, 0) or=1
12-23 16:17:16.821 6471 6471 D ViewRootImpl@42dc983[RoutingActivity]: Relayout returned: oldFrame=[0,0][1080,2220] newFrame=[0,0][1080,2220] result=0x1 surface={isValid=true -868343808} surfaceGenerationChanged=false
12-23 16:17:16.908 6471 6594 D OpenGLRenderer: endAllActiveAnimators on 0xc8cb9c80 (RippleDrawable) with handle 0xc8790980
12-23 16:17:16.908 6471 6471 D ViewRootImpl@7fe2005[ConversationActivity]: mHardwareRenderer.destroy()#1
12-23 16:17:16.911 6471 6471 D ViewRootImpl@7fe2005[ConversationActivity]: Relayout returned: oldFrame=[0,0][1080,2220] newFrame=[0,0][1080,2220] result=0x5 surface={isValid=false 0} surfaceGenerationChanged=true
12-23 16:17:16.927 6471 6471 W PassphraseRequiredActionBarActivity: onDestroy()
12-23 16:17:16.928 6471 21210 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, date_delivery_received, mismatched_identities, network_failures, subscription_id, 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, subscription_id, notified, 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 = 17) 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, subscription_id, notified, 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 = 17) ORDER BY date_received DESC LIMIT 1)
12-23 16:17:16.933 6471 6471 D TextView: SYANI: Clipboard API is calling: clearFilter()
12-23 16:17:16.934 6471 6471 D TextView: SYANI: Clipboard API is calling: unregisterClipboardEventListener()
12-23 16:17:16.937 6471 6471 D ViewRootImpl@7fe2005[ConversationActivity]: mHardwareRenderer.destroy()#4
12-23 16:17:16.937 6471 6471 D ViewRootImpl@7fe2005[ConversationActivity]: dispatchDetachedFromWindow
12-23 16:17:16.941 6471 6471 D InputTransport: Input channel destroyed: fd=81
12-23 16:17:16.941 6471 6471 I SemDesktopModeManager: unregisterListener: android.view.ViewRootImpl$3@4bbdf7c
12-23 16:17:24.779 6471 6471 D ViewRootImpl@42dc983[RoutingActivity]: MSG_WINDOW_FOCUS_CHANGED 0
12-23 16:17:24.788 6471 6471 W PassphraseRequiredActionBarActivity: onPause()
12-23 16:17:24.830 6471 6471 W KeyCachingService: onStartCommand, org.smssecure.smssecure.service.action.ACTIVITY_STOP_EVENT
12-23 16:17:24.831 6471 6471 W KeyCachingService: Decrementing activity count...
12-23 16:17:24.867 6471 6471 D InputTransport: Input channel destroyed: fd=80
12-23 16:17:24.925 6471 6471 D ViewRootImpl@42dc983[RoutingActivity]: mHardwareRenderer.destroy()#1
12-23 16:17:24.928 6471 6471 D ViewRootImpl@42dc983[RoutingActivity]: Relayout returned: oldFrame=[0,0][1080,2220] newFrame=[0,0][1080,2220] result=0x5 surface={isValid=false 0} surfaceGenerationChanged=true
12-23 16:17:25.112 6471 6471 D ViewRootImpl@42dc983[RoutingActivity]: Relayout returned: oldFrame=[0,0][1080,2220] newFrame=[0,0][1080,2220] result=0x5 surface={isValid=false 0} surfaceGenerationChanged=false
12-23 16:17:30.196 6471 6482 V MediaPlayer-JNI: native_finalize
12-23 16:17:30.196 6471 6482 V MediaPlayer-JNI: release
12-23 16:17:30.197 6471 6482 V MediaPlayer-JNI: native_finalize
12-23 16:17:30.197 6471 6482 V MediaPlayer-JNI: release
12-23 16:17:30.198 6471 6482 V MediaPlayer-JNI: native_finalize
12-23 16:17:30.198 6471 6482 V MediaPlayer-JNI: release
12-23 16:35:23.237 6471 6471 D ViewRootImpl@42dc983[RoutingActivity]: mHardwareRenderer.destroy()#1
12-23 16:35:23.240 6471 6471 D ViewRootImpl@42dc983[RoutingActivity]: Relayout returned: oldFrame=[0,0][1080,2220] newFrame=[0,0][1080,2220] result=0x1 surface={isValid=false 0} surfaceGenerationChanged=false
12-23 16:35:23.254 6471 6471 W PassphraseRequiredActionBarActivity: onResume()
12-23 16:35:23.278 6471 6471 D ViewRootImpl@42dc983[RoutingActivity]: Relayout returned: oldFrame=[0,0][1080,2220] newFrame=[0,0][1080,2220] result=0x7 surface={isValid=true -930701312} surfaceGenerationChanged=true
12-23 16:35:23.279 6471 6471 D ViewRootImpl@42dc983[RoutingActivity]: mHardwareRenderer.initialize() mSurface={isValid=true -930701312} hwInitialized=true
12-23 16:35:23.318 6471 6471 W KeyCachingService: onStartCommand, org.smssecure.smssecure.service.action.ACTIVITY_START_EVENT
12-23 16:35:23.318 6471 6471 W KeyCachingService: Incrementing activity count...
12-23 16:35:23.319 6471 6471 D ViewRootImpl@42dc983[RoutingActivity]: MSG_WINDOW_FOCUS_CHANGED 1
12-23 16:35:23.319 6471 6471 D ViewRootImpl@42dc983[RoutingActivity]: mHardwareRenderer.initializeIfNeeded()#2 mSurface={isValid=true -930701312}
12-23 16:35:23.320 6471 6471 V InputMethodManager: Starting input: tba=android.view.inputmethod.EditorInfo@4880411 nm : org.smssecure.smssecure ic=null
12-23 16:35:23.320 6471 6471 I InputMethodManager: [IMM] startInputInner - mService.startInputOrWindowGainedFocus
12-23 16:35:23.321 6471 6471 D InputTransport: Input channel constructed: fd=72
12-23 16:35:24.190 6471 6471 D ViewRootImpl@42dc983[RoutingActivity]: ViewPostImeInputStage processPointer 0
12-23 16:35:24.224 6471 6471 D ViewRootImpl@42dc983[RoutingActivity]: ViewPostImeInputStage processPointer 1
12-23 16:35:24.257 6471 6471 D ViewRootImpl@42dc983[RoutingActivity]: MSG_WINDOW_FOCUS_CHANGED 0
12-23 16:35:24.258 6471 6471 W PassphraseRequiredActionBarActivity: onPause()
12-23 16:35:24.270 6471 6471 W KeyCachingService: onStartCommand, org.smssecure.smssecure.service.action.ACTIVITY_STOP_EVENT
12-23 16:35:24.270 6471 6471 W KeyCachingService: Decrementing activity count...
--------- beginning of system
12-23 16:35:24.272 6471 6471 V ActivityThread: performLaunchActivity: mActivityCurrentConfig={0 1.0 themeSeq = 0 showBtnBg = 0 311mcc580mnc [en_US] ldltr sw360dp w360dp h668dp 480dpi nrml long port ?dc finger -keyb/v/h -nav/h mkbd/h desktop/d s.19}
12-23 16:35:24.273 6471 6471 W PassphraseRequiredActionBarActivity: onCreate(null)
12-23 16:35:24.275 6471 6471 W PassphraseRequiredActionBarActivity: routeApplicationState(), state: 0
12-23 16:35:24.277 6471 6471 W PassphraseRequiredActionBarActivity: initializeClearKeyReceiver()
12-23 16:35:24.278 6471 6471 W ConversationActivity: onCreate()
12-23 16:35:24.278 6471 6471 I AppCompatDelegate: You should now use the AppCompatDelegate.FEATURE_SUPPORT_ACTION_BAR_OVERLAY id when requesting this feature.
12-23 16:35:24.325 6471 6788 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, date_delivery_received, mismatched_identities, network_failures, subscription_id, 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, subscription_id, notified, 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 = 17) 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, subscription_id, notified, 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 = 17) ORDER BY date_received DESC LIMIT 500)
12-23 16:35:24.326 6471 6471 W PassphraseRequiredActionBarActivity: onResume()
12-23 16:35:24.330 6471 6471 W ConversationActivity: onResume() Finished: 90
12-23 16:35:24.332 6471 6471 I SemDesktopModeManager: registerListener: android.view.ViewRootImpl$3@e928ed4
12-23 16:35:24.333 6471 6471 D ViewRootImpl@7e3987d[ConversationActivity]: ThreadedRenderer.create() translucent=false
12-23 16:35:24.335 6471 22564 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, date_delivery_received, mismatched_identities, network_failures, subscription_id, 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, subscription_id, notified, 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 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, date_delivery_received, mismatched_identities, subscription_id, notified, 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 AND notified = 0) ORDER BY date_received ASC)
12-23 16:35:24.336 6471 6471 D InputTransport: Input channel constructed: fd=83
12-23 16:35:24.337 6471 22564 W BadgeWidgetProvider: updateBadge()
12-23 16:35:24.337 6471 6471 D ViewRootImpl@7e3987d[ConversationActivity]: setView = DecorView@20c3372[ConversationActivity] touchMode=true
12-23 16:35:24.339 6471 6471 D ViewRootImpl@7e3987d[ConversationActivity]: dispatchAttachedToWindow
12-23 16:35:24.341 6471 6471 W KeyboardAwareLinearLayout: rotation changed
12-23 16:35:24.341 6471 6471 W KeyboardAwareLinearLayout: onKeyboardClose()
12-23 16:35:24.363 6471 6471 D ViewRootImpl@7e3987d[ConversationActivity]: Relayout returned: oldFrame=[0,0][0,0] newFrame=[0,0][1080,2220] result=0x27 surface={isValid=true -916459520} surfaceGenerationChanged=true
12-23 16:35:24.363 6471 6471 D ViewRootImpl@7e3987d[ConversationActivity]: mHardwareRenderer.initialize() mSurface={isValid=true -916459520} hwInitialized=true
12-23 16:35:24.370 6471 6471 W ConversationActivity: updateDefaultSubscriptionId(1)
12-23 16:35:24.372 6471 6471 W ConversationFragment: onLoadFinished
12-23 16:35:24.373 6471 6471 W KeyCachingService: onStartCommand, org.smssecure.smssecure.service.action.ACTIVITY_START_EVENT
12-23 16:35:24.373 6471 6471 W KeyCachingService: Incrementing activity count...
12-23 16:35:24.402 6471 6471 D ViewRootImpl@7e3987d[ConversationActivity]: MSG_RESIZED_REPORT: frame=Rect(0, 0 - 1080, 2220) ci=Rect(0, 72 - 0, 0) vi=Rect(0, 72 - 0, 0) or=1
12-23 16:35:24.402 6471 6471 D ViewRootImpl@7e3987d[ConversationActivity]: MSG_WINDOW_FOCUS_CHANGED 1
12-23 16:35:24.402 6471 6471 D ViewRootImpl@7e3987d[ConversationActivity]: mHardwareRenderer.initializeIfNeeded()#2 mSurface={isValid=true -916459520}
12-23 16:35:24.407 6471 6471 V InputMethodManager: Starting input: tba=android.view.inputmethod.EditorInfo@ef29465 nm : org.smssecure.smssecure ic=android.support.v13.view.inputmethod.InputConnectionCompat$BaseInputContentInfoCompatImpl$1@19e253a
12-23 16:35:24.407 6471 6471 I InputMethodManager: [IMM] startInputInner - mService.startInputOrWindowGainedFocus
12-23 16:35:24.411 6471 6471 D InputTransport: Input channel constructed: fd=86
12-23 16:35:24.411 6471 6471 D InputTransport: Input channel destroyed: fd=72
12-23 16:35:24.458 6471 6594 D OpenGLRenderer: endAllActiveAnimators on 0xcbbacc80 (RippleDrawable) with handle 0xc878fba0
12-23 16:35:24.458 6471 6471 D ViewRootImpl@42dc983[RoutingActivity]: mHardwareRenderer.destroy()#1
12-23 16:35:24.462 6471 6471 D ViewRootImpl@42dc983[RoutingActivity]: Relayout returned: oldFrame=[0,0][1080,2220] newFrame=[0,0][1080,2220] result=0x5 surface={isValid=false 0} surfaceGenerationChanged=true
12-23 16:35:24.532 6471 6471 D ViewRootImpl@42dc983[RoutingActivity]: Relayout returned: oldFrame=[0,0][1080,2220] newFrame=[0,0][1080,2220] result=0x5 surface={isValid=false 0} surfaceGenerationChanged=false
12-23 16:35:26.482 6471 6471 D ViewRootImpl@7e3987d[ConversationActivity]: ViewPostImeInputStage processPointer 0
12-23 16:35:26.521 6471 6471 D ViewRootImpl@7e3987d[ConversationActivity]: ViewPostImeInputStage processPointer 1
12-23 16:35:26.538 6471 6471 D AbsListView: Get MotionRecognitionManager
12-23 16:35:26.538 6471 6471 D MotionRecognitionManager: mSContextService = com.samsung.android.hardware.context.ISemContextService$Stub$Proxy@90085cb
12-23 16:35:26.539 6471 6471 D MotionRecognitionManager: motionService = com.samsung.android.gesture.IMotionRecognitionService$Stub$Proxy@3ff01a8
12-23 16:35:26.539 6471 6471 D MotionRecognitionManager: motionService = com.samsung.android.gesture.IMotionRecognitionService$Stub$Proxy@3ff01a8
12-23 16:35:26.543 6471 6471 I SemDesktopModeManager: registerListener: android.view.ViewRootImpl$3@ac2d466
12-23 16:35:26.544 6471 6471 D ViewRootImpl@e8fb3a7[PopupWindow:60514c1]: ThreadedRenderer.create() translucent=true
12-23 16:35:26.549 6471 6471 D InputTransport: Input channel constructed: fd=72
12-23 16:35:26.550 6471 6471 D ViewRootImpl@e8fb3a7[PopupWindow:60514c1]: setView = android.widget.PopupWindow$PopupDecorView{6169054 V.E...... ......I. 0,0-0,0} touchMode=true
12-23 16:35:26.556 6471 6471 D ViewRootImpl@e8fb3a7[PopupWindow:60514c1]: dispatchAttachedToWindow
12-23 16:35:26.570 6471 6471 D ViewRootImpl@e8fb3a7[PopupWindow:60514c1]: Relayout returned: oldFrame=[0,0][0,0] newFrame=[492,84][1080,228] result=0x27 surface={isValid=true -917786624} surfaceGenerationChanged=true
12-23 16:35:26.570 6471 6471 D ViewRootImpl@e8fb3a7[PopupWindow:60514c1]: mHardwareRenderer.initialize() mSurface={isValid=true -917786624} hwInitialized=true
12-23 16:35:26.574 6471 6471 D AbsListView: onsize change
12-23 16:35:26.577 6471 6471 D ViewRootImpl@e8fb3a7[PopupWindow:60514c1]: MSG_WINDOW_FOCUS_CHANGED 1
12-23 16:35:26.578 6471 6471 D ViewRootImpl@e8fb3a7[PopupWindow:60514c1]: mHardwareRenderer.initializeIfNeeded()#2 mSurface={isValid=true -917786624}
12-23 16:35:26.588 6471 6471 D ViewRootImpl@e8fb3a7[PopupWindow:60514c1]: MSG_RESIZED_REPORT: frame=Rect(492, 84 - 1080, 228) ci=Rect(0, 0 - 0, 0) vi=Rect(0, 0 - 0, 0) or=1
12-23 16:35:26.605 6471 6471 D ViewRootImpl@7e3987d[ConversationActivity]: MSG_WINDOW_FOCUS_CHANGED 0
12-23 16:35:27.298 6471 6471 D ViewRootImpl@e8fb3a7[PopupWindow:60514c1]: ViewPostImeInputStage processPointer 0
12-23 16:35:27.351 6471 6471 D ViewRootImpl@e8fb3a7[PopupWindow:60514c1]: ViewPostImeInputStage processPointer 1
12-23 16:35:27.351 6471 6471 D AbsListView: onTouchUp() mTouchMode : 0
12-23 16:35:27.463 6471 6471 I SemDesktopModeManager: registerListener: android.view.ViewRootImpl$3@fab052
12-23 16:35:27.465 6471 6471 D ViewRootImpl@de23f23[ConversationActivity]: ThreadedRenderer.create() translucent=true
12-23 16:35:27.472 6471 6471 D InputTransport: Input channel constructed: fd=77
12-23 16:35:27.474 6471 6471 D ViewRootImpl@de23f23[ConversationActivity]: setView = DecorView@a3bc20[ConversationActivity] touchMode=true
12-23 16:35:27.489 6471 6471 D ViewRootImpl@e8fb3a7[PopupWindow:60514c1]: Relayout returned: oldFrame=[492,84][1080,228] newFrame=[492,84][1080,228] result=0x1 surface={isValid=true -917786624} surfaceGenerationChanged=false
12-23 16:35:27.492 6471 6471 D ViewRootImpl@de23f23[ConversationActivity]: dispatchAttachedToWindow
12-23 16:35:27.525 6471 6471 D ViewRootImpl@de23f23[ConversationActivity]: Relayout returned: oldFrame=[0,0][0,0] newFrame=[27,855][1053,1437] result=0x27 surface={isValid=true -922505216} surfaceGenerationChanged=true
12-23 16:35:27.526 6471 6471 D ViewRootImpl@de23f23[ConversationActivity]: mHardwareRenderer.initialize() mSurface={isValid=true -922505216} hwInitialized=true
12-23 16:35:27.531 6471 6471 D ScrollView: onsize change changed
12-23 16:35:27.539 6471 6471 D ViewRootImpl@de23f23[ConversationActivity]: MSG_WINDOW_FOCUS_CHANGED 1
12-23 16:35:27.539 6471 6471 D ViewRootImpl@de23f23[ConversationActivity]: mHardwareRenderer.initializeIfNeeded()#2 mSurface={isValid=true -922505216}
12-23 16:35:27.552 6471 6471 D ViewRootImpl@de23f23[ConversationActivity]: MSG_RESIZED_REPORT: frame=Rect(27, 855 - 1053, 1437) ci=Rect(0, 0 - 0, 0) vi=Rect(0, 0 - 0, 0) or=1
12-23 16:35:27.584 6471 6471 D ViewRootImpl@e8fb3a7[PopupWindow:60514c1]: MSG_WINDOW_FOCUS_CHANGED 0
12-23 16:35:27.690 6471 6594 D OpenGLRenderer: endAllActiveAnimators on 0xc94b2400 (MenuPopupWindow$MenuDropDownListView) with handle 0xc8790280
12-23 16:35:27.690 6471 6471 D ViewRootImpl@e8fb3a7[PopupWindow:60514c1]: mHardwareRenderer.destroy()#4
12-23 16:35:27.690 6471 6471 D ViewRootImpl@e8fb3a7[PopupWindow:60514c1]: dispatchDetachedFromWindow
12-23 16:35:27.703 6471 6471 D InputTransport: Input channel destroyed: fd=72
12-23 16:35:27.704 6471 6471 I SemDesktopModeManager: unregisterListener: android.view.ViewRootImpl$3@ac2d466
12-23 16:35:28.432 6471 6471 D ViewRootImpl@de23f23[ConversationActivity]: ViewPostImeInputStage processPointer 0
12-23 16:35:28.512 6471 6471 D ViewRootImpl@de23f23[ConversationActivity]: ViewPostImeInputStage processPointer 1
12-23 16:35:28.546 6471 6471 I SemDesktopModeManager: registerListener: android.view.ViewRootImpl$3@3b1d775
12-23 16:35:28.548 6471 6471 D ViewRootImpl@bdc930a[ConversationActivity]: ThreadedRenderer.create() translucent=true
12-23 16:35:28.551 6471 6471 D InputTransport: Input channel constructed: fd=72
12-23 16:35:28.552 6471 6471 D ViewRootImpl@bdc930a[ConversationActivity]: setView = DecorView@573d77b[ConversationActivity] touchMode=true
12-23 16:35:28.552 6471 6471 W ConversationActivity: Refreshing thread 17...
12-23 16:35:28.559 6471 6471 D ViewRootImpl@de23f23[ConversationActivity]: mHardwareRenderer.destroy()#4
12-23 16:35:28.559 6471 6471 D ViewRootImpl@de23f23[ConversationActivity]: dispatchDetachedFromWindow
12-23 16:35:28.588 6471 6471 D InputTransport: Input channel destroyed: fd=77
12-23 16:35:28.589 6471 6471 I SemDesktopModeManager: unregisterListener: android.view.ViewRootImpl$3@fab052
12-23 16:35:28.591 6471 6471 D ViewRootImpl@bdc930a[ConversationActivity]: dispatchAttachedToWindow
12-23 16:35:28.626 6471 6471 D ViewRootImpl@bdc930a[ConversationActivity]: Relayout returned: oldFrame=[0,0][0,0] newFrame=[32,789][1047,1503] result=0x27 surface={isValid=true -922505216} surfaceGenerationChanged=true
12-23 16:35:28.626 6471 6471 D ViewRootImpl@bdc930a[ConversationActivity]: mHardwareRenderer.initialize() mSurface={isValid=true -922505216} hwInitialized=true
12-23 16:35:28.631 6471 6471 D ScrollView: onsize change changed
12-23 16:35:28.631 6471 6471 D ScrollView: onsize change changed
12-23 16:35:28.655 6471 6471 D ViewRootImpl@bdc930a[ConversationActivity]: MSG_WINDOW_FOCUS_CHANGED 1
12-23 16:35:28.656 6471 6471 D ViewRootImpl@bdc930a[ConversationActivity]: mHardwareRenderer.initializeIfNeeded()#2 mSurface={isValid=true -922505216}
12-23 16:35:28.674 6471 6471 D ViewRootImpl@bdc930a[ConversationActivity]: MSG_RESIZED_REPORT: frame=Rect(32, 789 - 1047, 1503) ci=Rect(0, 0 - 0, 0) vi=Rect(0, 0 - 0, 0) or=1
12-23 16:35:28.692 6471 6471 E ViewRootImpl: sendUserActionEvent() returned.
12-23 16:35:29.150 6471 6471 D ViewRootImpl@bdc930a[ConversationActivity]: ViewPostImeInputStage processPointer 0
12-23 16:35:29.208 6471 6471 D ViewRootImpl@bdc930a[ConversationActivity]: ViewPostImeInputStage processPointer 1
12-23 16:35:29.258 6471 6471 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, date_delivery_received, mismatched_identities, network_failures, subscription_id, 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, subscription_id, notified, 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 = 17) 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, subscription_id, notified, 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 = 17) ORDER BY date_received DESC LIMIT 1)
12-23 16:35:29.285 6471 6471 D ViewRootImpl@bdc930a[ConversationActivity]: mHardwareRenderer.destroy()#4
12-23 16:35:29.285 6471 6471 D ViewRootImpl@bdc930a[ConversationActivity]: dispatchDetachedFromWindow
12-23 16:35:29.298 6471 6502 W SmsSendJob: Sending message: 233
12-23 16:35:29.307 6471 6471 D InputTransport: Input channel destroyed: fd=72
12-23 16:35:29.309 6471 6471 I SemDesktopModeManager: unregisterListener: android.view.ViewRootImpl$3@3b1d775
12-23 16:35:29.309 6471 6471 D ViewRootImpl@7e3987d[ConversationActivity]: MSG_WINDOW_FOCUS_CHANGED 1
12-23 16:35:29.309 6471 6471 D ViewRootImpl@7e3987d[ConversationActivity]: mHardwareRenderer.initializeIfNeeded()#2 mSurface={isValid=true -916459520}
12-23 16:35:29.309 6471 7712 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, date_delivery_received, mismatched_identities, network_failures, subscription_id, 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, subscription_id, notified, 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 = 17) 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, subscription_id, notified, 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 = 17) ORDER BY date_received DESC LIMIT 500)
12-23 16:35:29.323 6471 6502 W SmsTransport: Secure divide into message parts: 2
12-23 16:35:29.324 6471 6471 E ViewRootImpl: sendUserActionEvent() returned.
12-23 16:35:29.326 6471 6471 W ConversationFragment: onLoadFinished
12-23 16:35:47.969 6471 6502 W SmsSentJob: Got SMS callback: org.smssecure.smssecure.SendReceiveService.SENT_SMS_ACTION , 1
12-23 16:35:47.975 6471 6502 W MessageDatabase: Updating ID: 233 to base type: 24
12-23 16:35:47.992 6471 6502 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, date_delivery_received, mismatched_identities, network_failures, subscription_id, 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, subscription_id, notified, 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 = 17) 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, subscription_id, notified, 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 = 17) ORDER BY date_received DESC LIMIT 1)
12-23 16:35:48.003 6471 6502 I Ringtone: Change URI : content://settings/system/notification_sound to content://media/internal/audio/media/30, type : 2
12-23 16:35:48.003 6471 6502 D Ringtone: highlightoffset is :null
12-23 16:35:48.006 6471 6502 V MediaPlayer-JNI: native_setup
12-23 16:35:48.006 6471 6502 E MediaPlayer-JNI: JNIMediaPlayerFactory: bIsQCMediaPlayerPresent 0
12-23 16:35:48.006 6471 6502 E MediaPlayer-JNI: JNIMediaPlayerFactory: bIsQCMediaPlayerPresent 0
12-23 16:35:48.006 6471 6502 V MediaPlayer: constructor
12-23 16:35:48.007 6471 6502 V MediaPlayer: setListener
12-23 16:35:48.009 6471 6502 D RingtoneManager: Can't get current user. return default user
12-23 16:35:48.009 6471 6502 D RingtoneManager: getActualDefaultRingtoneUri type :2
12-23 16:35:48.012 6471 6591 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, date_delivery_received, mismatched_identities, network_failures, subscription_id, 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, subscription_id, notified, 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 = 17) 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, subscription_id, notified, 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 = 17) ORDER BY date_received DESC LIMIT 500)
12-23 16:35:48.014 6471 6502 D RingtoneManager: checkDefaultRingtoneProperUri : InternalMediaAudio uriString not null type:2
12-23 16:35:48.018 6471 6502 V MediaPlayer-JNI: setDataSourceFD: fd 71
12-23 16:35:48.019 6471 6502 V MediaPlayer: setDataSource(71, 0, 576460752303423487)
12-23 16:35:48.026 6471 6502 V MediaPlayer-JNI: setParameter: key 1400
12-23 16:35:48.026 6471 6502 V MediaPlayer: MediaPlayer::setParameter(1400)
12-23 16:35:48.028 6471 6471 W ConversationFragment: onLoadFinished
12-23 16:35:48.028 6471 6502 V MediaPlayer-JNI: setAudioStreamType: 2
12-23 16:35:48.028 6471 6502 V MediaPlayer: MediaPlayer::setAudioStreamType
12-23 16:35:48.028 6471 6502 V MediaPlayer-JNI: setVolume: left 1.000000 right 1.000000
12-23 16:35:48.028 6471 6502 V MediaPlayer: MediaPlayer::setVolume(1.000000, 1.000000)
12-23 16:35:48.029 6471 6502 V MediaPlayer-JNI: setLooping: 0
12-23 16:35:48.029 6471 6502 V MediaPlayer: MediaPlayer::setLooping
12-23 16:35:48.030 6471 6502 V MediaPlayer: setVideoSurfaceTexture
12-23 16:35:48.030 6471 6502 V MediaPlayer: prepare
12-23 16:35:48.055 6471 6487 V MediaPlayer: message received msg=200, ext1=10973, ext2=0
12-23 16:35:48.055 6471 6487 W MediaPlayer: info/warning (10973, 0)
12-23 16:35:48.055 6471 6487 V MediaPlayer: callback application
12-23 16:35:48.055 6471 6487 V MediaPlayer: back from callback
12-23 16:35:48.061 6471 6486 V MediaPlayer: message received msg=1, ext1=0, ext2=0
12-23 16:35:48.061 6471 6486 V MediaPlayer: prepared
12-23 16:35:48.061 6471 6486 V MediaPlayer: signal application thread
12-23 16:35:48.062 6471 6486 V MediaPlayer: callback application
12-23 16:35:48.062 6471 6486 V MediaPlayer: back from callback
12-23 16:35:48.062 6471 6502 V MediaPlayer: prepare complete - status=0
12-23 16:35:48.062 6471 6502 D MediaPlayer: setSubtitleAnchor in MediaPlayer
12-23 16:35:48.065 6471 6502 V MediaPlayer: invoke 68
12-23 16:35:48.066 6471 6502 D Ringtone: Successfully created local player
12-23 16:35:48.066 6471 6502 V MediaPlayer-JNI: setVolume: left 0.000000 right 0.000000
12-23 16:35:48.066 6471 6502 V MediaPlayer: MediaPlayer::setVolume(0.000000, 0.000000)
12-23 16:35:48.068 6471 6502 V MediaPlayer-JNI: release
12-23 16:35:48.069 6471 6502 V MediaPlayer: setListener
12-23 16:35:48.069 6471 6471 W MediaPlayer: mediaplayer went away with unhandled events
12-23 16:35:48.069 6471 6502 V MediaPlayer: disconnect
12-23 16:35:48.072 6471 6502 D Ringtone: highlightoffset is :null
12-23 16:35:48.072 6471 6787 V MediaPlayer: destructor
12-23 16:35:48.073 6471 6787 V MediaPlayer: disconnect
12-23 16:35:48.074 6471 6471 W MediaPlayer: mediaplayer went away with unhandled events
12-23 16:35:48.076 6471 6502 V MediaPlayer-JNI: native_setup
12-23 16:35:48.076 6471 6502 E MediaPlayer-JNI: JNIMediaPlayerFactory: bIsQCMediaPlayerPresent 0
12-23 16:35:48.077 6471 6502 E MediaPlayer-JNI: JNIMediaPlayerFactory: bIsQCMediaPlayerPresent 0
12-23 16:35:48.077 6471 6502 V MediaPlayer: constructor
12-23 16:35:48.077 6471 6502 V MediaPlayer: setListener
12-23 16:35:48.079 6471 6502 D RingtoneManager: Can't get current user. return default user
12-23 16:35:48.079 6471 6502 D RingtoneManager: getActualDefaultRingtoneUri type :2
12-23 16:35:48.082 6471 6502 D RingtoneManager: checkDefaultRingtoneProperUri : InternalMediaAudio uriString not null type:2
12-23 16:35:48.087 6471 6502 V MediaPlayer-JNI: setDataSourceFD: fd 70
12-23 16:35:48.087 6471 6502 V MediaPlayer: setDataSource(70, 0, 576460752303423487)
12-23 16:35:48.091 6471 6502 V MediaPlayer-JNI: setParameter: key 1400
12-23 16:35:48.091 6471 6502 V MediaPlayer: MediaPlayer::setParameter(1400)
12-23 16:35:48.093 6471 6502 V MediaPlayer-JNI: setAudioStreamType: 5
12-23 16:35:48.093 6471 6502 V MediaPlayer: MediaPlayer::setAudioStreamType
12-23 16:35:48.093 6471 6502 V MediaPlayer-JNI: setVolume: left 1.000000 right 1.000000
12-23 16:35:48.093 6471 6502 V MediaPlayer: MediaPlayer::setVolume(1.000000, 1.000000)
12-23 16:35:48.093 6471 6502 V MediaPlayer-JNI: setLooping: 0
12-23 16:35:48.093 6471 6502 V MediaPlayer: MediaPlayer::setLooping
12-23 16:35:48.094 6471 6502 V MediaPlayer: setVideoSurfaceTexture
12-23 16:35:48.094 6471 6502 V MediaPlayer: prepare
12-23 16:35:48.105 6471 6787 V MediaPlayer: message received msg=200, ext1=10973, ext2=0
12-23 16:35:48.105 6471 6787 W MediaPlayer: info/warning (10973, 0)
12-23 16:35:48.105 6471 6787 V MediaPlayer: callback application
12-23 16:35:48.105 6471 6787 V MediaPlayer: back from callback
12-23 16:35:48.107 6471 6487 V MediaPlayer: message received msg=1, ext1=0, ext2=0
12-23 16:35:48.107 6471 6487 V MediaPlayer: prepared
12-23 16:35:48.107 6471 6487 V MediaPlayer: signal application thread
12-23 16:35:48.107 6471 6487 V MediaPlayer: callback application
12-23 16:35:48.108 6471 6471 D MediaPlayer: setSubtitleAnchor in MediaPlayer
12-23 16:35:48.108 6471 6502 V MediaPlayer: prepare complete - status=0
12-23 16:35:48.108 6471 6502 D MediaPlayer: setSubtitleAnchor in MediaPlayer
12-23 16:35:48.108 6471 6487 V MediaPlayer: back from callback
12-23 16:35:48.109 6471 6471 V MediaPlayer: invoke 68
12-23 16:35:48.111 6471 6502 V MediaPlayer: invoke 68
12-23 16:35:48.112 6471 6502 D Ringtone: Successfully created local player
12-23 16:35:48.113 6471 6502 V MediaPlayer-JNI: start
12-23 16:35:48.113 6471 6502 V MediaPlayer: start
12-23 16:35:48.160 6471 11911 V MediaPlayer: message received msg=6, ext1=0, ext2=0
12-23 16:35:48.160 6471 11911 V MediaPlayer: unrecognized message: (6, 0, 0)
12-23 16:35:48.160 6471 11911 V MediaPlayer: callback application
12-23 16:35:48.160 6471 11911 V MediaPlayer: back from callback
12-23 16:35:48.161 6471 6471 V MediaPlayer-JNI: getCurrentPosition: 0 (msec)
12-23 16:35:48.482 6471 6502 W SmsSentJob: Got SMS callback: org.smssecure.smssecure.SendReceiveService.SENT_SMS_ACTION , 1
12-23 16:35:48.488 6471 6502 W MessageDatabase: Updating ID: 233 to base type: 24
12-23 16:35:48.501 6471 6502 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, date_delivery_received, mismatched_identities, network_failures, subscription_id, 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, subscription_id, notified, 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 = 17) 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, subscription_id, notified, 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 = 17) ORDER BY date_received DESC LIMIT 1)
12-23 16:35:48.512 6471 6786 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, date_delivery_received, mismatched_identities, network_failures, subscription_id, 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, subscription_id, notified, 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 = 17) 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, subscription_id, notified, 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 = 17) ORDER BY date_received DESC LIMIT 500)
12-23 16:35:48.514 6471 6471 W ConversationFragment: onLoadFinished
12-23 16:35:48.516 6471 6502 I Ringtone: Change URI : content://settings/system/notification_sound to content://media/internal/audio/media/30, type : 2
12-23 16:35:48.516 6471 6502 D Ringtone: highlightoffset is :null
12-23 16:35:48.519 6471 6502 V MediaPlayer-JNI: native_setup
12-23 16:35:48.519 6471 6502 E MediaPlayer-JNI: JNIMediaPlayerFactory: bIsQCMediaPlayerPresent 0
12-23 16:35:48.519 6471 6502 E MediaPlayer-JNI: JNIMediaPlayerFactory: bIsQCMediaPlayerPresent 0
12-23 16:35:48.519 6471 6502 V MediaPlayer: constructor
12-23 16:35:48.519 6471 6502 V MediaPlayer: setListener
12-23 16:35:48.521 6471 6502 D RingtoneManager: Can't get current user. return default user
12-23 16:35:48.521 6471 6502 D RingtoneManager: getActualDefaultRingtoneUri type :2
12-23 16:35:48.525 6471 6502 D RingtoneManager: checkDefaultRingtoneProperUri : InternalMediaAudio uriString not null type:2
12-23 16:35:48.530 6471 6502 V MediaPlayer-JNI: setDataSourceFD: fd 70
12-23 16:35:48.530 6471 6502 V MediaPlayer: setDataSource(70, 0, 576460752303423487)
12-23 16:35:48.536 6471 6502 V MediaPlayer-JNI: setParameter: key 1400
12-23 16:35:48.536 6471 6502 V MediaPlayer: MediaPlayer::setParameter(1400)
12-23 16:35:48.537 6471 6502 V MediaPlayer-JNI: setAudioStreamType: 2
12-23 16:35:48.537 6471 6502 V MediaPlayer: MediaPlayer::setAudioStreamType
12-23 16:35:48.537 6471 6502 V MediaPlayer-JNI: setVolume: left 1.000000 right 1.000000
12-23 16:35:48.537 6471 6502 V MediaPlayer: MediaPlayer::setVolume(1.000000, 1.000000)
12-23 16:35:48.538 6471 6502 V MediaPlayer-JNI: setLooping: 0
12-23 16:35:48.538 6471 6502 V MediaPlayer: MediaPlayer::setLooping
12-23 16:35:48.539 6471 6502 V MediaPlayer: setVideoSurfaceTexture
12-23 16:35:48.539 6471 6502 V MediaPlayer: prepare
12-23 16:35:48.575 6471 6486 V MediaPlayer: message received msg=200, ext1=10973, ext2=0
12-23 16:35:48.575 6471 6486 W MediaPlayer: info/warning (10973, 0)
12-23 16:35:48.575 6471 6486 V MediaPlayer: callback application
12-23 16:35:48.575 6471 6486 V MediaPlayer: back from callback
12-23 16:35:48.584 6471 6487 V MediaPlayer: message received msg=1, ext1=0, ext2=0
12-23 16:35:48.584 6471 6487 V MediaPlayer: prepared
12-23 16:35:48.584 6471 6487 V MediaPlayer: signal application thread
12-23 16:35:48.584 6471 6487 V MediaPlayer: callback application
12-23 16:35:48.585 6471 6471 D MediaPlayer: setSubtitleAnchor in MediaPlayer
12-23 16:35:48.585 6471 6502 V MediaPlayer: prepare complete - status=0
12-23 16:35:48.585 6471 6502 D MediaPlayer: setSubtitleAnchor in MediaPlayer
12-23 16:35:48.585 6471 6487 V MediaPlayer: back from callback
12-23 16:35:48.587 6471 6471 V MediaPlayer: invoke 68
12-23 16:35:48.590 6471 6502 V MediaPlayer: invoke 68
12-23 16:35:48.592 6471 6502 D Ringtone: Successfully created local player
12-23 16:35:48.592 6471 6502 V MediaPlayer-JNI: setVolume: left 0.000000 right 0.000000
12-23 16:35:48.592 6471 6502 V MediaPlayer: MediaPlayer::setVolume(0.000000, 0.000000)
12-23 16:35:48.593 6471 6502 V MediaPlayer-JNI: release
12-23 16:35:48.593 6471 6502 V MediaPlayer: setListener
12-23 16:35:48.593 6471 6502 V MediaPlayer: disconnect
12-23 16:35:48.596 6471 6787 V MediaPlayer: destructor
12-23 16:35:48.596 6471 6502 D Ringtone: highlightoffset is :null
12-23 16:35:48.597 6471 6787 V MediaPlayer: disconnect
12-23 16:35:48.601 6471 6502 V MediaPlayer-JNI: native_setup
12-23 16:35:48.601 6471 6502 E MediaPlayer-JNI: JNIMediaPlayerFactory: bIsQCMediaPlayerPresent 0
12-23 16:35:48.601 6471 6502 E MediaPlayer-JNI: JNIMediaPlayerFactory: bIsQCMediaPlayerPresent 0
12-23 16:35:48.601 6471 6502 V MediaPlayer: constructor
12-23 16:35:48.601 6471 6502 V MediaPlayer: setListener
12-23 16:35:48.602 6471 6502 D RingtoneManager: Can't get current user. return default user
12-23 16:35:48.603 6471 6502 D RingtoneManager: getActualDefaultRingtoneUri type :2
12-23 16:35:48.606 6471 6502 D RingtoneManager: checkDefaultRingtoneProperUri : InternalMediaAudio uriString not null type:2
12-23 16:35:48.610 6471 6502 V MediaPlayer-JNI: setDataSourceFD: fd 70
12-23 16:35:48.611 6471 6502 V MediaPlayer: setDataSource(70, 0, 576460752303423487)
12-23 16:35:48.614 6471 6502 V MediaPlayer-JNI: setParameter: key 1400
12-23 16:35:48.614 6471 6502 V MediaPlayer: MediaPlayer::setParameter(1400)
12-23 16:35:48.615 6471 6502 V MediaPlayer-JNI: setAudioStreamType: 5
12-23 16:35:48.615 6471 6502 V MediaPlayer: MediaPlayer::setAudioStreamType
12-23 16:35:48.615 6471 6502 V MediaPlayer-JNI: setVolume: left 1.000000 right 1.000000
12-23 16:35:48.615 6471 6502 V MediaPlayer: MediaPlayer::setVolume(1.000000, 1.000000)
12-23 16:35:48.616 6471 6502 V MediaPlayer-JNI: setLooping: 0
12-23 16:35:48.617 6471 6502 V MediaPlayer: MediaPlayer::setLooping
12-23 16:35:48.617 6471 6502 V MediaPlayer: setVideoSurfaceTexture
12-23 16:35:48.618 6471 6502 V MediaPlayer: prepare
12-23 16:35:48.636 6471 11911 V MediaPlayer: message received msg=200, ext1=10973, ext2=0
12-23 16:35:48.636 6471 11911 W MediaPlayer: info/warning (10973, 0)
12-23 16:35:48.636 6471 11911 V MediaPlayer: callback application
12-23 16:35:48.636 6471 11911 V MediaPlayer: back from callback
12-23 16:35:48.638 6471 6486 V MediaPlayer: message received msg=1, ext1=0, ext2=0
12-23 16:35:48.638 6471 6486 V MediaPlayer: prepared
12-23 16:35:48.638 6471 6486 V MediaPlayer: signal application thread
12-23 16:35:48.638 6471 6486 V MediaPlayer: callback application
12-23 16:35:48.638 6471 6486 V MediaPlayer: back from callback
12-23 16:35:48.638 6471 6502 V MediaPlayer: prepare complete - status=0
12-23 16:35:48.638 6471 6502 D MediaPlayer: setSubtitleAnchor in MediaPlayer
12-23 16:35:48.639 6471 6471 D MediaPlayer: setSubtitleAnchor in MediaPlayer
12-23 16:35:48.640 6471 6502 V MediaPlayer: invoke 68
12-23 16:35:48.641 6471 6502 D Ringtone: Successfully created local player
12-23 16:35:48.641 6471 6471 V MediaPlayer: invoke 68
12-23 16:35:48.644 6471 6502 V MediaPlayer-JNI: start
12-23 16:35:48.644 6471 6502 V MediaPlayer: start
12-23 16:35:48.679 6471 6487 V MediaPlayer: message received msg=6, ext1=0, ext2=0
12-23 16:35:48.679 6471 6487 V MediaPlayer: unrecognized message: (6, 0, 0)
12-23 16:35:48.679 6471 6487 V MediaPlayer: callback application
12-23 16:35:48.679 6471 6487 V MediaPlayer: back from callback
12-23 16:35:48.696 6471 6471 V MediaPlayer-JNI: getCurrentPosition: 13 (msec)
12-23 16:35:50.034 6471 6487 V MediaPlayer: message received msg=2, ext1=0, ext2=0
12-23 16:35:50.034 6471 6487 V MediaPlayer: playback complete
12-23 16:35:50.034 6471 6487 V MediaPlayer: callback application
12-23 16:35:50.035 6471 6487 V MediaPlayer: back from callback
12-23 16:35:50.557 6471 11911 V MediaPlayer: message received msg=2, ext1=0, ext2=0
12-23 16:35:50.557 6471 11911 V MediaPlayer: playback complete
12-23 16:35:50.557 6471 11911 V MediaPlayer: callback application
12-23 16:35:50.558 6471 11911 V MediaPlayer: back from callback
12-23 16:36:19.101 6471 6471 D ViewRootImpl@7e3987d[ConversationActivity]: ViewPostImeInputStage processPointer 0
12-23 16:36:19.196 6471 6471 D ViewRootImpl@7e3987d[ConversationActivity]: ViewPostImeInputStage processPointer 1
12-23 16:36:19.212 6471 6471 D AbsListView: Get MotionRecognitionManager
12-23 16:36:19.215 6471 6471 I SemDesktopModeManager: registerListener: android.view.ViewRootImpl$3@e5f9ca6
12-23 16:36:19.217 6471 6471 D ViewRootImpl@ed476e7[PopupWindow:4f2d601]: ThreadedRenderer.create() translucent=true
12-23 16:36:19.221 6471 6471 D InputTransport: Input channel constructed: fd=70
12-23 16:36:19.222 6471 6471 D ViewRootImpl@ed476e7[PopupWindow:4f2d601]: setView = android.widget.PopupWindow$PopupDecorView{a5b3294 V.E...... ......I. 0,0-0,0} touchMode=true
12-23 16:36:19.227 6471 6471 D ViewRootImpl@ed476e7[PopupWindow:4f2d601]: dispatchAttachedToWindow
12-23 16:36:19.262 6471 6471 D ViewRootImpl@ed476e7[PopupWindow:4f2d601]: Relayout returned: oldFrame=[0,0][0,0] newFrame=[492,84][1080,228] result=0x27 surface={isValid=true -931719168} surfaceGenerationChanged=true
12-23 16:36:19.263 6471 6471 D ViewRootImpl@ed476e7[PopupWindow:4f2d601]: mHardwareRenderer.initialize() mSurface={isValid=true -931719168} hwInitialized=true
12-23 16:36:19.272 6471 6471 D AbsListView: onsize change
12-23 16:36:19.277 6471 6471 D ViewRootImpl@ed476e7[PopupWindow:4f2d601]: MSG_WINDOW_FOCUS_CHANGED 1
12-23 16:36:19.278 6471 6471 D ViewRootImpl@ed476e7[PopupWindow:4f2d601]: mHardwareRenderer.initializeIfNeeded()#2 mSurface={isValid=true -931719168}
12-23 16:36:19.294 6471 6471 D ViewRootImpl@ed476e7[PopupWindow:4f2d601]: MSG_RESIZED_REPORT: frame=Rect(492, 84 - 1080, 228) ci=Rect(0, 0 - 0, 0) vi=Rect(0, 0 - 0, 0) or=1
12-23 16:36:19.318 6471 6471 D ViewRootImpl@7e3987d[ConversationActivity]: MSG_WINDOW_FOCUS_CHANGED 0
12-23 16:36:20.372 6471 6471 D ViewRootImpl@ed476e7[PopupWindow:4f2d601]: ViewPostImeInputStage processPointer 0
12-23 16:36:20.397 6471 6471 D ViewRootImpl@ed476e7[PopupWindow:4f2d601]: Relayout returned: oldFrame=[492,84][1080,228] newFrame=[492,84][1080,228] result=0x1 surface={isValid=true -931719168} surfaceGenerationChanged=false
12-23 16:36:20.400 6471 6471 D ViewRootImpl@7e3987d[ConversationActivity]: MSG_WINDOW_FOCUS_CHANGED 1
12-23 16:36:20.400 6471 6471 D ViewRootImpl@7e3987d[ConversationActivity]: mHardwareRenderer.initializeIfNeeded()#2 mSurface={isValid=true -916459520}
12-23 16:36:20.408 6471 6471 D ViewRootImpl@ed476e7[PopupWindow:4f2d601]: MSG_WINDOW_FOCUS_CHANGED 0
12-23 16:36:20.463 6471 6471 D ViewRootImpl@ed476e7[PopupWindow:4f2d601]: ViewPostImeInputStage processPointer 1
12-23 16:36:20.562 6471 6471 D ViewRootImpl@ed476e7[PopupWindow:4f2d601]: mHardwareRenderer.destroy()#4
12-23 16:36:20.563 6471 6471 D ViewRootImpl@ed476e7[PopupWindow:4f2d601]: dispatchDetachedFromWindow
12-23 16:36:20.575 6471 6471 D InputTransport: Input channel destroyed: fd=70
12-23 16:36:20.576 6471 6471 I SemDesktopModeManager: unregisterListener: android.view.ViewRootImpl$3@e5f9ca6
12-23 16:37:31.901 6471 6471 D ViewRootImpl@7e3987d[ConversationActivity]: ViewPostImeInputStage processPointer 0
12-23 16:37:32.330 6471 6471 D ViewRootImpl@7e3987d[ConversationActivity]: MSG_WINDOW_FOCUS_CHANGED 0
12-23 16:37:32.332 6471 6471 W PassphraseRequiredActionBarActivity: onPause()
12-23 16:37:32.386 6471 6471 D ViewRootImpl@7e3987d[ConversationActivity]: ViewPostImeInputStage processPointer 1
12-23 16:37:32.386 6471 6471 D InputMethodManager: ISS - flag : 0Pid : 6471 view : org.smssecure.smssecure
12-23 16:37:32.396 6471 6471 W KeyCachingService: onStartCommand, org.smssecure.smssecure.service.action.ACTIVITY_STOP_EVENT
12-23 16:37:32.396 6471 6471 W KeyCachingService: Decrementing activity count...
12-23 16:37:32.431 6471 6471 D InputTransport: Input channel destroyed: fd=86
12-23 16:37:32.441 6471 6471 W IInputConnectionWrapper: beginBatchEdit on inactive InputConnection
12-23 16:37:32.441 6471 6471 W IInputConnectionWrapper: getTextBeforeCursor on inactive InputConnection
12-23 16:37:32.444 6471 6471 W IInputConnectionWrapper: getTextAfterCursor on inactive InputConnection
12-23 16:37:32.445 6471 6471 W IInputConnectionWrapper: getSelectedText on inactive InputConnection
12-23 16:37:32.445 6471 6471 W IInputConnectionWrapper: endBatchEdit on inactive InputConnection
12-23 16:37:32.477 6471 6471 D ViewRootImpl@7e3987d[ConversationActivity]: mHardwareRenderer.destroy()#1
12-23 16:37:32.481 6471 6471 D ViewRootImpl@7e3987d[ConversationActivity]: Relayout returned: oldFrame=[0,0][1080,2220] newFrame=[0,0][1080,2220] result=0x5 surface={isValid=false 0} surfaceGenerationChanged=true
12-23 16:37:32.571 6471 6471 W IInputConnectionWrapper: reportFullscreenMode on inexistent InputConnection
12-23 16:37:32.674 6471 6471 D ViewRootImpl@7e3987d[ConversationActivity]: Relayout returned: oldFrame=[0,0][1080,2220] newFrame=[0,0][1080,2220] result=0x5 surface={isValid=false 0} surfaceGenerationChanged=false
12-23 16:37:37.749 6471 6482 V MediaPlayer-JNI: release
12-23 16:37:37.749 6471 6482 V MediaPlayer: setListener
12-23 16:37:37.749 6471 6482 V MediaPlayer: disconnect
12-23 16:37:37.762 6471 6482 V MediaPlayer: destructor
12-23 16:37:37.762 6471 6482 V MediaPlayer: disconnect
12-23 16:37:37.763 6471 6482 V MediaPlayer-JNI: native_finalize
12-23 16:37:37.763 6471 6482 V MediaPlayer-JNI: release
12-23 16:37:37.765 6471 6482 V MediaPlayer-JNI: native_finalize
12-23 16:37:37.765 6471 6482 V MediaPlayer-JNI: release
12-23 16:37:37.765 6471 6482 V MediaPlayer-JNI: release
12-23 16:37:37.766 6471 6482 V MediaPlayer: setListener
12-23 16:37:37.766 6471 6482 V MediaPlayer: disconnect
12-23 16:37:37.778 6471 11911 V MediaPlayer: destructor
12-23 16:37:37.778 6471 6482 V MediaPlayer-JNI: native_finalize
12-23 16:37:37.778 6471 6482 V MediaPlayer-JNI: release
12-23 16:37:37.778 6471 11911 V MediaPlayer: disconnect
12-23 16:37:37.778 6471 6482 V MediaPlayer-JNI: native_finalize
12-23 16:37:37.778 6471 6482 V MediaPlayer-JNI: release
12-23 16:37:45.962 6471 22721 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, date_delivery_received, mismatched_identities, network_failures, subscription_id, 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, subscription_id, notified, 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 = 17) 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, subscription_id, notified, 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 = 17) ORDER BY date_received DESC LIMIT 1)
12-23 16:37:45.965 6471 6471 W PassphraseRequiredActionBarActivity: onDestroy()
12-23 16:37:45.979 6471 6471 D TextView: SYANI: Clipboard API is calling: clearFilter()
12-23 16:37:45.980 6471 6471 D TextView: SYANI: Clipboard API is calling: unregisterClipboardEventListener()
12-23 16:37:45.983 6471 6471 D ViewRootImpl@7e3987d[ConversationActivity]: mHardwareRenderer.destroy()#4
12-23 16:37:45.984 6471 6471 D ViewRootImpl@7e3987d[ConversationActivity]: dispatchDetachedFromWindow
12-23 16:37:45.987 6471 6471 D InputTransport: Input channel destroyed: fd=83
12-23 16:37:45.988 6471 6471 I SemDesktopModeManager: unregisterListener: android.view.ViewRootImpl$3@e928ed4
12-23 16:37:45.991 6471 6471 W PassphraseRequiredActionBarActivity: onResume()
12-23 16:37:46.002 6471 6471 D ViewRootImpl@42dc983[RoutingActivity]: Relayout returned: oldFrame=[0,0][1080,2220] newFrame=[0,0][1080,2220] result=0x7 surface={isValid=true -916459520} surfaceGenerationChanged=true
12-23 16:37:46.002 6471 6471 D ViewRootImpl@42dc983[RoutingActivity]: mHardwareRenderer.initialize() mSurface={isValid=true -916459520} hwInitialized=true
12-23 16:37:46.041 6471 6471 W KeyCachingService: onStartCommand, org.smssecure.smssecure.service.action.ACTIVITY_START_EVENT
12-23 16:37:46.042 6471 6471 W KeyCachingService: Incrementing activity count...
12-23 16:37:46.043 6471 6471 D ViewRootImpl@42dc983[RoutingActivity]: MSG_WINDOW_FOCUS_CHANGED 1
12-23 16:37:46.043 6471 6471 D ViewRootImpl@42dc983[RoutingActivity]: mHardwareRenderer.initializeIfNeeded()#2 mSurface={isValid=true -916459520}
12-23 16:37:46.044 6471 6471 V InputMethodManager: Starting input: tba=android.view.inputmethod.EditorInfo@10774c7 nm : org.smssecure.smssecure ic=null
12-23 16:37:46.044 6471 6471 I InputMethodManager: [IMM] startInputInner - mService.startInputOrWindowGainedFocus
12-23 16:37:46.045 6471 6471 D InputTransport: Input channel constructed: fd=74
12-23 16:37:48.247 6471 6471 D ViewRootImpl@42dc983[RoutingActivity]: ViewPostImeInputStage processPointer 0
12-23 16:37:48.342 6471 6471 D ViewRootImpl@42dc983[RoutingActivity]: ViewPostImeInputStage processPointer 1
12-23 16:37:48.404 6471 6471 D AbsListView: Get MotionRecognitionManager
12-23 16:37:48.404 6471 6471 D MotionRecognitionManager: mSContextService = com.samsung.android.hardware.context.ISemContextService$Stub$Proxy@61755a2
12-23 16:37:48.405 6471 6471 D MotionRecognitionManager: motionService = com.samsung.android.gesture.IMotionRecognitionService$Stub$Proxy@1530233
12-23 16:37:48.406 6471 6471 D MotionRecognitionManager: motionService = com.samsung.android.gesture.IMotionRecognitionService$Stub$Proxy@1530233
12-23 16:37:48.410 6471 6471 I SemDesktopModeManager: registerListener: android.view.ViewRootImpl$3@880ab69
12-23 16:37:48.413 6471 6471 D ViewRootImpl@f3929ee[PopupWindow:175a9f0]: ThreadedRenderer.create() translucent=true
12-23 16:37:48.417 6471 6471 D InputTransport: Input channel constructed: fd=70
12-23 16:37:48.418 6471 6471 D ViewRootImpl@f3929ee[PopupWindow:175a9f0]: setView = android.widget.PopupWindow$PopupDecorView{2318e8f V.E...... ......I. 0,0-0,0} touchMode=true
12-23 16:37:48.428 6471 6471 D ViewRootImpl@f3929ee[PopupWindow:175a9f0]: dispatchAttachedToWindow
12-23 16:37:48.457 6471 6471 D ViewRootImpl@f3929ee[PopupWindow:175a9f0]: Relayout returned: oldFrame=[0,0][0,0] newFrame=[474,84][1068,948] result=0x27 surface={isValid=true -922505216} surfaceGenerationChanged=true
12-23 16:37:48.457 6471 6471 D ViewRootImpl@f3929ee[PopupWindow:175a9f0]: mHardwareRenderer.initialize() mSurface={isValid=true -922505216} hwInitialized=true
12-23 16:37:48.481 6471 6471 D AbsListView: onsize change
12-23 16:37:48.486 6471 6471 D ViewRootImpl@f3929ee[PopupWindow:175a9f0]: MSG_WINDOW_FOCUS_CHANGED 1
12-23 16:37:48.486 6471 6471 D ViewRootImpl@f3929ee[PopupWindow:175a9f0]: mHardwareRenderer.initializeIfNeeded()#2 mSurface={isValid=true -922505216}
12-23 16:37:48.507 6471 6471 D ViewRootImpl@f3929ee[PopupWindow:175a9f0]: MSG_RESIZED_REPORT: frame=Rect(474, 84 - 1068, 948) ci=Rect(0, 0 - 0, 0) vi=Rect(0, 0 - 0, 0) or=1
12-23 16:37:48.525 6471 6471 D ViewRootImpl@42dc983[RoutingActivity]: MSG_WINDOW_FOCUS_CHANGED 0
12-23 16:37:50.264 6471 6471 D ViewRootImpl@f3929ee[PopupWindow:175a9f0]: ViewPostImeInputStage processPointer 0
12-23 16:37:50.331 6471 6471 D ViewRootImpl@f3929ee[PopupWindow:175a9f0]: ViewPostImeInputStage processPointer 1
12-23 16:37:50.332 6471 6471 D AbsListView: onTouchUp() mTouchMode : 0
12-23 16:37:50.432 6471 6471 D ViewRootImpl@f3929ee[PopupWindow:175a9f0]: Relayout returned: oldFrame=[474,84][1068,948] newFrame=[474,84][1068,948] result=0x1 surface={isValid=true -922505216} surfaceGenerationChanged=false
12-23 16:37:50.434 6471 6471 D ViewRootImpl@f3929ee[PopupWindow:175a9f0]: MSG_WINDOW_FOCUS_CHANGED 0
12-23 16:37:50.434 6471 6471 W PassphraseRequiredActionBarActivity: onPause()
12-23 16:37:50.449 6471 6471 W KeyCachingService: onStartCommand, org.smssecure.smssecure.service.action.ACTIVITY_STOP_EVENT
12-23 16:37:50.449 6471 6471 W KeyCachingService: Decrementing activity count...
12-23 16:37:50.453 6471 6471 V ActivityThread: performLaunchActivity: mActivityCurrentConfig={0 1.0 themeSeq = 0 showBtnBg = 0 311mcc580mnc [en_US] ldltr sw360dp w360dp h668dp 480dpi nrml long port ?dc finger -keyb/v/h -nav/h mkbd/h desktop/d s.19}
12-23 16:37:50.453 6471 6471 W PassphraseRequiredActionBarActivity: onCreate(null)
12-23 16:37:50.454 6471 6471 W PassphraseRequiredActionBarActivity: routeApplicationState(), state: 0
12-23 16:37:50.456 6471 6471 W PassphraseRequiredActionBarActivity: initializeClearKeyReceiver()
12-23 16:37:50.478 6471 6471 D AbsListView: Get MotionRecognitionManager
12-23 16:37:50.479 6471 6471 D MotionRecognitionManager: mSContextService = com.samsung.android.hardware.context.ISemContextService$Stub$Proxy@4720d6
12-23 16:37:50.479 6471 6471 D MotionRecognitionManager: motionService = com.samsung.android.gesture.IMotionRecognitionService$Stub$Proxy@5ce5f57
12-23 16:37:50.479 6471 6471 D MotionRecognitionManager: motionService = com.samsung.android.gesture.IMotionRecognitionService$Stub$Proxy@5ce5f57
12-23 16:37:50.485 6471 6471 W PassphraseRequiredActionBarActivity: onResume()
12-23 16:37:50.494 6471 6471 I SemDesktopModeManager: registerListener: android.view.ViewRootImpl$3@f3e5537
12-23 16:37:50.495 6471 6471 D ViewRootImpl@b0b3aa4[ApplicationPreferencesActivity]: ThreadedRenderer.create() translucent=false
12-23 16:37:50.497 6471 6471 D InputTransport: Input channel constructed: fd=81
12-23 16:37:50.498 6471 6471 D ViewRootImpl@b0b3aa4[ApplicationPreferencesActivity]: setView = DecorView@e7e200d[ApplicationPreferencesActivity] touchMode=true
12-23 16:37:50.500 6471 6471 D ViewRootImpl@b0b3aa4[ApplicationPreferencesActivity]: dispatchAttachedToWindow
12-23 16:37:50.523 6471 6471 D ViewRootImpl@b0b3aa4[ApplicationPreferencesActivity]: Relayout returned: oldFrame=[0,0][0,0] newFrame=[0,0][1080,2220] result=0x27 surface={isValid=true -903006208} surfaceGenerationChanged=true
12-23 16:37:50.523 6471 6471 D ViewRootImpl@b0b3aa4[ApplicationPreferencesActivity]: mHardwareRenderer.initialize() mSurface={isValid=true -903006208} hwInitialized=true
12-23 16:37:50.550 6471 6471 D AbsListView: onsize change
12-23 16:37:50.555 6471 6471 W KeyCachingService: onStartCommand, org.smssecure.smssecure.service.action.ACTIVITY_START_EVENT
12-23 16:37:50.556 6471 6471 W KeyCachingService: Incrementing activity count...
12-23 16:37:50.573 6471 6471 D ViewRootImpl@b0b3aa4[ApplicationPreferencesActivity]: MSG_RESIZED_REPORT: frame=Rect(0, 0 - 1080, 2220) ci=Rect(0, 72 - 0, 0) vi=Rect(0, 72 - 0, 0) or=1
12-23 16:37:50.573 6471 6471 D ViewRootImpl@b0b3aa4[ApplicationPreferencesActivity]: MSG_WINDOW_FOCUS_CHANGED 1
12-23 16:37:50.573 6471 6471 D ViewRootImpl@b0b3aa4[ApplicationPreferencesActivity]: mHardwareRenderer.initializeIfNeeded()#2 mSurface={isValid=true -903006208}
12-23 16:37:50.574 6471 6471 V InputMethodManager: Starting input: tba=android.view.inputmethod.EditorInfo@7453594 nm : org.smssecure.smssecure ic=null
12-23 16:37:50.574 6471 6471 I InputMethodManager: [IMM] startInputInner - mService.startInputOrWindowGainedFocus
12-23 16:37:50.578 6471 6471 D InputTransport: Input channel constructed: fd=88
12-23 16:37:50.578 6471 6471 D InputTransport: Input channel destroyed: fd=74
12-23 16:37:50.592 6471 6471 D ViewRootImpl@42dc983[RoutingActivity]: mHardwareRenderer.destroy()#1
12-23 16:37:50.596 6471 6471 D ViewRootImpl@42dc983[RoutingActivity]: Relayout returned: oldFrame=[0,0][1080,2220] newFrame=[0,0][1080,2220] result=0x5 surface={isValid=false 0} surfaceGenerationChanged=true
12-23 16:37:50.600 6471 6594 D OpenGLRenderer: endAllActiveAnimators on 0xc9568400 (MenuPopupWindow$MenuDropDownListView) with handle 0xc8790150
12-23 16:37:50.600 6471 6471 D ViewRootImpl@f3929ee[PopupWindow:175a9f0]: mHardwareRenderer.destroy()#1
12-23 16:37:50.607 6471 6471 D ViewRootImpl@f3929ee[PopupWindow:175a9f0]: Relayout returned: oldFrame=[474,84][1068,948] newFrame=[474,84][1068,948] result=0x5 surface={isValid=false 0} surfaceGenerationChanged=true
12-23 16:37:50.611 6471 6471 D ViewRootImpl@f3929ee[PopupWindow:175a9f0]: mHardwareRenderer.destroy()#4
12-23 16:37:50.611 6471 6471 D ViewRootImpl@f3929ee[PopupWindow:175a9f0]: dispatchDetachedFromWindow
12-23 16:37:50.613 6471 6471 D InputTransport: Input channel destroyed: fd=70
12-23 16:37:50.614 6471 6471 I SemDesktopModeManager: unregisterListener: android.view.ViewRootImpl$3@880ab69
12-23 16:37:50.807 6471 6471 D ViewRootImpl@42dc983[RoutingActivity]: Relayout returned: oldFrame=[0,0][1080,2220] newFrame=[0,0][1080,2220] result=0x5 surface={isValid=false 0} surfaceGenerationChanged=false
12-23 16:37:53.766 6471 6471 D ViewRootImpl@b0b3aa4[ApplicationPreferencesActivity]: ViewPostImeInputStage processPointer 0
12-23 16:37:53.820 6471 6471 D ViewRootImpl@b0b3aa4[ApplicationPreferencesActivity]: ViewPostImeInputStage processPointer 1
12-23 16:37:53.820 6471 6471 D AbsListView: onTouchUp() mTouchMode : 0
12-23 16:37:53.907 6471 6471 D AbsListView: Get MotionRecognitionManager
12-23 16:37:53.983 6471 6471 D AbsListView: onsize change
12-23 16:37:53.988 6471 6471 V InputMethodManager: Starting input: tba=android.view.inputmethod.EditorInfo@c143c84 nm : org.smssecure.smssecure ic=null
12-23 16:37:53.988 6471 6471 I InputMethodManager: [IMM] startInputInner - mService.startInputOrWindowGainedFocus
12-23 16:37:53.989 6471 6471 D InputTransport: Input channel constructed: fd=70
12-23 16:37:53.989 6471 6471 D InputTransport: Input channel destroyed: fd=88
12-23 16:37:55.683 6471 6471 D ViewRootImpl@b0b3aa4[ApplicationPreferencesActivity]: ViewPostImeInputStage processPointer 0
12-23 16:37:55.748 6471 6471 D ViewRootImpl@b0b3aa4[ApplicationPreferencesActivity]: ViewPostImeInputStage processPointer 1
12-23 16:37:55.748 6471 6471 D AbsListView: onTouchUp() mTouchMode : 0
12-23 16:37:55.861 6471 6471 D ViewRootImpl@b0b3aa4[ApplicationPreferencesActivity]: MSG_WINDOW_FOCUS_CHANGED 0
12-23 16:37:55.861 6471 6471 W PassphraseRequiredActionBarActivity: onPause()
12-23 16:37:55.872 6471 6471 W KeyCachingService: onStartCommand, org.smssecure.smssecure.service.action.ACTIVITY_STOP_EVENT
12-23 16:37:55.872 6471 6471 W KeyCachingService: Decrementing activity count...
12-23 16:37:55.874 6471 6471 V ActivityThread: performLaunchActivity: mActivityCurrentConfig={0 1.0 themeSeq = 0 showBtnBg = 0 311mcc580mnc [en_US] ldltr sw360dp w360dp h668dp 480dpi nrml long port ?dc finger -keyb/v/h -nav/h mkbd/h desktop/d s.19}
12-23 16:37:55.892 6471 6471 I SemDesktopModeManager: registerListener: android.view.ViewRootImpl$3@cb624e
12-23 16:37:55.894 6471 6471 D ViewRootImpl@4e0cf6f[LogSubmitActivity]: ThreadedRenderer.create() translucent=false
12-23 16:37:55.896 6471 6471 D InputTransport: Input channel constructed: fd=78
12-23 16:37:55.896 6471 6471 D ViewRootImpl@4e0cf6f[LogSubmitActivity]: setView = DecorView@317f105[LogSubmitActivity] touchMode=true
12-23 16:37:55.898 6471 6471 D ViewRootImpl@4e0cf6f[LogSubmitActivity]: dispatchAttachedToWindow
12-23 16:37:55.920 6471 6471 D ViewRootImpl@4e0cf6f[LogSubmitActivity]: Relayout returned: oldFrame=[0,0][0,0] newFrame=[0,0][1080,2220] result=0x27 surface={isValid=true -910002176} surfaceGenerationChanged=true
12-23 16:37:55.920 6471 6471 D ViewRootImpl@4e0cf6f[LogSubmitActivity]: mHardwareRenderer.initialize() mSurface={isValid=true -910002176} hwInitialized=true
12-23 16:37:55.922 6471 6471 D ScrollView: onsize change changed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment