Skip to content

Instantly share code, notes, and snippets.

@PanosJee
Created August 31, 2012 11:38
Show Gist options
  • Save PanosJee/3551749 to your computer and use it in GitHub Desktop.
Save PanosJee/3551749 to your computer and use it in GitHub Desktop.
bugsense enteriprice android setup
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
BugSenseHandler.initAndStartSession(Context, APIKEY, HOSTURL);
setContentView(R.layout.main);
//rest of your code here
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment