Skip to content

Instantly share code, notes, and snippets.

@tsironis
Forked from PanosJee/gist:3551885
Last active December 18, 2015 14:29
Show Gist options
  • Save tsironis/5797758 to your computer and use it in GitHub Desktop.
Save tsironis/5797758 to your computer and use it in GitHub Desktop.
try{
String a = null;
a.toString();
}catch(Exception ex) {
BugSenseHandler.Instance.SendException(ex);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment