Guest User

Untitled

a guest
Dec 15th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. try{
  2. String a = null;
  3. a.toString();
  4. }catch(Exception ex) {
  5. ex.printStackTrace(); // in case you want to see the stacktrace in your log cat output
  6. BugSenseHandler.sendException(ex);
  7. }
Add Comment
Please, Sign In to add comment