mirror of
https://github.com/NiciDieNase/chaosflix
synced 2024-11-23 12:53:08 +00:00
disable leakCanary until casty-leak is fixed
This commit is contained in:
parent
55d7250df9
commit
7e998fdd63
1 changed files with 6 additions and 6 deletions
|
@ -8,12 +8,12 @@ class ChaosflixApplication : Application() {
|
|||
|
||||
override fun onCreate() {
|
||||
super.onCreate()
|
||||
Stetho.initializeWithDefaults(this)
|
||||
if (LeakCanary.isInAnalyzerProcess(this)) {
|
||||
// This process is dedicated to LeakCanary for heap analysis.
|
||||
// You should not init your app in this process.
|
||||
return;
|
||||
}
|
||||
LeakCanary.install(this);
|
||||
Stetho.initializeWithDefaults(this)
|
||||
// LeakCanary.install(this);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue