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

Commit 0d2c95a7 authored by Yifan Hong's avatar Yifan Hong Committed by Automerger Merge Worker
Browse files

Merge "Revert "servicemanager: hard failure for missing context"" am: 060a7367

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1322621

Change-Id: I94fb1123cbc4e9aaf1c5d0297ea0a7f6e6665cd6
parents 560de158 060a7367
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) {
    if (pid != getpid()) return "";
    android_errorWriteLog(0x534e4554, "121035042");

    char* lookup = nullptr;
    if (getpidcon(pid, &lookup) < 0) {