From 715333b832fb448c32165c7d97d408a3fa43f7cb Mon Sep 17 00:00:00 2001 From: Jason Sams Date: Tue, 17 Nov 2009 17:26:46 -0800 Subject: Add support for dumping RS objects to aid in debugging of white blocks bug. --- libs/rs/rsAllocation.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libs/rs/rsAllocation.h') diff --git a/libs/rs/rsAllocation.h b/libs/rs/rsAllocation.h index 1b83267..514b1c2 100644 --- a/libs/rs/rsAllocation.h +++ b/libs/rs/rsAllocation.h @@ -65,6 +65,8 @@ public: void enableGLVertexBuffers() const; void setupGLIndexBuffers() const; + virtual void dumpLOGV(const char *prefix) const; + protected: ObjectBaseRef mType; -- cgit v1.1