File tree 1 file changed +6
-0
lines changed
src/darwin/Framework/CHIP
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -69,6 +69,9 @@ constexpr Tracing::MetricKey kMetricDeviceVendorID = "dwnfw_device_vendor_id";
69
69
// Device Product ID
70
70
constexpr Tracing::MetricKey kMetricDeviceProductID = " dwnfw_device_product_id" ;
71
71
72
+ // Device Uses Thread
73
+ constexpr Tracing::MetricKey kMetricDeviceUsesThread = " dwnfw_device_uses_thread_bool" ;
74
+
72
75
// Counter of number of devices discovered on the network during setup
73
76
constexpr Tracing::MetricKey kMetricOnNetworkDevicesAdded = " dwnfw_onnet_devices_added" ;
74
77
@@ -81,6 +84,9 @@ constexpr Tracing::MetricKey kMetricBLEDevicesAdded = "dwnfw_ble_devices_added";
81
84
// Counter of number of BLE devices removed during setup
82
85
constexpr Tracing::MetricKey kMetricBLEDevicesRemoved = " dwnfw_ble_devices_removed" ;
83
86
87
+ // Unexpected C quality attribute update outside of priming
88
+ constexpr Tracing::MetricKey kMetricUnexpectedCQualityUpdate = " dwnpm_bad_c_attr_update" ;
89
+
84
90
} // namespace DarwinFramework
85
91
} // namespace Tracing
86
92
} // namespace chip
You can’t perform that action at this time.
0 commit comments