Skip to content
Snippets Groups Projects
Commit 2ce6280b authored by Adrien Béraud's avatar Adrien Béraud
Browse files

LogsActivity: catch every exception when parsing tombstone

Change-Id: I0664ed5652ee1b68705f0de3ffa8a1fb6950a37d
parent 496223a3
No related branches found
No related tags found
No related merge requests found
......@@ -231,7 +231,7 @@ class LogsActivity : AppCompatActivity() {
Log.w(TAG, "#$index ${frame.fileName} ${frame.functionName}+${frame.functionOffset}")
}
}*/
} catch (e: IOException) {
} catch (e: Exception) {
Log.e(TAG, "Failed to parse tombstone", e)
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment