I am trying to debug a Yocto project. I have flashed cpp binaries on some device. Now I my trying to display logs using below adb command
adb shell tail -f main.log
The problem i'm facing is that logs are not displayed continuously.I have to cancel and again start to print further log statements.
Anyone can help me in this ?