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

Commit 16be7015 authored by Frank Li's avatar Frank Li Committed by android-build-merger
Browse files

Merge "Add NS_R_INTERNAL_ERROR item into NsRcode in stats.proto" am: 1241fd9b8a

am: 6d5a98dfe2

Change-Id: I7c7fdf178754cba67ea9612416f0608e6aa5e0ab
parents d3d87700 2d0704c3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -68,6 +68,7 @@ enum NsRcode {
    // NS_R_BADSIG  = 16,
    NS_R_BADKEY = 17;
    NS_R_BADTIME = 18;
    NS_R_INTERNAL_ERROR = 254;
    NS_R_TIMEOUT = 255;
}