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

Commit e3eab89d authored by Chenjie Yu's avatar Chenjie Yu
Browse files

add UNKNOWN to proto enum

Test: manual test
Change-Id: Ibb6817d2c597eb03d30c7b05433da51bc81ce501
parent ea0fb2db
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -274,6 +274,7 @@ message ValueMetric {
  optional bool use_diff = 12;

  enum ValueDirection {
      UNKNOWN = 0;
      INCREASING = 1;
      DECREASING = 2;
      ANY = 3;