[android-kernel] Re: redirect stdout

2009-07-02 Thread kaushik lingarkar
hey guys, sorry if my question was not clearwhat i want to do is redirect stdout to a file. As of now ,stdout and stderr output to goes to /dev/null . i tried $ adb shell stop $ adb shell setprop log.redirect-stdio true $ adb shell start but still i dont see any stdout msgs on logcat.Any ot

[android-kernel] Re: redirect stdout

2009-07-02 Thread Michael Trimarchi
Mike Lockwood wrote: > On Thu, Jul 2, 2009 at 2:44 PM, Michael > Trimarchi 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 sav

[android-kernel] Re: redirect stdout

2009-07-02 Thread Mike Lockwood
On Thu, Jul 2, 2009 at 2:44 PM, Michael Trimarchi 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 ?      tha

[android-kernel] Re: redirect stdout

2009-07-02 Thread Michael Trimarchi
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