Merge "Dump DeviceProfile in TouchInteractionService dumpsys" into tm-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
cacb21cba9
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user