Package org.robovm.rt

Class Signals

java.lang.Object
org.robovm.rt.Signals

public class Signals
extends Object
Provides a means for installing custom signal handlers without overriding the signal handlers needed by RoboVM to handle NullPointerExceptions and StackOverflowErrors properly. This should be used when using crash reporting services like TestFlight, Flurry or HockeyApp. The initialization method for the crash reporting service SDK should be called inside an Signals.InstallSignalsCallback using the installSignals(InstallSignalsCallback) method.

NOTE! This should be called as early as possible in the app from the main thread and MUST be called before any other threads have been created.

  • Constructor Details

    • Signals

      public Signals()
  • Method Details