Skip to content

Commit 5989e8e

Browse files
author
Dianne Hackborn
committed
Return information about whether overlays are disabled.
Change-Id: I85ae42e9f28461f5142cc6b3c8e25ff3f195805a
1 parent c69acae commit 5989e8e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

services/surfaceflinger/SurfaceFlinger.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1753,6 +1753,7 @@ status_t SurfaceFlinger::onTransact(
17531753
reply->writeInt32(0);
17541754
reply->writeInt32(mDebugRegion);
17551755
reply->writeInt32(mDebugBackground);
1756+
reply->writeInt32(mDebugDisableHWC);
17561757
return NO_ERROR;
17571758
case 1013: {
17581759
Mutex::Autolock _l(mStateLock);

0 commit comments

Comments
 (0)