commit | 12839bee29bdcc65731b4d42029cc59e2320c5c4 | [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 | d819cd2bc0fc98bcf251e69e92298f1093e32713 | |
parent | e25eb6dad65392b3701db8bf49999bd2acd536cd [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);