Loading services/core/java/com/android/server/wm/DisplayArea.java +4 −0 Original line number Diff line number Diff line Loading @@ -272,6 +272,10 @@ public class DisplayArea<T extends WindowContainer> extends WindowContainer<T> { @Override public void dumpDebug(ProtoOutputStream proto, long fieldId, int logLevel) { if (logLevel == WindowTraceLogLevel.CRITICAL && !isVisible()) { return; } final long token = proto.start(fieldId); super.dumpDebug(proto, WINDOW_CONTAINER, logLevel); proto.write(NAME, mName); Loading Loading
services/core/java/com/android/server/wm/DisplayArea.java +4 −0 Original line number Diff line number Diff line Loading @@ -272,6 +272,10 @@ public class DisplayArea<T extends WindowContainer> extends WindowContainer<T> { @Override public void dumpDebug(ProtoOutputStream proto, long fieldId, int logLevel) { if (logLevel == WindowTraceLogLevel.CRITICAL && !isVisible()) { return; } final long token = proto.start(fieldId); super.dumpDebug(proto, WINDOW_CONTAINER, logLevel); proto.write(NAME, mName); Loading