| Class and Description |
|---|
| com.facebook.stetho.dumpapp.DumpappHttpSocketLikeHandler |
| Method and Description |
|---|
| com.facebook.stetho.Stetho.DefaultInspectorModulesBuilder.provide(ChromeDevtoolsDomain)
This fine-grained control of the devtools modules is no longer supportable
given the lack of isolation of modules in the actual protocol (many cross dependencies
emerge when you implement more and more of the real protocol).
|
| com.facebook.stetho.Stetho.DefaultInspectorModulesBuilder.remove(String)
This fine-grained control of the devtools modules is no longer supportable
given the lack of isolation of modules in the actual protocol (many cross dependencies
emerge when you implement more and more of the real protocol).
|
| Constructor and Description |
|---|
| com.facebook.stetho.inspector.protocol.module.Runtime()
Provided for ABI compatibility
|
| com.facebook.stetho.inspector.protocol.module.Runtime(Context)
This was a transitionary API that was replaced by
Stetho.DefaultInspectorModulesBuilder.runtimeRepl(com.facebook.stetho.inspector.console.RuntimeReplFactory) |
| com.facebook.stetho.inspector.database.SqliteDatabaseDriver(Context)
use the other constructor and pass in the default provider.
|