Searched defs:__android_log_uid (Results 1 - 1 of 1) sorted by relevance

/system/core/liblog/
H A Dlogger.h151 static inline uid_t __android_log_uid() { return AID_SYSTEM; } function
153 static inline uid_t __android_log_uid() { return getuid(); } function

Completed in 81 milliseconds