remoteexception

Android RemoteExceptions and Services

So I've written a Service and an Activity for the Android OS. My service is running in it's own process, so all the communication between my Activities and the Service happens via IPC. I use the standard Android .aidl mechanism for this. So far everything works fine. However, the AIDL generates all method stubs using "throws RemoteExc...

Randomly closing app - InputManagerService: Got RemoteException sending setActive(false) notification

I've a very simple Android app, similar to fingerpaint application. I'm drawing some lines on the screen with my finger. My problem is that, app closes itself randomly, taking me back to Android home screen. Only log I can see on LogCat is that line: (Warning) Tag: InputManagerService: Got RemoteException sending setActive(false) noti...