Loading services/core/java/com/android/server/fingerprint/FingerprintService.java +3 −1 Original line number Diff line number Diff line Loading @@ -921,8 +921,10 @@ public class FingerprintService extends SystemService implements IHwBinder.Death @Override public void sendResult(Bundle data) throws RemoteException { if (mWakeLock.isHeld()) { mWakeLock.release(); } } }); } catch (DeadObjectException e) { Slog.w(TAG, "Death object while invoking onLockoutReset: ", e); Loading Loading
services/core/java/com/android/server/fingerprint/FingerprintService.java +3 −1 Original line number Diff line number Diff line Loading @@ -921,8 +921,10 @@ public class FingerprintService extends SystemService implements IHwBinder.Death @Override public void sendResult(Bundle data) throws RemoteException { if (mWakeLock.isHeld()) { mWakeLock.release(); } } }); } catch (DeadObjectException e) { Slog.w(TAG, "Death object while invoking onLockoutReset: ", e); Loading