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

Method logBundle

app/src/main/java/eu/faircode/email/Log.java:339–342  ·  view source on GitHub ↗
(Bundle data)

Source from the content-addressed store, hash-verified

337 }
338
339 static void logBundle(Bundle data) {
340 for (String extra : getExtras(data))
341 i(extra);
342 }
343
344 static List<String> getExtras(Bundle data) {
345 List<String> result = new ArrayList<>();

Callers 3

handleMethod · 0.95
logExtrasMethod · 0.95
onDebugInfoMethod · 0.95

Calls 2

getExtrasMethod · 0.95
iMethod · 0.95

Tested by

no test coverage detected