-
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
General Logging Util (stab) class for native errors #31998
Conversation
Summary: Overall Context: We want to add a way to log errors (e.g. mustfix, warn, etc on the server with stack trace) without crashing the app (e.g. react_native_assert crashes the app). This diff: I am writing very simple logger functions which will get resolved at build time depending on the platforms/apps. Changelog: [internal] Reviewed By: JoshuaGross Differential Revision: D30174404 fbshipit-source-id: 2e095ed7e17f176acee929908abc6d9cf3169591
This pull request was exported from Phabricator. Differential Revision: D30174404 |
|
Base commit: d583c2f |
Base commit: d583c2f |
Summary: Pull Request resolved: #31998 Overall Context: We want to add a way to log errors (e.g. mustfix, warn, etc on the server with stack trace) without crashing the app (e.g. react_native_assert crashes the app). This diff: I am writing very simple logger functions which will get resolved at build time depending on the platforms/apps. Changelog: [internal] Reviewed By: JoshuaGross Differential Revision: D30174404 fbshipit-source-id: 2e5bc865dd8576c5a758c56e080a1e582a8c3ada
This pull request was successfully merged by @sota000 in 307f548. When will my fix make it into a release? | Upcoming Releases |
18 similar comments
This pull request was successfully merged by @sota000 in 307f548. When will my fix make it into a release? | Upcoming Releases |
This pull request was successfully merged by @sota000 in 307f548. When will my fix make it into a release? | Upcoming Releases |
This pull request was successfully merged by @sota000 in 307f548. When will my fix make it into a release? | Upcoming Releases |
This pull request was successfully merged by @sota000 in 307f548. When will my fix make it into a release? | Upcoming Releases |
This pull request was successfully merged by @sota000 in 307f548. When will my fix make it into a release? | Upcoming Releases |
This pull request was successfully merged by @sota000 in 307f548. When will my fix make it into a release? | Upcoming Releases |
This pull request was successfully merged by @sota000 in 307f548. When will my fix make it into a release? | Upcoming Releases |
This pull request was successfully merged by @sota000 in 307f548. When will my fix make it into a release? | Upcoming Releases |
This pull request was successfully merged by @sota000 in 307f548. When will my fix make it into a release? | Upcoming Releases |
This pull request was successfully merged by @sota000 in 307f548. When will my fix make it into a release? | Upcoming Releases |
This pull request was successfully merged by @sota000 in 307f548. When will my fix make it into a release? | Upcoming Releases |
This pull request was successfully merged by @sota000 in 307f548. When will my fix make it into a release? | Upcoming Releases |
This pull request was successfully merged by @sota000 in 307f548. When will my fix make it into a release? | Upcoming Releases |
This pull request was successfully merged by @sota000 in 307f548. When will my fix make it into a release? | Upcoming Releases |
This pull request was successfully merged by @sota000 in 307f548. When will my fix make it into a release? | Upcoming Releases |
This pull request was successfully merged by @sota000 in 307f548. When will my fix make it into a release? | Upcoming Releases |
This pull request was successfully merged by @sota000 in 307f548. When will my fix make it into a release? | Upcoming Releases |
This pull request was successfully merged by @sota000 in 307f548. When will my fix make it into a release? | Upcoming Releases |
This pull request was successfully merged by @sota000 in 307f548. When will my fix make it into a release? | Upcoming Releases |
2 similar comments
This pull request was successfully merged by @sota000 in 307f548. When will my fix make it into a release? | Upcoming Releases |
This pull request was successfully merged by @sota000 in 307f548. When will my fix make it into a release? | Upcoming Releases |
Summary:
Overall Context: We want to add a way to log errors (e.g. mustfix, warn, etc on the server with stack trace) without crashing the app (e.g. react_native_assert crashes the app).
This diff: I am writing very simple logger functions which will get resolved at build time depending on the platforms/apps.
Changelog: [internal]
Reviewed By: JoshuaGross
Differential Revision: D30174404