Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e2fa9f4b authored by Yasin Kilicdere's avatar Yasin Kilicdere Committed by Android (Google) Code Review
Browse files

Merge "Revert "Binder.restoreCallingIdentity moved from 'catch' to 'finally' block.""

parents 6b5d003f a6573a64
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1559,9 +1559,8 @@ public class WallpaperManagerService extends IWallpaperManager.Stub
                    try {
                        mReply.sendResult(null);
                    } catch (RemoteException e) {
                        Slog.d(TAG, "failed to send callback!", e);
                    } finally {
                        Binder.restoreCallingIdentity(ident);
                        Slog.d(TAG, "failed to send callback!", e);
                    }
                    t.traceEnd();
                    mReply = null;