Created
January 27, 2021 01:09
-
-
Save amsterdatech/ca234a91c89b210e11b569e6a0075f6e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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