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

Method logExtras

app/src/main/java/eu/faircode/email/Log.java:334–337  ·  view source on GitHub ↗
(Intent intent)

Source from the content-addressed store, hash-verified

332 }
333
334 static void logExtras(Intent intent) {
335 if (intent != null)
336 logBundle(intent.getExtras());
337 }
338
339 static void logBundle(Bundle data) {
340 for (String extra : getExtras(data))

Callers 11

startActivityMethod · 0.95
onStartCommandMethod · 0.95
onStartCommandMethod · 0.95
onActivityResultMethod · 0.95
onHandleIntentMethod · 0.95
onStartCommandMethod · 0.95
startActivityMethod · 0.95
onReceiveMethod · 0.95
onStartCommandMethod · 0.95

Calls 2

logBundleMethod · 0.95
getExtrasMethod · 0.45

Tested by

no test coverage detected