Merge pull request #128 from gkelly/fix-readme

Minor formatting fixes for README.md
This commit is contained in:
Kevin Hester
2020-08-11 19:33:11 -07:00
committed by GitHub

View File

@@ -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
```