device/generic/common
Revisión | 248c649041b1ad5624e778e357930a0a1f70decb (tree) |
---|---|
Tiempo | 2018-02-26 16:17:03 |
Autor | Chih-Wei Huang <cwhuang@linu...> |
Commiter | Chih-Wei Huang |
init.x86.rc: log all buffers
This includes the kernel log.
@@ -62,7 +62,7 @@ service nativebridge /system/bin/enable_nativebridge | ||
62 | 62 | disabled |
63 | 63 | oneshot |
64 | 64 | |
65 | -service logcat /system/bin/logcat -v threadtime -f /data/log.txt | |
65 | +service logcat /system/bin/logcat -b all -v threadtime -f /data/log.txt | |
66 | 66 | class debug |
67 | 67 | |
68 | 68 | service btattach /system/bin/btattach |