Skip to content

Instantly share code, notes, and snippets.

@danry25
Created March 24, 2018 05:25
Show Gist options
  • Save danry25/9386f36686e0b03737eeb6d6da522355 to your computer and use it in GitHub Desktop.
Save danry25/9386f36686e0b03737eeb6d6da522355 to your computer and use it in GitHub Desktop.
130|joan:/ $ logcat --pid=8407
--------- beginning of main
03-23 21:01:34.398 8407 8407 I art : Starting a blocking GC AddRemoveAppImageSpace
03-23 21:01:34.437 8407 8407 I MultiDex: VM with version 2.1.0 has multidex support
03-23 21:01:34.438 8407 8407 I MultiDex: Installing application
03-23 21:01:34.438 8407 8407 I MultiDex: VM has multidex support, MultiDex support library is disabled.
03-23 21:01:34.469 8407 8407 W PartProvider: onCreate()
03-23 21:01:34.644 8407 8407 W PersistentAlarmManagerListener: class org.thoughtcrime.securesms.service.RotateSignedPreKeyListener scheduling for: 1522018699323
03-23 21:01:34.655 8407 8407 W PersistentAlarmManagerListener: class org.thoughtcrime.securesms.service.DirectoryRefreshListener scheduling for: 1521889099325
03-23 21:01:34.661 8407 8407 I org.webrtc.Logging: NativeLibrary: Loading native library.
03-23 21:01:34.661 8407 8407 I org.webrtc.Logging: NativeLibrary: Loading library: jingle_peerconnection_so
03-23 21:01:34.673 8407 8407 D JVM : JVM::Initialize@[tid=8407]
03-23 21:01:34.673 8407 8407 D JVM : JVM::JVM@[tid=8407]
03-23 21:01:34.673 8407 8407 D JVM : LoadClasses
03-23 21:01:34.673 8407 8407 D JVM : name: org/webrtc/voiceengine/BuildInfo
03-23 21:01:34.673 8407 8407 D JVM : name: org/webrtc/voiceengine/WebRtcAudioManager
03-23 21:01:34.673 8407 8407 D JVM : name: org/webrtc/voiceengine/WebRtcAudioRecord
03-23 21:01:34.673 8407 8407 D JVM : name: org/webrtc/voiceengine/WebRtcAudioTrack
03-23 21:01:34.685 8407 8407 W PassphraseRequiredActionBarActivity: onCreate(null)
03-23 21:01:34.779 8407 8407 W PassphraseRequiredActionBarActivity: routeApplicationState(), state: 4
--------- beginning of system
03-23 21:01:34.781 8407 8407 I Timeline: Timeline: Activity_launch_request id:org.thoughtcrime.securesms time:12155645
03-23 21:01:34.792 8407 8407 W art : Before Android 4.1, method android.graphics.PorterDuffColorFilter android.support.graphics.drawable.VectorDrawableCompat.updateTintFilter(android.graphics.PorterDuffColorFilter, android.content.res.ColorStateList, android.graphics.PorterDuff$Mode) would have incorrectly overridden the package-private method in android.graphics.drawable.Drawable
03-23 21:01:34.803 8407 8407 W KeyCachingService: onCreate()
03-23 21:01:34.944 8407 8426 W CreateSignedPreKeyJob: Not yet registered...
03-23 21:01:34.944 8407 8407 W service : Broadcasting new secret...
03-23 21:01:34.945 8407 8407 W KeyCachingService: onStartCommand, null
03-23 21:01:34.947 8407 8435 W MmsSmsDatabase: Executing query: SELECT _id, unique_row_id, body, type, thread_id, address, address_device_id, subject, date_sent, date_received, m_type, msg_box, status, part_count, ct_l, tr_id, m_size, exp, st, delivery_receipt_count, read_receipt_count, mismatched_identities, network_failures, subscription_id, expires_in, expire_started, notified, transport_type, attachment_id, unique_id, mid, data_size, file_name, _data, thumbnail, ct, cl, digest, fast_preflight_id, voice_note, cd, name, pending_push FROM (SELECT DISTINCT date_sent AS date_sent, date AS date_received, _id, 'SMS::' || _id || '::' || date_sent AS unique_row_id, NULL AS attachment_id, body, read, thread_id, type, address, address_device_id, subject, NULL AS m_type, NULL AS msg_box, status, NULL AS part_count, NULL AS ct_l, NULL AS tr_id, NULL AS m_size, NULL AS exp, NULL AS st, delivery_receipt_count, read_receipt_count, mismatched_identities, subscription_id, expires_in, expire_started, notified, NULL AS network_failures, 'sms' AS transport_type, NULL AS unique_id, NULL AS mid, NULL AS data_size, NULL AS file_name, NULL AS _data, NULL AS thumbnail, NULL AS ct, NULL AS cl, NULL AS digest, NULL AS fast_preflight_id, NULL AS voice_note, NULL AS cd, NULL AS name, NULL AS pending_push FROM sms WHERE (read = 0 AND notified = 0) UNION ALL SELECT DISTINCT date AS date_sent, date_received AS date_received, mms._id AS _id, 'MMS::' || mms._id || '::' || date AS unique_row_id, part._id AS attachment_id, body, read, thread_id, NULL AS type, address, address_device_id, NULL AS subject, m_type, msg_box, NULL AS status, part_count, ct_l, tr_id, m_size, exp, st, delivery_receipt_count, read_receipt_count, mismatched_identities, subscription_id, expires_in, expire_started, notified, network_failures, 'mms' AS transport_type, unique_id, mid, data_size, file_name, _data, thumbnail, ct, cl, digest, fast_preflight_id, voice_note, cd, name, pending_push FROM mms LEFT OUTER JOIN part ON part._id = (SELECT part._id FROM part WHERE part.mid = mms._id LIMIT 1) WHERE (read = 0 AND notified = 0) ORDER BY date_received ASC)
03-23 21:01:34.952 8407 8407 W KeyCachingService: onStartCommand, null
03-23 21:01:34.952 8407 8407 W KeyCachingService: onStartCommand, null
03-23 21:01:35.033 8407 8407 I AudioManagerEx: AudioManagerEx created
03-23 21:01:35.158 8407 8412 I art : Do partial code cache collection, code=10KB, data=29KB
03-23 21:01:35.161 8407 8412 I art : After code cache collection, code=10KB, data=29KB
03-23 21:01:35.161 8407 8412 I art : Increasing code cache capacity to 128KB
03-23 21:01:35.231 8407 8441 I Adreno : QUALCOMM build : 8ebd6ec, Ida6448821d
03-23 21:01:35.231 8407 8441 I Adreno : Build Date : 08/24/17
03-23 21:01:35.231 8407 8441 I Adreno : OpenGL ES Shader Compiler Version: EV031.17.00.01
03-23 21:01:35.231 8407 8441 I Adreno : Local Branch :
03-23 21:01:35.231 8407 8441 I Adreno : Remote Branch : refs/tags/AU_LINUX_ANDROID_LA.UM.5.8.R1.07.01.02.290.022
03-23 21:01:35.231 8407 8441 I Adreno : Remote Branch : NONE
03-23 21:01:35.231 8407 8441 I Adreno : Reconstruct Branch : NOTHING
03-23 21:01:35.232 8407 8441 I Adreno : PFP: 0x005ff087, ME: 0x005ff063
03-23 21:01:35.234 8407 8441 I OpenGLRenderer: Initialized EGL, version 1.4
03-23 21:01:35.234 8407 8441 D OpenGLRenderer: Swap behavior 1
03-23 21:01:35.262 8407 8407 D Editor : setInputTypeforClipTray(): 0
03-23 21:01:35.276 8407 8407 D Editor : setInputTypeforClipTray(): 0
03-23 21:01:35.277 8407 8407 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@c4fda57 time:12156141
03-23 21:01:35.277 8407 8407 W PassphraseRequiredActionBarActivity: onDestroy()
03-23 21:02:04.237 8407 8407 D Editor : setInputTypeforClipTray(): 0
03-23 21:02:04.250 8407 8407 W IInputConnectionWrapper: finishComposingText on inactive InputConnection
03-23 21:04:19.136 8407 8407 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@c4fda57 time:12320000
03-23 21:04:19.249 8407 8407 W IInputConnectionWrapper: finishComposingText on inactive InputConnection
03-23 21:04:23.065 8407 8407 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
03-23 21:04:23.136 8407 8407 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
03-23 21:04:23.140 8407 8407 I AudioManagerEx: AudioManagerEx created
03-23 21:04:23.272 8407 8407 D Editor : setInputTypeforClipTray(): 0
03-23 21:04:24.032 8407 8407 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
03-23 21:04:24.886 8407 8407 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
03-23 21:04:24.900 8407 8407 D TextView: Clip Tray - isOwnerforClipTray() mIsOwner = true
03-23 21:04:25.029 8407 8407 V FloatingToolbar: check multi Window : false
03-23 21:04:26.147 8407 8407 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
03-23 21:04:26.219 8407 8407 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
03-23 21:04:26.221 8407 8412 I art : Do partial code cache collection, code=36KB, data=62KB
03-23 21:04:26.222 8407 8412 I art : After code cache collection, code=36KB, data=62KB
03-23 21:04:26.222 8407 8412 I art : Increasing code cache capacity to 256KB
03-23 21:04:26.230 8407 8407 V FloatingToolbar: check multi Window : false
03-23 21:04:29.989 8407 8407 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
03-23 21:04:30.051 8407 8407 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
03-23 21:04:30.065 8407 8407 D Editor : hideClipTrayIfNeeded() TextView is focused!! hideClipTray()
03-23 21:04:30.105 8407 8407 W IInputConnectionWrapper: finishComposingText on inactive InputConnection
03-23 21:04:31.925 8407 8417 I art : Background sticky concurrent mark sweep GC freed 260097(9MB) AllocSpace objects, 0(0B) LOS objects, 39% free, 13MB/21MB, paused 5.058ms total 63.220ms
03-23 21:04:42.681 8407 8417 I art : Background partial concurrent mark sweep GC freed 270726(9MB) AllocSpace objects, 0(0B) LOS objects, 40% free, 12MB/20MB, paused 5.255ms total 78.934ms
03-23 21:04:44.002 8407 8417 I art : Background sticky concurrent mark sweep GC freed 235438(8MB) AllocSpace objects, 0(0B) LOS objects, 38% free, 12MB/20MB, paused 8.768ms total 55.418ms
03-23 21:04:53.184 8407 8407 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
03-23 21:04:53.563 8407 8407 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
03-23 21:04:55.305 8407 8417 I art : Background partial concurrent mark sweep GC freed 283906(10MB) AllocSpace objects, 0(0B) LOS objects, 40% free, 12MB/21MB, paused 1.028ms total 103.522ms
03-23 21:05:03.526 8407 8407 I ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN
03-23 21:05:03.842 8407 8407 I ViewRootImpl: ViewRoot's Touch Event : ACTION_UP
03-23 21:05:03.842 8407 8407 I TouchFlickNoti: CHANGE DOWN TO UP vectorVelocity:-988
--------- beginning of crash
03-23 21:05:07.099 8407 8589 E AndroidRuntime: FATAL EXCEPTION: AsyncTask #4
03-23 21:05:07.099 8407 8589 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 8407
03-23 21:05:07.099 8407 8589 E AndroidRuntime: java.lang.RuntimeException: An error occurred while executing doInBackground()
03-23 21:05:07.099 8407 8589 E AndroidRuntime: at android.os.AsyncTask$3.done(AsyncTask.java:325)
03-23 21:05:07.099 8407 8589 E AndroidRuntime: at java.util.concurrent.FutureTask.finishCompletion(FutureTask.java:354)
03-23 21:05:07.099 8407 8589 E AndroidRuntime: at java.util.concurrent.FutureTask.setException(FutureTask.java:223)
03-23 21:05:07.099 8407 8589 E AndroidRuntime: at java.util.concurrent.FutureTask.run(FutureTask.java:242)
03-23 21:05:07.099 8407 8589 E AndroidRuntime: at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:243)
03-23 21:05:07.099 8407 8589 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133)
03-23 21:05:07.099 8407 8589 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
03-23 21:05:07.099 8407 8589 E AndroidRuntime: at java.lang.Thread.run(Thread.java:761)
03-23 21:05:07.099 8407 8589 E AndroidRuntime: Caused by: java.lang.NegativeArraySizeException: -1965385403
03-23 21:05:07.099 8407 8589 E AndroidRuntime: at org.thoughtcrime.securesms.backup.FullBackupImporter$BackupRecordInputStream.readFrame(FullBackupImporter.java:238)
03-23 21:05:07.099 8407 8589 E AndroidRuntime: at org.thoughtcrime.securesms.backup.FullBackupImporter$BackupRecordInputStream.readFrame(FullBackupImporter.java:189)
03-23 21:05:07.099 8407 8589 E AndroidRuntime: at org.thoughtcrime.securesms.backup.FullBackupImporter.importFile(FullBackupImporter.java:67)
03-23 21:05:07.099 8407 8589 E AndroidRuntime: at org.thoughtcrime.securesms.RegistrationActivity$2.doInBackground(RegistrationActivity.java:372)
03-23 21:05:07.099 8407 8589 E AndroidRuntime: at org.thoughtcrime.securesms.RegistrationActivity$2.doInBackground(RegistrationActivity.java:364)
03-23 21:05:07.099 8407 8589 E AndroidRuntime: at android.os.AsyncTask$2.call(AsyncTask.java:305)
03-23 21:05:07.099 8407 8589 E AndroidRuntime: at java.util.concurrent.FutureTask.run(FutureTask.java:237)
03-23 21:05:07.099 8407 8589 E AndroidRuntime: ... 4 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment