[android] JSStackTrace -> Ensure lineNumber exists before consuming#24399
Closed
Salakar wants to merge 1 commit intofacebook:masterfrom
Closed
[android] JSStackTrace -> Ensure lineNumber exists before consuming#24399Salakar wants to merge 1 commit intofacebook:masterfrom
Salakar wants to merge 1 commit intofacebook:masterfrom
Conversation
|
Contributor
|
Very nice fix, thank you so much @Salakar! |
facebook-github-bot
approved these changes
Apr 11, 2019
Contributor
facebook-github-bot
left a comment
There was a problem hiding this comment.
@cpojer is landing this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
Collaborator
|
This pull request was successfully merged by @Salakar in c953e0b. When will my fix make it into a release? | Upcoming Releases |
evgeni-wix
pushed a commit
to wix-playground/react-native
that referenced
this pull request
Apr 11, 2019
…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
dsyang
pushed a commit
to dsyang/react-native
that referenced
this pull request
Apr 12, 2019
…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
Contributor
|
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. |
karanjthakkar
pushed a commit
to karanjthakkar/react-native
that referenced
this pull request
May 10, 2019
…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
karanjthakkar
pushed a commit
to karanjthakkar/react-native
that referenced
this pull request
May 10, 2019
…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
randy-miller
pushed a commit
to ubiquity6/react-native
that referenced
this pull request
Jul 29, 2019
…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
randy-miller
added a commit
to ubiquity6/react-native
that referenced
this pull request
Jul 29, 2019
JSStackTrace -> Ensure lineNumber exists before consuming (facebook#24399)
randy-miller
pushed a commit
to ubiquity6/react-native
that referenced
this pull request
Jul 29, 2019
…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
randy-miller
added a commit
to ubiquity6/react-native
that referenced
this pull request
Jul 29, 2019
JSStackTrace -> Ensure lineNumber exists before consuming (facebook#24399)
randy-miller
pushed a commit
to ubiquity6/react-native
that referenced
this pull request
Jul 29, 2019
…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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fixes #24382
Changelog
[ANDROID] [INTERNAL] - Fixed a
NoSuchKeyExceptionwhen parsing JS stack frames without line numbers.Test Plan
TODO: Will update tomorrow (sorry 🙈) just wanted to check CI.