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

Commit 7378bbee authored by Corey Tabaka's avatar Corey Tabaka Committed by android-build-merger
Browse files

Merge "Fix race condition clearing VSYNC enable on VrFlinger startup." into...

Merge "Fix race condition clearing VSYNC enable on VrFlinger startup." into oc-dr1-dev am: 8f09b6ab am: ba893c2c
am: 2233a9ec

Change-Id: Ic458ecb4de2601c26ade5bc53abfe30a38201dc2
parents b1299c53 2233a9ec
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -821,7 +821,8 @@ void HardwareComposer::PostThread() {
      std::unique_lock<std::mutex> lock(post_thread_mutex_);
      ALOGI("HardwareComposer::PostThread: Entering quiescent state.");

      // Tear down resources.
      // Tear down resources if necessary.
      if (was_running)
        OnPostThreadPaused();

      was_running = false;