commit | e2c4f4ec23b735dd2a03f4ea8b08b288a1bb04e8 | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Tue Apr 10 18:25:31 2012 -0700 |
committer | Mathias Agopian <mathias@google.com> | Tue Apr 10 21:04:12 2012 -0700 |
tree | b90a8c78d8ee70040a5dd8b66c9361b16a146ab8 | |
parent | f0bc2f1d8d37977bd3aef3d3326a70e9e69d4246 [diff] [blame] |
Added vsync debugging information in dumpsys log Change-Id: I20ef05a73d89caaf6a70dc9ca25ada6e6a1f6ff9
diff --git a/services/surfaceflinger/DisplayHardware/HWComposer.h b/services/surfaceflinger/DisplayHardware/HWComposer.h index 7814594..76aadf8 100644 --- a/services/surfaceflinger/DisplayHardware/HWComposer.h +++ b/services/surfaceflinger/DisplayHardware/HWComposer.h
@@ -144,6 +144,7 @@ nsecs_t mRefreshPeriod; size_t mVSyncCount; sp<VSyncThread> mVSyncThread; + bool mDebugForceFakeVSync; };