kaushik lingarkar wrote:
> hi all,
>
> i am running a benchmark on android which outputs the logs to the
> screen.unfortunately i dont see the logs on 'adb logcat'.Is there a
> way i can save the output logs on the screen ?      thanks
>   
adb logcat > /tmp/log.txt &
tail -f /tmp/log.txt

Michael
> >
>
>   


--~--~---------~--~----~------------~-------~--~----~
unsubscribe: android-kernel+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-kernel
-~----------~----~----~----~------~----~------~--~---

Reply via email to