You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ios] Fix crash when enabling Performance Monitor on iOS 13.4
## Motivation
This PR fixes a crash when opening the Performance Monitor on iOS 13.4.
More info: facebook#28414
## How
This PR prevents the JavaScriptCore option from being set altogether.
This ensures that the performance monitor keeps working, but on iOS 13.4 and higher, it will no longer crash or show the GC usage.
## Test Plan
Tested on iOS 13.4 (simulator):
Tested on iOS 13.1 (simulator)
- Verified that the `setOption` was called, but the Performance Monitor didn't show any GC usage regardless.
## Release Notes
`[ IOS ] [ BUGFIX ] [RCTPerfMonitor.m] - Fix crash when enabling Performance Monitor on iOS 13.4`
0 commit comments