Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 72a39648 authored by Darren Hsu's avatar Darren Hsu Committed by Gerrit Code Review
Browse files

Merge "powerstats: add new EnergyConsumerType for camera"

parents 4c02ef2b c72f7566
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -40,4 +40,5 @@ enum EnergyConsumerType {
  GNSS = 4,
  MOBILE_RADIO = 5,
  WIFI = 6,
  CAMERA = 7,
}
+1 −0
Original line number Diff line number Diff line
@@ -26,4 +26,5 @@ enum EnergyConsumerType {
    GNSS,
    MOBILE_RADIO,
    WIFI,
    CAMERA,
}