From d409dfcaa83e8b0632affa26a2468de7bd78b465 Mon Sep 17 00:00:00 2001 From: Simon Fels Date: Mon, 19 Jun 2017 20:58:26 +0200 Subject: [PATCH] Dump Android log output continuously into rotating /data/system.log --- android/anboxd.rc | 3 +++ 1 file changed, 3 insertions(+) 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