summaryrefslogtreecommitdiff
path: root/rsComponent.h
diff options
context:
space:
mode:
authorJason Sams <rjsams@android.com>2009-09-27 17:50:38 -0700
committerJason Sams <rjsams@android.com>2009-09-27 17:50:38 -0700
commite12c1c591b4219e80f29c6c0e0c62c9578b75450 (patch)
tree7ab565f3c75ecf869e1a4bd34a9ac7bdc911abf8 /rsComponent.h
parent61c30b5ad1787d7e876be0920e0e188f437f5c82 (diff)
downloadrs-e12c1c591b4219e80f29c6c0e0c62c9578b75450.tar.gz
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.
Diffstat (limited to 'rsComponent.h')
-rw-r--r--rsComponent.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/rsComponent.h b/rsComponent.h
index 290cd57e..5366cc42 100644
--- a/rsComponent.h
+++ b/rsComponent.h
@@ -56,6 +56,7 @@ public:
const char * getCType() const;
const char * getComponentName() const {return mName.string();}
+ virtual void dumpLOGV(const char *prefix) const;
protected: