You probably want to fix the cause of your service crashing, so... what is
the actual stack crawl of the exception? You don't show that anywhere.
On Wed, Jan 6, 2010 at 2:03 PM, Derek wrote:
> Hi again,
>
> Our service is still crashing for some reason not related to our
> application. To make
Hi again,
Our service is still crashing for some reason not related to our
application. To make sure it's not RunTime exception we've used a :
try
{
// Get WakeLock
// Perform actions
}
catch (Throwable t)
{
// log error (if any)
}
finally
{
// Schedule a new service startup and PendingInt
2 matches
Mail list logo