commit | 7c316ee17852c7fb45353c340056d0cf96dc707f | [log] [tgz] |
---|---|---|
author | William Roberts <william.c.roberts@intel.com> | Fri Apr 08 12:13:17 2016 -0700 |
committer | Mark Salyzyn <salyzyn@google.com> | Mon Apr 11 14:55:56 2016 +0000 |
tree | 6052a9bd74087a1d2131c84fdd57ea27c6dad911 | |
parent | 9ac4958b11df6f1caadcfb8143e728e703481b9c [diff] |
liblog: remove android_ids and replace with getpwuid Note: This code makes the assumption that getpwuid is thread safe, which it is ONLY ON BIONIC. Thus, if you attempt to use this on a non-target build, you may get burned. Thus, an ifndef checking on __BIONIC__ is used to produce a build error if you attempt to do so. Change-Id: I61038c428b71771edcfc76f18d8fc5cbe349238b Bug: 27999086 Signed-off-by: William Roberts <william.c.roberts@intel.com>