On Thu, Jul 2, 2009 at 2:44 PM, Michael
Trimarchi<trimar...@gandalf.sssup.it> wrote:
>
> 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

I use:

adb logcat | tee log.txt

-- 
Mike Lockwood
Google android team

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

Reply via email to