aboutsummaryrefslogtreecommitdiffstats
path: root/AndroidAsyncStetho/README.md
blob: fb452349c42e657c1ee8d6c288fdf8f083827b7a (plain)
1
2
3
4
5
6
7
        Stetho.initialize(
        Stetho.newInitializerBuilder(this)
        .enableDumpapp(Stetho.defaultDumperPluginsProvider(this))
        .enableWebKitInspector(Stetho.defaultInspectorModulesProvider(this))
        .build());
        Ion.getDefault(this).getHttpClient().getMiddleware()
        .add(new StethoMiddleware());