Minor formatting fixes for README.md

1.2-legacy
Garret Kelly 2020-08-11 09:51:45 -04:00
rodzic 888139d589
commit 68af030832
1 zmienionych plików z 7 dodań i 2 usunięć

Wyświetl plik

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