Commit 814a2cd
Hide Performance Monitor when tracing in RNDT (#54828)
Summary:
Pull Request resolved: #54828
# Changelog: [Internal]
As titled. Before this change, monitor was just disabled, but was shown in the UI.
I think we should completely hide it, so it doesn't contribute to any frames or screenshots data. Since the trace is already initialized from the RNDT, user has already expressed the intent for tracing, we don't need to show it in the UI.
Reviewed By: huntie
Differential Revision: D88748037
fbshipit-source-id: 899d25f25ac8c4633448d2132f99b478f83752651 parent 4d6a450 commit 814a2cd
1 file changed
Lines changed: 5 additions & 1 deletion
File tree
- packages/react-native/ReactAndroid/src/main/java/com/facebook/react/devsupport/perfmonitor
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
87 | 91 | | |
88 | 92 | | |
89 | 93 | | |
| |||
0 commit comments