Skip to content

Latest commit

 

History

History
 
 

stetho-init

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Stetho Init

Have Stetho for your debug builds, without writing any code!

Supported platforms: Android.

This library uses an InitProvider (like appCtx, and similarly to Firebase) to initialize Stetho automatically. You just have to include the dependency on your debug build and voilà!

Usage

Add the dependency to your debug build like in the example below:

debugImplementation("com.louiscad.splitties:splitties-stetho-init:$splitties_version")

Assuming your Android device is visible from adb on your computer, you can now navigate to chrome://inspect to see your updated debug app in Chrome Dev Tools, no further configuration required.

Download

debugImplementation("com.louiscad.splitties:splitties-stetho-init:$splitties_version")