From 68af0308328f83cbb2c57f4ddebc0b853f522666 Mon Sep 17 00:00:00 2001 From: Garret Kelly Date: Tue, 11 Aug 2020 09:51:45 -0400 Subject: [PATCH] Minor formatting fixes for README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 11ab6bbf..206d6848 100644 --- a/README.md +++ b/README.md @@ -45,11 +45,16 @@ that environment. ## Analytics setup * analytics are included but can be disabled by the user on the settings screen -* on dev devices "adb shell setprop debug.firebase.analytics.app com.geeksville.mesh" + +* on dev devices + +```shell +adb shell setprop debug.firebase.analytics.app com.geeksville.mesh adb shell setprop log.tag.FirebaseCrashlytics DEBUG +``` for verbose logging: -```aidl +```shell adb shell setprop log.tag.FA VERBOSE ```