Replace deprecated atoms.proto file path
Path of "frameworks/base/cmds/statsd/src/atoms.proto" is out of date. Latest path is "frameworks/proto_logging/stats/atoms.proto". Signed-off-by: jiajia tang <tangjiajia@xiaomi.com> Change-Id: Ib9471e812466238d79e836b026123f167aaad701
This commit is contained in:
parent
932e069f0f
commit
f083957850
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ struct AtomInfo {
|
|||
};
|
||||
|
||||
// Maps BootEvent used inside bootstat into statsd atom defined in
|
||||
// frameworks/base/cmds/statsd/src/atoms.proto.
|
||||
// frameworks/proto_logging/stats/atoms.proto.
|
||||
const std::unordered_map<std::string_view, AtomInfo> kBootEventToAtomInfo = {
|
||||
// ELAPSED_TIME
|
||||
{"ro.boottime.init",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue