Merge "Statsd atoms: restrict OEM fields 100000-199999"
am: 824f940195
Change-Id: Ib9bc35e531cecd9b2eb70a996837b2771e909c3e
This commit is contained in:
@@ -152,8 +152,9 @@ message Atom {
|
||||
Temperature temperature = 10021;
|
||||
}
|
||||
|
||||
// DO NOT USE field numbers above 100,000 in AOSP. Field numbers above
|
||||
// 100,000 are reserved for non-AOSP (e.g. OEMs) to use.
|
||||
// DO NOT USE field numbers above 100,000 in AOSP.
|
||||
// Field numbers 100,000 - 199,999 are reserved for non-AOSP (e.g. OEMs) to use.
|
||||
// Field numbers 200,000 and above are reserved for future use; do not use them at all.
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user