Skip to content

Commit

Permalink
logd: logcat -L takes longer causing vold to timeout.
Browse files Browse the repository at this point in the history
Temporary fix to prevent device from getting stuck at boot.

Bug: 28788401
Change-Id: Ie4246fc3c9eb7a3af2cb909546811c85997515da
Signed-off-by: Ruchi Kandoi <kandoiruchi@google.com>
  • Loading branch information
Ruchi Kandoi committed Jun 14, 2016
1 parent 75f42d7 commit c1b26ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logcat/logcatd.rc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ on property:persist.logd.logpersistd=logcatd
# all exec/services are called with umask(077), so no gain beyond 0700
mkdir /data/misc/logd 0700 logd log
# logd for write to /data/misc/logd, log group for read from pstore (-L)
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
# 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
start logcatd

service logcatd /system/bin/logcat -b all -v threadtime -v usec -v printable -D -f /data/misc/logd/logcat -r 1024 -n 256
Expand Down

0 comments on commit c1b26ac

Please sign in to comment.