(@NonNull Object object, String reason)
| 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(); |