-
Notifications
You must be signed in to change notification settings - Fork 955
New issue
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
feat(android): support fcp monitor #3796
Conversation
Hi, @siguangli. Thanks for your PR! 👏 🏷️ You can leave a comment in this PR with |
@@ -108,13 +108,16 @@ public class NativeRenderer extends Renderer implements NativeRender, NativeRend | |||
private static final String EVENT_PREFIX = "on"; | |||
private static final String SNAPSHOT_CREATE_NODE = "createNode"; | |||
private static final String SNAPSHOT_UPDATE_LAYOUT = "updateLayout"; | |||
private static final String FCP_KEY = "paintType"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这是是不是叫 PAINT_KEY 和 PAINT_VALUE 好点
...k/android/src/main/java/com/tencent/mtt/hippy/adapter/monitor/HippyEngineMonitorAdapter.java
Show resolved
Hide resolved
Please check the following details:
|
* feat(android): support fcp monitor * fix(android): rename to PAINT_TYPE_KEY --------- Co-authored-by: maxli <[email protected]>
Before submitting a new pull request, please make sure: