diff options
| author | Jason Sams <rjsams@android.com> | 2009-09-27 17:50:38 -0700 |
|---|---|---|
| committer | Jason Sams <rjsams@android.com> | 2009-09-27 17:50:38 -0700 |
| commit | 3c0dfbab807a459622aeade4940daddf482dec66 (patch) | |
| tree | efd2b716319c8f69789ec81343776eb7d008975e /libs/rs/rsComponent.h | |
| parent | e7d60bfdff35ad8eace600d2a6cb81163c966bb0 (diff) | |
| download | frameworks_base-3c0dfbab807a459622aeade4940daddf482dec66.zip frameworks_base-3c0dfbab807a459622aeade4940daddf482dec66.tar.gz frameworks_base-3c0dfbab807a459622aeade4940daddf482dec66.tar.bz2 | |
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 'libs/rs/rsComponent.h')
| -rw-r--r-- | libs/rs/rsComponent.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/rs/rsComponent.h b/libs/rs/rsComponent.h index 290cd57..5366cc4 100644 --- a/libs/rs/rsComponent.h +++ b/libs/rs/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: |
