-
Notifications
You must be signed in to change notification settings - Fork 24.5k
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
Debugging is slow on real android device without attached debugger #25233
Comments
DebugJS remotely will run/process JS on your computer, not a phone, and render results on the device. This might be caused by hardware specs of your device. |
In my case, stacktrace-parser module causes the problem. |
@dulmandakh why did you close? |
I don't think this is caused by hardware specs of the device, because even on high-end Android devices I experience really bad performance in debug builds. Please do notice that this only concerns debug builds, we're experiencing this after updating to |
We are also seeing issue on RN 0.60.4 @dulmandakh, please consider re-opening as it affects all devices, no matter their specs |
Same here. react-native info:
|
We experience the same
|
Same.
|
It might be related to facebook/hermes#48 |
any solution? |
Same here:
|
In my configuration Hermes is disabled. Yet the issue is the same. |
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. |
not it's not fixed |
Same. |
Any update on 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. |
React Native version: 0.59 (but also all others)
Steps To Reproduce
react-native run-android
Describe what you expected to happen:
Same performance as with attached remote debugger or at least a command line option to react native cli that starts the app with debugger attached.
Workaround
adb shell input keyevent 82
The text was updated successfully, but these errors were encountered: