commit | 52218dd9b908978ea51ab19054dab883e29e8cd6 | [log] [tgz] |
---|---|---|
author | Chih-Wei Huang <cwhuang@linux.org.tw> | Mon Feb 25 12:50:40 2013 +0800 |
committer | Chih-Wei Huang <cwhuang@linux.org.tw> | Thu Feb 28 14:07:57 2013 +0800 |
tree | ace705d6014a05b85cc2a110257291758d85aa40 | |
parent | 60bc303133acc7d29fdc42746f18fb9ebc0089ab [diff] |
initrd: enable different DEBUG levels * DEBUG=0: log all booting message to /tmp/log in initrd and start logcat in android, but no debug shell. * DEBUG=1: except DEBUG=0 behavior, enter debug shell when android filesystem detected. * DEBUG=2: except DEBUG=1 behavior, ender debug shell before chroot to android -- the same behavior as before if DEBUG is not empty.