Get Started With Firebase Crashlytics

[Solved] Get Started With Firebase Crashlytics | Swift - Code Explorer | yomemimo.com
Question : get started with firebase crashlytics

Answered by : hannan

val crashButton = Button(this)
crashButton.text = "Test Crash"
crashButton.setOnClickListener { throw RuntimeException("Test Crash") // Force a crash
}
addContentView(crashButton, ViewGroup.LayoutParams( ViewGroup.LayoutParams.MATCH_PARENT, ViewGroup.LayoutParams.WRAP_CONTENT))

Source : | Last Update : Mon, 01 Nov 21

Answers related to get started with firebase crashlytics

Code Explorer Popular Question For Swift