Skip to content

Instantly share code, notes, and snippets.

@orhanobut
Created August 18, 2016 19:57
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/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