б
제목 logcat, main+kernel로그 합치는 로그
글쓴이 DreamyCnI 날짜 2018.08.17 11:36 조회 수 406

adb logcat, main+kernel로그 합치는 로그


[main + kernel log]

adb root

adb shell

#logcat -f /dev/kmsg & cat /proc/kmsg > /data/log.txt

#exit

adb pull data/log.txt