mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
feat(logging): Remove redundant Report Bug button and related functionality (#2836)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
This commit is contained in:
parent
9fd184d3ac
commit
23d0688fba
2 changed files with 0 additions and 51 deletions
|
|
@ -17,7 +17,6 @@
|
|||
|
||||
package com.geeksville.mesh.android
|
||||
|
||||
import com.geeksville.mesh.util.Exceptions
|
||||
import timber.log.Timber
|
||||
|
||||
interface Logging {
|
||||
|
|
@ -51,9 +50,4 @@ interface Logging {
|
|||
throw ex
|
||||
}
|
||||
}
|
||||
|
||||
// / Report an error (including messaging our crash reporter service if allowed
|
||||
fun reportError(s: String) {
|
||||
Exceptions.report(Exception("logging reportError: $s"), s)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue