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

Commit

Permalink
[Android] record jsbundle execute time (#2793)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucky-chen authored and Darin726 committed Aug 7, 2019
1 parent d469e47 commit 0135e3c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -546,6 +546,7 @@ public void setHasException(boolean hasException) {
public void createInstanceFuncHeartBeat() {
WXLogUtils.d("createInstanceFuncHeartBeat: " + mInstanceId);
this.createInstanceHeartBeat = true;
getApmForInstance().onStage(WXInstanceApm.KEY_PAGE_STAGES_END_EXCUTE_BUNDLE);
}

public void addOnInstanceVisibleListener(OnInstanceVisibleListener l){
Expand Down

0 comments on commit 0135e3c

Please sign in to comment.