summaryrefslogtreecommitdiffstats
path: root/rsElement.cpp
diff options
context:
space:
mode:
authorJason Sams <rjsams@android.com>2009-12-23 14:56:19 -0800
committerJason Sams <rjsams@android.com>2009-12-23 14:56:19 -0800
commit0c0ccb01874f41e2028de017ec0d90fb66dbb079 (patch)
tree89452affb49b10870f392ffdbcea34e3a1acbc21 /rsElement.cpp
parentd01d970cf5973aa5186cc02c80fb2c143a69b0b1 (diff)
downloadandroid_frameworks_rs-0c0ccb01874f41e2028de017ec0d90fb66dbb079.tar.gz
android_frameworks_rs-0c0ccb01874f41e2028de017ec0d90fb66dbb079.tar.bz2
android_frameworks_rs-0c0ccb01874f41e2028de017ec0d90fb66dbb079.zip
Disable excessive RS logging.
Diffstat (limited to 'rsElement.cpp')
-rw-r--r--rsElement.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/rsElement.cpp b/rsElement.cpp
index 79ff35a0..9944c0e0 100644
--- a/rsElement.cpp
+++ b/rsElement.cpp
@@ -108,7 +108,6 @@ Element * Element::create(Context *rsc, size_t count, const Element **ein,
for (size_t ct=0; ct < count; ct++) {
e->mFields[ct].e.set(ein[ct]);
e->mFields[ct].name.setTo(nin[ct], lengths[ct]);
- LOGE("element %p %s", ein[ct], e->mFields[ct].name.string());
}
return e;