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/
'Programming > Linux_Platform' 카테고리의 다른 글
android adb 에서 sh : shell script file 이 실행 안될때 (0) | 2016.10.05 |
---|---|
get pid by process name - example source code (예제 코드) (0) | 2016.10.04 |
file open 시 fd 번호 부여 방식 (0) | 2016.09.01 |
kill parent and child process sametime (0) | 2016.02.04 |
TEMP_FAILURE_RETRY (0) | 2015.12.01 |