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

Commit 39db9e1f authored by Frank Li's avatar Frank Li Committed by Luke Huang
Browse files

Add NS_R_INTERNAL_ERROR item into NsRcode in stats.proto

Bug: 119862317
Test: ./out/host/linux-x86/bin/statsd_testdrive 116

Merged-In: I3521a429d9cec8281d89e6e83419a151af7b81b6
Merged-In: I0cf28032f8079c64253ed3f90fcf9d4705a5b492
(cherry picked from commit 63925b5a5e6e71ee31fe3fc902f4711ba73522d3)

Change-Id: Ice31090cfe77cfb3bab75049dfaac6ebfaef290d
parent b13c517d
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;
}