diff --git a/android/anboxd.rc b/android/anboxd.rc index 5b70dac..69bef1c 100644 --- a/android/anboxd.rc +++ b/android/anboxd.rc @@ -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