Commit 571189a
Hide Performance Monitor when tracing in RNDT
Summary:
# 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.
Differential Revision: D887480371 parent 7f67592 commit 571189a
File tree
1 file changed
+5
-1
lines changed- packages/react-native/ReactAndroid/src/main/java/com/facebook/react/devsupport/perfmonitor
1 file changed
+5
-1
lines changedLines 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