Skip to content

Instantly share code, notes, and snippets.

@PanosJee
Created August 31, 2012 12:03
Show Gist options
  • Save PanosJee/3551914 to your computer and use it in GitHub Desktop.
Save PanosJee/3551914 to your computer and use it in GitHub Desktop.
Adding metadata to Bugsense Android handled crash reports
HashMap<String, String> map = new HashMap<String, String>();
map.put("level", "second level");
map.put("difficulty", "impossibruuu");
BugSenseHandler.sendExceptionMap(map, ex);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment