Skip to content

Commit dc210ad

Browse files
Dianne HackbornAndroid (Google) Code Review
authored andcommitted
Merge "Return information about whether overlays are disabled."
2 parents 424a69d + 5989e8e commit dc210ad

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
@@ -1793,6 +1793,7 @@ status_t SurfaceFlinger::onTransact(
17931793
reply->writeInt32(0);
17941794
reply->writeInt32(mDebugRegion);
17951795
reply->writeInt32(mDebugBackground);
1796+
reply->writeInt32(mDebugDisableHWC);
17961797
return NO_ERROR;
17971798
case 1013: {
17981799
Mutex::Autolock _l(mStateLock);

0 commit comments

Comments
 (0)