MCPcopy Create free account
hub / github.com/M66B/FairEmail / formatThrowable

Method formatThrowable

app/src/main/java/eu/faircode/email/Log.java:1544–1546  ·  view source on GitHub ↗
(Throwable ex)

Source from the content-addressed store, hash-verified

1542 }
1543
1544 static String formatThrowable(Throwable ex) {
1545 return formatThrowable(ex, true);
1546 }
1547
1548 static String formatThrowable(Throwable ex, boolean sanitize) {
1549 return formatThrowable(ex, " ", sanitize);

Callers 15

onExceptionMethod · 0.95
delegateMethod · 0.95
monitorAccountMethod · 0.95
messagesAddedMethod · 0.95
messagesRemovedMethod · 0.95
messageChangedMethod · 0.95
runMethod · 0.95
onClickMethod · 0.95
runMethod · 0.95
onExceptionMethod · 0.95
onExceptionMethod · 0.95
getNotificationErrorMethod · 0.95

Calls 9

isAbortedMethod · 0.95
toSafeStringMethod · 0.80
getSafeMessageOrNameMethod · 0.80
getMessageMethod · 0.65
getCauseMethod · 0.45
equalsMethod · 0.45
containsMethod · 0.45
appendMethod · 0.45
toStringMethod · 0.45

Tested by

no test coverage detected