mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2026-04-13 18:31:23 +00:00
Merge branch 'pfix' into dev
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user