Guest User

Untitled

a guest
Dec 15th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. HashMap<String, String> extras = new HashMap<String, String>();
  2. extras.put("level", "second level");
  3. extras.put("difficulty", "impossibruuu");
  4. BugSenseHandler.addCrashExtraMap(extras);
Add Comment
Please, Sign In to add comment