commit | d3f2eaf60a349316a219ebd12b4ee88f6d1b1261 | [log] [tgz] |
---|---|---|
author | Jason Sams <rjsams@android.com> | Thu Sep 24 15:42:52 2009 -0700 |
committer | Jason Sams <rjsams@android.com> | Thu Sep 24 15:42:52 2009 -0700 |
tree | 6f75b10e7c4f4341a3e77dbf30c9543874c15cb4 | |
parent | e60446b9c1a0f4f48372a36de5b01a2ddb8121e3 [diff] [blame] |
Minor cleanup of profile and compile logging.
diff --git a/libs/rs/rsScriptC.cpp b/libs/rs/rsScriptC.cpp index bff337c..22d42ac 100644 --- a/libs/rs/rsScriptC.cpp +++ b/libs/rs/rsScriptC.cpp
@@ -147,7 +147,7 @@ ACCchar buf[4096]; ACCsizei len; accGetScriptInfoLog(s->mAccScript, sizeof(buf), &len, buf); - LOGE(buf); + LOGV(buf); } if (s->mProgram.mInit) {