commit | 5989e8e7a6304a02c0785f4118232c7e40319b3e | [log] [tgz] |
---|---|---|
author | Dianne Hackborn <hackbod@google.com> | Mon Feb 06 21:21:05 2012 -0800 |
committer | Dianne Hackborn <hackbod@google.com> | Mon Feb 06 21:21:05 2012 -0800 |
tree | 46c7e3f980bf40d9b38e186038ddab888945577b | |
parent | c69acaef0b31af922931461c11f075e436642fef [diff] [blame] |
Return information about whether overlays are disabled. Change-Id: I85ae42e9f28461f5142cc6b3c8e25ff3f195805a
diff --git a/services/surfaceflinger/SurfaceFlinger.cpp b/services/surfaceflinger/SurfaceFlinger.cpp index ff70ec3..5535699 100644 --- a/services/surfaceflinger/SurfaceFlinger.cpp +++ b/services/surfaceflinger/SurfaceFlinger.cpp
@@ -1753,6 +1753,7 @@ reply->writeInt32(0); reply->writeInt32(mDebugRegion); reply->writeInt32(mDebugBackground); + reply->writeInt32(mDebugDisableHWC); return NO_ERROR; case 1013: { Mutex::Autolock _l(mStateLock);