Merge "Support Eq and PartialEq for Rust enums."
diff --git a/stats/atoms.proto b/stats/atoms.proto
index 4c6de4a..5cf4e4a 100644
--- a/stats/atoms.proto
+++ b/stats/atoms.proto
@@ -5884,6 +5884,13 @@
         EXPECTED_MERGE_TARGET = 11;
         UNMERGED_SECTORS_AFTER_COMPLETION = 12;
         UNEXPECTED_MERGE_STATE = 13;
+        GET_COW_PATH_CONSISTENCY_CHECK = 14;
+        OPEN_COW_CONSISTENCY_CHECK = 15;
+        PARSE_COW_CONSISTENCY_CHECK = 16;
+        OPEN_COW_DIRECT_CONSISTENCY_CHECK = 17;
+        MEM_ALIGN_CONSISTENCY_CHECK = 18;
+        DIRECT_READ_CONSISTENCY_CHECK = 19;
+        WRONG_MERGE_COUNT_CONSISTENCY_CHECK = 20;
     };
 
     // Status of the update after the merge attempts.
diff --git a/stats/enums/app/enums.proto b/stats/enums/app/enums.proto
index bda2865..2344242 100644
--- a/stats/enums/app/enums.proto
+++ b/stats/enums/app/enums.proto
@@ -224,6 +224,8 @@
     APP_OP_BLUETOOTH_ADVERTISE = 114;
     APP_OP_RECORD_INCOMING_PHONE_AUDIO = 115;
     APP_OP_NEARBY_WIFI_DEVICES = 116;
+    APP_OP_ESTABLISH_VPN_SERVICE = 117;
+    APP_OP_ESTABLISH_VPN_MANAGER = 118;
 }
 
 /**