diff options
author | Jason Sams <rjsams@android.com> | 2010-10-29 16:48:55 -0700 |
---|---|---|
committer | Jason Sams <rjsams@android.com> | 2010-10-29 16:49:08 -0700 |
commit | ab3ff25a6fdb7648dbf243923b8698bb3a894611 (patch) | |
tree | fd8a9cf8e0582eb2f7c0da115e1e5f152757204e /libs | |
parent | c3cb9f2e12a6db1bddce0c77f8c626bf1b5b1ffd (diff) | |
download | frameworks_base-ab3ff25a6fdb7648dbf243923b8698bb3a894611.zip frameworks_base-ab3ff25a6fdb7648dbf243923b8698bb3a894611.tar.gz frameworks_base-ab3ff25a6fdb7648dbf243923b8698bb3a894611.tar.bz2 |
Remove excessive logging.
Change-Id: I22497b1b169ca0f3edbc20649594f6f58f6144d0
Diffstat (limited to 'libs')
-rw-r--r-- | libs/rs/rsScriptC.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libs/rs/rsScriptC.cpp b/libs/rs/rsScriptC.cpp index 1f5ed7c..a2a08e5 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(); |