How I can simulate "tail" command for file on the Android file system?
- by vochupin
I have file on SD-CARD and my app using it as log file.
Is it possible through the adb to watch file with all changes in real time?
Like with tail -f /sdcard/myfile.log command.