MCPcopy Create free account
hub / github.com/M66B/FairEmail / watch

Method watch

app/src/debug/java/eu.faircode.email/CoalMine.java:112–115  ·  view source on GitHub ↗
(@NonNull Object object, String reason)

Source from the content-addressed store, hash-verified

110 }
111
112 static void watch(@NonNull Object object, String reason) {
113 Log.i("Watching " + object.getClass() + " because " + reason);
114 AppWatcher.INSTANCE.getObjectWatcher().expectWeaklyReachable(object, reason);
115 }
116
117 static Intent getIntent() {
118 return LeakCanary.INSTANCE.newLeakDisplayActivityIntent();

Callers 8

onDestroyMethod · 0.95
onDestroyMethod · 0.95
onDestroyMethod · 0.95
joinMethod · 0.95
onDestroyMethod · 0.95
onDestroyMethod · 0.95
onDestroyMethod · 0.95
onDestroyMethod · 0.95

Calls 1

iMethod · 0.95

Tested by

no test coverage detected