Add DEGRADE into HardwareErrorCode

Bug: 120215794
Test: Build pass
Change-Id: Ic5799f514c71f4821d4ef0b25d332f6e3b7f6172
Signed-off-by: Robert Lee <lerobert@google.com>
Signed-off-by: Maggie White <maggiewhite@google.com>
diff --git a/cmds/statsd/src/atoms.proto b/cmds/statsd/src/atoms.proto
index 63f9b59..65295fe 100644
--- a/cmds/statsd/src/atoms.proto
+++ b/cmds/statsd/src/atoms.proto
@@ -2162,6 +2162,7 @@
         SPEAKER_SHORT = 3;
         FINGERPRINT_SENSOR_BROKEN = 4;
         FINGERPRINT_TOO_MANY_DEAD_PIXELS = 5;
+        DEGRADE = 6;
     }
     optional int32 failure_code = 3;
 }