Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/M66B/FairEmail
/ check
Method
check
app/src/debug/java/eu.faircode.email/CoalMine.java:108–110 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
106
}
107
108
static
void
check() {
109
LeakCanary.INSTANCE.dumpHeap();
110
}
111
112
static
void
watch(@NonNull Object object, String reason) {
113
Log.i(
"Watching "
+ object.getClass() +
" because "
+ reason);
Callers
1
call
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected