Skip to content

Commit

Permalink
Add explanation about assumptions for start method
Browse files Browse the repository at this point in the history
  • Loading branch information
koke committed Mar 9, 2020
1 parent d0a7737 commit 68c042b
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2669,6 +2669,10 @@ private void onEditorFinalTouchesBeforeShowing() {

@Override
public void onEditorFragmentContentReady(ArrayList<Object> unsupportedBlocksList) {
// Note that this method is also used to track startup performance
// It assumes this is being called when the editor has finished loading
// If you need to refactor this, please ensure that the startup_time_ms property
// is still reflecting the actual startup time of the editor
mPostEditorAnalyticsSession.start(unsupportedBlocksList);
}

Expand Down

0 comments on commit 68c042b

Please sign in to comment.