Merge "add UNKNOWN to proto enum"
This commit is contained in:
committed by
Android (Google) Code Review
commit
fddeab3668
@@ -274,6 +274,7 @@ message ValueMetric {
|
||||
optional bool use_diff = 12;
|
||||
|
||||
enum ValueDirection {
|
||||
UNKNOWN = 0;
|
||||
INCREASING = 1;
|
||||
DECREASING = 2;
|
||||
ANY = 3;
|
||||
|
||||
Reference in New Issue
Block a user