Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
handle
Method · 0.95
logExtras
Method · 0.95
onDebugInfo
Method · 0.95
Calls
2
getExtras
Method · 0.95
i
Method · 0.95
Tested by
no test coverage detected