Skip to content

Instantly share code, notes, and snippets.

@PanosJee
Created August 31, 2012 11:50
Show Gist options
  • Save PanosJee/3551833 to your computer and use it in GitHub Desktop.
Save PanosJee/3551833 to your computer and use it in GitHub Desktop.
Adding metadata to Bugsense Android crash reporter
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