Hello,
Background:
My phone reboots abruptly for no good reason. Twice I factory reset and concluded it is due to some app.
When I power off my phone, it goes down and in a moment, it boots into recovery. So technically I cannot shut down my phone.
To find a root cause, I thought of checking system logs; for which I installed few apps from g.store which did not work. Apps like catlog, alogcat etc. etc.
I came across few posts, which pointed me to try with logcat command with terminal emulator and with adb.
But when checked, it is not working with both.
Here is an output:
C:\Users\swapnils>adb devices
List of devices attached
0123456789ABCDEF device
C:\Users\swapnils>adb version
Android Debug Bridge version 1.0.32
C:\Users\swapnils>adb logcat
CANNOT LINK EXECUTABLE: cannot locate symbol "g_log_ts" referenced by "logcat"...
C:\Users\swapnils>adb shell
[email protected]:/ $ su
su
[email protected]:/ # logcat
logcat
CANNOT LINK EXECUTABLE: cannot locate symbol "g_log_ts" referenced by "logcat"...
Phone Details:
XOLO Q1010i - Android 4.4.2 - Kernel 3.4.67 - Rooted with Kingroot
Please please guide me in this! Thanks in advance!
Background:
My phone reboots abruptly for no good reason. Twice I factory reset and concluded it is due to some app.
When I power off my phone, it goes down and in a moment, it boots into recovery. So technically I cannot shut down my phone.
To find a root cause, I thought of checking system logs; for which I installed few apps from g.store which did not work. Apps like catlog, alogcat etc. etc.
I came across few posts, which pointed me to try with logcat command with terminal emulator and with adb.
But when checked, it is not working with both.
Here is an output:
C:\Users\swapnils>adb devices
List of devices attached
0123456789ABCDEF device
C:\Users\swapnils>adb version
Android Debug Bridge version 1.0.32
C:\Users\swapnils>adb logcat
CANNOT LINK EXECUTABLE: cannot locate symbol "g_log_ts" referenced by "logcat"...
C:\Users\swapnils>adb shell
[email protected]:/ $ su
su
[email protected]:/ # logcat
logcat
CANNOT LINK EXECUTABLE: cannot locate symbol "g_log_ts" referenced by "logcat"...
Phone Details:
XOLO Q1010i - Android 4.4.2 - Kernel 3.4.67 - Rooted with Kingroot
Please please guide me in this! Thanks in advance!