Loading services/core/java/com/android/server/content/SyncManager.java +6 −2 Original line number Diff line number Diff line Loading @@ -2158,8 +2158,12 @@ public class SyncManager { } if (mBound) { mBound = false; try { mLogger.log("unbindService for ", this); mContext.unbindService(this); } catch (NoSuchElementException e) { Slog.wtf(TAG, "Failed to unlink active sync adapter on close()", e); } try { mBatteryStats.noteSyncFinish(mEventName, mSyncAdapterUid); } catch (RemoteException e) { Loading Loading
services/core/java/com/android/server/content/SyncManager.java +6 −2 Original line number Diff line number Diff line Loading @@ -2158,8 +2158,12 @@ public class SyncManager { } if (mBound) { mBound = false; try { mLogger.log("unbindService for ", this); mContext.unbindService(this); } catch (NoSuchElementException e) { Slog.wtf(TAG, "Failed to unlink active sync adapter on close()", e); } try { mBatteryStats.noteSyncFinish(mEventName, mSyncAdapterUid); } catch (RemoteException e) { Loading