Skip to content
Snippets Groups Projects
Commit c1b26aca authored by Ruchi Kandoi's avatar Ruchi Kandoi
Browse files

logd: logcat -L takes longer causing vold to timeout.


Temporary fix to prevent device from getting stuck at boot.

Bug: 28788401
Change-Id: Ie4246fc3c9eb7a3af2cb909546811c85997515da
Signed-off-by: default avatarRuchi Kandoi <kandoiruchi@google.com>
parent 75f42d7e
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment