Goddchen / Goddchen/flutter_native_logs
RegEx matching on android does not work
Open
bug
enhancement
- Dominant language
- Dart
- Stars
- 3
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.