wzdxy
Results
3
comments of
wzdxy
+1 I spent the whole afternoon debugging this bug. I found this PR when I was about to modify the source code.
When exclude is a function filePath.match(exclude) always returns null , then all files be excluded
Same issue ``` "react-native": "0.73.2" "react-native-file-logger": "^0.5.5" "expo": "50.0.18" ``` My test device is PCT-AL10 with Android 10 The error will occur **only in release mode**, there is no problem...