Hey Tom,
I used your new bump api and got this log when i bump for the second time in my application. In OnResume Method I have enable bumping and onDestroy method I have dIsabled bumping. But i got this when i tried for second time.
I have tried and used one global application variable that will not allow to configure it again. But no luck.
Following is log :
05-28 19:14:05.613: W/System.err(17203): android.os.DeadObjectException
05-28 19:14:05.623: W/System.err(17203): at android.os.BinderProxy.transact(Native Method)
05-28 19:14:05.623: W/System.err(17203): at com.bump.api.IBumpAPI$Stub$Proxy.enableBumping(IBumpAPI.java:182)
05-28 19:14:05.623: W/System.err(17203): at com.socialapp.droid.BumpTest.onResume(BumpTest.java:338)
05-28 19:14:05.623: W/System.err(17203): at android.app.Instrumentation.callActivityOnResume(Instrumentation.java:1236)
05-28 19:14:05.623: W/System.err(17203): at android.app.Activity.performResume(Activity.java:4620)
05-28 19:14:05.623: W/System.err(17203): at android.app.ActivityThread.performResumeActivity(ActivityThread.java:2807)
05-28 19:14:05.623: W/System.err(17203): at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:2862)
05-28 19:14:05.623: W/System.err(17203): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2245)
05-28 19:14:05.623: W/System.err(17203): at android.app.ActivityThread.access$600(ActivityThread.java:139)
05-28 19:14:05.633: W/System.err(17203): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1262)
05-28 19:14:05.633: W/System.err(17203): at android.os.Handler.dispatchMessage(Handler.java:99)
05-28 19:14:05.633: W/System.err(17203): at android.os.Looper.loop(Looper.java:156)
05-28 19:14:05.633: W/System.err(17203): at android.app.ActivityThread.main(ActivityThread.java:4987)
05-28 19:14:05.633: W/System.err(17203): at java.lang.reflect.Method.invokeNative(Native Method)
05-28 19:14:05.643: W/System.err(17203): at java.lang.reflect.Method.invoke(Method.java:511)
05-28 19:14:05.643: W/System.err(17203): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:784)
05-28 19:14:05.643: W/System.err(17203): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:551)
05-28 19:14:05.643: W/System.err(17203): at dalvik.system.NativeStart.main(Native Method)
Waiting for your reply !!
Thanks,
Avinash