commit | eea60692b060737faeaa02bb30f5b79e2202b482 | [log] [tgz] |
---|---|---|
author | Romain Guy <romainguy@google.com> | Tue Jul 26 20:35:55 2011 -0700 |
committer | Romain Guy <romainguy@google.com> | Tue Jul 26 20:35:55 2011 -0700 |
tree | 3dcf0aee4e80c38b0475250767a37901e686fde7 | |
parent | 912a7b32d0c59ba38265c5dd6ff84ce93f909a7f [diff] [blame] |
Improve layers debugging Change-Id: Ia4950dd5f0e0a224ecb69c581d33aa4f32260a7c
diff --git a/libs/hwui/LayerCache.h b/libs/hwui/LayerCache.h index 81b8bf3..a0eae59 100644 --- a/libs/hwui/LayerCache.h +++ b/libs/hwui/LayerCache.h
@@ -101,6 +101,11 @@ */ uint32_t getSize(); + /** + * Prints out the content of the cache. + */ + void dump(); + private: void deleteLayer(Layer* layer);