commit | 9d77aef6420ebb5f64e28ca179903d18400f9016 | [log] [tgz] |
---|---|---|
author | Ruslan Tkhakokhov <rthakohov@google.com> | Wed Mar 23 14:58:28 2022 +0000 |
committer | Ruslan Tkhakokhov <rthakohov@google.com> | Tue Apr 05 13:32:38 2022 +0000 |
tree | adb5261ef822ab3003426df5b970885b2ac4ed2b | |
parent | 28b4f74b805f5fd89cf886524c6770c34ea8ef76 [diff] |
Handle CancellationException in BackupTransportClient Logic added in ag/16968183 can produce a CancellationException which is not currently caught, resulting in system server crashes (see attached bug). Catch the exception and update tests accordingly. Bug: 224777563 Test: atest BackupTransportClientTest Merged-In: Ibee991dbc9673c7b6b4d0051f09b4e8862ad6af4 Change-Id: Ibee991dbc9673c7b6b4d0051f09b4e8862ad6af4 (cherry picked from commit d0c42dc67839c774aba20821c9d45e66d2b3e61a)