Skip to content

Instantly share code, notes, and snippets.

@PanosJee
Created August 31, 2012 12:34
Show Gist options
  • Save PanosJee/3552211 to your computer and use it in GitHub Desktop.
Save PanosJee/3552211 to your computer and use it in GitHub Desktop.
BugSense2 Android setup
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
BugSenseHandler.initAndStartSession(Context, APIKEY);
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