Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
startActivity
Method · 0.95
startActivityForResult
Method · 0.95
onStartCommand
Method · 0.95
onStartCommand
Method · 0.95
onActivityResult
Method · 0.95
onHandleIntent
Method · 0.95
onStartCommand
Method · 0.95
startActivity
Method · 0.95
startActivityForResult
Method · 0.95
onReceive
Method · 0.95
onStartCommand
Method · 0.95
Calls
2
logBundle
Method · 0.95
getExtras
Method · 0.45
Tested by
no test coverage detected