Skip to content

Commit 928941a

Browse files
committed
Utilize new event type
Fix the temporary usage of the `UNSPECIFIED` event. Bug: 450661112
1 parent 14c2784 commit 928941a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/cvd/cuttlefish/host/libs/metrics/metrics_conversion.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ CuttlefishGuest_EventType ConvertEventType(EventType event_type) {
5757
CuttlefishGuest_EventType_CUTTLEFISH_GUEST_EVENT_TYPE_VM_INSTANTIATION;
5858
case EventType::DeviceBootStart:
5959
return CuttlefishGuest_EventType::
60-
CuttlefishGuest_EventType_CUTTLEFISH_GUEST_EVENT_TYPE_UNSPECIFIED;
60+
CuttlefishGuest_EventType_CUTTLEFISH_GUEST_EVENT_TYPE_DEVICE_BOOT_START;
6161
case EventType::DeviceBootComplete:
6262
return CuttlefishGuest_EventType::
6363
CuttlefishGuest_EventType_CUTTLEFISH_GUEST_EVENT_TYPE_DEVICE_BOOT_COMPLETED;

0 commit comments

Comments
 (0)