try keeping the logs in a file or may be in sdcard if mounted, use
below command from shell

# logcat -f /sdcard/log.txt &

later you can extract the log.txt and check the logs.

On Apr 15, 2:15 pm, Manfred <[email protected]> wrote:
> Hi!
>
> I have a background service which sometimes does not work properly. I
> need a logfile which displays me information so that i am able to find
> the error!
>
> But when i use Log.d() then ddms shows me only a few hours of the
> logfile. Is there a way to expand this? Or is there a more suitable
> way for my problem?
>
> Thanks

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to