-
Notifications
You must be signed in to change notification settings - Fork 24.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Start/Stop Sampling Profiler" not working on Android #18044
Comments
Same here for Nexus 4, 5.1.1 +1 |
I seem to be hitting the same problem on both, Android Studio emulator as well as on my own Oneplus 5T. RN 0.55 |
same with Android 8.0.0 |
Hey guys, I have the same issue, is there a workaround for finding performance issues? Thanks, |
android 6.0 Rn 0.55.0 |
I get the same |
Ditto. Same as #15003? |
same +1, rn 0.55 |
Any ideas? :/ |
Still getting this at RN 0.57.2 - anyone got any closer to understanding the root of the problem? |
Getting this on both 0.55.4 and 0.57.1 |
Same on android with RN 0.55.4 |
1 similar comment
Same on android with RN 0.55.4 |
I think we no longer use the sample profiler. I would recommend using Systrace. Here is a post I wrote about profiling- http://blog.nparashuram.com/2018/11/react-native-performance-playbook-part-i.html |
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as a "Discussion" or add it to the "Backlog" and I will leave it open. Thank you for your contributions. |
I am working on a fix for this. |
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as a "Discussion" or add it to the "Backlog" and I will leave it open. Thank you for your contributions. |
Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information. |
Is this a bug report?
Yes
Have you read the Contributing Guidelines?
Yes
Environment
Environment:
OS: macOS High Sierra 10.13.3
Node: 6.10.3
Yarn: 1.3.2
npm: 3.10.10
Watchman: Not Found
Xcode: Xcode 9.2 Build version 9C40b
Android Studio: Not Found
Packages: (wanted => installed)
react: 16.2.0 => 16.2.0
react-native: 0.53.3 => 0.53.3
Target Platform: Android API 23, Nexus 5X
Steps to Reproduce
Expected Behavior
I would be able to start profiling memory usage in my react-native app
Actual Behavior
"TypeError: undefined is not a function (evaluating 'global.pokeSamplingProfiler()')"
Reproducible Demo
Either create a react-native repo from scratch, or use this repo here which is just that (no local modifications made after react-native init):
https://github.com/dannycochran/rn-profiler
The text was updated successfully, but these errors were encountered: