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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user