Loading cmds/bootanimation/BootAnimation.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -1348,7 +1348,7 @@ bool BootAnimation::playAnimation(const Animation& animation) { int err; int err; do { do { err = clock_nanosleep(CLOCK_MONOTONIC, TIMER_ABSTIME, &spec, nullptr); err = clock_nanosleep(CLOCK_MONOTONIC, TIMER_ABSTIME, &spec, nullptr); } while (err<0 && errno == EINTR); } while (err == EINTR); } } checkExit(); checkExit(); Loading Loading
cmds/bootanimation/BootAnimation.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -1348,7 +1348,7 @@ bool BootAnimation::playAnimation(const Animation& animation) { int err; int err; do { do { err = clock_nanosleep(CLOCK_MONOTONIC, TIMER_ABSTIME, &spec, nullptr); err = clock_nanosleep(CLOCK_MONOTONIC, TIMER_ABSTIME, &spec, nullptr); } while (err<0 && errno == EINTR); } while (err == EINTR); } } checkExit(); checkExit(); Loading