margelo / react-native-release-profiler

A fast and simple library to passively profile JS/Hermes performance in production and release builds.
https://margelo.io
MIT License
188 stars 2 forks source link

Empty trace on android with expo 51 #3

Open joeporpeglia opened 1 month ago

joeporpeglia commented 1 month ago

I created a fresh expo project w/ a minimal react-native-release-profiler setup. After following the steps in the readme, I get an empty trace file on Android. I also ran the app through Android Studio and stepped through with the debugger, but I don't see any errors or unusual behavior. The native calls to HermesSamplingProfiler all seem to be successful.

Code and repro steps here: https://github.com/joeporpeglia/release-profiler-expo