I recieve next Google pre launch reports:
logcat.txt.zip (91.4 KB)
and
logcat.txt.zip (308.1 KB)
I use this bob.jar (maybe it’s not the reason of the crash, but I have to provide this info):
I call next iap methods when application starts:
iap.set_listener(iap_listener)
iap.list(list, list_callback)
iap.restore()
Just for info, not sure with this:
I made a new build where I tried to call iap.restore()
in list_callback
(after received a list of iaps), and bug crash do not reproduce. It may be coincidence or maybe not… Unfortunately I can’t be sure in stability of reproducing with Google Pre-launch Reports.