try { throw new RuntimeException("Logging the event"); } catch (Exception e){ Map extraData = new HashMap(); extraData.put("your_key", "your_value"); // example: extraData.put("email", "demo@this_is_a_demo.com"); BugSenseHandler.log("TEST_TAG", extraData, e); }