From ab3ff25a6fdb7648dbf243923b8698bb3a894611 Mon Sep 17 00:00:00 2001 From: Jason Sams Date: Fri, 29 Oct 2010 16:48:55 -0700 Subject: [PATCH] Remove excessive logging. Change-Id: I22497b1b169ca0f3edbc20649594f6f58f6144d0 --- libs/rs/rsScriptC.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/libs/rs/rsScriptC.cpp b/libs/rs/rsScriptC.cpp index 1f5ed7cf367d1..a2a08e50f9c0a 100644 --- a/libs/rs/rsScriptC.cpp +++ b/libs/rs/rsScriptC.cpp @@ -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();