Skip to content

Instantly share code, notes, and snippets.

@orhanobut
Created August 18, 2016 19:57
Show Gist options
  • Save orhanobut/3fd45796d79f7815800d619aefa870cd to your computer and use it in GitHub Desktop.
Save orhanobut/3fd45796d79f7815800d619aefa870cd to your computer and use it in GitHub Desktop.
public class MyApplication extends Application {
@Override public void onCreate(){
super.onCreate();
StethoUtils.init(this);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment