object DebugUtils
nativeTriggerCrash
()
|
Triggers a native crash via null pointer dereference.
This function is used to test crash reporting infrastructure (e.g., crashpad, tombstones) and verify that debug symbols produce readable stack traces.
WARNING: This will crash the application. Only use in E2E tests.
Signature
external fun nativeTriggerCrash() |
triggerCrash
()
|
Triggers a native crash for testing purposes.
This is a convenience wrapper around DebugUtils.nativeTriggerCrash for Kotlin callers.
Signature
fun triggerCrash() |