commit | a8d49178f94e025be8be00460739315b9c273e4c | [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 | 7ccc645e6f9acb14a1e92b6d6163b641fe72937b | |
parent | b89c9d422781d10c614af61b1519daed2b9086e2 [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.