Merge "Revert "Binder.restoreCallingIdentity moved from 'catch' to 'finally' block.""
This commit is contained in:
committed by
Android (Google) Code Review
commit
e2fa9f4b72
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user