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

Commit 2a47d12f authored by Wale Ogunwale's avatar Wale Ogunwale
Browse files

Return ProcessRecord toString() for WindowProcessController

So it works the way developers are used to.

Bug: N/A
Test: prints
Change-Id: I9cc831d8df1816aea611a6500d20ed0a23cb51da
parent 089815d0
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -898,6 +898,11 @@ public class WindowProcessController extends ConfigurationContainer<Configuratio
        }
    }

    @Override
    public String toString() {
        return mOwner.toString();
    }

    public void dump(PrintWriter pw, String prefix) {
        synchronized (mAtm.mGlobalLock) {
            if (mActivities.size() > 0) {