Skip to content

executor: Don't except `init` from freezing on Android

Created by: bjackman

Freezing init doesn't seem to break anything. Also scenarios have been observed where Android's init eats CPU while the rest of the system is frozen. Maybe it's spin-waiting on a lock or mailbox for a frozen process.

Merge request reports