OSDN Git Service

Catch IAE from unbind onServiceDisconnected()
authorBernardo Rufino <brufino@google.com>
Thu, 5 Apr 2018 10:03:39 +0000 (11:03 +0100)
committerBernardo Rufino <brufino@google.com>
Thu, 5 Apr 2018 10:14:01 +0000 (10:14 +0000)
commit51c4f038b2be0c32a4f7a09beb6865e25875cd95
treefc1dc1e5835ac81d7f5c6f17eb0f83d8d99e5655
parent8a585a6f1fc33f2bc4c011abebbf909e3c24fe25
Catch IAE from unbind onServiceDisconnected()

We still don't know the underlying cause of this, but we shouldn't crash
the system_server. Catching for now.

Bug: 74940472
Bug: 77574274
Test: m -j RunFrameworksServicesRoboTests
Change-Id: I36fc2e65f8766f6b8fd68104d8830b72668d84eb
services/backup/java/com/android/server/backup/transport/TransportClient.java