Déboguer facilement l’application Android à l’aide de Stetho – Le démarrage
Installer:
// Stetho
implementation 'com.facebook.stetho:stetho:1.5.1'
override fun onCreate() {
super.onCreate()
Stetho.initializeWithDefaults(this)
}

// Stetho
implementation 'com.facebook.stetho:stetho:1.5.1'
override fun onCreate() {
super.onCreate()
Stetho.initializeWithDefaults(this)
}