diff options
author | Makoto Onuki <omakoto@google.com> | 2017-08-15 14:56:47 -0700 |
---|---|---|
committer | Makoto Onuki <omakoto@google.com> | 2017-08-15 23:41:05 +0000 |
commit | 9243d9ca063d9ceb3d8a71f242e1e2facd122383 (patch) | |
tree | 51e8f7b88f9dd87a7e6cc980ce2427d7e3a70105 /rs/java/android/renderscript/ProgramFragmentFixedFunction.java | |
parent | b60e1c037a0e0793f838024a2506c58f6bf46bb3 (diff) |
Fix sync back-off
CL Ifb2fc5207 affected multiple different scenario:
a) When a sync finished successfully
b) When a sync finished with a failure
c) When a sync is canceled by the sync manager
Among those, c) was the actual fix for b/63773598, and the change was supposed
to not change the actual behavior of a) and b).
However it turned out it was breaking b) by interfering back-off scheduling.
This change will revert Ifb2fc5207 for a) and b) to restore the original
behavior with keeping the fix fo C.
Bug: 63773598
Bug: 64597061
Test: Manual test with test app.
Change-Id: I34e5945a7a67d55cd6138f758e97d724d4b9d4b5
Diffstat (limited to 'rs/java/android/renderscript/ProgramFragmentFixedFunction.java')
0 files changed, 0 insertions, 0 deletions