We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Only these calls are found in onCreate():
onCreate()
ProfilingUtils.start("Visual Editor Startup"); ProfilingUtils.split("EditorFragment.onCreate");
Should also have these in onDestroy:
ProfilingUtils.dump(); ProfilingUtils.stop();
The text was updated successfully, but these errors were encountered:
@mzorz we actually are calling them, once the WebView DOM has finished loading:
WordPress-Android/libs/editor/WordPressEditor/src/main/java/org/wordpress/android/editor/EditorFragment.java
Lines 1287 to 1289 in 364e6cb
Sorry, something went wrong.
gotcha @aforcier ! closing
No branches or pull requests
Only these calls are found in
onCreate()
:Should also have these in onDestroy:
Tested on [device], Android [version]
The text was updated successfully, but these errors were encountered: