App Crashes - how to analyse Logcat? - LineageOS Questions & Answers

Hello
An App keeps crashing randomly and I have absolutely no clue why. After a few minutes of research, I create a logcat file but I am still clueless how the problem occures. Any kind of help is appreciated.
Logs
Code:
--------- beginning of main
04-22 23:44:24.247 5630 5630 I art : Starting a blocking GC AddRemoveAppImageSpace
04-22 23:44:24.427 5630 5647 I OpenGLRenderer: Initialized EGL, version 1.4
04-22 23:44:24.428 5630 5647 D OpenGLRenderer: Swap behavior 1
04-22 23:44:24.432 5630 5630 D Terminal: Bound to service with 0 active terminals
04-22 23:44:24.444 5630 5647 D mali_winsys: EGLint new_window_surface(egl_winsys_display*, void*, EGLSurface, EGLConfig, egl_winsys_surface**, egl_color_buffer_format*, EGLBoolean) returns 0x3000, [1440x2560]-format:1
04-22 23:44:24.455 5630 5661 D Terminal: entering read() loop
04-22 23:44:24.461 5630 5630 D Terminal: setColors(0xffffffff, 0xff000000)
04-22 23:44:24.487 5630 5630 D Terminal: resize(61, 90, 100)
04-22 23:44:25.029 5630 5630 D Terminal: resize(36, 90, 100)
04-22 23:44:27.818 5630 5661 I Terminal: DING!
--------- beginning of crash
04-22 23:44:28.995 5689 5689 F libc : CANNOT LINK EXECUTABLE "su": cannot locate symbol "__sendto_chk" referenced by "/system/xbin/su"...
04-22 23:44:28.995 5689 5689 F libc : Fatal signal 6 (SIGABRT), code -6 in tid 5689 (su)
04-22 23:45:04.662 5630 5630 D Terminal: resize(61, 90, 100)
04-22 23:47:19.159 5630 5647 D mali_winsys: EGLint new_window_surface(egl_winsys_display*, void*, EGLSurface, EGLConfig, egl_winsys_surface**, egl_color_buffer_format*, EGLBoolean) returns 0x3000, [1440x2560]-format:1
04-22 23:47:19.347 5630 5630 W IInputConnectionWrapper: finishComposingText on inactive InputConnection
04-22 23:47:19.376 5630 5647 D OpenGLRenderer: endAllActiveAnimators on 0x7f69c98800 (RippleDrawable) with handle 0x7f561e5fe0
04-22 23:47:21.850 5630 5630 D Terminal: setColors(0xffffffff, 0xff000000)
04-22 23:47:21.865 5630 5647 D mali_winsys: EGLint new_window_surface(egl_winsys_display*, void*, EGLSurface, EGLConfig, egl_winsys_surface**, egl_color_buffer_format*, EGLBoolean) returns 0x3000, [1440x2560]-format:1
04-22 23:47:21.866 5630 5630 D Terminal: Bound to service with 1 active terminals
04-22 23:47:22.078 5630 5630 D Terminal: resize(36, 90, 100)
04-22 23:47:22.941 5630 5661 D Terminal: kill() requested
04-22 23:47:22.961 5630 5630 W IInputConnectionWrapper: finishComposingText on inactive InputConnection
04-22 23:47:24.028 5630 5970 D Terminal: entering read() loop
04-22 23:47:24.031 5630 5630 D Terminal: setColors(0xffffffff, 0xff000000)
04-22 23:47:24.039 5630 5630 D Terminal: resize(61, 90, 100)
04-22 23:47:24.084 5630 5630 W IInputConnectionWrapper: finishComposingText on inactive InputConnection
04-22 23:47:25.732 5630 5647 D OpenGLRenderer: endAllActiveAnimators on 0x7f3c63c000 (TerminalView) with handle 0x7f54425f20
04-22 23:47:25.742 5630 5630 W IInputConnectionWrapper: finishComposingText on inactive InputConnection
04-22 23:47:25.747 5630 5630 W IInputConnectionWrapper: reportFullscreenMode on inexistent InputConnection
04-22 23:47:25.748 5630 5630 W IInputConnectionWrapper: finishComposingText on inactive InputConnection
04-23 00:13:33.548 12237 12237 I art : Starting a blocking GC AddRemoveAppImageSpace
04-23 00:13:43.709 12378 12378 I art : Starting a blocking GC AddRemoveAppImageSpace
04-23 00:13:45.317 12416 12416 I art : Starting a blocking GC AddRemoveAppImageSpace
04-23 00:14:25.462 12519 12519 I art : Starting a blocking GC AddRemoveAppImageSpace
04-23 00:15:58.843 12519 12776 I OpenGLRenderer: Initialized EGL, version 1.4
04-23 00:15:58.843 12519 12776 D OpenGLRenderer: Swap behavior 1
04-23 00:15:58.846 12519 12519 D Terminal: Bound to service with 0 active terminals
04-23 00:15:58.868 12519 12789 D Terminal: entering read() loop
04-23 00:15:58.874 12519 12776 D mali_winsys: EGLint new_window_surface(egl_winsys_display*, void*, EGLSurface, EGLConfig, egl_winsys_surface**, egl_color_buffer_format*, EGLBoolean) returns 0x3000, [1440x2560]-format:1
04-23 00:15:58.882 12519 12519 D Terminal: setColors(0xffffffff, 0xff000000)
04-23 00:15:58.909 12519 12519 D Terminal: resize(61, 90, 100)
04-23 00:15:59.334 12519 12519 D Terminal: resize(36, 90, 100)
04-23 00:16:00.760 12795 12795 F libc : CANNOT LINK EXECUTABLE "su": cannot locate symbol "__sendto_chk" referenced by "/system/xbin/su"...
04-23 00:16:00.760 12795 12795 F libc : Fatal signal 6 (SIGABRT), code -6 in tid 12795 (su)
04-23 00:17:53.603 12519 12519 W IInputConnectionWrapper: finishComposingText on inactive InputConnection
04-23 00:17:53.604 12519 12519 W IInputConnectionWrapper: reportFullscreenMode on inexistent InputConnection
04-23 00:17:53.604 12519 12519 W IInputConnectionWrapper: finishComposingText on inactive InputConnection
04-23 00:17:57.815 12983 12983 I art : Starting a blocking GC AddRemoveAppImageSpace
04-23 00:18:04.826 12983 13008 I OpenGLRenderer: Initialized EGL, version 1.4
04-23 00:18:04.827 12983 13008 D OpenGLRenderer: Swap behavior 1
04-23 00:18:04.831 12983 12983 D Terminal: Bound to service with 0 active terminals
04-23 00:18:04.838 12983 13008 D mali_winsys: EGLint new_window_surface(egl_winsys_display*, void*, EGLSurface, EGLConfig, egl_winsys_surface**, egl_color_buffer_format*, EGLBoolean) returns 0x3000, [1440x2560]-format:1
04-23 00:18:04.847 12983 13021 D Terminal: entering read() loop
04-23 00:18:04.854 12983 12983 D Terminal: setColors(0xffffffff, 0xff000000)
04-23 00:18:04.881 12983 12983 D Terminal: resize(61, 90, 100)
04-23 00:18:05.302 12983 12983 D Terminal: resize(36, 90, 100)
Radio file is empty
Samsung S6
Android Version = 7.1.2
LineageOS Version = 14.1-2019026-NIGHTLY-zerofltexx

Related

4.1.1 WiFi Turns Itself Off Sporadically

Since 4.1.1 WiFi turns itself off sporadically. My sleep policy is set to never.
I did a search and found the the "My Vodaphone" app was causing problems. I've never had that application, Vodaphone is not my service provider, and I live in the U.S.
Has anyone else had this problem and figured it out?
same problem
sarshadd said:
Since 4.1.1 WiFi turns itself off sporadically. My sleep policy is set to never.
I did a search and found the the "My Vodaphone" app was causing problems. I've never had that application, Vodaphone is not my service provider, and I live in the U.S.
Has anyone else had this problem and figured it out?
Click to expand...
Click to collapse
i have the same problem
Seems to happening extremely sporadically for me. Like maybe once every few weeks I'll catch it turning off WiFi when the screen's off.
i have the same problem, for ex. whilei'm watchimg a u2be vid the wifi turns off every 30sec-1min... i'm running stock jelly bean
Looked at some logs. It doesn't seem like there is anything external turning WiFi off. Seems like it just does it all by itself, even though I have WiFi sleep set to never... Maybe it's just a bug in 4.1.1 where you set it to sleep never and the setting doesn't stick? But then the issue should be more wide spread.
The few times I've caught it in the log, it happens generally right before the PicasaSyncManager process. I have Google photo sync disabled but instant upload for google+ enabled. I'm not sure if they use the same upload process though...
Anyone have any advice?
Code:
08-22 11:19:10.513 15518 15535 I Email : ReconcilePopImapAccountsSync: done
08-22 11:19:10.614 13541 13541 W InputEventReceiver: Attempted to finish an input event but the input event receiver has already been disposed.
08-22 11:19:10.614 316 692 W InputMethodManagerService: Window already focused, ignoring focus gain of: [email protected] attribute=null
08-22 11:19:10.708 316 604 I ActivityManager: No longer want com.google.android.googlequicksearchbox (pid 15170): hidden #16
08-22 11:19:10.934 15548 15550 D dalvikvm: GC_CONCURRENT freed 378K, 47% free 2652K/4995K, paused 12ms+3ms, total 33ms
08-22 11:19:10.934 15548 15575 D dalvikvm: WAIT_FOR_CONCURRENT_GC blocked 6ms
08-22 11:19:15.263 11641 11643 D dalvikvm: GC_CONCURRENT freed 337K, 45% free 2959K/5379K, paused 12ms+14ms, total 45ms
08-22 11:19:16.661 540 542 D dalvikvm: GC_CONCURRENT freed 1150K, 38% free 5712K/9155K, paused 12ms+4ms, total 73ms
08-22 11:19:16.669 540 540 D dalvikvm: WAIT_FOR_CONCURRENT_GC blocked 26ms
08-22 11:19:16.669 540 15580 D dalvikvm: WAIT_FOR_CONCURRENT_GC blocked 40ms
[B][COLOR="Lime"]08-22 11:19:18.403 136 296 D CommandListener: Clearing all IP addresses on wlan0[/COLOR][/B]
[COLOR="Lime"][B]08-22 11:19:18.403 316 328 D WifiService: setWifiEnabled: false pid=849, uid=10070[/B][/COLOR]
08-22 11:19:18.427 15310 15310 I wpa_supplicant: CTRL_IFACE monitor[0]: 2 - No such file or directory
[COLOR="Lime"][B]08-22 11:19:18.442 316 390 D ConnectivityService: ConnectivityChange for WIFI: DISCONNECTED/DISCONNECTED[/B][/COLOR][/COLOR]
08-22 11:19:18.450 316 390 D NetUtils: android_net_utils_resetConnections in env=0x5b3bf520 clazz=0xf200001 iface=wlan0 mask=0x3
08-22 11:19:18.450 316 390 D ConnectivityService: Attempting to switch to mobile
08-22 11:19:18.450 316 390 D ConnectivityService: Attempting to switch to BLUETOOTH_TETHER
08-22 11:19:18.450 316 390 D ConnectivityService: Attempting to switch to ETHERNET
08-22 11:19:18.450 316 390 D ConnectivityService: resetConnections(wlan0, 3)
08-22 11:19:18.497 577 579 D dalvikvm: GC_CONCURRENT freed 723K, 40% free 4268K/7043K, paused 2ms+2ms, total 49ms
08-22 11:19:18.505 665 15471 W Smack/Packet: notify conn break (IOEx), close connection
08-22 11:19:18.513 316 390 D NetUtils: android_net_utils_resetConnections in env=0x5b3bf520 clazz=0x11400001 iface=wlan0 mask=0x3
08-22 11:19:18.513 316 390 D ConnectivityService: ConnectivityChange for WIFI: DISCONNECTED/DISCONNECTED
08-22 11:19:18.513 316 390 D ConnectivityService: Attempting to switch to mobile
08-22 11:19:18.513 316 390 D ConnectivityService: Attempting to switch to BLUETOOTH_TETHER
08-22 11:19:18.513 316 390 D ConnectivityService: Attempting to switch to ETHERNET
08-22 11:19:18.513 316 390 D ConnectivityService: resetConnections(wlan0, 3)
08-22 11:19:18.528 15310 15310 I wpa_supplicant: p2p0: CTRL-EVENT-TERMINATING
08-22 11:19:18.653 665 15471 I qtaguid : Failed write_ctrl(u 72) res=-1 errno=22
08-22 11:19:18.653 665 15471 I qtaguid : Untagging socket 72 failed errno=-22
08-22 11:19:18.653 665 15471 W NetworkManagementSocketTagger: untagSocket(72) failed with errno -22
08-22 11:19:18.661 316 390 D ConnectivityService: handleInetConditionChange: no active default network - ignore
08-22 11:19:18.708 665 667 D dalvikvm: GC_CONCURRENT freed 486K, 40% free 4037K/6723K, paused 12ms+4ms, total 48ms
08-22 11:19:18.919 316 320 D dalvikvm: GC_CONCURRENT freed 2009K, 24% free 25362K/33155K, paused 4ms+19ms, total 161ms
08-22 11:19:19.122 15310 15310 I wpa_supplicant: wlan0: CTRL-EVENT-TERMINATING
08-22 11:19:19.122 316 391 D Tethering: InitialState.processMessage what=4
08-22 11:19:19.122 316 391 D Tethering: sendTetherStateChangedBroadcast 0, 0, 0
08-22 11:19:21.520 316 391 D Tethering: MasterInitialState.processMessage what=3
08-22 11:19:21.559 316 391 D Tethering: MasterInitialState.processMessage what=3
08-22 11:19:21.591 15437 15455 D PicasaSyncManager: active network: null
08-22 11:19:21.591 15437 15455 D PicasaSyncManager: background data: true
08-22 11:19:21.692 15457 15490 D PicasaUploaderSyncManager: active network: null
08-22 11:19:21.692 15457 15490 D PicasaUploaderSyncManager: background data: true
08-22 11:19:21.794 15437 15455 D PicasaSyncManager: active network: null
08-22 11:19:21.794 15437 15455 D PicasaSyncManager: background data: true
08-22 11:19:21.841 15457 15490 D PicasaUploaderSyncManager: active network: null
08-22 11:19:21.841 15457 15490 D PicasaUploaderSyncManager: background data: true
08-22 11:19:21.934 136 291 D NetlinkEvent: Unexpected netlink message. type=0x0
08-22 11:19:21.942 316 390 D ConnectivityService: ConnectivityChange for mobile: CONNECTED/CONNECTED
08-22 11:19:21.942 316 390 E MobileDataStateTracker: default: unknown network type: 15
08-22 11:19:21.989 540 542 D dalvikvm: GC_CONCURRENT freed 1072K, 37% free 5785K/9155K, paused 12ms+14ms, total 86ms
08-22 11:19:22.942 316 390 D ConnectivityService: NetTransition Wakelock for WifiStateMachine released by timeout
08-22 11:19:24.489 140 140 D dalvikvm: WAIT_FOR_CONCURRENT_GC blocked 0ms
08-22 11:19:24.497 316 332 I ActivityManager: Start proc com.google.android.googlequicksearchbox for broadcast com.google.android.googlequicksearchbox/com.google.android.apps.sidekick.calendar.CalendarIntentService$CalendarReceiver: pid=15610 uid=10055 gids={3003, 1028, 1007, 3002, 1015}
08-22 11:19:24.513 140 140 D dalvikvm: GC_EXPLICIT freed 39K, 51% free 2156K/4352K, paused 2ms+3ms, total 22ms
Whilst your sleep policy may be set to never, it could be that avoid poor connection is checked and causing the issue. Also, if Spare Parts is installed, sleep policy must be set to never in it as well.
Sent from my Galaxy Nexus using Tapatalk 2
Avoid poor connections is off.
wifi frequency bands is set to auto.
i do not have spare parts installed.

Resurrection ROM Skype speakerphone issue

EDIT: this also happens on "Unofficial CM13" build, can't edit the title to reflect this.
Hi, sorry, I can't post in the Resurrection ROM's thread because I don't have enough posts.
Tried on latest stable and unstable Resurrection ROMs (0714), and skype mic does not work when in speakerphone mode. Here are the logs during the switch:
I'm not sure if this is the real reason, but according to the logs, it looks like skype is trying to access "speaker-mic" input, which in turn tries to access ACDB device id 11, which does not exist in audio_platform_info.xml file.
Code:
07-15 18:00:27.433 653 1533 D audio_hw_primary: out_set_parameters: enter: usecase(0: deep-buffer-playback) kvpairs: routing=2
07-15 18:00:27.442 653 1532 D audio_hw_primary: out_set_parameters: enter: usecase(12: audio-ull-playback) kvpairs: routing=2
07-15 18:00:27.563 653 1530 D audio_hw_primary: out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=2
07-15 18:00:27.564 653 1530 D audio_hw_primary: select_devices: out_snd_device(0: ) in_snd_device(52: speaker-mic)
07-15 18:00:27.564 653 1530 D audio_hw_primary: disable_audio_route: reset and update mixer path: low-latency-record
07-15 18:00:27.585 653 1530 D hardware_info: hw_info_append_hw_type : device_name = handset-mic
07-15 18:00:27.585 653 1530 D audio_hw_primary: disable_snd_device: snd_device(43: handset-mic)
07-15 18:00:27.591 653 1530 D hardware_info: hw_info_append_hw_type : device_name = speaker-mic
07-15 18:00:27.591 653 1530 D audio_hw_primary: enable_snd_device: snd_device(52: speaker-mic)
07-15 18:00:27.597 653 1530 I audio_hw_utils: audio_extn_utils_send_app_type_cfg CAPTURE app_type 69938, acdb_dev_id 11, sample_rate 48000
07-15 18:00:27.598 653 1530 D ACDB-LOADER: ACDB -> send_audio_cal, acdb_id = 11, path = 1, app id = 0x11132, sample rate = 48000
07-15 18:00:27.598 653 1530 D : Failed to fetch the lookup information of the device 0000000B
07-15 18:00:27.598 653 1530 D ACDB-LOADER: ACDB -> AUDIO_SET_VOL_CAL cal type = 12
07-15 18:00:27.598 653 1530 D ACDB-LOADER: ACDB -> audstrm_cal->cal_type.cal_data.cal_size = 16
07-15 18:00:27.598 653 1530 D ACDB-LOADER: ACDB -> GET_AFE_TOPOLOGY_ID for adcd_id 11, Topology Id 112fb
07-15 18:00:27.598 653 1530 D : Failed to fetch the lookup information of the device 0000000B
07-15 18:00:27.598 653 1530 D ACDB-LOADER: ACDB -> send_hw_delay : acdb_id = 11 path = 1
07-15 18:00:27.598 653 1530 D audio_hw_primary: enable_audio_route: apply mixer and update path: low-latency-record
07-15 18:00:27.611 653 1530 D audio_hw_primary: select_devices: done
07-15 18:00:27.611 653 1530 D audio_hw_primary: select_devices: out_snd_device(2: speaker) in_snd_device(0: )
07-15 18:00:27.612 653 1530 D audio_hw_primary: disable_audio_route: reset and update mixer path: low-latency-playback
07-15 18:00:27.649 653 1530 D hardware_info: hw_info_append_hw_type : device_name = handset
07-15 18:00:27.649 653 1530 D audio_hw_primary: disable_snd_device: snd_device(1: handset)
07-15 18:00:27.653 653 1530 D aud_dev_arbi: releaseOneDevice: not sending command, device argument (1) does not match any registered device
07-15 18:00:27.653 653 1530 D aud_dev_arbi: releaseOneDevice: device 1 owner is 0
07-15 18:00:27.653 653 1530 I msm8974_platform: platform_check_and_set_codec_backend_cfg: Usecase bitwidth 16, samplerate 48000
07-15 18:00:27.653 653 1530 I msm8974_platform: platform_check_and_set_codec_backend_cfg: new_snd_devices[0] is 2
07-15 18:00:27.653 653 1530 I msm8974_platform: platform_check_codec_backend_cfg Codec selected backend: 0 current bit width: 16 and sample rate: 48000
07-15 18:00:27.653 653 1530 W msm8974_platform: platform_check_codec_backend_cfg:Use default bw and sr for voice/voip calls
07-15 18:00:27.653 653 1530 D msm8974_platform: platform_check_codec_backend_cfg: resetting sample_rate back to default, backend_idx: 0
07-15 18:00:27.653 653 1530 I msm8974_platform: platform_check_codec_backend_cfg Codec selected backend: 0 updated bit width: 16 and sample rate: 48000
07-15 18:00:27.653 653 1530 D hardware_info: hw_info_append_hw_type : device_name = speaker
07-15 18:00:27.654 653 1530 D audio_hw_primary: enable_snd_device: snd_device(2: speaker)
07-15 18:00:27.654 653 1530 D aud_dev_arbi: acquireOneDevice: device owner for device 2 is 1
07-15 18:00:27.660 653 1530 I audio_hw_primary: select_devices Selected apptype: 69937
07-15 18:00:27.661 653 1530 I audio_hw_utils: audio_extn_utils_send_app_type_cfg PLAYBACK app_type 69937, acdb_dev_id 15, sample_rate 48000
07-15 18:00:27.661 653 1530 D ACDB-LOADER: ACDB -> send_audio_cal, acdb_id = 15, path = 0, app id = 0x11131, sample rate = 48000
07-15 18:00:27.661 653 1530 D ACDB-LOADER: ACDB -> AUDIO_SET_VOL_CAL cal type = 12
07-15 18:00:27.661 653 1530 D ACDB-LOADER: ACDB -> audstrm_cal->cal_type.cal_data.cal_size = 16
07-15 18:00:27.661 653 1530 D ACDB-LOADER: ACDB -> GET_AFE_TOPOLOGY_ID for adcd_id 15, Topology Id 1025e
07-15 18:00:27.661 653 1530 D ACDB-LOADER: ACDB -> send_hw_delay : acdb_id = 15 path = 0
07-15 18:00:27.661 653 1530 D audio_hw_primary: enable_audio_route: apply mixer and update path: low-latency-playback quat_i2s
07-15 18:00:27.701 653 1530 D audio_hw_primary: select_devices: done
07-15 18:00:27.702 653 1530 D audio_hw_extn: audio_extn_set_anc_parameters: anc_enabled:0
07-15 18:00:27.705 653 1530 D ACDB-LOADER: ACDB -> AUDIO_SET_VOL_CAL cal type = 40
07-15 18:00:27.705 653 1530 W msm8974_platform: platform_send_gain_dep_cal: Usecase list is empty
07-15 18:00:27.709 653 8510 D audio_hw_primary: in_set_parameters: enter: kvpairs=input_source=7;routing=-2147483520
07-15 18:00:27.730 653 1530 D AudioFlinger: mixer(0xf23c0000) throttle end: throttle time(2)
07-15 18:00:28.079 3146 3501 D HeadsetStateMachine: Disconnected process message: 10, size: 0
Any help would be greatly appreciated.

WiFi doesn't work in Lineage OS

Hi,
Recently, I have updated my Xperia to the last version of official Lineage OS (20170323) and I have installe the Hana kernel on the device.
I got bootloop but I wiped the Cache and System partition and the device started without problems; but the wifi doesn't work.
Can someone help me?
I have attached the logcat info when I try to create an WiFi AP:
Code:
03-29 21:00:05.348 562 744 D WifiStateMachine: InitialState !CMD_STOP_SUPPLICANT rt=7784942/10047955 0 0
03-29 21:00:05.348 562 744 D WifiStateMachine: DefaultState !CMD_STOP_SUPPLICANT rt=7784942/10047956 0 0
03-29 21:00:05.349 562 744 D WifiStateMachine: InitialState !CMD_START_AP rt=7784943/10047956 0 0
03-29 21:00:05.396 562 744 D WifiHW : finit_module for "/system/lib/modules/wlan.ko" failed: Exec format error
03-29 21:00:05.397 562 744 E WifiStateMachine: Failed to load driver for softap
03-29 21:00:05.397 562 744 D WifiStateMachine: setWifiApState: failed
03-29 21:00:05.412 562 562 E WifiController: WifiControllerSoftAP start failed
03-29 21:00:05.413 562 743 D WifiStateMachine: setting operational mode to 3
03-29 21:00:05.689 562 744 D WifiHW : Unable to unload driver module "wlan": No such file or directory
03-29 21:00:05.691 562 744 D WifiStateMachine: InitialState !CMD_RESET_SIM_NETWORKS rt=7785285/10048298 1 0
03-29 21:00:05.694 562 744 D WifiStateMachine: DefaultState !CMD_RESET_SIM_NETWORKS rt=7785288/10048301 1 0
03-29 21:00:05.695 562 744 D WifiStateMachine: InitialState !CMD_RESET_SIM_NETWORKS rt=7785289/10048302 1 0
03-29 21:00:05.696 562 744 D WifiStateMachine: DefaultState !CMD_RESET_SIM_NETWORKS rt=7785290/10048303 1 0
03-29 21:00:05.697 562 744 D WifiStateMachine: InitialState !CMD_START_SUPPLICANT rt=7785291/10048304 0 0
03-29 21:00:05.697 562 744 E WifiMonitor: killSupplicant p2ptrue init.svc.wpa_supplicant=unknown init.svc.p2p_supplicant=unknown
03-29 21:00:05.716 562 744 D WifiHW : finit_module for "/system/lib/modules/wlan.ko" failed: Exec format error
03-29 21:00:05.716 562 744 E WifiStateMachine: Failed to load driver
03-29 21:00:05.716 562 744 D WifiStateMachine: setWifiState: unknown state
03-29 21:00:05.718 562 562 E WifiController: WifiControllerWifi turn on failed
03-29 21:00:05.719 562 744 D WifiStateMachine: InitialState !CMD_SET_OPERATIONAL_MODE rt=7785313/10048326 3 0
03-29 21:00:05.720 562 744 D WifiStateMachine: InitialState !CMD_START_DRIVER rt=7785314/10048327 0 0
03-29 21:00:05.720 562 744 D WifiStateMachine: DefaultState !CMD_START_DRIVER rt=7785314/10048327 0 0
Thanks in advance!
Fixed with last update
:laugh:

Galaxy Nexus Freezes

Hello.
I have installed LineageOS 13.0 on my Samsung Galaxy Nexus (GT-i9250). I use it for running Whatsapp (over wifi) and connect over Whatsapp-Web.
Sometimes it happens that the smartphone freezes and I have to reboot by unplugging the battery. The "asdb logcat" log is attached (XXXX was http). How can I avoid this? Thanks.
01-17 04:00:45.572 502 520 D Tethering: MasterInitialState.processMessage what=3
01-17 04:00:45.579 502 623 D ConnectivityService: notifyType PRECHECK for NetworkAgentInfo [WIFI () - 124]
01-17 04:00:45.585 1921 1921 I UpdateCheckReceiver: Got connectivity change, has connection: true
01-17 04:00:45.585 1921 1921 I UpdateCheckReceiver: Scheduling future, repeating update checks.
01-17 04:00:45.586 502 623 D ConnectivityService: notifyType CAP_CHANGED for NetworkAgentInfo [WIFI () - 124]
01-17 04:00:45.593 1596 1596 I CmaSystemUpdateService: connectivity change: Intent { act=android.net.conn.CONNECTIVITY_CHANGE flg=0x4000010 (has extras) }
01-17 04:00:45.593 1596 1596 I CmaSystemUpdateService: receiver: Intent { act=android.net.conn.CONNECTIVITY_CHANGE flg=0x4000010 (has extras) }
01-17 04:00:45.597 502 5952 D NetworkMonitor/NetworkAgentInfo [WIFI () - 124]: Checking XXXXXconnectivitycheck.gstatic.com/generate_204 on "FUSION", connectivitycheck.gstatic.com=216.58.205.163,2a00:1450:4002:80a::2003
01-17 04:00:45.598 502 5952 W System : ClassLoader referenced unknown path: /system/framework/tcmclient.jar
01-17 04:00:45.603 2842 2915 W System : ClassLoader referenced unknown path: /system/framework/tcmclient.jar
01-17 04:00:45.637 1596 2106 I PinnedContentDownloader: Started downloading pinned content.
01-17 04:00:45.639 1086 1105 D PhoneInterfaceManager: [PhoneIntfMgr] getDataEnabled: subId=1 phoneId=0
01-17 04:00:45.640 1086 1105 D PhoneInterfaceManager: [PhoneIntfMgr] getDataEnabled: subId=1 retVal=false
01-17 04:00:45.641 502 515 D TelephonyManager: getDataEnabled: retVal=false
01-17 04:00:45.655 1596 1596 I iu.Environment: update connectivity state; isNetworkMetered? false, isRoaming? false, isBackgroundDataAllowed? true*
01-17 04:00:45.659 1086 2304 D TelephonyProvider: getPreferredApnIdFromApn: for subId 1
01-17 04:00:45.660 1086 2304 D TelephonyProvider: Preferred APN: -1
01-17 04:00:45.664 502 5953 D NetlinkSocketObserver: NeighborEvent{elapsedMs=31948177, 192.168.0.254, [A491B129B92C], RTM_NEWNEIGH, NUD_REACHABLE}
01-17 04:00:45.670 4897 4897 D WeatherUpdateService: onCreate
01-17 04:00:45.678 4897 4897 D WeatherUpdateService: Service started, but shouldn't update ... stopping
01-17 04:00:45.681 4897 4897 D WeatherUpdateService: onDestroy
01-17 04:00:45.686 502 515 E GpsLocationProvider: No APN found to select.
01-17 04:00:45.695 1596 2106 I PinnedContentDownloader: Finished downloading pinned content.
01-17 04:00:45.697 1596 1690 I iu.UploadsManager: num queued entries: 0
01-17 04:00:45.699 1596 1690 I iu.UploadsManager: num updated entries: 0
01-17 04:00:45.700 502 5952 D NetworkMonitor/NetworkAgentInfo [WIFI () - 124]: isCaptivePortal: ret=204 headers={null=[HTTP/1.1 204 No Content], Content-Length=[0], Date=[Wed, 17 Jan 2018 03:00:46 GMT], X-Android-Received-Millis=[1516158045699], X-Android-Response-Source=[NETWORK 204], X-Android-Selected-Protocol=[http/1.1], X-Android-Sent-Millis=[1516158045648]}
01-17 04:00:45.701 502 623 D ConnectivityService: setProvNotificationVisibleIntent null visible=false networkType=MOBILE extraInfo=null highPriority=false
01-17 04:00:45.701 502 623 D ConnectivityService: NetworkAgentInfo [WIFI () - 124] validation passed
01-17 04:00:45.702 502 623 D ConnectivityService: notifyType CAP_CHANGED for NetworkAgentInfo [WIFI () - 124]
01-17 04:00:45.706 502 623 D ConnectivityService: sendStickyBroadcast: action=android.net.conn.INET_CONDITION_ACTION
01-17 04:00:45.712 1596 1690 I iu.SyncManager: NEXT; no task
01-17 04:00:46.116 502 621 D IpReachabilityMonitor: watch: iface{wlan0/11}, v{4}, ntable=[192.168.0.1/NUD_REACHABLE, 192.168.0.254/NUD_REACHABLE]
01-17 04:00:46.117 502 623 D ConnectivityService: Adding Route [fd2c:81a5:7139::/64 -> :: wlan0] to network 124
01-17 04:00:46.139 502 623 D ConnectivityService: notifyType IP_CHANGED for NetworkAgentInfo [WIFI () - 124]
01-17 04:00:46.202 1596 2106 W System : ClassLoader referenced unknown path: /system/framework/tcmclient.jar
01-17 04:00:46.567 502 623 D ConnectivityService: NetTransition Wakelock (NetworkAgentInfo [WIFI () - 123] cleared because we found a replacement network
01-17 04:00:46.692 2842 5345 W System : ClassLoader referenced unknown path: /system/framework/tcmclient.jar
01-17 04:00:53.442 502 623 D ConnectivityService: handlePromptUnvalidated 124
mimu88 said:
Hello. I have installed LineageOS 13.0 on my Samsung Galaxy Nexus (GT-i9250). I use it for running Whatsapp (over wifi) and connect over Whatsapp-Web...
Click to expand...
Click to collapse
I don't have this device but, your best bet is to post this question within the following Official LineageOS thread for your device.
https://forum.xda-developers.com/showthread.php?t=3312784
Good Luck!
~~~~~~~~~~~~~~~
I DO NOT PROVIDE SUPPORT VIA PM UNLESS ASKED/REQUESTED BY MYSELF.
PLEASE KEEP IT IN THE THREADS WHERE EVERYONE CAN SHARE

Screen regularly turns on

Hello,
a while ago, I started having an issue with my s4 mini (serranolte).
Basically, the screen turns itself on very often. For example, I press the power button to turn it off and after a second or so it turns itself on, stays on for ~10 seconds, turns off due to screen timeout, turns on by itself and so on.
I tried both with Lineage OS 14.1 and crDroid v4.4 (android 8.1) and the issue persists.
Here's a copy of the logcat taken while this happens:
Code:
07-15 12:49:42.350 531 634 I PowerManagerService: Going to sleep due to power button (uid 1000)...
07-15 12:49:42.377 531 558 W Adreno-EGL: <qeglDrvAPI_eglGetConfigAttrib:607>: EGL_BAD_ATTRIBUTE
07-15 12:49:42.378 531 558 D vndksupport: Loading /vendor/lib/hw/gralloc.msm8960.so from current namespace instead of sphal namespace.
07-15 12:49:42.384 531 558 W Adreno-EGL: <qeglDrvAPI_eglQueryContext:4373>: EGL_BAD_ATTRIBUTE
07-15 12:49:42.827 531 558 I DisplayPowerController: Blocking screen off
07-15 12:49:42.827 531 558 I DisplayPowerController: Unblocked screen off after 0 ms
07-15 12:49:42.827 531 558 D Sensors : activate: acc_enable=0, mag_enable=0
07-15 12:49:42.827 531 558 D Sensors : activate: handle=0, enabled=0
07-15 12:49:42.843 531 558 D Sensors : activate: acc_enable=0, mag_enable=0
07-15 12:49:42.843 531 558 D Sensors : activate: handle=4, enabled=0
07-15 12:49:42.843 531 558 D Sensors : LightSensor enable = 0
07-15 12:49:42.843 531 558 D Sensors : LightSensor enableSensor = 0
07-15 12:49:42.857 531 556 I DisplayManagerService: Display device changed state: "Built-in Screen", OFF
07-15 12:49:42.858 241 241 D SurfaceFlinger: Set power mode=0, type=0 flinger=0xb364e000
07-15 12:49:42.861 241 241 D qdhwcomposer: hwc_setPowerMode: Setting mode 0 on display: 0
07-15 12:49:42.871 1148 1148 D StatusBar: disable<e i a s b H R c s q >
07-15 12:49:42.871 1148 1148 D StatusBar: disable<e i a s b H R c s q >
07-15 12:49:42.879 531 634 I InputReader: Reconfiguring input devices. changes=0x00000004
07-15 12:49:42.918 531 634 I PowerManagerService: Waking up from dozing (uid=1000 reason=android.policy:KEY)...
07-15 12:49:42.922 531 558 I DisplayPowerController: Blocking screen on until initial contents have been drawn.
07-15 12:49:42.923 531 558 D Sensors : setDelay: acc_delay=66667000, mag_delay=200000000
07-15 12:49:42.923 531 558 D Sensors : setDelay: handle=4, delay=250000000
07-15 12:49:42.923 531 558 D Sensors : LightSensor setDelay = 250000000
07-15 12:49:42.923 531 558 D Sensors : LightSensor setSensorDelay = 250000000
07-15 12:49:42.923 531 558 D Sensors : activate: acc_enable=0, mag_enable=0
07-15 12:49:42.923 531 558 D Sensors : activate: handle=4, enabled=1
07-15 12:49:42.923 531 558 D Sensors : LightSensor enable = 1
07-15 12:49:42.923 531 558 D Sensors : LightSensor enableSensor = 1
07-15 12:49:42.927 289 289 D audio_hw_primary: adev_set_parameters: enter: screen_state=off
07-15 12:49:42.942 1148 1148 D StatusBar: disable<e i a s b H R c s q >
07-15 12:49:42.942 1148 1148 D StatusBar: disable<e i a s b H R c s q >
07-15 12:49:42.964 1148 1148 D StatusBar: disable<e i a s b H R c s q >
07-15 12:49:42.979 1148 1148 I chatty : uid=10030(com.android.systemui) identical 2 lines
07-15 12:49:42.979 1148 1148 D StatusBar: disable<e i a s b H R c s q >
07-15 12:49:43.019 531 615 D Sensors : LightSensor readEvents x = 37.000000, raw = 37
07-15 12:49:43.020 531 558 D Sensors : activate: acc_enable=0, mag_enable=0
07-15 12:49:43.020 531 558 D Sensors : activate: handle=4, enabled=0
07-15 12:49:43.020 531 558 D Sensors : LightSensor enable = 0
07-15 12:49:43.020 531 558 D Sensors : LightSensor enableSensor = 0
07-15 12:49:43.021 531 558 D Sensors : setDelay: acc_delay=66667000, mag_delay=200000000
07-15 12:49:43.021 531 558 D Sensors : setDelay: handle=4, delay=1000000000
07-15 12:49:43.021 531 558 D Sensors : LightSensor setDelay = 1000000000
07-15 12:49:43.021 531 558 D Sensors : LightSensor setSensorDelay = 1000000000
07-15 12:49:43.021 531 558 D Sensors : activate: acc_enable=0, mag_enable=0
07-15 12:49:43.021 531 558 D Sensors : activate: handle=4, enabled=1
07-15 12:49:43.021 531 558 D Sensors : LightSensor enable = 1
07-15 12:49:43.022 531 558 D Sensors : LightSensor enableSensor = 1
07-15 12:49:43.120 531 615 D Sensors : LightSensor readEvents x = 39.000000, raw = 39
07-15 12:49:43.335 241 241 D qdhwcomposer: hwc_setPowerMode: Done setting mode 0 on display 0
07-15 12:49:43.344 531 1105 D SurfaceControl: Excessive delay in setPowerMode()
07-15 12:49:43.345 531 556 I DisplayManagerService: Display device changed state: "Built-in Screen", ON
07-15 12:49:43.363 531 634 I InputReader: Reconfiguring input devices. changes=0x00000004
07-15 12:49:43.368 241 241 D SurfaceFlinger: Set power mode=2, type=0 flinger=0xb364e000
07-15 12:49:43.368 241 241 D qdhwcomposer: hwc_setPowerMode: Setting mode 2 on display: 0
07-15 12:49:43.981 531 556 W WindowManager: Timeout waiting for drawn: undrawn=[Window{afd67f u0 StatusBar}]
07-15 12:49:43.983 531 549 D Sensors : setDelay: acc_delay=66667000, mag_delay=200000000
07-15 12:49:43.983 531 549 D Sensors : setDelay: handle=0, delay=66667000
07-15 12:49:43.984 531 549 D Sensors : activate: acc_enable=1, mag_enable=0
07-15 12:49:43.984 531 549 D Sensors : activate: handle=0, enabled=1
07-15 12:49:44.054 241 241 D qdhwcomposer: hwc_setPowerMode: Done setting mode 2 on display 0
07-15 12:49:44.055 531 558 I DisplayPowerController: Unblocked screen on after 1133 ms
07-15 12:49:44.063 531 1105 D SurfaceControl: Excessive delay in setPowerMode()
07-15 12:49:44.079 531 558 W PowerManagerService: Screen on took 1160 ms
07-15 12:49:44.081 1148 1148 I Choreographer: Skipped 63 frames! The application may be doing too much work on its main thread.
07-15 12:49:44.120 531 615 D Sensors : LightSensor readEvents x = 35.000000, raw = 35
07-15 12:49:44.132 289 389 D audio_hw_primary: adev_set_parameters: enter: screen_state=on
Hoping someone can help
Ask me if you need to know anything else, I really hope this isn't an hardware issue...
Thanks, have a nice day
I've also tried flashing an older ROM, Pacman ROM (android 4.3) and I get the same issue.
This leads me to think it is an hardware related issue. Here's the Sensors output:
Code:
D/Sensors ( 836): activate: acc_enable=1, mag_enable=0
D/Sensors ( 836): activate: handle=4, enabled=0
D/Sensors ( 836): LightSensor enable = 0
D/Sensors ( 836): LightSensor enableSensor = 0
D/Sensors ( 836): setDelay: acc_delay=66667000, mag_delay=200000000
D/Sensors ( 836): setDelay: handle=4, delay=1000000000
D/Sensors ( 836): LightSensor setDelay = 1000000000
D/Sensors ( 836): LightSensor setSensorDelay = 1000000000
D/Sensors ( 836): activate: acc_enable=0, mag_enable=0
D/Sensors ( 836): activate: handle=0, enabled=0
D/Sensors ( 836): setDelay: acc_delay=66667000, mag_delay=200000000
D/Sensors ( 836): setDelay: handle=0, delay=66667000
D/Sensors ( 836): activate: acc_enable=1, mag_enable=0
D/Sensors ( 836): activate: handle=0, enabled=1
D/Sensors ( 836): setDelay: acc_delay=200000000, mag_delay=200000000
D/Sensors ( 836): setDelay: handle=0, delay=200000000
D/Sensors ( 836): setDelay: acc_delay=66667000, mag_delay=200000000
D/Sensors ( 836): setDelay: handle=0, delay=66667000
D/Sensors ( 836): activate: acc_enable=1, mag_enable=0
D/Sensors ( 836): activate: handle=4, enabled=1
D/Sensors ( 836): LightSensor enable = 1
D/Sensors ( 836): LightSensor enableSensor = 1
D/Sensors ( 836): setDelay: acc_delay=66667000, mag_delay=200000000
D/Sensors ( 836): setDelay: handle=4, delay=200000000
D/Sensors ( 836): LightSensor setDelay = 200000000
D/Sensors ( 836): LightSensor setSensorDelay = 200000000
D/Sensors ( 836): setDelay: acc_delay=66667000, mag_delay=200000000
D/Sensors ( 836): setDelay: handle=4, delay=1000000000
D/Sensors ( 836): LightSensor setDelay = 1000000000
D/Sensors ( 836): LightSensor setSensorDelay = 1000000000
If you know of anything that could solve this, please let me know. Thanks.

Categories

Resources