mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-02-01 05:38:17 +00:00
pixelstats: add thermal stats paths am: dd651b1bfe am: d86a3e3f03
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs201/+/19707059 Change-Id: I1ebc4703a52409b8dbafcb24d26bd5e8f7db800f Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -58,6 +58,14 @@ const struct SysfsCollector::SysfsPaths sysfs_paths = {
|
||||
},
|
||||
.BlockStatsLength = BLOCK_STATS_LENGTH,
|
||||
.AmsRatePath = "/sys/devices/platform/audiometrics/ams_rate_read_once",
|
||||
.ThermalStatsPaths = {
|
||||
"/sys/devices/platform/100a0000.BIG/trip_counter",
|
||||
"/sys/devices/platform/100a0000.MID/trip_counter",
|
||||
"/sys/devices/platform/100a0000.LITTLE/trip_counter",
|
||||
"/sys/devices/platform/100b0000.G3D/trip_counter",
|
||||
"/sys/devices/platform/100b0000.TPU/trip_counter",
|
||||
"/sys/devices/platform/100b0000.AUR/trip_counter",
|
||||
}
|
||||
};
|
||||
|
||||
const struct UeventListener::UeventPaths ueventPaths = {
|
||||
|
||||
Reference in New Issue
Block a user