>From your linux terminal:

adb logcat

To clear it:

adb logcat -c

Make sure you're either in your android-sdk-linux_86/tools directory
or that you have it added to your path otherwise you'll get an error
when you run adb. See this page for more on logcat options:

http://developer.android.com/guide/developing/tools/adb.html#logcatoptions

On Jan 29, 9:02 pm, Kevin Duffey <[email protected]> wrote:
> I thought about that.. starting adb from command line instead of eclipse..
> not sure how to run the logcat output from there yet, I am sure google
> search will show how. I wonder if there is some issue with the IDE and
> android debug/logcat that causes this to happen at times. Today, I started
> my computer clean, and several tries running the emulator from the RUN
> button, DEBUG button and trying to run it from the AVD window would cause my
> app to never actually deploy to it. I restarted Eclipse, and all worked. It
> seems to do this all the time tho. I am trying to keep track of what I do
> when it fails, then works again. I am finally getting LogCat output, but
> this only happens when I actually get everything working cleanly.  I don't
> mind restarting eclipse..only takes a few seconds, but the notion of it kind
> of bugs me. Reminds me when we ran Windows as a server..every few days we
> had to reboot it.
>
>
>
> On Fri, Jan 29, 2010 at 8:46 AM, KitzyKitt <[email protected]> wrote:
> > I have also noticed that hitting the clear log. Button in Eclipce will
> > wipe the log and not reconnect it. Restarting Eclipse will reconnect
> > the log.
>
> > You can try using the command line to show the log.
>
> > -Kitzy
>
> > On Jan 28, 11:20 pm, Kevin Duffey <[email protected]> wrote:
> > > Hey all,
>
> > > Has anyone noticed that their LogCat window seems to stop working after
> > an
> > > app force closes.. or maybe for some other reason? I've been having
> > issues
> > > getting debugging to work on my Ubuntu 9.04 64-bit system with this
> > annoying
> > > QEMU channel closed problem. That aside, even when things do work, it
> > seems
> > > that for some odd reason LogCat stops receiving..or displaying anything.
> > > Even when my app works, and I redeploy it, it seems to just stop showing
> > any
> > > Log.v output. I did try filtering, setting to verbose, info, error, etc,
> > and
> > > it only seems on the first run of the app when all works fine that there
> > is
> > > any output.
>
> > > Is there some way to reconnect it? When I clear the log, it stays empty
> > > until I restart Eclipse..which is quite painful to have to do every time
> > I
> > > want to deploy to watch log output.
>
> > > Thanks.
>
> > --
> > You received this message because you are subscribed to the Google
> > Groups "Android Beginners" group.
>
> > NEW! Try asking and tagging your question on Stack Overflow at
> >http://stackoverflow.com/questions/tagged/android
>
> > To unsubscribe from this group, send email to
> > [email protected]<android-beginners%2Bunsubscr 
> > [email protected]>
> > For more options, visit this group at
> >http://groups.google.com/group/android-beginners?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

Reply via email to