Long enough to wait: ServiceRecord Kitkat

My app is running with a background service started on kickat: Waited long enough for: ServiceRecord{42e8a230 u0 com.src.app/.ServiceName}

not always mentioned in this Thread

My application crashes once or twice a day and I hope this is the reason why my application crashes. The cause of this issue is mentioned here , but I can't figure out how to fix this issue. I'm pretty sure my application is not running the same service multiple times at the same time.

Any help should appreciate me.

+3


source to share


1 answer


I suggest that you try IntentService, depending on the task you are doing on your service.



0


source







All Articles