Meshtastic-Android/README.md

21 lines
825 B
Markdown
Raw Normal View History

2020-01-23 06:46:23 -08:00
# Meshtastic-Android
2020-01-20 15:54:41 -08:00
This is a tool for using Android with mesh radios. You probably don't want it yet ;-).
Questions? kevinh@geeksville.com
2020-01-22 13:19:51 -08:00
## Analytics setup
2020-01-23 06:46:23 -08:00
Once this project is public, I'll happily let collaborators have access to the crash logs/analytics.
2020-01-22 13:19:51 -08:00
2020-01-23 06:46:23 -08:00
* analytics is currently on, before beta is over I'll make it optional
* on dev devices "adb shell setprop debug.firebase.analytics.app com.geeksville.mesh"
2020-01-23 06:46:23 -08:00
* To see analytics: https://console.firebase.google.com/u/0/project/meshutil/analytics/app/android:com.geeksville.mesh/overview
* To see crash logs: https://console.firebase.google.com/u/0/project/meshutil/crashlytics/app/android:com.geeksville.mesh/issues?state=open&time=last-seven-days&type=crash
2020-01-22 13:19:51 -08:00
for verbose logging
adb shell setprop log.tag.FA VERBOSE
adb shell setprop log.tag.FA-SVC VERBOSE
2020-01-23 06:46:23 -08:00