Merge "Remove usage of TRACE_TAG_ALWAYS from sysui" into tm-qpr-dev am: d5244b8c86
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/21462267 Change-Id: I6bac877fd861d6d89a7a9383ef7c144d1cad50d3 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
package com.android.systemui.shade;
|
||||
|
||||
import static android.os.Trace.TRACE_TAG_ALWAYS;
|
||||
import static android.os.Trace.TRACE_TAG_APP;
|
||||
import static android.view.WindowInsets.Type.systemBars;
|
||||
|
||||
import static com.android.systemui.statusbar.phone.CentralSurfaces.DEBUG;
|
||||
@@ -328,7 +328,7 @@ public class NotificationShadeWindowView extends FrameLayout {
|
||||
|
||||
@Override
|
||||
public void requestLayout() {
|
||||
Trace.instant(TRACE_TAG_ALWAYS, "NotificationShadeWindowView#requestLayout");
|
||||
Trace.instant(TRACE_TAG_APP, "NotificationShadeWindowView#requestLayout");
|
||||
super.requestLayout();
|
||||
}
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
|
||||
package com.android.systemui.statusbar.notification.stack;
|
||||
|
||||
import static android.os.Trace.TRACE_TAG_ALWAYS;
|
||||
import static android.os.Trace.TRACE_TAG_APP;
|
||||
|
||||
import static com.android.internal.jank.InteractionJankMonitor.CUJ_NOTIFICATION_SHADE_SCROLL_FLING;
|
||||
import static com.android.internal.jank.InteractionJankMonitor.CUJ_SHADE_CLEAR_ALL;
|
||||
@@ -1121,7 +1121,7 @@ public class NotificationStackScrollLayout extends ViewGroup implements Dumpable
|
||||
|
||||
@Override
|
||||
public void requestLayout() {
|
||||
Trace.instant(TRACE_TAG_ALWAYS, "NotificationStackScrollLayout#requestLayout");
|
||||
Trace.instant(TRACE_TAG_APP, "NotificationStackScrollLayout#requestLayout");
|
||||
super.requestLayout();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user