Merge "Remove excessive logging."

This commit is contained in:
Jason Sams
2010-11-01 14:28:57 -07:00
committed by Android (Google) Code Review

View File

@@ -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();