public interface LeakDirectoryProvider
LeakCanary.setDisplayLeakActivityDirectoryProvider(LeakDirectoryProvider).| Modifier and Type | Method and Description |
|---|---|
boolean |
isLeakStorageWritable()
True if we can currently write to the leak directory.
|
java.io.File |
leakDirectory()
Returns a path to an existing directory were leaks can be stored.
|
void |
requestWritePermission() |