commit | aa9565b1b24656cf194fc52a4a992c926b520997 | [log] [tgz] |
---|---|---|
author | Jason Sams <jsams@google.com> | Tue Jan 10 15:42:54 2012 -0800 |
committer | Jason Sams <jsams@google.com> | Tue Jan 10 15:45:04 2012 -0800 |
tree | a1f2440184601e8cf37c8d7db875d27cfa202ab0 | |
parent | f0b668cf7fc2061aefd62f68aba71b4d2f378ebb [diff] [blame] |
Fix LOGE. Change-Id: I533bedf0827edb27e0aead78e2bb3389be85acd8
diff --git a/libs/rs/rsPath.cpp b/libs/rs/rsPath.cpp index 89a0770..c4f4978 100644 --- a/libs/rs/rsPath.cpp +++ b/libs/rs/rsPath.cpp
@@ -31,10 +31,10 @@ mHal.state.quality = quality; mHal.state.primitive = pp; - LOGE("i1"); + //LOGE("i1"); rsc->mHal.funcs.path.initStatic(rsc, this, vtx, loops); - LOGE("i2"); + //LOGE("i2"); } Path::Path(Context *rsc, uint32_t vertexBuffersCount, uint32_t primitivesCount)