Merge "servicemanager: hard failure for missing context" am: fcb357810a
Change-Id: Ic66188cde527095b1de4444ec3e872c8a49b48d8
This commit is contained in:
commit
6053d8370a
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ constexpr bool kIsVendor = false;
|
|||
#endif
|
||||
|
||||
static std::string getPidcon(pid_t pid) {
|
||||
android_errorWriteLog(0x534e4554, "121035042");
|
||||
if (pid != getpid()) return "";
|
||||
|
||||
char* lookup = nullptr;
|
||||
if (getpidcon(pid, &lookup) < 0) {
|
||||
|
|
Loading…
Reference in a new issue