commit | 948d69fca450a5a85e3e3e17d5776bfb26e48b85 | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Mon Mar 08 19:29:09 2010 -0800 |
committer | Mathias Agopian <mathias@google.com> | Mon Mar 08 19:30:56 2010 -0800 |
tree | dced50dd4d2a0372405a728361a60cc503db1138 | |
parent | 7d3f8ed3a5878e3dc8046eaa1fa0524a6ff51344 [diff] [blame] |
improve SF logging/debugging a little bit Change-Id: I6a57f89c25defc293fd748cc1fbd710031c02ec2
diff --git a/libs/surfaceflinger/LayerBase.h b/libs/surfaceflinger/LayerBase.h index 7ac8bc5..852b9f9 100644 --- a/libs/surfaceflinger/LayerBase.h +++ b/libs/surfaceflinger/LayerBase.h
@@ -369,6 +369,9 @@ friend class Surface; +protected: + mutable bool mDebug; + private: int32_t mIndex; mutable Mutex mLock;