diff --git a/device_framework_matrix_product.xml b/device_framework_matrix_product.xml
index 53c4d507..811c2885 100644
--- a/device_framework_matrix_product.xml
+++ b/device_framework_matrix_product.xml
@@ -175,30 +175,6 @@
default
-
- hardware.google.bluetooth.bt_channel_avoidance
- 1.0
-
- IBTChannelAvoidance
- default
-
-
-
- hardware.google.bluetooth.sar
- 1.1
-
- IBluetoothSar
- default
-
-
-
- hardware.google.bluetooth.ccc
- 1.0
-
- IBluetoothCcc
- default
-
-
vendor.google.google_battery
2
diff --git a/pixelstats/service.cpp b/pixelstats/service.cpp
index 783b80d0..84632f10 100644
--- a/pixelstats/service.cpp
+++ b/pixelstats/service.cpp
@@ -75,7 +75,13 @@ const struct SysfsCollector::SysfsPaths sysfs_paths = {
"/sys/kernel/metrics/thermal/tr_by_group/spmic/stats",
},
.ModemPcieLinkStatsPath = "/sys/devices/platform/12100000.pcie/link_stats",
- .WifiPcieLinkStatsPath = "/sys/devices/platform/13120000.pcie/link_stats"
+ .WifiPcieLinkStatsPath = "/sys/devices/platform/13120000.pcie/link_stats",
+ .DisplayStatsPaths = {
+ "/sys/devices/platform/exynos-drm/primary-panel/error_count_te",
+ "/sys/devices/platform/exynos-drm/primary-panel/error_count_unknown",
+ "/sys/devices/platform/exynos-drm/secondary-panel/error_count_te",
+ "/sys/devices/platform/exynos-drm/secondary-panel/error_count_unknown",
+ }
};
const struct UeventListener::UeventPaths ueventPaths = {