Loading services/core/java/com/android/server/wallpaper/WallpaperManagerService.java +2 −1 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
services/core/java/com/android/server/wallpaper/WallpaperManagerService.java +2 −1 Original line number Diff line number Diff line Loading @@ -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; Loading