Class CrashReporter

java.lang.Object
gaiasky.desktop.util.CrashReporter

public class CrashReporter
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    CrashReporter()  
  • Method Summary

    Modifier and Type Method Description
    static void reportCrash​(java.lang.Throwable t, Logger.Log logger)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CrashReporter

      public CrashReporter()
  • Method Details

    • reportCrash

      public static void reportCrash​(java.lang.Throwable t, Logger.Log logger)