Updated Bugsnag to 5.10.1

This commit is contained in:
M66B
2021-07-29 21:08:19 +02:00
parent 45db3c29b5
commit d1d70d321f
49 changed files with 825 additions and 570 deletions

View File

@@ -69,8 +69,7 @@ final class SeverityReason implements JsonStream.Streamable {
case REASON_LOG:
return new SeverityReason(severityReasonType, severity, false, attrVal);
default:
String msg = String.format("Invalid argument '%s' for severityReason",
severityReasonType);
String msg = "Invalid argument for severityReason: '" + severityReasonType + '\'';
throw new IllegalArgumentException(msg);
}
}