OSDN Git Service

fix deadlock caused by clearAllBackoffs in SSE
authorMatthew Williams <mjwilliams@google.com>
Thu, 12 Sep 2013 21:30:09 +0000 (14:30 -0700)
committerMatthew Williams <mjwilliams@google.com>
Fri, 20 Sep 2013 18:24:30 +0000 (18:24 +0000)
commited37b93af8d06243cbddec20eef2e89cd9b3677e
treeffd0efa5868b5c5c0937bbd2b343ff222bf0cbe2
parent9210bc85545f31973c957b5179e6a82d05f473c6
fix deadlock caused by clearAllBackoffs in SSE

ordering of locks in SyncStorageEngine#clearAllBackoffs()
introduced deadlocks.
Bug: 10751759
Bug: 10680330
Change-Id: Ief118830b6b249de0e7618b6186b4181b4f12f82
services/java/com/android/server/content/SyncManager.java
services/java/com/android/server/content/SyncStorageEngine.java