diff --git a/dumpstate/DumpstateDevice.cpp b/dumpstate/DumpstateDevice.cpp index 11faf7f3..fd3ca202 100644 --- a/dumpstate/DumpstateDevice.cpp +++ b/dumpstate/DumpstateDevice.cpp @@ -492,6 +492,10 @@ void DumpstateDevice::dumpThermalSection(int fd) { "for f in /sys/class/thermal/cooling* ; do " "type=`cat $f/type` ; temp=`cat $f/cur_state` ; echo \"$type: $temp\" ; " "done"}); + RunCommandToFd(fd, "Cooling Device Time in State", {"/vendor/bin/sh", "-c", "for f in /sys/class/thermal/cooling* ; " + "do type=`cat $f/type` ; temp=`cat $f/stats/time_in_state_ms` ; echo \"$type:\n$temp\" ; done"}); + RunCommandToFd(fd, "Cooling Device Trans Table", {"/vendor/bin/sh", "-c", "for f in /sys/class/thermal/cooling* ; " + "do type=`cat $f/type` ; temp=`cat $f/stats/trans_table` ; echo \"$type:\n$temp\" ; done"}); RunCommandToFd(fd, "Cooling Device State2Power Table", {"/vendor/bin/sh", "-c", "for f in /sys/class/thermal/cooling* ; do " "type=`cat $f/type` ; state2power_table=`cat $f/state2power_table` ; echo \"$type: $state2power_table\" ; " diff --git a/gnss/47765/config/gps.xml b/gnss/47765/config/gps.xml index 7bc6fd55..00cc8f46 100644 --- a/gnss/47765/config/gps.xml +++ b/gnss/47765/config/gps.xml @@ -75,7 +75,7 @@ RfPathLossDb_Cp_L5="3.5" OnChipGpsCarrierType="3,2,3,3,2,3,2,3,3,3,1,2,1,3,2,1,2,3,1,1,1,1,3,3,3,3,3,1,2,3,2,3" - EnableOnChipStopNotification="false" + EnableOnChipStopNotification="2" PowerMode="3" /> diff --git a/gnss/47765/config/gps.xml.oriole b/gnss/47765/config/gps.xml.oriole index 549edf68..e387a421 100644 --- a/gnss/47765/config/gps.xml.oriole +++ b/gnss/47765/config/gps.xml.oriole @@ -75,7 +75,7 @@ RfPathLossDb_Cp_L5="4.1" OnChipGpsCarrierType="3,2,3,3,2,3,2,3,3,3,1,2,1,3,2,1,2,3,1,1,1,1,3,3,3,3,3,1,2,3,2,3" - EnableOnChipStopNotification="false" + EnableOnChipStopNotification="2" PowerMode="3" /> diff --git a/gnss/47765/config/gps.xml.raven b/gnss/47765/config/gps.xml.raven index 9d28207a..3c394d61 100644 --- a/gnss/47765/config/gps.xml.raven +++ b/gnss/47765/config/gps.xml.raven @@ -75,7 +75,7 @@ RfPathLossDb_Cp_L5="4" OnChipGpsCarrierType="3,2,3,3,2,3,2,3,3,3,1,2,1,3,2,1,2,3,1,1,1,1,3,3,3,3,3,1,2,3,2,3" - EnableOnChipStopNotification="false" + EnableOnChipStopNotification="2" PowerMode="3" />