On Thu, Jul 2, 2009 at 2:44 PM, Michael Trimarchi<[email protected]> 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: [email protected] website: http://groups.google.com/group/android-kernel -~----------~----~----~----~------~----~------~--~---
