How I can simulate "tail" command for file on the Android file system?

Posted by vochupin on Stack Overflow See other posts from Stack Overflow or by vochupin
Published on 2010-06-02T11:03:24Z Indexed on 2010/06/02 12:44 UTC
Read the original article Hit count: 173

Filed under:

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.

© Stack Overflow or respective owner

Related posts about android