mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
analytics tweaks
This commit is contained in:
parent
b1238156cf
commit
29d87bffb3
3 changed files with 4 additions and 8 deletions
|
|
@ -524,6 +524,8 @@ class MeshService : Service(), Logging {
|
|||
|
||||
else -> TODO()
|
||||
}
|
||||
|
||||
GeeksvilleApplication.analytics.track("data_receive")
|
||||
}
|
||||
|
||||
/// Update our DB of users based on someone sending out a User subpacket
|
||||
|
|
@ -820,6 +822,8 @@ class MeshService : Service(), Logging {
|
|||
sendToRadio(ToRadio.newBuilder().apply {
|
||||
this.packet = packet
|
||||
})
|
||||
|
||||
GeeksvilleApplication.analytics.track("data_send")
|
||||
}
|
||||
|
||||
override fun getRadioConfig(): ByteArray = toRemoteExceptions {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue