Loading services/core/java/com/android/server/biometrics/ClientMonitor.java +1 −5 Original line number Original line Diff line number Diff line Loading @@ -209,11 +209,7 @@ public abstract class ClientMonitor extends LoggableMonitor implements IBinder.D public void binderDied() { public void binderDied() { // If the current client dies we should cancel the current operation. // If the current client dies we should cancel the current operation. Slog.e(getLogTag(), "Binder died, cancelling client"); Slog.e(getLogTag(), "Binder died, cancelling client"); try { stop(false /* initiatedByClient */); getDaemonWrapper().cancel(); } catch (RemoteException e) { Slog.e(getLogTag(), "Remote exception", e); } mToken = null; mToken = null; mListener = null; mListener = null; } } Loading Loading
services/core/java/com/android/server/biometrics/ClientMonitor.java +1 −5 Original line number Original line Diff line number Diff line Loading @@ -209,11 +209,7 @@ public abstract class ClientMonitor extends LoggableMonitor implements IBinder.D public void binderDied() { public void binderDied() { // If the current client dies we should cancel the current operation. // If the current client dies we should cancel the current operation. Slog.e(getLogTag(), "Binder died, cancelling client"); Slog.e(getLogTag(), "Binder died, cancelling client"); try { stop(false /* initiatedByClient */); getDaemonWrapper().cancel(); } catch (RemoteException e) { Slog.e(getLogTag(), "Remote exception", e); } mToken = null; mToken = null; mListener = null; mListener = null; } } Loading