summaryrefslogtreecommitdiff
path: root/libs/rs/rsPath.cpp
diff options
context:
space:
mode:
author Jason Sams <jsams@google.com> 2012-01-10 15:42:54 -0800
committer Jason Sams <jsams@google.com> 2012-01-10 15:45:04 -0800
commitaa9565b1b24656cf194fc52a4a992c926b520997 (patch)
treea1f2440184601e8cf37c8d7db875d27cfa202ab0 /libs/rs/rsPath.cpp
parentf0b668cf7fc2061aefd62f68aba71b4d2f378ebb (diff)
Fix LOGE.
Change-Id: I533bedf0827edb27e0aead78e2bb3389be85acd8
Diffstat (limited to 'libs/rs/rsPath.cpp')
-rw-r--r--libs/rs/rsPath.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/rs/rsPath.cpp b/libs/rs/rsPath.cpp
index 89a07707c0ac..c4f49789bfdc 100644
--- a/libs/rs/rsPath.cpp
+++ b/libs/rs/rsPath.cpp
@@ -31,10 +31,10 @@ Path::Path(Context *rsc, RsPathPrimitive pp, bool isStatic,
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)