Skip to content

Commit

Permalink
log mem available and cpu perc in thermald
Browse files Browse the repository at this point in the history
  • Loading branch information
rbiasini committed Dec 5, 2019
1 parent 3b753be commit d0962b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions log.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,9 @@ struct ThermalData {
chargingError @17 :Bool;
chargingDisabled @18 :Bool;

memAvailPercent @19 :Int8;
cpuPerc @20 :Int8;

enum ThermalStatus {
green @0; # all processes run
yellow @1; # critical processes run (kill uploader), engage still allowed
Expand Down

0 comments on commit d0962b3

Please sign in to comment.