summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsashwinbalaji <sashwinbalaji@google.com>2023-02-21 09:40:13 +0800
committerS Ashwin Balaji <sashwinbalaji@google.com>2023-04-25 07:39:13 +0000
commit1ccaf8e861b17885c1c63f61ffa26478fb691a26 (patch)
tree96bc58b157b5ce1f9f221357c2e83e59a5fbba32
parent76fa46f30712e2a39e4ba1e5b84d81cff392c6c6 (diff)
downloadredfin-1ccaf8e861b17885c1c63f61ffa26478fb691a26.tar.gz
thermal: Update config for stats
Bug: 259903201 Test: local build and verify stats Change-Id: I6fd1d674ef8d93495f6142055b547d652bbc8b6e
-rw-r--r--thermal_info_config_redfin.json17
1 files changed, 16 insertions, 1 deletions
diff --git a/thermal_info_config_redfin.json b/thermal_info_config_redfin.json
index d828587..7b581b2 100644
--- a/thermal_info_config_redfin.json
+++ b/thermal_info_config_redfin.json
@@ -342,5 +342,20 @@
"Name":"fcc",
"Type":"BATTERY"
}
- ]
+ ],
+ "Stats": {
+ "Sensors": {
+ "RecordWithDefaultThreshold": ["skin-therm-monitor"],
+ "RecordWithThreshold": [
+ {
+ "Name": "skin-therm-monitor",
+ "Thresholds": [31, 33, 35, 37, 39, 41, 43, 45, 47, 49, 51]
+ },
+ {
+ "Name": "usbc-virt-monitor",
+ "Thresholds": [10, 15]
+ }
+ ]
+ }
+ }
}