mirror of
https://github.com/KitsunePie/AppErrorsTracking.git
synced 2026-03-27 05:45:21 +08:00
Compare commits
1 Commits
b89a4f3550
...
copilot/ad
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
092f50308d |
@@ -161,7 +161,7 @@ data class AppErrorsInfoBean(
|
||||
isAnr = true,
|
||||
exceptionClassName = "ANR",
|
||||
exceptionMessage = anrInfo?.cause ?: "Application Not Responding",
|
||||
throwFileName = anrInfo?.activity?.flattenToShortString() ?: "unknown",
|
||||
throwFileName = anrInfo?.activity?.toString() ?: "unknown",
|
||||
throwClassName = packageName ?: "unknown",
|
||||
throwMethodName = "unknown",
|
||||
throwLineNumber = -1,
|
||||
|
||||
Reference in New Issue
Block a user