Programming/Linux_Platform
logging "linux platform log" without usb connection
decdream
2016. 9. 28. 19:31
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/