Kudo / react-native-v8

Opt-in V8 runtime for React Native Android
MIT License
914 stars 69 forks source link

Fix v8 profiler #118

Closed Szymon20000 closed 2 years ago

Szymon20000 commented 2 years ago

I found out that v8::CpuProfiler keeps some threadLocal stuff and current implementation is calling it from a wrong thread. It made profiler to return empty profiles. This pr is supposed to fix it.

Szymon20000 commented 2 years ago

Done :D Thx for review and awesome library!