summaryrefslogtreecommitdiffstats
path: root/libs/rs/rsElement.cpp
diff options
context:
space:
mode:
authorJason Sams <rjsams@android.com>2009-06-23 12:22:47 -0700
committerJason Sams <rjsams@android.com>2009-06-23 12:22:47 -0700
commitf29ca50d80e3dc379de1642e85b7963175b2ca38 (patch)
tree17854358cfe316c08dbf5c80f8af8b0c7849bc33 /libs/rs/rsElement.cpp
parentf8001669ba7d9b3d0e097c7124e670f13374a6c7 (diff)
downloadframeworks_base-f29ca50d80e3dc379de1642e85b7963175b2ca38.zip
frameworks_base-f29ca50d80e3dc379de1642e85b7963175b2ca38.tar.gz
frameworks_base-f29ca50d80e3dc379de1642e85b7963175b2ca38.tar.bz2
Cleanup logging and fix a startup race condition that manifested on Firestone.
Diffstat (limited to 'libs/rs/rsElement.cpp')
-rw-r--r--libs/rs/rsElement.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/rs/rsElement.cpp b/libs/rs/rsElement.cpp
index 5a44f47..069a128 100644
--- a/libs/rs/rsElement.cpp
+++ b/libs/rs/rsElement.cpp
@@ -410,8 +410,6 @@ RsElement rsi_ElementCreate(Context *rsc)
rsc->mStateElement.mComponentBuildList.clear();
se->incRef();
-
- LOGE("Create %p", se);
return se;
}