mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-22 01:11:42 +00:00
Report WPILib version as part of usage reporting (#2199)
This commit is contained in:
@@ -317,7 +317,8 @@ public abstract class RobotBase implements AutoCloseable {
|
||||
// Needed because all the OpenCV JNI functions don't have built in loading
|
||||
CameraServerJNI.enumerateSinks();
|
||||
|
||||
HAL.report(tResourceType.kResourceType_Language, tInstances.kLanguage_Java);
|
||||
HAL.report(tResourceType.kResourceType_Language, tInstances.kLanguage_Java, 0,
|
||||
WPILibVersion.Version);
|
||||
|
||||
if (HAL.hasMain()) {
|
||||
Thread thread = new Thread(() -> {
|
||||
|
||||
Reference in New Issue
Block a user