Merge "Fix malformed trace section" into tm-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
251eda5b9a
@@ -1473,6 +1473,7 @@ public class VolumeDialogImpl implements VolumeDialog, Dumpable,
|
|||||||
mHandler.removeMessages(H.SHOW);
|
mHandler.removeMessages(H.SHOW);
|
||||||
if (mIsAnimatingDismiss) {
|
if (mIsAnimatingDismiss) {
|
||||||
Log.d(TAG, "dismissH: isAnimatingDismiss");
|
Log.d(TAG, "dismissH: isAnimatingDismiss");
|
||||||
|
Trace.endSection();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
mIsAnimatingDismiss = true;
|
mIsAnimatingDismiss = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user