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

Commit 05bb06fd authored by John Reck's avatar John Reck Committed by Android Git Automerger
Browse files

am 540e1f8c: Merge "Don\'t create unnecessary RenderThread\'s instance when...

am 540e1f8c: Merge "Don\'t create unnecessary RenderThread\'s instance when executing \'dumpsys gfxinfo\'"

* commit '540e1f8c':
  Don't create unnecessary RenderThread's instance when executing 'dumpsys gfxinfo'
parents 26d577b0 540e1f8c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -395,6 +395,7 @@ CREATE_BRIDGE1(outputLogBuffer, int fd) {
}

void RenderProxy::outputLogBuffer(int fd) {
    if (!RenderThread::hasInstance()) return;
    SETUP_TASK(outputLogBuffer);
    args->fd = fd;
    staticPostAndWait(task);