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

Commit cacb21cb authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Dump DeviceProfile in TouchInteractionService dumpsys" into tm-dev

parents 28890edf 890e4a75
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -959,6 +959,9 @@ public class TouchInteractionService extends Service
            pw.println("ProtoTrace:");
            pw.println("  file=" + ProtoTracer.INSTANCE.get(this).getTraceFile());
            mTaskbarManager.dumpLogs("", pw);
            if (createdOverviewActivity != null) {
                createdOverviewActivity.getDeviceProfile().dump("", pw);
            }
        }
    }