I just noticed that the Logcat app itself was just killed as well,
after not even running for 10 minutes... with the screen off and no
other activities running.
The only message I got was:

12-28 20:24:12.760: INFO/ActivityManager(51): Process
org.devtcg.tools.logcat (pid 5916) has died.

On Dec 28, 8:21 pm, bparker <[email protected]> wrote:
> I tried the Logcat app and it seems that it (the app itself) only
> keeps about 2 hours worth of data, whereas the Logcat view in eclipse
> shows me at least twice that much... but still not enough to catch the
> service being stopped, which usually takes at least a day or more.
>
> Any ideas on how to log data for this long?
>
> On Dec 28, 7:16 pm, Al <[email protected]> wrote:
>
> > Does Logcat show any reason for killing the Service? You can install
> > Logcat app fromhttp://code.google.com/p/android-random/, which will
> > show logcat on the phone. You can also save the data to a text file,
> > but by default, it saves it to /data/{package-name}/file, which we
> > can't access. You can use this patch to save it to the SD 
> > Card:http://pastebin.com/m130c099d
>
> > Hopefully that'll shine more light on why it gets killed.
>
> > On Dec 28, 6:55 pm, bparker <[email protected]> wrote:
>
> > > I have a service which is dynamically registered from within an
> > > activity. The service listens for incoming and outgoing phone calls,
> > > so it needs to stay running all the time. But after about 1 day,
> > > without even launching any other applications, the parent activity is
> > > killed and the service stops running. How can I prevent this?
>
> > > 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