Skip to content

Instantly share code, notes, and snippets.

@amsterdatech
Created January 27, 2021 01:09
Show Gist options
  • Save amsterdatech/ca234a91c89b210e11b569e6a0075f6e to your computer and use it in GitHub Desktop.
Save amsterdatech/ca234a91c89b210e11b569e6a0075f6e to your computer and use it in GitHub Desktop.
override fun simulateCrash() {
//Here you can throw a RuntimeException or use a related method of your crash report SDK
throw RuntimeException("Simulate Crash: Boom!!")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment