From 3c0dfbab807a459622aeade4940daddf482dec66 Mon Sep 17 00:00:00 2001 From: Jason Sams Date: Sun, 27 Sep 2009 17:50:38 -0700 Subject: Improve logging code to dump more detaild rs object info. Fix bug with predefined elements not being recreated for contexts after one was destroyed. Add stricter type enforcement. --- libs/rs/rsComponent.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libs/rs/rsComponent.cpp') diff --git a/libs/rs/rsComponent.cpp b/libs/rs/rsComponent.cpp index 42e2e4fbf229..de074c8ce664 100644 --- a/libs/rs/rsComponent.cpp +++ b/libs/rs/rsComponent.cpp @@ -102,4 +102,9 @@ uint32_t Component::getGLType() const return 0; } +void Component::dumpLOGV(const char *prefix) const +{ + ObjectBase::dumpLOGV(prefix); + LOGV("%s component: %i %i %i %i", prefix, mType, mKind, mIsNormalized, mBits); +} -- cgit v1.2.3-59-g8ed1b