Skip to content
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

RegEx matching on android does not work #28

Open
bawahakim opened this issue Mar 26, 2024 · 0 comments · May be fixed by #27
Open

RegEx matching on android does not work #28

bawahakim opened this issue Mar 26, 2024 · 0 comments · May be fixed by #27

Comments

@bawahakim
Copy link

The regex to parse the android log message does not work as expected. It seems the test was done according to what flutter prints to the console with format
Level/Tag(PID): message

However, it seems from the native side we receive
date time pid tid level tag: message

Tested in flutter 3.19.1 both in debug and release

@bawahakim bawahakim linked a pull request Mar 26, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant