- 
                Notifications
    You must be signed in to change notification settings 
- Fork 24.9k
Use new getCanonicalName and getMessage methods exposed by fbjni #37879
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
Use new getCanonicalName and getMessage methods exposed by fbjni #37879
Conversation
| fbjni 0.3.1 isn't shipped yet, right? I have a pending cleanup blocked on that too (I expect it to be 0.4.0 at this point). | 
| ANDROIDX_TRACING_VERSION=1.1.0 | ||
| ASSERTJ_VERSION=3.21.0 | ||
| FBJNI_VERSION=0.3.0 | ||
| FBJNI_VERSION=0.3.1 | 
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.
This won't work as of now as this version hasn't been published yet
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.
Yes, I've just opened this PR, to keep track that this will change with the next version. I'll adjust it to the actually release when it's out.
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.
FBJNI_VERSION=0.4.0 should be out and ready to use in the next hours @krystofwoldrich
| 
 Base commit: ede86a3 | 
| @javache has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. | 
| This pull request was successfully merged by @krystofwoldrich in 6c729ac. When will my fix make it into a release? | Upcoming Releases | 
…bump to 0.5.1 (facebook#37879) Summary: When a new version of `fbjni` is released, we can simplify `getName` and `getMessage` calls on throwables. <!-- Help reviewers and the release process by writing your own changelog entry. Pick one each for the category and type tags: For more details, see: https://reactnative.dev/contributing/changelogs-in-pull-requests --> [ANDROID] [CHANGED] - Use new `getCanonicalName` and `getMessage` methods exposed by `fbjni` Pull Request resolved: facebook#37879 Test Plan: facebookincubator/fbjni#78 Reviewed By: cortinico Differential Revision: D46966561 Pulled By: javache fbshipit-source-id: f30720a30146cf8fe5125336435a1512063c253d
…bump to 0.5.1 (facebook#37879) Summary: When a new version of `fbjni` is released, we can simplify `getName` and `getMessage` calls on throwables. <!-- Help reviewers and the release process by writing your own changelog entry. Pick one each for the category and type tags: For more details, see: https://reactnative.dev/contributing/changelogs-in-pull-requests --> [ANDROID] [CHANGED] - Use new `getCanonicalName` and `getMessage` methods exposed by `fbjni` Pull Request resolved: facebook#37879 Test Plan: facebookincubator/fbjni#78 Reviewed By: cortinico Differential Revision: D46966561 Pulled By: javache fbshipit-source-id: f30720a30146cf8fe5125336435a1512063c253d
Summary:
When a new version of
fbjniis released, we can simplifygetNameandgetMessagecalls on throwables.Changelog:
[ANDROID] [CHANGED] - Use new
getCanonicalNameandgetMessagemethods exposed byfbjniTest Plan:
facebookincubator/fbjni#78