Write the missing line of code to send your caught exception to your Crashlytics dashboard.
try {
check(false)
} catch (e: Exception) {
// Write the missing line of code
__________
}Write the missing line of code to send your caught exception to your Crashlytics dashboard.
try {
check(false)
} catch (e: Exception) {
// Write the missing line of code
__________
}Create a free account to access the full topic