From aa9565b1b24656cf194fc52a4a992c926b520997 Mon Sep 17 00:00:00 2001 From: Jason Sams Date: Tue, 10 Jan 2012 15:42:54 -0800 Subject: Fix LOGE. Change-Id: I533bedf0827edb27e0aead78e2bb3389be85acd8 --- libs/rs/rsPath.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libs/rs/rsPath.cpp') 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) -- cgit v1.2.3-59-g8ed1b