Merge "statsd: Add AID mappings for iorapd"

This commit is contained in:
Treehugger Robot
2018-10-08 20:12:59 +00:00
committed by Gerrit Code Review

View File

@@ -492,6 +492,7 @@ const std::map<string, uint32_t> UidMap::sAidToUidMapping = {{"AID_ROOT", 0},
{"AID_SECURE_ELEMENT", 1068},
{"AID_LMKD", 1069},
{"AID_LLKD", 1070},
{"AID_IORAPD", 1071},
{"AID_SHELL", 2000},
{"AID_CACHE", 2001},
{"AID_DIAG", 2002}};