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

Commit 5060309f authored by Jason Sams's avatar Jason Sams Committed by Android (Google) Code Review
Browse files

Merge "Remove excessive logging."

parents 71b8c23e ab3ff25a
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -78,10 +78,6 @@ void ScriptC::setupScript(Context *rsc)

        if (dest) {
            *dest = ptr;
        } else {
            if (rsc->props.mLogScripts) {
                LOGV("ScriptC::setupScript, NULL var binding address.");
            }
        }
    }
}
@@ -425,7 +421,6 @@ extern unsigned rs_runtime_lib_bc_size;

void ScriptCState::runCompiler(Context *rsc, ScriptC *s)
{
    LOGV("%p ScriptCState::runCompiler ", rsc);
    {
        StopWatch compileTimer("RenderScript compile time");
        s->mBccScript = bccCreateScript();