| Interface | Description |
|---|---|
| DumperPluginsProvider |
Provider interface to lazily supply dumpers to be initialized on demand.
|
| InspectorModulesProvider |
| Class | Description |
|---|---|
| Stetho |
Initialization and configuration entry point for the Stetho debugging system.
|
| Stetho.DefaultDumperPluginsBuilder |
Convenience mechanism to extend the default set of dumper plugins provided by Stetho.
|
| Stetho.DefaultInspectorModulesBuilder |
Configuration mechanism to customize the behaviour of the standard set of inspector
modules satisfying the Chrome DevTools protocol.
|
| Stetho.Initializer |
Callers can choose to subclass this directly to provide the initialization configuration
or they can construct a concrete instance using
Stetho.newInitializerBuilder(Context). |
| Stetho.InitializerBuilder |
Configure what services are to be enabled in this instance of Stetho.
|