Skip to content

Crash API methods

Mk5 edited this page Jun 29, 2019 · 1 revision
class CrashExample {

    @Override
    void action() {
        GdxFIRCrash.inst().initialize();
        GdxFIRCrash.inst().log("some message");
        success();
    }

}
Clone this wiki locally