Unable to see Android logs in react-native app using adb logcat: no matches found: *:S -
according official doc, typing adb logcat *:s reactnative:v reactnativejs:v in terminal display android logs, when following error message: no matches found: *:s. have put log statements in custom native modules : log.e(tag, "unsupported media type:" + type);.i searched problem online , found no solution(no 1 has had same error me, apparently).
i add code working fine.
Comments
Post a Comment