Skip to content
This repository was archived by the owner on Jun 3, 2021. It is now read-only.

Commit 0135e3c

Browse files
lucky-chenDarin726
authored andcommitted
[Android] record jsbundle execute time (#2793)
1 parent d469e47 commit 0135e3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

android/sdk/src/main/java/com/taobao/weex/WXSDKInstance.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -546,6 +546,7 @@ public void setHasException(boolean hasException) {
546546
public void createInstanceFuncHeartBeat() {
547547
WXLogUtils.d("createInstanceFuncHeartBeat: " + mInstanceId);
548548
this.createInstanceHeartBeat = true;
549+
getApmForInstance().onStage(WXInstanceApm.KEY_PAGE_STAGES_END_EXCUTE_BUNDLE);
549550
}
550551

551552
public void addOnInstanceVisibleListener(OnInstanceVisibleListener l){

0 commit comments

Comments
 (0)