Registry / utility / stetho

stetho

JSON →
library1.6.0javamavenunverified

Debugging platform for Android applications, providing Chrome Developer Tools integration.

<dependency> <groupId>com.facebook.stetho</groupId> <artifactId>stetho</artifactId> <version>1.6.0</version> </dependency>
INSTALL
IMPORT
SIG · STETHO
S
stetho
utilityjavav1.6.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Stetho
com.facebook.stetho.Stetho

Initializes Stetho in an Android Application class.

import com.facebook.stetho.Stetho; public class MyApplication extends Application { @Override public void onCreate() { super.onCreate(); Stetho.initializeWithDefaults(this); } }
Debug
Known issues
breakingShould only be used in debug builds; remove for release.
fix
Use BuildConfig.DEBUG to conditionally initialize.
affects: all
Upgrade
Version history
1.6.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
stetho — mvn dependency:get stetho · libregistry