From d0962b34b399f8d1f4a723ea55da23b0ebd8ea96 Mon Sep 17 00:00:00 2001 From: Riccardo Date: Thu, 5 Dec 2019 11:51:11 -0800 Subject: [PATCH] log mem available and cpu perc in thermald --- log.capnp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/log.capnp b/log.capnp index 8d34c4731a9192..f0047c7f3daa6b 100644 --- a/log.capnp +++ b/log.capnp @@ -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