Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sembozdemir/15d26fb4e816a356b338bc5c24367e63 to your computer and use it in GitHub Desktop.
Save sembozdemir/15d26fb4e816a356b338bc5c24367e63 to your computer and use it in GitHub Desktop.
Try-catch block with Timber
try {
// throw exception
throwException();
} catch (Exception e) {
Timber.e(e.getMessage);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment