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

Commit cb72c065 authored by Bookatz's avatar Bookatz Committed by android-build-merger
Browse files

Merge "Statsd atoms: restrict OEM fields 100000-199999" am: 824f9401 am: 38543090

am: 27e85f97

Change-Id: Ic7ef50e1396774a88ae394fb39e034e238feccb7
parents c95d4580 27e85f97
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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.
}

/**