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

This commit is contained in:
TreeHugger Robot
2022-02-25 20:19:03 +00:00
committed by Android (Google) Code Review
@@ -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);
}
}
}