commit | 9795c42e557cfa37b9fd353ef7a2a7977a77f504 | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Wed Aug 26 16:36:26 2009 -0700 |
committer | Mathias Agopian <mathias@google.com> | Wed Aug 26 16:55:50 2009 -0700 |
tree | d5d82843e6f352ddee5127025da8b06be250e42e | |
parent | 161f74cb6af758e77d6ce7e4750c2f9813a5f9f5 [diff] |
dumpsys SurfaceFlinger will now always dump SF's state, even if SF is deadlocked (in this case the state is dumped without the proper locks held which could result to a crash) in addition, the last transaction and swap times are printed to the dump as well as the time spent *currently* in these function. For instance, if SF is unresponsive because eglSwapBuffers() is stuck, this will show up here.