Created
August 31, 2012 11:38
-
-
Save PanosJee/3551749 to your computer and use it in GitHub Desktop.
bugsense enteriprice android setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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