-
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
[android] JSStackTrace -> Ensure lineNumber exists before consuming #24399
[android] JSStackTrace -> Ensure lineNumber exists before consuming #24399
Conversation
|
Very nice fix, thank you so much @Salakar! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@cpojer is landing this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
This pull request was successfully merged by @Salakar in c953e0b. When will my fix make it into a release? | Upcoming Releases |
…4399) Summary: Fixes facebook#24382 [ANDROID] [INTERNAL] - Fixed a `NoSuchKeyException` when parsing JS stack frames without line numbers. Pull Request resolved: facebook#24399 Differential Revision: D14890746 Pulled By: cpojer fbshipit-source-id: cea3653076484ad624084c370439f8a39c303083
…4399) Summary: Fixes facebook#24382 [ANDROID] [INTERNAL] - Fixed a `NoSuchKeyException` when parsing JS stack frames without line numbers. Pull Request resolved: facebook#24399 Differential Revision: D14890746 Pulled By: cpojer fbshipit-source-id: cea3653076484ad624084c370439f8a39c303083
As this fixes broken JS crash handling I personally I think this is worth shipping in a 0.59.5 release on a short notice. |
…4399) Summary: Fixes facebook#24382 [ANDROID] [INTERNAL] - Fixed a `NoSuchKeyException` when parsing JS stack frames without line numbers. Pull Request resolved: facebook#24399 Differential Revision: D14890746 Pulled By: cpojer fbshipit-source-id: cea3653076484ad624084c370439f8a39c303083
…4399) Summary: Fixes facebook#24382 [ANDROID] [INTERNAL] - Fixed a `NoSuchKeyException` when parsing JS stack frames without line numbers. Pull Request resolved: facebook#24399 Differential Revision: D14890746 Pulled By: cpojer fbshipit-source-id: cea3653076484ad624084c370439f8a39c303083
…4399) Summary: Fixes facebook#24382 [ANDROID] [INTERNAL] - Fixed a `NoSuchKeyException` when parsing JS stack frames without line numbers. Pull Request resolved: facebook#24399 Differential Revision: D14890746 Pulled By: cpojer fbshipit-source-id: cea3653076484ad624084c370439f8a39c303083
JSStackTrace -> Ensure lineNumber exists before consuming (facebook#24399)
…4399) Summary: Fixes facebook#24382 [ANDROID] [INTERNAL] - Fixed a `NoSuchKeyException` when parsing JS stack frames without line numbers. Pull Request resolved: facebook#24399 Differential Revision: D14890746 Pulled By: cpojer fbshipit-source-id: cea3653076484ad624084c370439f8a39c303083
JSStackTrace -> Ensure lineNumber exists before consuming (facebook#24399)
…4399) Summary: Fixes facebook#24382 [ANDROID] [INTERNAL] - Fixed a `NoSuchKeyException` when parsing JS stack frames without line numbers. Pull Request resolved: facebook#24399 Differential Revision: D14890746 Pulled By: cpojer fbshipit-source-id: cea3653076484ad624084c370439f8a39c303083
Summary
Fixes #24382
Changelog
[ANDROID] [INTERNAL] - Fixed a
NoSuchKeyException
when parsing JS stack frames without line numbers.Test Plan
TODO: Will update tomorrow (sorry 🙈) just wanted to check CI.