Skip to content

Commit d0962b3

Browse files
committed
log mem available and cpu perc in thermald
1 parent 3b753be commit d0962b3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

log.capnp

+3
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,9 @@ struct ThermalData {
287287
chargingError @17 :Bool;
288288
chargingDisabled @18 :Bool;
289289

290+
memAvailPercent @19 :Int8;
291+
cpuPerc @20 :Int8;
292+
290293
enum ThermalStatus {
291294
green @0; # all processes run
292295
yellow @1; # critical processes run (kill uploader), engage still allowed

0 commit comments

Comments
 (0)