You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have got some stacktraces reported by ACRA. They are very occasional and it seems to be more on google's part but I don't know if it will be nice to catch the error, and log it.
at android.os.Parcel.readException(Parcel.java:1327)
at android.os.Parcel.readException(Parcel.java:1275)
at com.android.vending.billing.IMarketBillingService$Stub$Proxy.sendBillingRequest(SourceFile:100)
at net.robotmedia.billing.request.BillingRequest.getRequestType(SourceFile:82)
run
at net.robotmedia.billing.BillingService.runPendingRequests(SourceFile:217)
at net.robotmedia.billing.BillingService.onServiceConnected(SourceFile:151)
at android.app.LoadedApk$ServiceDispatcher.doConnected(LoadedApk.java:1058)
at android.app.LoadedApk$ServiceDispatcher$RunConnection.run(LoadedApk.java:1075)
at android.os.Handler.handleCallback(Handler.java:587)
at android.os.Handler.dispatchMessage(Handler.java:92)
at android.os.Looper.loop(Looper.java:132)
at android.app.ActivityThread.main(ActivityThread.java:4123)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:491)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:841)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:599)
at dalvik.system.NativeStart.main(Native Method)
The text was updated successfully, but these errors were encountered:
I have got some stacktraces reported by ACRA. They are very occasional and it seems to be more on google's part but I don't know if it will be nice to catch the error, and log it.
The text was updated successfully, but these errors were encountered: