출처 : http://elinux.org/Android_Logging_System
< log command >
Android log message 를 만든다.
log -p e -t onegun test message
25402 01-08 09:27:26.210 15852 15852 E onegun : test message
< logwrapper >
Process 가 출력하는 stdout 이나 stderr 즉, terminal 로 출력될 내용들을 android log 로 보내서 로깅되도록 한다.
logwrapper -x ./test_program_name -testprogram_args
tag : binary
priority : LOG_INFO
'Programming > Linux_Platform' 카테고리의 다른 글
linux stand out 을 file 에 logging 하기 (0) | 2015.10.19 |
---|---|
linux namespace (0) | 2015.10.14 |
logcat 사용법 정리 (0) | 2015.09.30 |
wrtie 비교 O_DIRECT and no-delay-alloc mount option (0) | 2014.08.04 |
[linux][platform] O_DIRECT file open, read, write example (0) | 2014.07.29 |