기본적으로 리커버리 종료시 "/cache/recovery/log" 에 저장된다.
만약 recovery 디버그 메세지를 커널 메세지로 실시간으로 보고 싶을때 하기처럼 바꿔주면 된다.
static const char *TEMPORARY_LOG_FILE = "/tmp/recovery.log"; 를
static const char *TEMPORARY_LOG_FILE = "/dev/kmsg"; 로
Tip) user 영역에서 커널 메세지를 찍고 싶을땐 /dev/kmsg에 써주면 된다.
'개발 개발 > Android' 카테고리의 다른 글
ioctl shell command in system bin (0) | 2013.04.18 |
---|---|
안드로이드 로그뷰어(LogViewer for android) (0) | 2013.03.09 |
Android New Gingerbread API: StrictMod (3) | 2012.09.19 |
android reboot (0) | 2012.09.18 |
Bootchart on Android (0) | 2012.07.03 |