summaryrefslogtreecommitdiffstats
path: root/logd/LogStatistics.h
diff options
context:
space:
mode:
authorMark Salyzyn <salyzyn@google.com>2014-04-07 07:15:33 -0700
committerMark Salyzyn <salyzyn@google.com>2014-04-07 10:51:00 -0700
commit4ba0387af5acc52e43e4004ccb4c46b8bc700349 (patch)
treec11aec8cddbe605b0b7ae8da404a570faeede694 /logd/LogStatistics.h
parent9a03863e88da99ba010342c874252089dd771f7f (diff)
downloadcore-4ba0387af5acc52e43e4004ccb4c46b8bc700349.tar.gz
core-4ba0387af5acc52e43e4004ccb4c46b8bc700349.tar.bz2
core-4ba0387af5acc52e43e4004ccb4c46b8bc700349.zip
logd: Add pidToUid helper
Change-Id: I23ebae1957c027bff6cbc2573a227bf0c44c08a2
Diffstat (limited to 'logd/LogStatistics.h')
-rw-r--r--logd/LogStatistics.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/logd/LogStatistics.h b/logd/LogStatistics.h
index 4a5743534..12c68d5a3 100644
--- a/logd/LogStatistics.h
+++ b/logd/LogStatistics.h
@@ -172,6 +172,7 @@ public:
// helper
static char *pidToName(pid_t pid) { return PidStatistics::pidToName(pid); }
+ uid_t pidToUid(pid_t pid);
};
#endif // _LOGD_LOG_STATISTICS_H__