Android Bump API

686 Views Asked by At

I have a problem on android bump API when i first run the bump on my application it is fine but when i try it the second time my application closes automatically when i check the log it say:

A/libc(12139): Fatal signal 11 (SIGSEGV) at 0xdeadbaad (code=1)

i think the problem is the unbindService(connection) that is onDestroy method somehow it did not stop the service so when you try to configure it the second time it will get the fatal signal error due to the service that is already configure.

1

There are 1 best solutions below

0
On

You have to make a service like location service and just call it once in your application and just use bump register and unregister in your activity on which you want to use bump and send or receive data