Class DittoExperimental
java.lang.Object
com.ditto.java.DittoExperimental
Provides access to experimental Ditto SDK features for testing purposes.
Experimental functionality should not be used in production applications as it may be changed or removed at any time, and may not have the same security features.
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidExperimental testing function to trigger a native panic.
-
Method Details
-
triggerTestPanic
public static void triggerTestPanic()Experimental testing function to trigger a native panic.Use this to verify that your crash reporter is correctly configured to capture native crashes from the Ditto SDK.
Note: This call cannot be caught with try/catch. It causes a native crash that surfaces as an uncaught exception via the thread's uncaught exception handler. It is intended solely for testing crash reporter integration.
-