Sometimes console.log shows in log-ios sometimes it doesn't
问题 I have run react-native start in one terminal, and then react-native ios-run in another. My initial console.log rarely show, sometimes they do. Lot's of times, randomly I do see: LOG MESSAGE QUOTA EXCEEDED - SOME MESSAGES FROM THIS PROCESS HAVE BEEN DISCARDED Are my console.log 's being discarded? I tried clearing the console to see it more clearly but I can't find a way to clear console either. On Android, I wouldn't have issue with missing console.log . 回答1: react-native logs information