Fixes for HLUsageReporting due to Jonathan's exceptions.

Change-Id: I28d6719d0b8f5a71186f6a764c9541277aea6237
This commit is contained in:
Alex Henning
2014-08-11 14:57:56 -04:00
parent a72ea14f92
commit 1301d76d61
2 changed files with 7 additions and 0 deletions

View File

@@ -166,6 +166,7 @@ public abstract class RobotBase {
// Set some implementations so that the static methods work properly
Timer.SetImplementation(new SimTimer());
RobotState.SetImplementation(DriverStation.getInstance());
HLUsageReporting.SetImplementation(new HLUsageReporting.Null()); // No reporting
String robotName = "";
Enumeration<URL> resources = null;