Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
onReceive
Method · 0.95
onReceive
Method · 0.95
onStartCommand
Method · 0.95
onCreate
Method · 0.95
onNewIntent
Method · 0.95
onActivityResult
Method · 0.95
onReceive
Method · 0.95
onReceive
Method · 0.95
onReceive
Method · 0.95
onReceive
Method · 0.95
onHandleIntent
Method · 0.95
Calls
1
logBundle
Method · 0.95
Tested by
no test coverage detected