[Q] Apps crashing with Cyanogen 12S - any help why?

Search This thread

magosalas

Member
Dec 19, 2010
5
0
Hi,

I'm having problems with apps crashing on my OnePlus with Cyaogen 12S. Three apps crash intermittently - Google Inbox, Evernote and BBC News. I also get messages saying AOSP Keyboard has stopped, and one just now saying the same about Google Play Services. Not all apps stop together, sometimes it's just one of them, sometimes several.

I got to 12S via BlissRom. I had stock, flashed BlissRom to get Lolipop and started having similar issues. I then went to 12S via full wipe but same issues. Issues dissapear after a reboot but them come back. The 12S is the stock OTA version.

I wondered if it was to do with Xposed - I've been turning modules off and on to try and isolate but no luck.

I downloaded Catlog to record what's going on in the hope someone can help. Below is what I recorded from the Evernote crash. Can anyone help me please please please? Thanks!



05-07 15:24:47.719 W/AccountManagerService(830): caller uid 10256 is different than the authenticator's uid
05-07 15:24:47.722 D/AndroidRuntime(24309): Shutting down VM
05-07 15:24:47.726 E/AndroidRuntime(24309): FATAL EXCEPTION: main
05-07 15:24:47.726 E/AndroidRuntime(24309): Process: com.evernote, PID: 24309
05-07 15:24:47.726 E/AndroidRuntime(24309): java.lang.RuntimeException: Unable to get provider com.evernote.provider.EvernoteProvider: java.lang.SecurityException: my uid = 10256, offending uid = 10256 offending pkg = com.evernote
05-07 15:24:47.726 E/AndroidRuntime(24309): context is com.evernote.Evernote
05-07 15:24:47.726 E/AndroidRuntime(24309): at android.app.ActivityThread.installProvider(ActivityThread.java:5000)
05-07 15:24:47.726 E/AndroidRuntime(24309): at android.app.ActivityThread.installContentProviders(ActivityThread.java:4592)
05-07 15:24:47.726 E/AndroidRuntime(24309): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4532)
05-07 15:24:47.726 E/AndroidRuntime(24309): at de.robv.android.xposed.XposedBridge.invokeOriginalMethodNative(Native Method)
05-07 15:24:47.726 E/AndroidRuntime(24309): at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:684)
05-07 15:24:47.726 E/AndroidRuntime(24309): at android.app.ActivityThread.handleBindApplication(Unknown Source)
05-07 15:24:47.726 E/AndroidRuntime(24309): at android.app.ActivityThread.access$1600(ActivityThread.java:147)
05-07 15:24:47.726 E/AndroidRuntime(24309): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1357)
05-07 15:24:47.726 E/AndroidRuntime(24309): at android.os.Handler.dispatchMessage(Handler.java:102)
05-07 15:24:47.726 E/AndroidRuntime(24309): at android.os.Looper.loop(Looper.java:135)
05-07 15:24:47.726 E/AndroidRuntime(24309): at android.app.ActivityThread.main(ActivityThread.java:5254)
05-07 15:24:47.726 E/AndroidRuntime(24309): at java.lang.reflect.Method.invoke(Native Method)
05-07 15:24:47.726 E/AndroidRuntime(24309): at java.lang.reflect.Method.invoke(Method.java:372)
05-07 15:24:47.726 E/AndroidRuntime(24309): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:898)
05-07 15:24:47.726 E/AndroidRuntime(24309): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:693)
05-07 15:24:47.726 E/AndroidRuntime(24309): at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:117)
05-07 15:24:47.726 E/AndroidRuntime(24309): Caused by: java.lang.SecurityException: my uid = 10256, offending uid = 10256 offending pkg = com.evernote
05-07 15:24:47.726 E/AndroidRuntime(24309): context is com.evernote.Evernote
05-07 15:24:47.726 E/AndroidRuntime(24309): at com.evernote.util.a.c.a(AccountsHelper.java:133)
05-07 15:24:47.726 E/AndroidRuntime(24309): at com.evernote.util.a.c.a(AccountsHelper.java:165)
05-07 15:24:47.726 E/AndroidRuntime(24309): at com.evernote.client.d.a(AccountManager.java:230)
05-07 15:24:47.726 E/AndroidRuntime(24309): at com.evernote.client.d.<init>(AccountManager.java:171)
05-07 15:24:47.726 E/AndroidRuntime(24309): at com.evernote.client.d.a(AccountManager.java:57)
05-07 15:24:47.726 E/AndroidRuntime(24309): at com.evernote.provider.EvernoteProvider.onCreate(EvernoteProvider.java:832)
05-07 15:24:47.726 E/AndroidRuntime(24309): at android.content.ContentProvider.attachInfo(ContentProvider.java:1720)
05-07 15:24:47.726 E/AndroidRuntime(24309): at android.content.ContentProvider.attachInfo(ContentProvider.java:1689)
05-07 15:24:47.726 E/AndroidRuntime(24309): at android.app.ActivityThread.installProvider(ActivityThread.java:4997)
05-07 15:24:47.726 E/AndroidRuntime(24309): ... 15 more
05-07 15:24:47.726 E/AndroidRuntime(24309): Caused by: java.lang.SecurityException: caller uid 10256 is different than the authenticator's uid
05-07 15:24:47.726 E/AndroidRuntime(24309): at android.os.Parcel.readException(Parcel.java:1540)
05-07 15:24:47.726 E/AndroidRuntime(24309): at android.os.Parcel.readException(Parcel.java:1493)
05-07 15:24:47.726 E/AndroidRuntime(24309): at android.accounts.IAccountManager$Stub$Proxy.addAccountExplicitly(IAccountManager.java:818)
05-07 15:24:47.726 E/AndroidRuntime(24309): at android.accounts.AccountManager.addAccountExplicitly(AccountManager.java:658)
05-07 15:24:47.726 E/AndroidRuntime(24309): at com.evernote.util.a.c.a(AccountsHelper.java:90)
05-07 15:24:47.726 E/AndroidRuntime(24309): ... 23 more
05-07 15:24:47.729 W/ActivityManager(830): Force finishing activity com.evernote/.ui.HomeActivity
05-07 15:24:47.767 D/LogFetchServiceManager(3324): Received entry added
05-07 15:24:47.797 I/OpenGLRenderer(830): Initialized EGL, version 1.4
05-07 15:24:48.252 W/ActivityManager(830): Activity pause timeout for ActivityRecord{2e57349c u0 com.evernote/.ui.HomeActivity t1109 f}
05-07 15:24:48.340 I/Timeline(1683): Timeline: Activity_idle id: android.os.BinderProxy@16381dc1 time:7750037
05-07 15:24:48.610 I/Timeline(830): Timeline: Activity_windows_visible id: ActivityRecord{1b0fd386 u0 com.teslacoilsw.launcher/.NovaLauncher t1090} time:7750306
05-07 15:24:48.908 W/OpenGLRenderer(1683): Incorrectly called buildLayer on View: kg, destroying layer...
05-07 15:24:48.908 W/OpenGLRenderer(1683): Incorrectly called buildLayer on View: kg, destroying layer...
05-07 15:24:49.307 I/Process (24309): Sending signal. PID: 24309 SIG: 9
05-07 15:24:49.311 E/AudioTrack(830): AudioTrack::set : Exit
05-07 15:24:49.320 D/audio_hw_primary(245): out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=8
05-07 15:24:49.320 V/listen_hw(245): listen_hw_set_parameters: Enter
05-07 15:24:49.320 V/listen_hw(245): handle_set_parameters: Enter kvpairs=routing=8 capture=0
05-07 15:24:49.320 V/listen_hw(245): handle_set_parameters: Exit
05-07 15:24:49.320 V/listen_hw(245): listen_hw_set_parameters: Exit, ret=0
05-07 15:24:49.345 W/InputMethodManagerService(830): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@33762301 attribute=null, token = android.os.BinderProxy@2fc7c134
05-07 15:24:49.373 I/ActivityManager(830): Process com.evernote (pid 24309) has died
05-07 15:24:49.378 D/HeadsetStateMachine(2940): Disconnected process message: 10, size: 0
05-07 15:24:49.427 I/HotwordRecognitionRnr(1970): Starting hotword detection.
05-07 15:24:49.431 I/MicrophoneInputStream(1970): mic_starting com.google.android.speech.audio.w@2eef2892
05-07 15:24:49.432 D/audio_hw_primary(245): adev_open_input_stream: enter: sample_rate(16000) channel_mask(0x10) devices(0x80000004) stream_handle(0xb0fb40c0)
05-07 15:24:49.433 I/AudioFlinger(245): AudioFlinger's thread 0xae101000 ready to run
05-07 15:24:49.433 D/audio_hw_primary(245): in_standby: enter: stream (0xb0fb40c0) usecase(7: audio-record)
05-07 15:24:49.434 D/audio_hw_primary(245): in_standby: enter: stream (0xb0fb40c0) usecase(7: audio-record)
05-07 15:24:49.437 D/audio_hw_primary(245): in_set_parameters: enter: kvpairs=input_source=6;routing=-2147483644
05-07 15:24:49.438 I/MicrophoneInputStream(1970): mic_started com.google.android.speech.audio.w@2eef2892
05-07 15:24:49.448 D/audio_hw_primary(245): start_input_stream: enter: stream(0xb0fb40c0)usecase(7: audio-record)
05-07 15:24:49.448 D/audio_hw_primary(245): select_devices: out_snd_device(0: ) in_snd_device(61: voice-rec-mic)
05-07 15:24:49.448 D/hardware_info(245): hw_info_append_hw_type : device_name = voice-rec-mic
05-07 15:24:49.448 I/msm8974_platform(245): platform_send_audio_calibration: sending audio calibration for snd_device(61) acdb_id(119)
05-07 15:24:49.448 D/ACDB-LOADER(245): ACDB -> send_audio_cal, acdb_id = 119, path = 1
05-07 15:24:49.448 D/ACDB-LOADER(245): ACDB -> send_adm_topology
05-07 15:24:49.448 D/ACDB-LOADER(245): ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TOPOLOGY_ID
05-07 15:24:49.448 D/ACDB-LOADER(245): ACDB -> send_asm_topology
05-07 15:24:49.448 D/ACDB-LOADER(245): ACDB -> ACDB_CMD_GET_AUDPROC_STREAM_TOPOLOGY_ID
05-07 15:24:49.448 D/ACDB-LOADER(245): ACDB -> send_audtable
05-07 15:24:49.448 D/ACDB-LOADER(245): ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TABLE
05-07 15:24:49.448 D/ACDB-LOADER(245): ACDB -> AUDIO_SET_AUDPROC_CAL
05-07 15:24:49.448 D/ACDB-LOADER(245): ACDB -> send_audvoltable
05-07 15:24:49.448 D/ACDB-LOADER(245): ACDB -> ACDB_CMD_GET_AUDPROC_GAIN_DEP_STEP_TABLE
05-07 15:24:49.448 D/ (245): Failed to fetch the lookup information of the device 00000077
05-07 15:24:49.448 E/ACDB-LOADER(245): Error: ACDB AudProc vol returned = -19
05-07 15:24:49.448 D/ACDB-LOADER(245): ACDB -> AUDIO_SET_AUDPROC_VOL_CAL
05-07 15:24:49.448 D/ACDB-LOADER(245): ACDB -> AUDIO_SET_AFE_CAL
05-07 15:24:49.448 I/listen_hal_loader(245): audio_extn_listen_update_status(): stop listen. current active device = voice-rec-mic. Event = 1
05-07 15:24:49.448 V/listen_hw(245): listen_hw_notify_event: Enter
05-07 15:24:49.448 V/listen_hw(245): handle_notify_event: Enter, event type = 1
05-07 15:24:49.448 V/listen_hw(245): handle_notify_event: nothing to do, actual mad state = 0
05-07 15:24:49.453 D/audio_hw_primary(245): select_devices: done
05-07 15:24:49.567 I/HotwordWorker(1970): onReady
05-07 15:24:51.895 E/AudioTrack(830): AudioTrack::set : Exit
05-07 15:24:51.900 D/audio_hw_primary(245): out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=8
05-07 15:24:51.900 V/listen_hw(245): listen_hw_set_parameters: Enter
05-07 15:24:51.900 V/listen_hw(245): handle_set_parameters: Enter kvpairs=routing=8 capture=1
05-07 15:24:51.900 V/listen_hw(245): handle_set_parameters: Exit
05-07 15:24:51.900 V/listen_hw(245): listen_hw_set_parameters: Exit, ret=0
05-07 15:24:51.907 I/ActivityManager(830): START u0 {act=com.android.systemui.recents.SHOW_RECENTS flg=0x10804000 cmp=com.android.systemui/.recents.RecentsActivity (has extras)} from uid 10027 on display 0
05-07 15:24:51.937 I/MicrophoneInputStream(1970): mic_close com.google.android.speech.audio.w@2eef2892
05-07 15:24:51.952 D/audio_hw_primary(245): in_standby: enter: stream (0xb0fb40c0) usecase(7: audio-record)
05-07 15:24:51.973 D/hardware_info(245): hw_info_append_hw_type : device_name = voice-rec-mic
05-07 15:24:51.976 I/listen_hal_loader(245): audio_extn_listen_update_status(): start listen. current active device = voice-rec-mic. Event = 0
05-07 15:24:51.976 V/listen_hw(245): listen_hw_notify_event: Enter
05-07 15:24:51.976 V/listen_hw(245): handle_notify_event: Enter, event type = 0
05-07 15:24:51.976 V/listen_hw(245): handle_notify_event: nothing to do, actual mad state = 0
05-07 15:24:51.979 D/audio_hw_primary(245): adev_close_input_stream: enter:stream_handle(0xb0fb40c0)
05-07 15:24:51.979 D/audio_hw_primary(245): in_standby: enter: stream (0xb0fb40c0) usecase(7: audio-record)
05-07 15:24:51.981 I/HotwordRecognitionRnr(1970): Hotword detection finished
05-07 15:24:51.982 I/HotwordRecognitionRnr(1970): Stopping hotword detection.
05-07 15:24:52.014 W/ResourceType(1217): No package identifier when getting value for resource number 0x00000000
05-07 15:24:52.014 W/PackageManager(1217): Failure retrieving resources for com.grppl.android.shell.CMBlloydsTSB73: Resource ID #0x0
05-07 15:24:52.021 W/ResourceType(1217): No package identifier when getting value for resource number 0x00000000
05-07 15:24:52.022 W/PackageManager(1217): Failure retrieving resources for com.android.calculator2: Resource ID #0x0
05-07 15:24:52.041 W/ResourceType(1217): No package identifier when getting value for resource number 0x00000000
05-07 15:24:52.041 W/PackageManager(1217): Failure retrieving resources for com.whatsapp: Resource ID #0x0
05-07 15:24:52.056 W/ResourceType(1217): No package identifier when getting value for resource number 0x00000000
05-07 15:24:52.056 W/PackageManager(1217): Failure retrieving resources for com.google.android.apps.inbox: Resource ID #0x0
05-07 15:24:52.072 W/ResourceType(1217): No package identifier when getting value for resource number 0x00000000
05-07 15:24:52.073 W/PackageManager(1217): Failure retrieving resources for com.nolanlawson.logcat: Resource ID #0x0
05-07 15:24:52.169 I/Timeline(1217): Timeline: Activity_idle id: android.os.BinderProxy@3167a4ed time:7753866
05-07 15:24:52.358 I/Timeline(830): Timeline: Activity_windows_visible id: ActivityRecord{3080933b u0 com.android.systemui/.recents.RecentsActivity t1101} time:7754054
05-07 15:24:52.374 D/TaskPersister(830): removeObsoleteFile: deleting file=1109_task.xml
05-07 15:24:52.378 D/TaskPersister(830): removeObsoleteFile: deleting file=1109_task_thumbnail.png
05-07 15:24:53.728 E/AudioTrack(830): AudioTrack::set : Exit
05-07 15:24:53.740 D/audio_hw_primary(245): out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=8
05-07 15:24:53.740 V/listen_hw(245): listen_hw_set_parameters: Enter
05-07 15:24:53.740 V/listen_hw(245): handle_set_parameters: Enter kvpairs=routing=8 capture=0
05-07 15:24:53.740 V/listen_hw(245): handle_set_parameters: Exit
05-07 15:24:53.740 V/listen_hw(245): listen_hw_set_parameters: Exit, ret=0
05-07 15:24:53.858 V/PhoneStatusBar(1217): setLightsOn(true)
05-07 15:24:54.025 I/Timeline(24159): Timeline: Activity_idle id: android.os.BinderProxy@10a50a8a time:7755721
05-07 15:24:54.036 V/PhoneStatusBar(1217): setLightsOn(true)
05-07 15:24:54.042 W/InputMethodManagerService(830): Starting input on non-focused client com.android.internal.view.IInputMethodClient$Stub$Proxy@c205bfb (uid=10027 pid=1217)
05-07 15:24:54.363 I/Timeline(830): Timeline: Activity_windows_visible id: ActivityRecord{1b3e53d3 u0 com.nolanlawson.logcat/.LogcatActivity t1108} time:7756060
 

Vankog

Senior Member
Nov 13, 2009
132
48
I have the same issue on all my devices (various ROMs on 4.4.4) with Evernote.

My idea is that it might have something to do with my installed XPrivacy, but just disabling it for Evernote does not help. Do you have something similar installed for permission management?
 
Last edited:

rhn345

Senior Member
Sep 12, 2012
76
3
My fb crashes every now and then on stock cm12s

Sent from my A0001 using XDA Free mobile app
 

Vankog

Senior Member
Nov 13, 2009
132
48
As followup to my issue:
deactivating XPrivacy completely in XPosed for the time of the creation of the Evernote account and reenabling it afterwards again solved it. However, after some time I had to redo this again...
 

JeffDC

Senior Member
Oct 21, 2009
1,140
170
Roseburg
As followup to my issue:
deactivating XPrivacy completely in XPosed for the time of the creation of the Evernote account and reenabling it afterwards again solved it. However, after some time I had to redo this again...

I did a clean install to 12S. Xfered my apps back via TITanium. Everything except Apex worked great. Apex would throw an occasional FC. Cleared Apex cache/data, removed Apex and reinstalled. Works great now.

All other apps problem free.