Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 422036d8 authored by Steven Moreland's avatar Steven Moreland Committed by Automerger Merge Worker
Browse files

Merge "servicemanager: hard failure for missing context" am: fcb35781 am:...

Merge "servicemanager: hard failure for missing context" am: fcb35781 am: 6053d837 am: d9c83896 am: a9b86b8a am: 717f0362

Change-Id: I4c15c2c9007ff8e8918d8150d18d122536adb579
parents 83d86fad 717f0362
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {