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

Commit ab3ff25a authored by Jason Sams's avatar Jason Sams
Browse files

Remove excessive logging.

Change-Id: I22497b1b169ca0f3edbc20649594f6f58f6144d0
parent c3cb9f2e
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();