Skip to content

Instantly share code, notes, and snippets.

@jonromero
Created May 25, 2011 13:53
BugSense android handler
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.main);
BugSenseHandler.setup(this, "YOUR_API_KEY");
// The rest of your code goes here
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment