mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 20:06:29 +01:00
Limit reported error length
This commit is contained in:
@@ -1867,7 +1867,7 @@ public class Log {
|
||||
if (!TextUtils.isEmpty(message))
|
||||
uri = uri
|
||||
.buildUpon()
|
||||
.appendQueryParameter("message", "Unexpected: " + message)
|
||||
.appendQueryParameter("message", Helper.limit(message, 384))
|
||||
.build();
|
||||
Helper.view(context, uri, true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user