-
Notifications
You must be signed in to change notification settings - Fork 1.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 native logs #8384
base: main
Are you sure you want to change the base?
Android native logs #8384
Conversation
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 looks good, some changes needed in the library and then update this once the library npm package is released
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.
before merging this PR, we should update the library and remove this patch
@@ -24,7 +24,7 @@ | |||
"@mattermost/react-native-emm": "1.5.0", | |||
"@mattermost/react-native-network-client": "1.7.3", | |||
"@mattermost/react-native-paste-input": "0.8.0", | |||
"@mattermost/react-native-turbo-log": "0.4.0", | |||
"@mattermost/react-native-turbo-log": "github:mattermost/react-native-turbo-log#d8ddf5e7974546aff3e83b2c563907eb609ac5f4", |
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.
@enahum Let's use the github commit until we have the iOS version in place and we bump the version of the library.
@yasserfaraazkhan On a dev build, by defualt, the react native part won't create logs, so test this with a production build. The idea is that now you will have new logs, based on what happens on the native side (specially, when receiving notifications). Also, make sure that iOS has no relevant changes (no sudden crashes and the logs work just fine (just not the native part)). |
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.
Summary
Add android Native Logs. IOS logs will be added in a later PR.
Related PR
mattermost/react-native-turbo-log#6
Ticket Link
Part of https://mattermost.atlassian.net/browse/MM-61970
Release Note