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

Commit 79bbcae9 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

am: b333562ef6

Change-Id: I3521a429d9cec8281d89e6e83419a151af7b81b6
parents c1e4028c 16be7015
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;
}