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

Commit b5a0f22c authored by Steven Moreland's avatar Steven Moreland
Browse files

servicemanager: hard failure for missing context

Bug: 152636392
Test: boot
Change-Id: I9940bde64547e3e28fc3eabf33cb8c2ef983dc56
parent dd44f746
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) {