Loading services/core/java/com/android/server/fingerprint/ClientMonitor.java +3 −1 Original line number Diff line number Diff line Loading @@ -68,7 +68,9 @@ public abstract class ClientMonitor implements IBinder.DeathRecipient { mIsRestricted = restricted; mOwner = owner; try { if (token != null) { token.linkToDeath(this, 0); } } catch (RemoteException e) { Slog.w(TAG, "caught remote exception in linkToDeath: ", e); } Loading Loading
services/core/java/com/android/server/fingerprint/ClientMonitor.java +3 −1 Original line number Diff line number Diff line Loading @@ -68,7 +68,9 @@ public abstract class ClientMonitor implements IBinder.DeathRecipient { mIsRestricted = restricted; mOwner = owner; try { if (token != null) { token.linkToDeath(this, 0); } } catch (RemoteException e) { Slog.w(TAG, "caught remote exception in linkToDeath: ", e); } Loading