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) notification to pid 4962 uid 10077.
No exception is thrown.
I've tried compiling project against Android 2.0, 2.1 and 2.2...
I've tried disabling debuggable attribute in manifest.
I'm having this problem on both Nexus One and 2.2 Emulator.