新增DFX打点需求

Signed-off-by: yongxinggong <gongyongxing@huawei.com>
This commit is contained in:
yongxinggong 2022-08-30 11:44:31 +08:00
parent ea3434dce7
commit 69c9268ba8
2 changed files with 0 additions and 2 deletions

View File

@ -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;

View File

@ -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() {