system/corennnnn
リビジョン | aa3a56539dd753bafe676717bc1ae7e11e6d7a73 (tree) |
---|---|
日時 | 2016-07-14 08:53:10 |
作者 | Thierry Strudel <tstrudel@goog...> |
コミッター | Mark Salyzyn |
Revert "logd: logcat -L takes longer causing vold to timeout."
This reverts commit c1b26acae295034e7aab2414ba50047cc889cafe.
Bug: 28788401
Change-Id: I415530deb7587d1068f42971762b418b0524663c
@@ -2,7 +2,7 @@ on property:persist.logd.logpersistd=logcatd | ||
2 | 2 | # all exec/services are called with umask(077), so no gain beyond 0700 |
3 | 3 | mkdir /data/misc/logd 0700 logd log |
4 | 4 | # logd for write to /data/misc/logd, log group for read from pstore (-L) |
5 | - # exec - logd log -- /system/bin/logcat -L -b all -v threadtime -v usec -v printable -D -f /data/misc/logd/logcat -r 1024 -n 256 | |
5 | + exec - logd log -- /system/bin/logcat -L -b all -v threadtime -v usec -v printable -D -f /data/misc/logd/logcat -r 1024 -n 256 | |
6 | 6 | start logcatd |
7 | 7 | |
8 | 8 | service logcatd /system/bin/logcat -b all -v threadtime -v usec -v printable -D -f /data/misc/logd/logcat -r 1024 -n 256 |