Dump Android log output continuously into rotating /data/system.log

This commit is contained in:
Simon Fels 2017-06-19 20:58:26 +02:00
commit d409dfcaa8

View file

@ -1,2 +1,5 @@
service anboxd /system/bin/anboxd
class core
service anbox-log-dumper /system/bin/logcat -f /data/system.log -r 2048 -n 4
class core