I am trying to profile my React Native app, but LogBoxStateSubscription seems to create commits when profiling:
I have not seen this before - how can I stop this so I only see commits caused by my React source code rendering?
I have tried to use LogBox.ignoreAllLogs();
but it doesn't seem to make a difference.