Skip to content

Instantly share code, notes, and snippets.

@orhanobut
Last active August 18, 2016 19:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save orhanobut/99ec3cf9e86c3756a31e83b450ec2866 to your computer and use it in GitHub Desktop.
Save orhanobut/99ec3cf9e86c3756a31e83b450ec2866 to your computer and use it in GitHub Desktop.
public class StethoUtils {
private StethoUtils() {
// no instance
}
public static void init(Context context) {
// no-op
}
public static void interceptNetwork(OkHttpClient.Builder builder) {
// no-op
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment