Merge "Fix malformed trace section" into tm-qpr-dev am: 251eda5b9a

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/21894360

Change-Id: I53ba34184767f5893fedad09b6f78e144c3e238c
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Peter Kalauskas
2023-03-08 16:38:06 +00:00
committed by Automerger Merge Worker

View File

@@ -1475,6 +1475,7 @@ public class VolumeDialogImpl implements VolumeDialog, Dumpable,
mHandler.removeMessages(H.SHOW);
if (mIsAnimatingDismiss) {
Log.d(TAG, "dismissH: isAnimatingDismiss");
Trace.endSection();
return;
}
mIsAnimatingDismiss = true;