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

Commit b9a00040 authored by Kazuki Takise's avatar Kazuki Takise Committed by Android (Google) Code Review
Browse files

Merge "Print package name with "Checking to restart" ProtoLog" into main

parents e7df3624 e28c2d6f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8553,7 +8553,7 @@ final class ActivityRecord extends WindowToken {

        // Figure out how to handle the changes between the configurations.
        ProtoLog.v(WM_DEBUG_CONFIGURATION, "Checking to restart %s: changed=%s, "
                + "handles=%s, not-handles=%s, mLastReportedConfiguration=%s", info.name,
                + "handles=%s, not-handles=%s, mLastReportedConfiguration=%s", this,
                Configuration.configurationDiffToString(changes),
                Configuration.configurationDiffToString(info.getRealConfigChanged()),
                Configuration.configurationDiffToString(changes & ~(info.getRealConfigChanged())),