mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
don't spam autobugs if someone has malformated version strings in their firmware
This commit is contained in:
parent
92621e07aa
commit
05056fe0fc
1 changed files with 1 additions and 2 deletions
|
|
@ -9,7 +9,6 @@ import androidx.core.app.JobIntentService
|
|||
import com.geeksville.android.Logging
|
||||
import com.geeksville.mesh.MainActivity
|
||||
import com.geeksville.mesh.R
|
||||
import com.geeksville.util.Exceptions
|
||||
import com.geeksville.util.exceptionReporter
|
||||
import java.util.*
|
||||
import java.util.zip.CRC32
|
||||
|
|
@ -208,7 +207,7 @@ class SoftwareUpdateService : JobIntentService(), Logging {
|
|||
(curVer > deviceVersion) && (deviceVersion >= minVer)
|
||||
// true
|
||||
} catch (ex: Exception) {
|
||||
Exceptions.report(ex, "Error finding swupdate info")
|
||||
errormsg("Error finding swupdate info", ex)
|
||||
false // If we fail parsing our update info
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue