Created
August 31, 2012 11:50
-
-
Save PanosJee/3551833 to your computer and use it in GitHub Desktop.
Adding metadata to Bugsense Android crash reporter
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
HashMap<String, String> extras = new HashMap<String, String>(); | |
extras.put("level", "second level"); | |
extras.put("difficulty", "impossibruuu"); | |
BugSenseHandler.addCrashExtraMap(extras); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment