diff --git a/common/src/main/ets/default/uicomponents/RemoteWindowWrapper.ets b/common/src/main/ets/default/uicomponents/RemoteWindowWrapper.ets index 79b8a2ab..a50d0aac 100644 --- a/common/src/main/ets/default/uicomponents/RemoteWindowWrapper.ets +++ b/common/src/main/ets/default/uicomponents/RemoteWindowWrapper.ets @@ -315,7 +315,6 @@ export struct RemoteWindowWrapper { curve: Curve.LinearOutSlowIn, onFinish: () => { callback.onAnimationFinish(); - Trace.end(Trace.CORE_METHOD_START_APP_ANIMATION); } }, () => { this.remoteWindowScaleX = 1.0; diff --git a/feature/recents/src/main/ets/default/common/uicomponents/RecentMissionCard.ets b/feature/recents/src/main/ets/default/common/uicomponents/RecentMissionCard.ets index 05e854ba..80913277 100644 --- a/feature/recents/src/main/ets/default/common/uicomponents/RecentMissionCard.ets +++ b/feature/recents/src/main/ets/default/common/uicomponents/RecentMissionCard.ets @@ -123,7 +123,6 @@ export default struct RecentMissionCard { .margin({ left: RecentsStyleConstants.SINGLE_LIST_APP_INFO_LEFT_MARGIN }) .onClick((event) => { - Trace.start(Trace.CORE_METHOD_START_APP_ANIMATION); this.setStartAppInfo(event?.target?.area?.globalPosition); }) Column() {