mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
fix autobug
This commit is contained in:
parent
5b069f93bc
commit
e186abce79
1 changed files with 1 additions and 1 deletions
|
|
@ -1357,7 +1357,7 @@ class MeshService : Service(), Logging {
|
|||
DataPair("dev_error_count", myInfo.errorCount)
|
||||
)
|
||||
|
||||
if (myInfo.errorCode.number != 0) {
|
||||
if (myInfo.errorCode != MeshProtos.CriticalErrorCode.Unspecified && myInfo.errorCode != MeshProtos.CriticalErrorCode.None) {
|
||||
GeeksvilleApplication.analytics.track(
|
||||
"dev_error",
|
||||
DataPair("code", myInfo.errorCode.number),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue