Class CrashTracker
- java.lang.Object
-
- com.lightningrobotics.common.logging.CrashTracker
-
public class CrashTracker extends java.lang.ObjectTracks start-up and caught crash events, logging them to a file which dosn't roll over
-
-
Constructor Summary
Constructors Constructor Description CrashTracker()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidlogAutoInit()static voidlogCompetitionStart()static voidlogDisabledInit()static voidlogRobotConstruction()static voidlogRobotInit()static voidlogRobotStartup()static voidlogTeleopInit()static voidlogTestInit()static voidlogThrowableCrash(java.lang.Throwable throwable)
-
-
-
Method Detail
-
logRobotStartup
public static void logRobotStartup()
-
logCompetitionStart
public static void logCompetitionStart()
-
logRobotConstruction
public static void logRobotConstruction()
-
logRobotInit
public static void logRobotInit()
-
logTeleopInit
public static void logTeleopInit()
-
logAutoInit
public static void logAutoInit()
-
logTestInit
public static void logTestInit()
-
logDisabledInit
public static void logDisabledInit()
-
logThrowableCrash
public static void logThrowableCrash(java.lang.Throwable throwable)
-
-