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

Commit b76cebc3 authored by Maggie White's avatar Maggie White
Browse files

Add DEGRADE into HardwareErrorCode



Bug: 120215794
Test: Build pass
Change-Id: Ic5799f514c71f4821d4ef0b25d332f6e3b7f6172
Signed-off-by: default avatarRobert Lee <lerobert@google.com>
Signed-off-by: default avatarMaggie White <maggiewhite@google.com>
parent 40c96fbc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2162,6 +2162,7 @@ message HardwareFailed {
        SPEAKER_SHORT = 3;
        FINGERPRINT_SENSOR_BROKEN = 4;
        FINGERPRINT_TOO_MANY_DEAD_PIXELS = 5;
        DEGRADE = 6;
    }
    optional int32 failure_code = 3;
}