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

Commit 44c01c08 authored by Steven Moreland's avatar Steven Moreland
Browse files

Revert "blank_screen: always exit with _exit()."

This was a temporary workaround in Android P, but it is fixed
with a relatively more dangerous change in libhwbinder.

This reverts commit 73ba34f1.

Bug: 77934844
Test: reboot device and watch for screen to get shutdown, check logs

Change-Id: I970144eea4acd8254f4a67ebe803f3c3eda9aba2
parent e433a1b7
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -55,6 +55,5 @@ int main() {
        }
    });

    // b/77934844: Avoid running static destructors.
    _exit(1);
    return 0;
}