Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3062381d authored by Wenhui Yang's avatar Wenhui Yang
Browse files

Include PID and UID in offscreen hierarchy dumping

Fixes: 374625249
Test: adb shell su root dumpsys SurfaceFlinger
Flag: EXEMPT bugfix
Change-Id: I725aee1405f29c7e1db61d939cbd4abb8e3bc3d9
parent 150a881b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -166,7 +166,8 @@ void LayerHierarchy::dump(std::ostream& out, const std::string& prefix,
            }
            out << "(Mirroring) ";
        }
        out << *mLayer;

        out << *mLayer << " pid=" << mLayer->ownerPid.val() << " uid=" << mLayer->ownerUid.val();
    }

    for (size_t i = 0; i < mChildren.size(); i++) {