From 9673971b701f94bbbc352c12066db6809ec602a9 Mon Sep 17 00:00:00 2001 From: Chris Renshaw Date: Thu, 28 Dec 2023 20:10:19 -0400 Subject: [PATCH] README: document VERBOSE_LOGS advanced logging levels --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9cc9d90..15362a4 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,8 @@ You can read module logs using this command directly after boot: adb shell "logcat | grep 'PIF'" ``` +Add "VERBOSE_LOGS" with a value of "0", "1", "2", "3" or "100" as the last entry of your custom.pif.json to enable higher logging levels; "100" will dump all the system properties that DroidGuard is checking. + ## Can this module pass MEETS_STRONG_INTEGRITY? No.