1
0
mirror of https://github.com/chylex/IntelliJ-Rainbow-Brackets.git synced 2025-04-11 03:15:49 +02:00

Improve error report

This commit is contained in:
张志豪 2019-10-11 22:15:47 +08:00
parent 682d414f16
commit 302a2b2d1d

View File

@ -228,7 +228,7 @@ private fun getKeyValuePairs(
"Is Snapshot" to java.lang.Boolean.toString(appInfo.build.isSnapshot),
"App Build" to appInfo.build.asString(),
"Last Action" to error.lastAction,
"error.message" to error.message,
"error.message" to error.stackTrace.lines()[0],
"error.stacktrace" to error.stackTrace)
for (attachment in error.attachments) {
params["attachment.name"] = attachment.path