MCPcopy Index your code
hub / github.com/M66B/NetGuard / logExtras

Method logExtras

app/src/main/java/eu/faircode/netguard/Util.java:661–664  ·  view source on GitHub ↗
(Intent intent)

Source from the content-addressed store, hash-verified

659 }
660
661 public static void logExtras(Intent intent) {
662 if (intent != null)
663 logBundle(intent.getExtras());
664 }
665
666 public static void logBundle(Bundle data) {
667 if (data != null) {

Callers 11

onReceiveMethod · 0.95
onReceiveMethod · 0.95
onStartCommandMethod · 0.95
onCreateMethod · 0.95
onNewIntentMethod · 0.95
onActivityResultMethod · 0.95
onReceiveMethod · 0.95
onReceiveMethod · 0.95
onReceiveMethod · 0.95
onReceiveMethod · 0.95
onHandleIntentMethod · 0.95

Calls 1

logBundleMethod · 0.95

Tested by

no test coverage detected