We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cfba40 commit fdd8b76Copy full SHA for fdd8b76
1 file changed
app/src/debug/java/org/schabi/newpipe/DebugApp.kt
@@ -3,7 +3,6 @@ package org.schabi.newpipe
3
import androidx.preference.PreferenceManager
4
import com.facebook.stetho.Stetho
5
import com.facebook.stetho.okhttp3.StethoInterceptor
6
-import leakcanary.AppWatcher
7
import leakcanary.LeakCanary
8
import okhttp3.OkHttpClient
9
import org.schabi.newpipe.extractor.downloader.Downloader
@@ -13,8 +12,6 @@ class DebugApp : App() {
13
12
super.onCreate()
14
initStetho()
15
16
- // Give each object 10 seconds to be GC'ed, before LeakCanary gets nosy on it
17
- AppWatcher.manualInstall(this, retainedDelayMillis = 10000)
18
LeakCanary.config = LeakCanary.config.copy(
19
dumpHeap = PreferenceManager
20
.getDefaultSharedPreferences(this).getBoolean(
0 commit comments