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

Commit 4684ff1f authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

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