Gracefully handle payment app crash |
|||
Issue descriptionIf the payment app crashes, the instruments callback may be invoked multiple times, although the rest of the code expects only a single call. Therefore, the Android payment app shim should check to make sure that the instrument callback is being called only once.
,
Feb 23 2017
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/9543088368b3b3732eb053ab7067c792a2030dd1 commit 9543088368b3b3732eb053ab7067c792a2030dd1 Author: rouslan <rouslan@chromium.org> Date: Thu Feb 23 15:43:25 2017 Gracefully handle payment app crash. If the payment app crashes, the instruments callback may be invoked multiple times, although the rest of the code expects only a single call. Therefore, the Android payment app shim should check to make sure that the instrument callback is being called only once. BUG= 695233 Review-Url: https://codereview.chromium.org/2702153007 Cr-Commit-Position: refs/heads/master@{#452497} [modify] https://crrev.com/9543088368b3b3732eb053ab7067c792a2030dd1/chrome/android/java/src/org/chromium/chrome/browser/payments/AndroidPaymentApp.java
,
Feb 23 2017
,
Jun 27 2017
|
|||
►
Sign in to add a comment |
|||
Comment 1 by rouslan@chromium.org
, Feb 22 2017