mirror of
https://gitee.com/openharmony/applications_launcher
synced 2025-02-05 23:27:14 +00:00
新增DFX打点需求
Signed-off-by: yongxinggong <gongyongxing@huawei.com>
This commit is contained in:
parent
ea3434dce7
commit
69c9268ba8
@ -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;
|
||||
|
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user