Merge branch 'pfix' into dev
This commit is contained in:
commit
a3468b51e2
31 changed files with 309 additions and 239 deletions
|
|
@ -65,6 +65,12 @@ public class DebugApp extends App {
|
|||
Stetho.initialize(initializer);
|
||||
}
|
||||
|
||||
@Override
|
||||
protected boolean isDisposedRxExceptionsReported() {
|
||||
return PreferenceManager.getDefaultSharedPreferences(this)
|
||||
.getBoolean(getString(R.string.allow_disposed_exceptions_key), true);
|
||||
}
|
||||
|
||||
@Override
|
||||
protected RefWatcher installLeakCanary() {
|
||||
return LeakCanary.refWatcher(this)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue