본문 바로가기

Programming/Linux_Platform

logging "linux platform log" without usb connection

logging "linux platform log" without usb connection

usb 연결없이 platform log 계속해서 받기


1. connecting adb shell

2. type this

logcat > /sdcard/log/name.log &

3. adb shell stop adbd

4. test start to get log

5. adb pull /sdcard/log/