The default size of the console buffer in Eclipse is pretty small (80,000 characters). If your code is very verbose with its log messages, this console buffer can overrun very easily. The console silently removes all the lines that overrun (in FIFO order).
To increase or change the buffer size, head over to Windows → Preferences → Run/Debug → Console → Console buffer size.
