Merge "Statsd atoms: restrict OEM fields 100000-199999" am: 824f940195 am: 3854309030

am: 27e85f974b

Change-Id: Ic7ef50e1396774a88ae394fb39e034e238feccb7
This commit is contained in:
Bookatz
2018-09-21 14:57:41 -07:00
committed by android-build-merger

View File

@@ -175,8 +175,9 @@ message Atom {
ProcStats proc_stats = 10029;
}
// 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.
}
/**