Class CrashReporter


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

      Constructors 
      Constructor Description
      CrashReporter()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      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 Detail

      • CrashReporter

        public CrashReporter()
    • Method Detail

      • reportCrash

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