Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash because of big picture sent via SMS #2226

Closed
peter-sc opened this issue Dec 15, 2014 · 4 comments
Closed

Crash because of big picture sent via SMS #2226

peter-sc opened this issue Dec 15, 2014 · 4 comments

Comments

@peter-sc
Copy link

I received MMS with 2MB picture inside. The thread with this message is opening for about 2mins on 2-core CPU. Then the picture is displayed as encrypted text (no picture). After pressing on the message and trying to delete it, app crashes.
Other MMS messages, which were sent before of smaller size, were received and shown correctly.

Device: Xperia SP, running CM11, nightly 22-11-2014
Textsecure: 2.3.3 from Play store

12-15 22:45:40.100 I/PowerManagerService(  775): Waking up from sleep...
12-15 22:45:40.240 E/MP-Decision(  227): Error setting a sleep mode for secondary cores - -38
12-15 22:45:40.240 I/QCOM PowerHAL(  775): Got set_interactive hint
12-15 22:45:40.240 D/SurfaceFlinger(  305): Screen acquired, type=0 flinger=0xb81e54e0
12-15 22:45:40.240 D/qdhwcomposer(  305): hwc_blank: Unblanking display: 0
12-15 22:45:40.291 I/ActivityManager(  775): Process com.android.mms (pid 9535) has died.
12-15 22:45:40.291 W/ActivityManager(  775): Scheduling restart of crashed service com.android.mms/.transaction.TransactionService in 1000ms
12-15 22:45:40.511 D/qdhwcomposer(  305): hwc_blank: Done unblanking display: 0
12-15 22:45:40.521 D/SurfaceControl(  775): Excessive delay in unblankDisplay() while turning screen on: 273ms
12-15 22:45:40.601 W/ActivityManager(  775): getAssistContextExtras failed: no resumed activity
12-15 22:45:40.641 I/WindowManager(  775): Lock screen displayed!
12-15 22:45:40.641 D/DisplayPowerController(  775): Unblocked screen on after 179582903 ms
12-15 22:45:40.751 D/WifiConfigStore(  775):  wifi or gsm to wlan conn type is auto , should auto connect
12-15 22:45:40.831 D/LightsService(  775): Excessive delay setting light: 189ms
12-15 22:45:41.932 D/PhoneStatusBar(20732): disable: < expand* icons alerts ticker* system_info back* home* recent* clock* search >
12-15 22:45:42.012 W/InputMethodManagerService(  775): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@425941c0 attribute=android.view.inputmethod.EditorInfo@42571bf0, token = android.os.BinderProxy@4290b068
12-15 22:45:42.042 I/Timeline( 1171): Timeline: Activity_idle id: android.os.BinderProxy@41fc2c88 time:37366331
12-15 22:45:43.194 I/Timeline( 1171): Timeline: Activity_launch_request id:org.thoughtcrime.securesms time:37367490
12-15 22:45:43.194 I/ActivityManager(  775): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=org.thoughtcrime.securesms/.RoutingActivity bnds=[163,1022][297,1190]} from pid 1171
12-15 22:45:43.234 I/Timeline(12962): Timeline: Activity_launch_request id:org.thoughtcrime.securesms time:37367537
12-15 22:45:43.244 I/ActivityManager(  775): START u0 {cmp=org.thoughtcrime.securesms/.ConversationListActivity (has extras)} from pid 12962
12-15 22:45:43.244 W/ActivityManager(  775): Duplicate finish request for ActivityRecord{42002998 u0 org.thoughtcrime.securesms/.RoutingActivity t90 f}
12-15 22:45:43.264 W/KeyCachingService(12962): Incrementing activity count...
12-15 22:45:43.264 W/KeyCachingService(12962): Decrementing activity count...
12-15 22:45:43.334 W/KeyCachingService(12962): Incrementing activity count...
12-15 22:45:43.434 I/Timeline(12962): Timeline: Activity_idle id: android.os.BinderProxy@4240ca80 time:37367738
12-15 22:45:43.614 I/Timeline(  775): Timeline: Activity_windows_visible id: ActivityRecord{41fff3e0 u0 org.thoughtcrime.securesms/.ConversationListActivity t90} time:37367912
12-15 22:45:44.815 I/Timeline(12962): Timeline: Activity_launch_request id:org.thoughtcrime.securesms time:37369117
12-15 22:45:44.815 I/ActivityManager(  775): START u0 {cmp=org.thoughtcrime.securesms/.ConversationActivity (has extras)} from pid 12962
12-15 22:45:44.845 W/KeyCachingService(12962): Decrementing activity count...
12-15 22:45:44.905 W/MmsSmsDatabase(12962): Executing query: SELECT _id, body, type, thread_id, address, address_device_id, subject, date_sent, date_received, m_type, msg_box, status, part_count, ct_l, tr_id, m_size, exp, st, delivery_receipt_count, transport_type FROM (SELECT DISTINCT date_sent * 1 AS date_sent, date * 1 AS date_received, _id, body, read, thread_id, type, address, address_device_id, subject, NULL AS m_type, NULL AS msg_box, status, NULL AS part_count, NULL AS ct_l, NULL AS tr_id, NULL AS m_size, NULL AS exp, NULL AS st, delivery_receipt_count, 'sms' AS transport_type FROM sms WHERE (thread_id = 88) UNION ALL SELECT DISTINCT date * 1000 AS date_sent, date_received * 1000 AS date_received, _id, body, read, thread_id, NULL AS type, address, address_device_id, NULL AS subject, m_type, msg_box, NULL AS status, part_count, ct_l, tr_id, m_size, exp, st, delivery_receipt_count, 'mms' AS transport_type FROM mms WHERE (thread_id = 88) ORDER BY date_received ASC)
12-15 22:45:44.915 W/KeyCachingService(12962): Incrementing activity count...
12-15 22:45:44.935 W/MmsCommunication(12962): Getting MMSC params for apn mms
12-15 22:45:44.935 W/TelephonyUtil(12962): Choosing MCC+MNC info from TelephonyManager.getSimOperator()
12-15 22:45:44.986 I/ActivityManager(  775): Displayed org.thoughtcrime.securesms/.ConversationActivity: +153ms (total +1s762ms)
12-15 22:45:44.996 W/ApnDatabase(12962): Choosing locally-overridden MMS settings
12-15 22:45:44.996 W/ApnDatabase(12962): preference to use local apn set, but no parameters avaiable. falling back.
12-15 22:45:44.996 W/ApnDatabase(12962): Querying table for MCC+MNC xxxxx and APN name mms
12-15 22:45:45.016 W/ApnDatabase(12962): Returning preferred APN Apn{ mmsc: "http://imms.orange.sk", proxy: "213.151.208.145", port: 8799, user: "", pass: "" }
12-15 22:45:45.096 I/Timeline(  775): Timeline: Activity_windows_visible id: ActivityRecord{4201f4b0 u0 org.thoughtcrime.securesms/.ConversationActivity t90} time:37369396
12-15 22:45:45.276 W/MmsSmsDatabase(12962): Executing query: SELECT _id, body, read, type, address, address_device_id, subject, thread_id, status, date_sent, date_received, m_type, msg_box, part_count, ct_l, tr_id, m_size, exp, st, delivery_receipt_count, transport_type FROM (SELECT DISTINCT date_sent * 1 AS date_sent, date * 1 AS date_received, _id, body, read, thread_id, type, address, address_device_id, subject, NULL AS m_type, NULL AS msg_box, status, NULL AS part_count, NULL AS ct_l, NULL AS tr_id, NULL AS m_size, NULL AS exp, NULL AS st, delivery_receipt_count, 'sms' AS transport_type FROM sms WHERE (read = 0) UNION ALL SELECT DISTINCT date * 1000 AS date_sent, date_received * 1000 AS date_received, _id, body, read, thread_id, NULL AS type, address, address_device_id, NULL AS subject, m_type, msg_box, NULL AS status, part_count, ct_l, tr_id, m_size, exp, st, delivery_receipt_count, 'mms' AS transport_type FROM mms WHERE (read = 0) ORDER BY date_received ASC)
12-15 22:45:54.826 W/ActivityManager(  775): Launch timeout has expired, giving up wake lock!
12-15 22:46:04.847 W/ActivityManager(  775): Activity stop timeout for ActivityRecord{41fff3e0 u0 org.thoughtcrime.securesms/.ConversationListActivity t90}
12-15 22:46:14.657 I/PowerManagerService(  775): Going to sleep due to screen timeout...
12-15 22:46:14.667 W/SurfaceFlinger(  305): FB is protected: PERMISSION_DENIED
12-15 22:46:14.707 D/SurfaceFlinger(  305): Screen released, type=0 flinger=0xb81e54e0
12-15 22:46:14.707 D/qdhwcomposer(  305): hwc_blank: Blanking display: 0
12-15 22:46:15.008 D/qdhwcomposer(  305): hwc_blank: Done blanking display: 0
12-15 22:46:15.008 D/SurfaceControl(  775): Excessive delay in blankDisplay() while turning screen off: 303ms
12-15 22:46:15.008 I/QCOM PowerHAL(  775): Got set_interactive hint
12-15 22:46:15.188 D/Cleaner ( 7920): Cleaner check spent 22ms (3ms)
12-15 22:46:15.518 W/ActivityManager(  775): Activity pause timeout for ActivityRecord{4201f4b0 u0 org.thoughtcrime.securesms/.ConversationActivity t90}
12-15 22:46:20.013 W/ActivityManager(  775): Sleep timeout!  Sleeping now.
12-15 22:46:20.043 V/Zygote  (13445): Switching descriptor 48 to /dev/null
12-15 22:46:20.043 V/Zygote  (13445): Switching descriptor 9 to /dev/null
12-15 22:46:20.053 I/ActivityManager(  775): Start proc com.anujjain.awaaz for service com.anujjain.awaaz/.ServerUpdate: pid=13445 uid=10123 gids={50123, 3003, 3002}
12-15 22:46:20.463 D/ActivityThread(13445): handleBindApplication:com.anujjain.awaaz
12-15 22:46:20.463 D/ActivityThread(13445): setTargetHeapUtilization:0.75
12-15 22:46:20.463 D/ActivityThread(13445): setTargetHeapMinFree:2097152
12-15 22:46:20.784 V/GCMRegistrar(13445): Is registered on server: true
12-15 22:46:21.775 D/Zip Phone(13445): Sent message: checkin
12-15 22:46:21.835 I/Choreographer(20732): Skipped 103 frames!  The application may be doing too much work on its main thread.
12-15 22:46:21.955 W/View    (20732): requestLayout() improperly called by android.widget.TextClock{43c84b28 V.ED.... ......ID 0,0-154,186 #7f0b0013 app:id/clock1_regular} during layout: running second layout pass
12-15 22:46:21.955 W/View    (20732): requestLayout() improperly called by android.widget.TextClock{43c85548 V.ED.... ......ID 154,0-333,186 #7f0b0014 app:id/clock2_regular} during layout: running second layout pass
12-15 22:46:21.955 W/View    (20732): requestLayout() improperly called by android.widget.TextClock{43c87120 V.ED.... ......ID 196,0-391,38 #7f0b0018 app:id/date_bold} during layout: running second layout pass
12-15 22:46:21.965 W/View    (20732): requestLayout() improperly called by android.widget.TextClock{420fe380 V.ED.... ......ID 0,0-154,186 #7f0b0013 app:id/clock1_regular} during layout: running second layout pass
12-15 22:46:21.965 W/View    (20732): requestLayout() improperly called by android.widget.TextClock{420feda0 V.ED.... ......ID 154,0-333,186 #7f0b0014 app:id/clock2_regular} during layout: running second layout pass
12-15 22:46:21.965 W/View    (20732): requestLayout() improperly called by android.widget.TextClock{434a6fc8 V.ED.... ......ID 196,0-391,38 #7f0b0018 app:id/date_bold} during layout: running second layout pass
12-15 22:46:21.965 W/View    (20732): requestLayout() improperly called by android.widget.TextClock{42abd8b8 V.ED.... ......ID 0,0-154,186 #7f0b0013 app:id/clock1_regular} during layout: running second layout pass
12-15 22:46:21.965 W/View    (20732): requestLayout() improperly called by android.widget.TextClock{42abe2d8 V.ED.... ......ID 154,0-333,186 #7f0b0014 app:id/clock2_regular} during layout: running second layout pass
12-15 22:46:21.965 W/View    (20732): requestLayout() improperly called by android.widget.TextClock{4327ec50 V.ED.... ......ID 196,0-391,38 #7f0b0018 app:id/date_bold} during layout: running second layout pass
12-15 22:46:21.965 W/View    (20732): requestLayout() improperly called by android.widget.TextClock{45321ea0 V.ED.... ......ID 0,0-154,186 #7f0b0013 app:id/clock1_regular} during layout: running second layout pass
12-15 22:46:21.975 W/View    (20732): requestLayout() improperly called by android.widget.TextClock{453228c0 V.ED.... ......ID 154,0-333,186 #7f0b0014 app:id/clock2_regular} during layout: running second layout pass
12-15 22:46:21.975 W/View    (20732): requestLayout() improperly called by android.widget.TextClock{433ed190 V.ED.... ......ID 196,0-391,38 #7f0b0018 app:id/date_bold} during layout: running second layout pass
12-15 22:46:22.355 D/PhoneStatusBar(20732): disable: < EXPAND* icons alerts TICKER* system_info BACK* HOME* RECENT* CLOCK* search >
12-15 22:46:22.726 I/ActivityManager(  775): Process com.google.android.calendar (pid 13143) has died.
12-15 22:46:25.519 W/ActivityManager(  775): Activity stop timeout for ActivityRecord{4201f4b0 u0 org.thoughtcrime.securesms/.ConversationActivity t90}
12-15 22:46:45.150 W/InputMethodManagerService(  775): Starting input on non-focused client com.android.internal.view.IInputMethodClient$Stub$Proxy@42b164c8 (uid=10134 pid=12962)
12-15 22:46:45.160 W/KeyCachingService(12962): Decrementing activity count...
12-15 22:46:45.160 I/Timeline(12962): Timeline: Activity_idle id: android.os.BinderProxy@421b2390 time:37429451
12-15 22:46:45.160 I/ActivityManager(  775): Activity reported stop, but no longer stopping: ActivityRecord{41fff3e0 u0 org.thoughtcrime.securesms/.ConversationListActivity t90}
12-15 22:46:45.160 I/ActivityManager(  775): Activity reported stop, but no longer stopping: ActivityRecord{4201f4b0 u0 org.thoughtcrime.securesms/.ConversationActivity t90}
12-15 22:47:03.910 I/PowerManagerService(  775): Waking up from sleep...
12-15 22:47:04.070 E/MP-Decision(  227): Error setting a sleep mode for secondary cores - -38
12-15 22:47:04.090 I/QCOM PowerHAL(  775): Got set_interactive hint
12-15 22:47:04.120 D/SurfaceFlinger(  305): Screen acquired, type=0 flinger=0xb81e54e0
12-15 22:47:04.120 D/qdhwcomposer(  305): hwc_blank: Unblanking display: 0
12-15 22:47:04.140 I/GCM     (27701): GCM message com.google.android.talk 0:1418680024931292%5a539273f9fd7ecd:dr:com.google.android.talk:dr:2615154502@google.com:dr:0:1418680024931292%5a539273f9fd7ecd
12-15 22:47:04.390 D/qdhwcomposer(  305): hwc_blank: Done unblanking display: 0
12-15 22:47:04.400 D/SurfaceControl(  775): Excessive delay in unblankDisplay() while turning screen on: 300ms
12-15 22:47:04.410 V/Zygote  (13498): Switching descriptor 48 to /dev/null
12-15 22:47:04.410 V/Zygote  (13498): Switching descriptor 9 to /dev/null
12-15 22:47:04.490 W/ActivityManager(  775): getAssistContextExtras failed: no resumed activity
12-15 22:47:04.641 D/ConnectivityService(  775): handleInetConditionHoldEnd: net=1, condition=100, published condition=100
12-15 22:47:04.651 I/WindowManager(  775): Lock screen displayed!
12-15 22:47:04.651 D/DisplayPowerController(  775): Unblocked screen on after 179666916 ms
12-15 22:47:04.721 D/StatusBar.NetworkController(20732): updateConnectivity: intent=Intent { act=android.net.conn.INET_CONDITION_ACTION flg=0x4000010 (has extras) }
12-15 22:47:04.731 D/StatusBar.NetworkController(20732): updateConnectivity: networkInfo=NetworkInfo: type: WIFI[], state: CONNECTED/CONNECTED, reason: (unspecified), extra: "mm", roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false
12-15 22:47:04.731 D/StatusBar.NetworkController(20732): updateConnectivity: connectionStatus=100
12-15 22:47:04.881 D/ActivityThread(13498): handleBindApplication:com.google.android.talk
12-15 22:47:04.881 D/ActivityThread(13498): setTargetHeapUtilization:0.75
12-15 22:47:04.891 D/ActivityThread(13498): setTargetHeapMinFree:2097152
12-15 22:47:05.061 D/dalvikvm(13498): Trying to load lib /data/app-lib/com.google.android.talk-1/libcrashreporter.so 0x42103450
12-15 22:47:05.071 D/dalvikvm(13498): Added shared lib /data/app-lib/com.google.android.talk-1/libcrashreporter.so 0x42103450
12-15 22:47:05.141 D/dalvikvm(13498): DexOpt: couldn't find static field Landroid/os/Build;.SUPPORTED_ABIS
12-15 22:47:05.141 W/dalvikvm(13498): VFY: unable to resolve static field 1516 (SUPPORTED_ABIS) in Landroid/os/Build;
12-15 22:47:05.141 D/dalvikvm(13498): VFY: replacing opcode 0x62 at 0x0006
12-15 22:47:05.181 E/dalvikvm(13498): Could not find class 'android.app.Notification$Action$Builder', referenced from method f.a
12-15 22:47:05.181 W/dalvikvm(13498): VFY: unable to resolve new-instance 403 (Landroid/app/Notification$Action$Builder;) in Lf;
12-15 22:47:05.181 D/dalvikvm(13498): VFY: replacing opcode 0x22 at 0x0000
12-15 22:47:05.191 E/dalvikvm(13498): Could not find class 'android.app.RemoteInput$Builder', referenced from method f.a
12-15 22:47:05.191 W/dalvikvm(13498): VFY: unable to resolve new-instance 415 (Landroid/app/RemoteInput$Builder;) in Lf;
12-15 22:47:05.191 D/dalvikvm(13498): VFY: replacing opcode 0x22 at 0x003d
12-15 22:47:05.281 E/dalvikvm(13498): Could not find class 'android.app.Notification$Action$Builder', referenced from method f.a
12-15 22:47:05.281 W/dalvikvm(13498): VFY: unable to resolve new-instance 403 (Landroid/app/Notification$Action$Builder;) in Lf;
12-15 22:47:05.281 D/dalvikvm(13498): VFY: replacing opcode 0x22 at 0x0000
12-15 22:47:05.301 W/dalvikvm(13498): Unable to resolve superclass of Lav; (766)
12-15 22:47:05.301 W/dalvikvm(13498): Link of class 'Lav;' failed
12-15 22:47:05.301 E/dalvikvm(13498): Could not find class 'av', referenced from method f.a
12-15 22:47:05.301 W/dalvikvm(13498): VFY: unable to resolve new-instance 1159 (Lav;) in Lf;
12-15 22:47:05.301 D/dalvikvm(13498): VFY: replacing opcode 0x22 at 0x0006
12-15 22:47:05.311 W/dalvikvm(13498): Unable to resolve superclass of Lax; (766)
12-15 22:47:05.311 W/dalvikvm(13498): Link of class 'Lax;' failed
12-15 22:47:05.311 E/dalvikvm(13498): Could not find class 'ax', referenced from method f.a
12-15 22:47:05.311 W/dalvikvm(13498): VFY: unable to resolve new-instance 1213 (Lax;) in Lf;
12-15 22:47:05.311 D/dalvikvm(13498): VFY: replacing opcode 0x22 at 0x002a
12-15 22:47:05.321 I/dalvikvm(13498): Could not find method android.view.ViewGroup.isTransitionGroup, referenced from method f.a
12-15 22:47:05.321 W/dalvikvm(13498): VFY: unable to resolve virtual method 5424: Landroid/view/ViewGroup;.isTransitionGroup ()Z
12-15 22:47:05.321 D/dalvikvm(13498): VFY: replacing opcode 0x6e at 0x000c
12-15 22:47:05.321 I/dalvikvm(13498): Could not find method android.view.View.getTransitionName, referenced from method f.a
12-15 22:47:05.321 W/dalvikvm(13498): VFY: unable to resolve virtual method 5278: Landroid/view/View;.getTransitionName ()Ljava/lang/String;
12-15 22:47:05.321 D/dalvikvm(13498): VFY: replacing opcode 0x6e at 0x0006
12-15 22:47:05.331 W/dalvikvm(13498): VFY: unable to find class referenced in signature ([Landroid/app/RemoteInput;)
12-15 22:47:05.331 E/dalvikvm(13498): Could not find class 'android.app.RemoteInput[]', referenced from method f.a
12-15 22:47:05.331 W/dalvikvm(13498): VFY: unable to resolve new-array 6293 ([Landroid/app/RemoteInput;) in Lf;
12-15 22:47:05.331 D/dalvikvm(13498): VFY: replacing opcode 0x23 at 0x0005
12-15 22:47:05.391 D/dalvikvm(13498): DexOpt: unable to opt direct call 0x0ade at 0x0e in Lf;.a
12-15 22:47:05.391 D/dalvikvm(13498): DexOpt: unable to opt direct call 0x0b33 at 0x43 in Lf;.a
12-15 22:47:05.391 D/LightsService(  775): Excessive delay setting light: 726ms
12-15 22:47:05.391 D/dalvikvm(13498): DexOpt: unable to opt direct call 0x0ade at 0x0e in Lf;.a
12-15 22:47:05.391 W/dalvikvm(13498): Unable to resolve superclass of Lav; (766)
12-15 22:47:05.391 W/dalvikvm(13498): Link of class 'Lav;' failed
12-15 22:47:05.391 D/dalvikvm(13498): DexOpt: unable to opt direct call 0x1cf9 at 0x08 in Lf;.a
12-15 22:47:05.391 W/dalvikvm(13498): Unable to resolve superclass of Lax; (766)
12-15 22:47:05.391 W/dalvikvm(13498): Link of class 'Lax;' failed
12-15 22:47:05.401 D/dalvikvm(13498): DexOpt: unable to opt direct call 0x1dc4 at 0x2c in Lf;.a
12-15 22:47:05.401 D/dalvikvm(13498): DexOpt: unable to opt direct call 0x0b33 at 0x13 in Lf;.a
12-15 22:47:05.521 I/dalvikvm(13498): Could not find method android.content.Context.getDrawable, referenced from method i.a
12-15 22:47:05.521 W/dalvikvm(13498): VFY: unable to resolve virtual method 2962: Landroid/content/Context;.getDrawable (I)Landroid/graphics/drawable/Drawable;
12-15 22:47:05.521 D/dalvikvm(13498): VFY: replacing opcode 0x6e at 0x0006
12-15 22:47:05.612 I/Babel   (13498): MmsConfig: mnc/mcc: 1/1
12-15 22:47:05.612 I/Babel   (13498): MmsConfig.loadMmsSettings
12-15 22:47:05.622 I/Babel   (13498): MmsConfig.loadDeviceMmsSettings from API: mUserAgent=CyanogenMod, mUaProfUrl=http://www.google.com/oha/rdf/ua-profile-kila.xml
12-15 22:47:05.622 I/Babel   (13498): MmsConfig.loadFromDatabase
12-15 22:47:05.752 E/SQLiteLog(13498): (1) no such table: mmsconfig
12-15 22:47:05.762 I/Babel   (13498): MmsConfig: no mmsconfig table android.database.sqlite.SQLiteException: no such table: mmsconfig (code 1): , while compiling: SELECT key, value, type FROM mmsconfig WHERE numeric=?
12-15 22:47:05.762 I/Babel   (13498): MmsConfig.loadFromResources
12-15 22:47:05.782 E/Babel   (13498): canonicalizeMccMnc: invalid mccmnc nullnull
12-15 22:47:05.782 I/Babel   (13498): MmsConfig.loadMmsSettings: mUserAgent=CyanogenMod, mUaProfUrl=http://www.google.com/oha/rdf/ua-profile-kila.xml
12-15 22:47:05.982 W/Settings(13498): Setting airplane_mode_on has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
12-15 22:47:06.012 I/Babel_StickerModule(13498): App launched.

12-15 22:47:06.082 D/dalvikvm(13498): VFY: replacing opcode 0x22 at 0x0041
12-15 22:47:06.092 W/dalvikvm(13498): VFY: unable to find class referenced in signature (Landroid/media/projection/MediaProjection;)
12-15 22:47:06.092 W/dalvikvm(13498): VFY: unable to find class referenced in signature (Landroid/media/projection/MediaProjection;)
12-15 22:47:06.092 W/dalvikvm(13498): VFY: unable to find class referenced in signature (Landroid/media/projection/MediaProjection;)
12-15 22:47:06.102 W/dalvikvm(13498): VFY: unable to find class referenced in signature (Landroid/media/projection/MediaProjectionManager;)
12-15 22:47:06.112 W/dalvikvm(13498): VFY: unable to resolve virtual method 3618: Landroid/media/projection/MediaProjection;.createVirtualDisplay (Ljava/lang/String;IIIILandroid/view/Surface;Landroid/hardware/display/VirtualDisplay$Callback;Landroid/os/Handler;)Landroid/hardware/display/VirtualDisplay;
12-15 22:47:06.112 D/dalvikvm(13498): VFY: replacing opcode 0x74 at 0x0057
12-15 22:47:06.142 W/dalvikvm(13498): VFY: unable to resolve virtual method 3620: Landroid/media/projection/MediaProjection;.stop ()V
12-15 22:47:06.142 D/dalvikvm(13498): VFY: replacing opcode 0x6e at 0x002d
12-15 22:47:06.152 W/dalvikvm(13498): VFY: unable to resolve virtual method 3622: Landroid/media/projection/MediaProjectionManager;.createScreenCaptureIntent ()Landroid/content/Intent;
12-15 22:47:06.152 D/dalvikvm(13498): VFY: replacing opcode 0x6e at 0x0026
12-15 22:47:06.202 W/dalvikvm(13498): VFY: unable to resolve virtual method 3554: Landroid/media/MediaCodecInfo$CodecCapabilities;.getVideoCapabilities ()Landroid/media/MediaCodecInfo$VideoCapabilities;
12-15 22:47:06.202 D/dalvikvm(13498): VFY: replacing opcode 0x6e at 0x001f
12-15 22:47:06.412 I/Babel   (13498): Account Redacted-19 is valid for babel:true
12-15 22:47:06.412 I/Babel   (13498): Account Redacted-19 matches participantId: false
12-15 22:47:06.412 I/Babel   (13498): account.getParticipantId(): ParticipantId {chatId: xx  gaiaId: xx}, participantId:ParticipantId {chatId: null  gaiaId: xxx}
12-15 22:47:06.412 I/Babel   (13498): Account Redacted-3 is valid for babel:true
12-15 22:47:06.412 I/Babel   (13498): Account Redacted-3 matches participantId: false
12-15 22:47:06.422 I/Babel   (13498): account.getParticipantId(): ParticipantId {chatId: _sms_only_account  gaiaId: _sms_only_account}, participantId:ParticipantId {chatId: null  gaiaId: xxx}
12-15 22:47:06.422 I/Babel   (13498): Account Redacted-20 is valid for babel:true
12-15 22:47:06.422 I/Babel   (13498): Account Redacted-20 matches participantId: true
12-15 22:47:07.113 D/PhoneStatusBar(20732): disable: < expand* icons alerts ticker* system_info back* home* recent* clock* search >
12-15 22:47:07.494 I/Babel   (13498): RTCS will handle all server updates.
12-15 22:47:07.604 I/ActivityManager(  775): Process com.android.deskclock (pid 13357) has died.
12-15 22:47:12.549 I/InputDispatcher(  775): Window 'Window{4205ffc8 u0 org.thoughtcrime.securesms/org.thoughtcrime.securesms.ConversationActivity}' spent 4250.8ms processing the last input event: MotionEvent(deviceId=13, source=0x00001002, action=0, flags=0x00000000, metaState=0x00000000, buttonState=0x00000000, edgeFlags=0x00000000, xPrecision=1.0, yPrecision=1.0, displayId=0, pointers=[0: (166.0, 482.0)]), policyFlags=0x47000000
12-15 22:47:12.549 I/InputDispatcher(  775): Window 'Window{4205ffc8 u0 org.thoughtcrime.securesms/org.thoughtcrime.securesms.ConversationActivity}' spent 4204.0ms processing the last input event: MotionEvent(deviceId=13, source=0x00001002, action=2, flags=0x00000000, metaState=0x00000000, buttonState=0x00000000, edgeFlags=0x00000000, xPrecision=1.0, yPrecision=1.0, displayId=0, pointers=[0: (166.0, 484.0)]), policyFlags=0x47000000
12-15 22:47:12.549 I/InputDispatcher(  775): Window 'Window{4205ffc8 u0 org.thoughtcrime.securesms/org.thoughtcrime.securesms.ConversationActivity}' spent 4188.6ms processing the last input event: MotionEvent(deviceId=13, source=0x00001002, action=2, flags=0x00000000, metaState=0x00000000, buttonState=0x00000000, edgeFlags=0x00000000, xPrecision=1.0, yPrecision=1.0, displayId=0, pointers=[0: (166.0, 494.0)]), policyFlags=0x47000000
12-15 22:47:12.549 I/InputDispatcher(  775): Window 'Window{4205ffc8 u0 org.thoughtcrime.securesms/org.thoughtcrime.securesms.ConversationActivity}' spent 4173.0ms processing the last input event: MotionEvent(deviceId=13, source=0x00001002, action=2, flags=0x00000000, metaState=0x00000000, buttonState=0x00000000, edgeFlags=0x00000000, xPrecision=1.0, yPrecision=1.0, displayId=0, pointers=[0: (166.0, 522.0)]), policyFlags=0x47000000
12-15 22:47:12.549 I/InputDispatcher(  775): Window 'Window{4205ffc8 u0 org.thoughtcrime.securesms/org.thoughtcrime.securesms.ConversationActivity}' spent 4157.2ms processing the last input event: MotionEvent(deviceId=13, source=0x00001002, action=2, flags=0x00000000, metaState=0x00000000, buttonState=0x00000000, edgeFlags=0x00000000, xPrecision=1.0, yPrecision=1.0, displayId=0, pointers=[0: (167.0, 600.0)]), policyFlags=0x47000000
12-15 22:47:12.549 I/InputDispatcher(  775): Window 'Window{4205ffc8 u0 org.thoughtcrime.securesms/org.thoughtcrime.securesms.ConversationActivity}' spent 4141.5ms processing the last input event: MotionEvent(deviceId=13, source=0x00001002, action=2, flags=0x00000000, metaState=0x00000000, buttonState=0x00000000, edgeFlags=0x00000000, xPrecision=1.0, yPrecision=1.0, displayId=0, pointers=[0: (173.0, 720.0)]), policyFlags=0x47000000
12-15 22:47:12.549 I/InputDispatcher(  775): Window 'Window{4205ffc8 u0 org.thoughtcrime.securesms/org.thoughtcrime.securesms.ConversationActivity}' spent 4125.8ms processing the last input event: MotionEvent(deviceId=13, source=0x00001002, action=2, flags=0x00000000, metaState=0x00000000, buttonState=0x00000000, edgeFlags=0x00000000, xPrecision=1.0, yPrecision=1.0, displayId=0, pointers=[0: (188.0, 835.0)]), policyFlags=0x47000000
12-15 22:47:12.549 I/InputDispatcher(  775): Window 'Window{4205ffc8 u0 org.thoughtcrime.securesms/org.thoughtcrime.securesms.ConversationActivity}' spent 4110.8ms processing the last input event: MotionEvent(deviceId=13, source=0x00001002, action=1, flags=0x00000000, metaState=0x00000000, buttonState=0x00000000, edgeFlags=0x00000000, xPrecision=1.0, yPrecision=1.0, displayId=0, pointers=[0: (188.0, 835.0)]), policyFlags=0x47000000
12-15 22:47:12.569 W/InputMethodManagerService(  775): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@42003250 attribute=android.view.inputmethod.EditorInfo@41ffc6b8, token = android.os.BinderProxy@42fa8660
12-15 22:47:12.569 W/MmsCommunication(12962): Getting MMSC params for apn mms
12-15 22:47:12.579 W/TelephonyUtil(12962): Choosing MCC+MNC info from TelephonyManager.getSimOperator()
12-15 22:47:12.589 W/ApnDatabase(12962): Choosing locally-overridden MMS settings
12-15 22:47:12.589 W/ApnDatabase(12962): preference to use local apn set, but no parameters avaiable. falling back.
12-15 22:47:12.589 W/ApnDatabase(12962): Querying table for MCC+MNC xxxxx and APN name mms
12-15 22:47:12.599 W/KeyCachingService(12962): Incrementing activity count...
12-15 22:47:12.609 W/ApnDatabase(12962): Returning preferred APN Apn{ mmsc: "http://imms.orange.sk", proxy: "213.151.208.145", port: 8799, user: "xx", pass: "xx" }
12-15 22:47:12.859 W/MmsSmsDatabase(12962): Executing query: SELECT _id, body, read, type, address, address_device_id, subject, thread_id, status, date_sent, date_received, m_type, msg_box, part_count, ct_l, tr_id, m_size, exp, st, delivery_receipt_count, transport_type FROM (SELECT DISTINCT date_sent * 1 AS date_sent, date * 1 AS date_received, _id, body, read, thread_id, type, address, address_device_id, subject, NULL AS m_type, NULL AS msg_box, status, NULL AS part_count, NULL AS ct_l, NULL AS tr_id, NULL AS m_size, NULL AS exp, NULL AS st, delivery_receipt_count, 'sms' AS transport_type FROM sms WHERE (read = 0) UNION ALL SELECT DISTINCT date * 1000 AS date_sent, date_received * 1000 AS date_received, _id, body, read, thread_id, NULL AS type, address, address_device_id, NULL AS subject, m_type, msg_box, NULL AS status, part_count, ct_l, tr_id, m_size, exp, st, delivery_receipt_count, 'mms' AS transport_type FROM mms WHERE (read = 0) ORDER BY date_received ASC)
12-15 22:47:13.009 I/ActivityManager(  775): Process com.anujjain.awaaz (pid 13445) has died.
12-15 22:47:14.201 I/Timeline(12962): Timeline: Activity_idle id: android.os.BinderProxy@421b2390 time:37458495
12-15 22:47:17.975 E/PowerManagerService(  775): Invalid boost duration: 5259000
12-15 22:47:18.325 E/PowerManagerService(  775): Invalid boost duration: 6466000
12-15 22:47:18.696 E/PowerManagerService(  775): Invalid boost duration: 7605000
12-15 22:47:29.948 E/PowerManagerService(  775): Invalid boost duration: 5153000
12-15 22:47:37.245 E/PowerManagerService(  775): Invalid boost duration: 5417000
12-15 22:47:37.275 W/ImageSlide(12962): Got soft reference: null
12-15 22:47:37.275 W/ImageSlide(12962): Got soft reference: null
12-15 22:47:37.275 W/Slide   (12962): Loading Part URI: content://org.thoughtcrime.provider.securesms/part/14
12-15 22:47:37.275 W/PartDatabase(12962): Getting part at ID: 14
12-15 22:47:37.275 W/ImageSlide(12962): Got soft reference: null
12-15 22:47:37.275 W/ImageSlide(12962): Got soft reference: null
12-15 22:47:37.275 W/ImageSlide(12962): Got soft reference: null
12-15 22:47:37.275 W/ImageSlide(12962): Got soft reference: null
12-15 22:47:37.275 W/EncryptingPartDatabase(12962): Getting part at: /data/data/org.thoughtcrime.securesms/app_parts/part1218276912.mms
12-15 22:47:37.295 W/Slide   (12962): Loading Part URI: content://org.thoughtcrime.provider.securesms/part/14
12-15 22:47:37.295 W/PartDatabase(12962): Getting part at ID: 14
12-15 22:47:37.295 W/EncryptingPartDatabase(12962): Getting part at: /data/data/org.thoughtcrime.securesms/app_parts/part1218276912.mms
12-15 22:47:37.385 W/BitmapUtil(12962): rough scale 1280x720 => 640x360
12-15 22:47:37.385 W/BitmapUtil(12962): fine scale  640x360 => 460.0x258.75
12-15 22:47:37.395 W/ImageSlide(12962): Got soft reference: null
12-15 22:47:37.395 W/Slide   (12962): Loading Part URI: content://org.thoughtcrime.provider.securesms/part/11
12-15 22:47:37.395 W/PartDatabase(12962): Getting part at ID: 11
12-15 22:47:37.395 W/EncryptingPartDatabase(12962): Getting part at: /data/data/org.thoughtcrime.securesms/app_parts/part-1356325894.mms
12-15 22:47:37.395 W/Slide   (12962): Loading Part URI: content://org.thoughtcrime.provider.securesms/part/11
12-15 22:47:37.395 W/PartDatabase(12962): Getting part at ID: 11
12-15 22:47:37.405 W/EncryptingPartDatabase(12962): Getting part at: /data/data/org.thoughtcrime.securesms/app_parts/part-1356325894.mms
12-15 22:47:37.456 W/BitmapUtil(12962): rough scale 640x360 => 640x360
12-15 22:47:37.456 W/BitmapUtil(12962): fine scale  640x360 => 460.0x258.75
12-15 22:47:37.486 W/ImageSlide(12962): Got soft reference: null
12-15 22:47:37.486 W/Slide   (12962): Loading Part URI: content://org.thoughtcrime.provider.securesms/part/13
12-15 22:47:37.496 W/PartDatabase(12962): Getting part at ID: 13
12-15 22:47:37.496 W/EncryptingPartDatabase(12962): Getting part at: /data/data/org.thoughtcrime.securesms/app_parts/part966860712.mms
12-15 22:47:37.496 W/Slide   (12962): Loading Part URI: content://org.thoughtcrime.provider.securesms/part/13
12-15 22:47:37.496 W/PartDatabase(12962): Getting part at ID: 13
12-15 22:47:37.496 W/EncryptingPartDatabase(12962): Getting part at: /data/data/org.thoughtcrime.securesms/app_parts/part966860712.mms
12-15 22:47:37.586 W/BitmapUtil(12962): rough scale 1280x960 => 640x480
12-15 22:47:37.586 W/BitmapUtil(12962): fine scale  640x480 => 460.0x345.0
12-15 22:47:37.586 W/ImageSlide(12962): Got soft reference: java.lang.ref.SoftReference@42763a70
12-15 22:47:37.586 W/ImageSlide(12962): Got cached bitmap: android.graphics.drawable.BitmapDrawable@4235c048
12-15 22:47:37.586 W/ImageSlide(12962): Got soft reference: java.lang.ref.SoftReference@42925068
12-15 22:47:37.586 W/ImageSlide(12962): Got cached bitmap: null
12-15 22:47:37.586 W/Slide   (12962): Loading Part URI: content://org.thoughtcrime.provider.securesms/part/14
12-15 22:47:37.586 W/PartDatabase(12962): Getting part at ID: 14
12-15 22:47:37.586 W/EncryptingPartDatabase(12962): Getting part at: /data/data/org.thoughtcrime.securesms/app_parts/part1218276912.mms
12-15 22:47:37.586 W/Slide   (12962): Loading Part URI: content://org.thoughtcrime.provider.securesms/part/14
12-15 22:47:37.586 W/PartDatabase(12962): Getting part at ID: 14
12-15 22:47:37.586 W/EncryptingPartDatabase(12962): Getting part at: /data/data/org.thoughtcrime.securesms/app_parts/part1218276912.mms
12-15 22:47:37.676 W/BitmapUtil(12962): rough scale 1280x720 => 640x360
12-15 22:47:37.676 W/BitmapUtil(12962): fine scale  640x360 => 460.0x258.75
12-15 22:47:39.888 I/system_monitor(  297): alarm_callback - Received MAX alarm: xo_therm at Level:14
12-15 22:47:39.888 I/cpu_frequency(  297): execute_action - cpu frequency mitigation requester = xo_therm freq = 1728000
12-15 22:47:39.888 I/cpu_frequency(  297): Using previous CPU[0] frequency
12-15 22:47:39.888 I/cpu_frequency(  297): Using previous CPU[1] frequency
12-15 22:47:39.888 I/cpu_frequency(  297): Using previous CPU[2] frequency
12-15 22:47:39.888 I/cpu_frequency(  297): Using previous CPU[3] frequency
12-15 22:47:39.888 I/cpu_frequency(  297): log_idd - Thermal mitigation:sensor = xo_therm from level = 14 to 13
12-15 22:47:39.888 E/idd-api (  297): idd_add_event: send failed, socket 22, errcode -2 (No such file or directory)
12-15 22:47:39.888 E/idd-api (  297): idd_add_event: send failed, socket 23, errcode -2 (No such file or directory)
12-15 22:47:39.888 E/idd-api (  297): idd_add_event: send failed, socket 23, errcode -2 (No such file or directory)
12-15 22:47:39.888 I/system_monitor(  297): log_idd - Thermal mitigation:sensor = xo_therm from level = 14 to 13
12-15 22:47:39.888 E/idd-api (  297): idd_add_event: send failed, socket 22, errcode -2 (No such file or directory)
12-15 22:47:39.888 I/illumination-service(  317): client disconnected
12-15 22:47:42.881 W/ImageSlide(12962): Got soft reference: java.lang.ref.SoftReference@42763a70
12-15 22:47:42.881 W/ImageSlide(12962): Got cached bitmap: android.graphics.drawable.BitmapDrawable@4235c048
12-15 22:47:42.881 W/ImageSlide(12962): Setting cached thumbnail...
12-15 22:47:44.343 W/ImageSlide(12962): Got soft reference: java.lang.ref.SoftReference@4285c6c8
12-15 22:47:44.343 W/ImageSlide(12962): Got cached bitmap: android.graphics.drawable.BitmapDrawable@4292a170
12-15 22:47:44.343 W/ImageSlide(12962): Setting cached thumbnail...
12-15 22:47:50.519 I/InputDispatcher(  775): Application is not responding: Window{4205ffc8 u0 org.thoughtcrime.securesms/org.thoughtcrime.securesms.ConversationActivity}.  It has been 5006.2ms since event, 5005.8ms since wait started.  Reason: Waiting because the touched window has not finished processing the input events that were previously delivered to it.
12-15 22:47:50.529 I/WindowManager(  775): Input event dispatching timed out sending to org.thoughtcrime.securesms/org.thoughtcrime.securesms.ConversationActivity.  Reason: Waiting because the touched window has not finished processing the input events that were previously delivered to it.
12-15 22:47:50.560 I/Process (  775): Sending signal. PID: 12962 SIG: 3
12-15 22:47:50.560 I/dalvikvm(12962): threadid=3: reacting to signal 3
12-15 22:47:50.740 I/dalvikvm(12962): Wrote stack traces to '/data/anr/traces.txt'
12-15 22:47:50.740 I/Process (  775): Sending signal. PID: 775 SIG: 3
12-15 22:47:50.740 I/dalvikvm(  775): threadid=3: reacting to signal 3
12-15 22:47:53.112 I/dalvikvm(  775): Wrote stack traces to '/data/anr/traces.txt'
12-15 22:47:53.112 I/Process (  775): Sending signal. PID: 20732 SIG: 3
12-15 22:47:53.112 I/dalvikvm(20732): threadid=3: reacting to signal 3
12-15 22:47:53.112 I/Process (  775): Sending signal. PID: 1151 SIG: 3
12-15 22:47:53.112 I/dalvikvm( 1151): threadid=3: reacting to signal 3
12-15 22:47:53.212 I/dalvikvm( 1151): Wrote stack traces to '/data/anr/traces.txt'
12-15 22:47:53.212 I/Process (  775): Sending signal. PID: 1143 SIG: 3
12-15 22:47:53.212 I/dalvikvm( 1143): threadid=3: reacting to signal 3
12-15 22:47:53.302 I/dalvikvm( 1143): Wrote stack traces to '/data/anr/traces.txt'
12-15 22:47:53.302 I/Process (  775): Sending signal. PID: 1119 SIG: 3
12-15 22:47:53.302 I/dalvikvm( 1119): threadid=3: reacting to signal 3
12-15 22:47:53.363 I/dalvikvm( 1119): Wrote stack traces to '/data/anr/traces.txt'
12-15 22:47:53.363 I/Process (  775): Sending signal. PID: 1107 SIG: 3
12-15 22:47:53.363 I/dalvikvm( 1107): threadid=3: reacting to signal 3
12-15 22:47:53.603 I/dalvikvm( 1107): Wrote stack traces to '/data/anr/traces.txt'
12-15 22:47:53.853 I/dalvikvm(20732): Wrote stack traces to '/data/anr/traces.txt'
12-15 22:47:53.853 I/Choreographer(20732): Skipped 43 frames!  The application may be doing too much work on its main thread.
12-15 22:47:55.545 I/InputDispatcher(  775): Application is not responding: Window{4205ffc8 u0 org.thoughtcrime.securesms/org.thoughtcrime.securesms.ConversationActivity}.  It has been 6424.1ms since event, 5004.0ms since wait started.  Reason: Waiting because the touched window has not finished processing the input events that were previously delivered to it.
12-15 22:47:55.555 I/WindowManager(  775): Input event dispatching timed out sending to org.thoughtcrime.securesms/org.thoughtcrime.securesms.ConversationActivity.  Reason: Waiting because the touched window has not finished processing the input events that were previously delivered to it.
12-15 22:47:57.467 E/ActivityManager(  775): ANR in org.thoughtcrime.securesms (org.thoughtcrime.securesms/.ConversationActivity)
12-15 22:47:57.467 E/ActivityManager(  775): PID: 12962
12-15 22:47:57.467 E/ActivityManager(  775): Reason: Input dispatching timed out (Waiting because the touched window has not finished processing the input events that were previously delivered to it.)
12-15 22:47:57.467 E/ActivityManager(  775): Load: 2.57 / 1.96 / 2.89
12-15 22:47:57.467 E/ActivityManager(  775): CPU usage from 0ms to 6898ms later:
12-15 22:47:57.467 E/ActivityManager(  775):   96% 12962/org.thoughtcrime.securesms: 89% user + 7.8% kernel / faults: 1875 minor 6 major
12-15 22:47:57.467 E/ActivityManager(  775):   58% 775/system_server: 32% user + 25% kernel / faults: 1266 minor 4 major
12-15 22:47:57.467 E/ActivityManager(  775):   8.2% 20732/com.android.systemui: 7.5% user + 0.7% kernel / faults: 163 minor 1 major
12-15 22:47:57.467 E/ActivityManager(  775):   0% 23983/debuggerd: 0% user + 0% kernel / faults: 2486 minor 78 major
12-15 22:47:57.467 E/ActivityManager(  775):   2% 305/surfaceflinger: 1% user + 1% kernel / faults: 5 minor
12-15 22:47:57.467 E/ActivityManager(  775):   0.5% 1107/com.android.phone: 0.3% user + 0.1% kernel / faults: 185 minor 1 major
12-15 22:47:57.467 E/ActivityManager(  775):   0% 1151/com.android.incallui: 0% user + 0% kernel / faults: 379 minor
12-15 22:47:57.467 E/ActivityManager(  775):   0.8% 61/kswapd0: 0% user + 0.8% kernel
12-15 22:47:57.467 E/ActivityManager(  775):   0.7% 134/mmcqd/0: 0% user + 0.7% kernel
12-15 22:47:57.467 E/ActivityManager(  775):   0% 1143/com.android.nfc: 0% user + 0% kernel / faults: 228 minor 1 major
12-15 22:47:57.467 E/ActivityManager(  775):   0% 1119/com.bel.android.dspmanager: 0% user + 0% kernel / faults: 268 minor
12-15 22:47:57.467 E/ActivityManager(  775):   0.2% 227/mpdecision: 0% user + 0.2% kernel
12-15 22:47:57.467 E/ActivityManager(  775):   0.2% 9818/kworker/0:3: 0% user + 0.2% kernel
12-15 22:47:57.467 E/ActivityManager(  775):   0.2% 13440/kworker/u:3: 0% user + 0.2% kernel
12-15 22:47:57.467 E/ActivityManager(  775):   0.1% 133/irq/299-main_tt: 0% user + 0.1% kernel
12-15 22:47:57.467 E/ActivityManager(  775):   0.1% 339/adbd: 0% user + 0.1% kernel
12-15 22:47:57.467 E/ActivityManager(  775):   0.1% 8064/libsyncthing.so: 0.1% user + 0% kernel / faults: 3 minor
12-15 22:47:57.467 E/ActivityManager(  775):   0.1% 11731/kworker/u:2: 0% user + 0.1% kernel
12-15 22:47:57.467 E/ActivityManager(  775):   0% 13078/kworker/0:0: 0% user + 0% kernel
12-15 22:47:57.467 E/ActivityManager(  775):   0.1% 13410/logcat: 0% user + 0.1% kernel
12-15 22:47:57.467 E/ActivityManager(  775):   0.1% 13497/kworker/1:1: 0% user + 0.1% kernel
12-15 22:47:57.467 E/ActivityManager(  775):   0.1% 26733/tor: 0.1% user + 0% kernel
12-15 22:47:57.467 E/ActivityManager(  775): 96% TOTAL: 69% user + 19% kernel + 6.5% iowait + 0% softirq
12-15 22:47:57.467 E/ActivityManager(  775): CPU usage from 6340ms to 6869ms later:
12-15 22:47:57.467 E/ActivityManager(  775):   126% 12962/org.thoughtcrime.securesms: 109% user + 16% kernel / faults: 161 minor
12-15 22:47:57.467 E/ActivityManager(  775):     69% 12962/crime.securesms: 64% user + 5.6% kernel
12-15 22:47:57.467 E/ActivityManager(  775):     39% 12971/FinalizerDaemon: 28% user + 11% kernel
12-15 22:47:57.467 E/ActivityManager(  775):     13% 12964/GC: 13% user + 0% kernel
12-15 22:47:57.467 E/ActivityManager(  775):     5.6% 12970/ReferenceQueueD: 5.6% user + 0% kernel
12-15 22:47:57.467 E/ActivityManager(  775):   37% 775/system_server: 7.5% user + 30% kernel
12-15 22:47:57.467 E/ActivityManager(  775):     22% 810/system_server: 0% user + 22% kernel
12-15 22:47:57.467 E/ActivityManager(  775):     7.5% 925/PowerManagerSer: 3.7% user + 3.7% kernel
12-15 22:47:57.467 E/ActivityManager(  775):     5.6% 812/SensorService: 1.8% user + 3.7% kernel
12-15 22:47:57.467 E/ActivityManager(  775):     3.7% 816/ActivityManager: 1.8% user + 1.8% kernel
12-15 22:47:57.467 E/ActivityManager(  775):   3.7% 20732/com.android.systemui: 1.8% user + 1.8% kernel / faults: 2 minor
12-15 22:47:57.467 E/ActivityManager(  775):     3.7% 20732/ndroid.systemui: 1.8% user + 1.8% kernel
12-15 22:47:57.467 E/ActivityManager(  775):   1.8% 305/surfaceflinger: 1.8% user + 0% kernel
12-15 22:47:57.467 E/ActivityManager(  775):     1.8% 305/surfaceflinger: 0% user + 1.8% kernel
12-15 22:47:57.467 E/ActivityManager(  775):     1.8% 492/EventThread: 0% user + 1.8% kernel
12-15 22:47:57.467 E/ActivityManager(  775):     1.8% 3977/Binder_5: 1.8% user + 0% kernel
12-15 22:47:57.467 E/ActivityManager(  775): 92% TOTAL: 63% user + 24% kernel + 4.8% iowait
12-15 22:47:57.467 I/Process (  775): Sending signal. PID: 12962 SIG: 6
12-15 22:47:57.467 F/libc    (12962): Fatal signal 6 (SIGABRT) at 0x00000307 (code=0), thread 12962 (crime.securesms)
12-15 22:47:57.477 E/ActivityManager(  775): Error reading /data/anr/traces.txt
12-15 22:47:57.477 E/ActivityManager(  775): java.io.FileNotFoundException: /data/anr/traces.txt: open failed: ENOENT (No such file or directory)
12-15 22:47:57.477 E/ActivityManager(  775):    at libcore.io.IoBridge.open(IoBridge.java:409)
12-15 22:47:57.477 E/ActivityManager(  775):    at libcore.io.IoBridge.open(Native Method)
12-15 22:47:57.477 E/ActivityManager(  775):    at java.io.FileInputStream.<init>(FileInputStream.java:78)
12-15 22:47:57.477 E/ActivityManager(  775):    at android.os.FileUtils.readTextFile(FileUtils.java:236)
12-15 22:47:57.477 E/ActivityManager(  775):    at com.android.server.am.ActivityManagerService$19.run(ActivityManagerService.java:10170)
12-15 22:47:57.477 E/ActivityManager(  775): Caused by: libcore.io.ErrnoException: open failed: ENOENT (No such file or directory)
12-15 22:47:57.477 E/ActivityManager(  775):    at libcore.io.Posix.open(Native Method)
12-15 22:47:57.477 E/ActivityManager(  775):    at libcore.io.BlockGuardOs.open(BlockGuardOs.java:110)
12-15 22:47:57.477 E/ActivityManager(  775):    at libcore.io.IoBridge.open(IoBridge.java:393)
12-15 22:47:57.477 E/ActivityManager(  775):    ... 6 more
12-15 22:47:57.577 I/DEBUG   (23983): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
12-15 22:47:57.577 I/DEBUG   (23983): Build fingerprint: 'Sony/C5303/C5303:4.3/12.1.A.0.266/9f5_nw:user/release-keys'
12-15 22:47:57.577 I/DEBUG   (23983): Revision: '0'
12-15 22:47:57.577 I/DEBUG   (23983): pid: 12962, tid: 12962, name: crime.securesms  >>> org.thoughtcrime.securesms <<<
12-15 22:47:57.577 I/DEBUG   (23983): signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
12-15 22:47:57.697 I/DEBUG   (23983):     r0 00000012  r1 5ecf0fa8  r2 ffffffff  r3 ffffffff
12-15 22:47:57.697 I/DEBUG   (23983):     r4 0001a41f  r5 00000012  r6 00000010  r7 00000010
12-15 22:47:57.697 I/DEBUG   (23983):     r8 61651d10  r9 0003e607  sl 62712848  fp 61651c98
12-15 22:47:57.697 I/DEBUG   (23983):     ip 4087acdc  sp beb57020  lr 407f7d43  pc 407f7d9c  cpsr 600f0030
12-15 22:47:57.697 I/DEBUG   (23983):     d0  0000000000000000  d1  0000000000000000
12-15 22:47:57.697 I/DEBUG   (23983):     d2  000000000003e608  d3  0000000000000000
12-15 22:47:57.697 I/DEBUG   (23983):     d4  0000000000000014  d5  0000000000000001
12-15 22:47:57.697 I/DEBUG   (23983):     d6  ffffffffffffffff  d7  0000000000000016
12-15 22:47:57.697 I/DEBUG   (23983):     d8  0000000000000000  d9  0000000000000000
12-15 22:47:57.697 I/DEBUG   (23983):     d10 0000000044060000  d11 0000000000000000
12-15 22:47:57.697 I/DEBUG   (23983):     d12 0000000000000000  d13 0000000000000000
12-15 22:47:57.697 I/DEBUG   (23983):     d14 0000000000000000  d15 0000000000000000
12-15 22:47:57.697 I/DEBUG   (23983):     d16 0000000000000000  d17 0000000000000000
12-15 22:47:57.697 I/DEBUG   (23983):     d18 000000000003e608  d19 0003e60800000000
12-15 22:47:57.697 I/DEBUG   (23983):     d20 0000000000000000  d21 0003e60800000000
12-15 22:47:57.697 I/DEBUG   (23983):     d22 4073240c42b75878  d23 42b7587860fd9450
12-15 22:47:57.697 I/DEBUG   (23983):     d24 ffffffffffffffff  d25 ffffffffffffffff
12-15 22:47:57.697 I/DEBUG   (23983):     d26 0000000000000000  d27 0000000000000001
12-15 22:47:57.697 I/DEBUG   (23983):     d28 0000000000000002  d29 0000000000000004
12-15 22:47:57.697 I/DEBUG   (23983):     d30 0000000000000018  d31 0000000000000019
12-15 22:47:57.697 I/DEBUG   (23983):     scr 60000017
12-15 22:47:57.707 I/DEBUG   (23983): 
12-15 22:47:57.707 I/DEBUG   (23983): backtrace:
12-15 22:47:57.707 I/DEBUG   (23983):     #00  pc 000b4d9c  /system/lib/libicui18n.so (icu_51::RegexMatcher::MatchChunkAt(int, signed char, UErrorCode&)+187)
12-15 22:47:57.707 I/DEBUG   (23983):     #01  pc 000b8947  /system/lib/libicui18n.so (icu_51::RegexMatcher::findUsingChunk()+766)
12-15 22:47:57.707 I/DEBUG   (23983):     #02  pc 000af0a1  /system/lib/libicui18n.so (icu_51::RegexMatcher::find(long long, UErrorCode&)+92)
12-15 22:47:57.707 I/DEBUG   (23983):     #03  pc 00013225  /system/lib/libjavacore.so
12-15 22:47:57.707 I/DEBUG   (23983):     #04  pc 0001ea10  /system/lib/libdvm.so (dvmPlatformInvoke+116)
12-15 22:47:57.707 I/DEBUG   (23983):     #05  pc 0004f6cf  /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
12-15 22:47:57.707 I/DEBUG   (23983):     #06  pc 00000214  /dev/ashmem/dalvik-jit-code-cache (deleted)
12-15 22:47:57.707 I/DEBUG   (23983): 
12-15 22:47:57.707 I/DEBUG   (23983): stack:
12-15 22:47:57.707 I/DEBUG   (23983):          beb56fe0  0000008b  
12-15 22:47:57.707 I/DEBUG   (23983):          beb56fe4  000004d0  
12-15 22:47:57.707 I/DEBUG   (23983):          beb56fe8  626fbc80  
12-15 22:47:57.707 I/DEBUG   (23983):          beb56fec  4003beab  /system/lib/libc.so (dlmalloc+4250)
12-15 22:47:57.707 I/DEBUG   (23983):          beb56ff0  fffffea8  
12-15 22:47:57.707 I/DEBUG   (23983):          beb56ff4  417b67ec  /dev/ashmem/dalvik-zygote (deleted)
12-15 22:47:57.707 I/DEBUG   (23983):          beb56ff8  417b67e8  /dev/ashmem/dalvik-zygote (deleted)
12-15 22:47:57.707 I/DEBUG   (23983):          beb56ffc  5d352250  
12-15 22:47:57.707 I/DEBUG   (23983):          beb57000  41548c7c  /system/lib/libdvm.so
12-15 22:47:57.707 I/DEBUG   (23983):          beb57004  414eefc9  /system/lib/libdvm.so
12-15 22:47:57.707 I/DEBUG   (23983):          beb57008  626fbc80  
12-15 22:47:57.707 I/DEBUG   (23983):          beb5700c  626fbc78  
12-15 22:47:57.707 I/DEBUG   (23983):          beb57010  00000100  
12-15 22:47:57.707 I/DEBUG   (23983):          beb57014  4154d2c8  /system/lib/libdvm.so
12-15 22:47:57.707 I/DEBUG   (23983):          beb57018  626fbc80  
12-15 22:47:57.707 I/DEBUG   (23983):          beb5701c  40079384  
12-15 22:47:57.707 I/DEBUG   (23983):     #00  beb57020  4003c805  /system/lib/libc.so (dlrealloc)
12-15 22:47:57.707 I/DEBUG   (23983):          beb57024  626fbb30  
12-15 22:47:57.707 I/DEBUG   (23983):          beb57028  00000020  
12-15 22:47:57.707 I/DEBUG   (23983):          beb5702c  00ffffff  
12-15 22:47:57.707 I/DEBUG   (23983):          beb57030  00000000  
12-15 22:47:57.707 I/DEBUG   (23983):          beb57034  40038c85  /system/lib/libc.so (realloc+12)
12-15 22:47:57.707 I/DEBUG   (23983):          beb57038  00000010  
12-15 22:47:57.707 I/DEBUG   (23983):          beb5703c  6271294c  
12-15 22:47:57.707 I/DEBUG   (23983):          beb57040  5ecf2f98  
12-15 22:47:57.707 I/DEBUG   (23983):          beb57044  42b75878  /dev/ashmem/dalvik-heap (deleted)
12-15 22:47:57.707 I/DEBUG   (23983):          beb57048  0001a416  
12-15 22:47:57.707 I/DEBUG   (23983):          beb5704c  00000000  
12-15 22:47:57.707 I/DEBUG   (23983):          beb57050  00000007  
12-15 22:47:57.707 I/DEBUG   (23983):          beb57054  407f88ad  /system/lib/libicui18n.so (icu_51::RegexMatcher::MatchChunkAt(int, signed char, UErrorCode&)+3020)
12-15 22:47:57.707 I/DEBUG   (23983):          beb57058  00000000  
12-15 22:47:57.707 I/DEBUG   (23983):          beb5705c  00000000  
12-15 22:47:57.707 I/DEBUG   (23983):          ........  ........
12-15 22:47:57.707 I/DEBUG   (23983):     #01  beb57108  60fd93e0  
12-15 22:47:57.707 I/DEBUG   (23983):          beb5710c  41779c38  
12-15 22:47:57.707 I/DEBUG   (23983):          beb57110  417b0598  [heap]
12-15 22:47:57.707 I/DEBUG   (23983):          beb57114  0003e608  
12-15 22:47:57.707 I/DEBUG   (23983):          beb57118  00000000  
12-15 22:47:57.707 I/DEBUG   (23983):          beb5711c  beb57170  [stack]
12-15 22:47:57.707 I/DEBUG   (23983):          beb57120  62712848  
12-15 22:47:57.707 I/DEBUG   (23983):          beb57124  beb5718c  [stack]
12-15 22:47:57.707 I/DEBUG   (23983):          beb57128  41779c38  
12-15 22:47:57.707 I/DEBUG   (23983):          beb5712c  417b0598  [heap]
12-15 22:47:57.707 I/DEBUG   (23983):          beb57130  beb571a4  [stack]
12-15 22:47:57.707 I/DEBUG   (23983):          beb57134  407f20a3  /system/lib/libicui18n.so (icu_51::RegexMatcher::find(long long, UErrorCode&)+94)
12-15 22:47:57.707 I/DEBUG   (23983):     #02  beb57138  00000000  
12-15 22:47:57.707 I/DEBUG   (23983):          beb5713c  0001a417  
12-15 22:47:57.707 I/DEBUG   (23983):          beb57140  62712848  
12-15 22:47:57.707 I/DEBUG   (23983):          beb57144  a2c00035  
12-15 22:47:57.707 I/DEBUG   (23983):          beb57148  417b0588  [heap]
12-15 22:47:57.707 I/DEBUG   (23983):          beb5714c  00000007  
12-15 22:47:57.707 I/DEBUG   (23983):          beb57150  41779c4c  
12-15 22:47:57.707 I/DEBUG   (23983):          beb57154  5a076227  /system/lib/libjavacore.so
12-15 22:47:57.717 I/DEBUG   (23983): 
12-15 22:47:57.717 I/DEBUG   (23983): memory near r1:
12-15 22:47:57.717 I/DEBUG   (23983):     5ecf0f88 00000011 00000011 00000011 00000005  
12-15 22:47:57.717 I/DEBUG   (23983):     5ecf0f98 00000000 00000011 417e0208 00000083  
12-15 22:47:57.717 I/DEBUG   (23983):     5ecf0fa8 40878f08 5ecf1438 5ecf11d8 00000202  
12-15 22:47:57.717 I/DEBUG   (23983):     5ecf0fb8 5ecf0b40 40736bb8 5ecf1ddc 00000096  
12-15 22:47:57.717 I/DEBUG   (23983):     5ecf0fc8 0078003d 00650074 0073006e ff580069  
12-15 22:47:57.717 I/DEBUG   (23983):     5ecf0fd8 0418ff54 5ecf1050 5ecf2660 00000000  
12-15 22:47:57.717 I/DEBUG   (23983):     5ecf0fe8 00000001 00000012 00000000 5ecf0e50  
12-15 22:47:57.717 I/DEBUG   (23983):     5ecf0ff8 00000001 599a6668 599a669c 00000002  
12-15 22:47:57.717 I/DEBUG   (23983):     5ecf1008 00000000 00000000 5ecf1098 00000000  
12-15 22:47:57.717 I/DEBUG   (23983):     5ecf1018 5ecf1138 00000000 00000000 0000002b  
12-15 22:47:57.717 I/DEBUG   (23983):     5ecf1028 00000004 00000009 0000000d 417e0208  
12-15 22:47:57.717 I/DEBUG   (23983):     5ecf1038 00000000 00000002 00000011 00000011  
12-15 22:47:57.717 I/DEBUG   (23983):     5ecf1048 00000011 00000023 40736db0 0000000e  
12-15 22:47:57.717 I/DEBUG   (23983):     5ecf1058 00000010 5ecf2378 00000000 00000000  
12-15 22:47:57.717 I/DEBUG   (23983):     5ecf1068 00000005 0000002b 40736db0 00000000  
12-15 22:47:57.717 I/DEBUG   (23983):     5ecf1078 00000001 5ecf1c20 406ab435 406aa355  
12-15 22:47:57.717 I/DEBUG   (23983): 
12-15 22:47:57.717 I/DEBUG   (23983): memory near r4:
12-15 22:47:57.717 I/DEBUG   (23983):     0001a3fc ffffffff ffffffff ffffffff ffffffff  
12-15 22:47:57.717 I/DEBUG   (23983):     0001a40c ffffffff ffffffff ffffffff ffffffff  
12-15 22:47:57.717 I/DEBUG   (23983):     0001a41c ffffffff ffffffff ffffffff ffffffff  
12-15 22:47:57.717 I/DEBUG   (23983):     0001a42c ffffffff ffffffff ffffffff ffffffff  
12-15 22:47:57.717 I/DEBUG   (23983):     0001a43c ffffffff ffffffff ffffffff ffffffff  
12-15 22:47:57.717 I/DEBUG   (23983):     0001a44c ffffffff ffffffff ffffffff ffffffff  
12-15 22:47:57.717 I/DEBUG   (23983):     0001a45c ffffffff ffffffff ffffffff ffffffff  
12-15 22:47:57.717 I/DEBUG   (23983):     0001a46c ffffffff ffffffff ffffffff ffffffff  
12-15 22:47:57.717 I/DEBUG   (23983):     0001a47c ffffffff ffffffff ffffffff ffffffff  
12-15 22:47:57.717 I/DEBUG   (23983):     0001a48c ffffffff ffffffff ffffffff ffffffff  
12-15 22:47:57.717 I/DEBUG   (23983):     0001a49c ffffffff ffffffff ffffffff ffffffff  
12-15 22:47:57.717 I/DEBUG   (23983):     0001a4ac ffffffff ffffffff ffffffff ffffffff  
12-15 22:47:57.717 I/DEBUG   (23983):     0001a4bc ffffffff ffffffff ffffffff ffffffff  
12-15 22:47:57.717 I/DEBUG   (23983):     0001a4cc ffffffff ffffffff ffffffff ffffffff  
12-15 22:47:57.717 I/DEBUG   (23983):     0001a4dc ffffffff ffffffff ffffffff ffffffff  
12-15 22:47:57.717 I/DEBUG   (23983):     0001a4ec ffffffff ffffffff ffffffff ffffffff  
12-15 22:47:57.717 I/DEBUG   (23983): 
12-15 22:47:57.717 I/DEBUG   (23983): memory near r8:
12-15 22:47:57.717 I/DEBUG   (23983):     61651cf0 ffffffff ffffffff ffffffff ffffffff  
12-15 22:47:57.717 I/DEBUG   (23983):     61651d00 ffffffff ffffffff ffffffff ffffffff  
12-15 22:47:57.717 I/DEBUG   (23983):     61651d10 ffffffff ffffffff ffffffff ffffffff  
12-15 22:47:57.717 I/DEBUG   (23983):     61651d20 ffffffff ffffffff 0001a417 00000000  
12-15 22:47:57.717 I/DEBUG   (23983):     61651d30 0000008d 00000000 00000000 00000000  
12-15 22:47:57.717 I/DEBUG   (23983):     61651d40 00000001 00000000 ffffffff ffffffff  
12-15 22:47:57.717 I/DEBUG   (23983):     61651d50 00000000 00000000 ffffffff ffffffff  
12-15 22:47:57.717 I/DEBUG   (23983):     61651d60 ffffffff ffffffff ffffffff ffffffff  
12-15 22:47:57.717 I/DEBUG   (23983):     61651d70 ffffffff ffffffff ffffffff ffffffff  
12-15 22:47:57.717 I/DEBUG   (23983):     61651d80 ffffffff ffffffff ffffffff ffffffff  
12-15 22:47:57.717 I/DEBUG   (23983):     61651d90 ffffffff ffffffff ffffffff ffffffff  
12-15 22:47:57.717 I/DEBUG   (23983):     61651da0 ffffffff ffffffff ffffffff ffffffff  
12-15 22:47:57.717 I/DEBUG   (23983):     61651db0 ffffffff ffffffff 0001a418 00000000  
12-15 22:47:57.717 I/DEBUG   (23983):     61651dc0 0000007e 00000000 00000000 00000000  
12-15 22:47:57.717 I/DEBUG   (23983):     61651dd0 00000001 00000000 ffffffff ffffffff  
12-15 22:47:57.717 I/DEBUG   (23983):     61651de0 00000000 00000000 ffffffff ffffffff  
12-15 22:47:57.717 I/DEBUG   (23983): 
12-15 22:47:57.717 I/DEBUG   (23983): memory near r9:
12-15 22:47:57.717 I/DEBUG   (23983):     0003e5e4 ffffffff ffffffff ffffffff ffffffff  
12-15 22:47:57.717 I/DEBUG   (23983):     0003e5f4 ffffffff ffffffff ffffffff ffffffff  
12-15 22:47:57.717 I/DEBUG   (23983):     0003e604 ffffffff ffffffff ffffffff ffffffff  
12-15 22:47:57.717 I/DEBUG   (23983):     0003e614 ffffffff ffffffff ffffffff ffffffff  
12-15 22:47:57.717 I/DEBUG   (23983):     0003e624 ffffffff ffffffff ffffffff ffffffff  
12-15 22:47:57.717 I/DEBUG   (23983):     0003e634 ffffffff ffffffff ffffffff ffffffff  
12-15 22:47:57.717 I/DEBUG   (23983):     0003e644 ffffffff ffffffff ffffffff ffffffff  
12-15 22:47:57.717 I/DEBUG   (23983):     0003e654 ffffffff ffffffff ffffffff ffffffff  
12-15 22:47:57.717 I/DEBUG   (23983):     0003e664 ffffffff ffffffff ffffffff ffffffff  
12-15 22:47:57.717 I/DEBUG   (23983):     0003e674 ffffffff ffffffff ffffffff ffffffff  
12-15 22:47:57.717 I/DEBUG   (23983):     0003e684 ffffffff ffffffff ffffffff ffffffff  
12-15 22:47:57.717 I/DEBUG   (23983):     0003e694 ffffffff ffffffff ffffffff ffffffff  
12-15 22:47:57.727 I/DEBUG   (23983):     0003e6a4 ffffffff ffffffff ffffffff ffffffff  
12-15 22:47:57.727 I/DEBUG   (23983):     0003e6b4 ffffffff ffffffff ffffffff ffffffff  
12-15 22:47:57.727 I/DEBUG   (23983):     0003e6c4 ffffffff ffffffff ffffffff ffffffff  
12-15 22:47:57.727 I/DEBUG   (23983):     0003e6d4 ffffffff ffffffff ffffffff ffffffff  
12-15 22:47:57.727 I/DEBUG   (23983): 
12-15 22:47:57.727 I/DEBUG   (23983): memory near sl:
12-15 22:47:57.727 I/DEBUG   (23983):     62712828 00000002 00000001 00000004 00000070  
12-15 22:47:57.727 I/DEBUG   (23983):     62712838 00000001 08010000 00000000 0000011b  
12-15 22:47:57.727 I/DEBUG   (23983):     62712848 40878da8 5ecf0fa8 00000000 00000000  
12-15 22:47:57.727 I/DEBUG   (23983):     62712858 64fe0958 00000000 0003e608 00000000  
12-15 22:47:57.727 I/DEBUG   (23983):     62712868 00000012 639ef120 00000000 00000000  
12-15 22:47:57.727 I/DEBUG   (23983):     62712878 0003e608 00000000 00000000 00000000  
12-15 22:47:57.727 I/DEBUG   (23983):     62712888 0003e608 00000000 00000000 00000000  
12-15 22:47:57.727 I/DEBUG   (23983):     62712898 0003e608 00000000 00000000 00000000  
12-15 22:47:57.727 I/DEBUG   (23983):     627128a8 0003e608 00000000 00000100 00000000  
12-15 22:47:57.727 I/DEBUG   (23983):     627128b8 00000000 00000000 0001a417 00000000  
12-15 22:47:57.727 I/DEBUG   (23983):     627128c8 ffffffff ffffffff 00000000 00000000  
12-15 22:47:57.727 I/DEBUG   (23983):     627128d8 00310000 626d7cb0 61651d28 627128e8  
12-15 22:47:57.727 I/DEBUG   (23983):     627128e8 00360036 00370035 00390038 003a003a  
12-15 22:47:57.727 I/DEBUG   (23983):     627128f8 003b0039 003d003c 003e003e 003f003d  
12-15 22:47:57.727 I/DEBUG   (23983):     62712908 00410040 00420042 00430041 00450044  
12-15 22:47:57.727 I/DEBUG   (23983):     62712918 00460046 00470045 00490048 004a004a  
12-15 22:47:57.727 I/DEBUG   (23983): 
12-15 22:47:57.727 I/DEBUG   (23983): memory near fp:
12-15 22:47:57.727 I/DEBUG   (23983):     61651c78 00000000 00000000 61651c14 00000071  
12-15 22:47:57.727 I/DEBUG   (23983):     61651c88 00000000 40079280 00000008 0000090b  
12-15 22:47:57.727 I/DEBUG   (23983):     61651c98 0001a416 00000000 00000002 00000000  
12-15 22:47:57.727 I/DEBUG   (23983):     61651ca8 ffffffff ffffffff ffffffff ffffffff  
12-15 22:47:57.727 I/DEBUG   (23983):     61651cb8 ffffffff ffffffff ffffffff ffffffff  
12-15 22:47:57.727 I/DEBUG   (23983):     61651cc8 ffffffff ffffffff ffffffff ffffffff  
12-15 22:47:57.727 I/DEBUG   (23983):     61651cd8 ffffffff ffffffff ffffffff ffffffff  
12-15 22:47:57.727 I/DEBUG   (23983):     61651ce8 ffffffff ffffffff ffffffff ffffffff  
12-15 22:47:57.727 I/DEBUG   (23983):     61651cf8 ffffffff ffffffff ffffffff ffffffff  
12-15 22:47:57.727 I/DEBUG   (23983):     61651d08 ffffffff ffffffff ffffffff ffffffff  
12-15 22:47:57.727 I/DEBUG   (23983):     61651d18 ffffffff ffffffff ffffffff ffffffff  
12-15 22:47:57.727 I/DEBUG   (23983):     61651d28 0001a417 00000000 0000008d 00000000  
12-15 22:47:57.727 I/DEBUG   (23983):     61651d38 00000000 00000000 00000001 00000000  
12-15 22:47:57.727 I/DEBUG   (23983):     61651d48 ffffffff ffffffff 00000000 00000000  
12-15 22:47:57.727 I/DEBUG   (23983):     61651d58 ffffffff ffffffff ffffffff ffffffff  
12-15 22:47:57.727 I/DEBUG   (23983):     61651d68 ffffffff ffffffff ffffffff ffffffff  
12-15 22:47:57.727 I/DEBUG   (23983): 
12-15 22:47:57.727 I/DEBUG   (23983): memory near ip:
12-15 22:47:57.727 I/DEBUG   (23983):     4087acbc 406b0531 406b07e1 406a7a91 406afe05  
12-15 22:47:57.727 I/DEBUG   (23983):     4087accc 406b40d1 406b3d59 406affb9 406d324d  
12-15 22:47:57.727 I/DEBUG   (23983):     4087acdc 406b285d 406939c1 4068f0d9 4066f529  
12-15 22:47:57.727 I/DEBUG   (23983):     4087acec 406b3e35 406b249d 406b04b9 4069562d  
12-15 22:47:57.727 I/DEBUG   (23983):     4087acfc 406954cd 406a8c99 406d 
@mcginty
Copy link
Contributor

mcginty commented Dec 16, 2014

Relevant ANR evidence showing our process was eating CPU for >6s

12-15 22:47:57.467 E/ActivityManager(  775): ANR in org.thoughtcrime.securesms (org.thoughtcrime.securesms/.ConversationActivity)
12-15 22:47:57.467 E/ActivityManager(  775): PID: 12962
12-15 22:47:57.467 E/ActivityManager(  775): Reason: Input dispatching timed out (Waiting because the touched window has not finished processing the input events that were previously delivered to it.)
12-15 22:47:57.467 E/ActivityManager(  775): Load: 2.57 / 1.96 / 2.89
12-15 22:47:57.467 E/ActivityManager(  775): CPU usage from 0ms to 6898ms later:
12-15 22:47:57.467 E/ActivityManager(  775):   96% 12962/org.thoughtcrime.securesms: 89% user + 7.8% kernel / faults: 1875 minor 6 major
12-15 22:47:57.467 E/ActivityManager(  775):   58% 775/system_server: 32% user + 25% kernel / faults: 1266 minor 4 major
12-15 22:47:57.467 E/ActivityManager(  775):   8.2% 20732/com.android.systemui: 7.5% user + 0.7% kernel / faults: 163 minor 1 major

Last logs from us before ANR

12-15 22:47:42.881 W/ImageSlide(12962): Setting cached thumbnail...
12-15 22:47:44.343 W/ImageSlide(12962): Got soft reference: java.lang.ref.SoftReference@4285c6c8
12-15 22:47:44.343 W/ImageSlide(12962): Got cached bitmap: android.graphics.drawable.BitmapDrawable@4292a170
12-15 22:47:44.343 W/ImageSlide(12962): Setting cached thumbnail...
12-15 22:47:50.519 I/InputDispatcher(  775): Application is not responding: Window{4205ffc8 u0 org.thoughtcrime.securesms/org.thoughtcrime.securesms.ConversationActivity}.  It has been 5006.2ms since event, 5005.8ms since wait started.  Reason: Waiting because the touched window has not finished processing the input events that were previously delivered to it.

@mcginty mcginty added the mms label Dec 16, 2014
@mcginty
Copy link
Contributor

mcginty commented Dec 18, 2014

Thanks for the bug report @peter-sc, sorry you're running into this. It sounds like sometimes received MMS parts are classified as a text and displayed. Will look further into it.

@peter-sc
Copy link
Author

Might it be because of big picture size? Other messages from this contact, which were <100kb were displayed OK.
After opening the thread (which took 2-3mins), the picture was shown as encrypted text. After scrolling to the top of the thread, the received picture was finally shown, and soon afterwards Textsecure crashed.

@rhodey
Copy link
Contributor

rhodey commented Mar 13, 2015

this should now be resolved thanks to #2294, if you're still having this issue please check back in and the issue will be reopened, thanks! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants