kopia lustrzana https://github.com/ge0rg/aprsdroid
log stacktrace when posting went wrong
rodzic
803b46839f
commit
4e5a7ef0c5
|
@ -230,6 +230,7 @@ class AprsService extends Service with LocationListener {
|
|||
case e : Exception =>
|
||||
i.putExtra(PACKET, e.getMessage())
|
||||
addPost(StorageDatabase.Post.TYPE_ERROR, "Error", e.getMessage())
|
||||
e.printStackTrace()
|
||||
e.getMessage()
|
||||
}
|
||||
if (singleShot) {
|
||||
|
|
Ładowanie…
Reference in New Issue