优化
This commit is contained in:
@@ -19,7 +19,8 @@ object AppLog {
|
|||||||
mLogs.add(0, Triple(System.currentTimeMillis(), message, throwable))
|
mLogs.add(0, Triple(System.currentTimeMillis(), message, throwable))
|
||||||
if (throwable != null) {
|
if (throwable != null) {
|
||||||
if (BuildConfig.DEBUG) {
|
if (BuildConfig.DEBUG) {
|
||||||
Log.e(message, throwable.stackTraceToString())
|
val stackTrace = Thread.currentThread().stackTrace
|
||||||
|
Log.e(stackTrace[3].className, message, throwable)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user