How to connect to Android log (logcat) [answered]
asked 2013-12-30 01:41:41 +0200
This post is a wiki. Anyone with karma >75 is welcome to improve it.
Quite simple really :-).
- Enable Developer mode and set the SSH password (if you haven't already).
- Connect with PuTTy.
- Run:
/opt/alien/system/bin/logcat
This can be done as the user "nemo". Root permission seem not to be needed. You might want to change settings of PuTTy to see more lines (Window -> Lines of scrollback).
Root seems to be needed in order to see all logs.
Bundyo ( 2016-04-25 00:59:46 +0200 )editIn my XA2 Ultra, running 3.0.3, its
Direc ( 2019-05-01 12:21:18 +0200 )edit/system/bin/logcat
instead.