Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c0877bb0 authored by Chris Wren's avatar Chris Wren Committed by Android Git Automerger
Browse files

am 9d758fb0: am b50d5b4c: am d267c3b3: am 83d83194: Merge "instrument...

am 9d758fb0: am b50d5b4c: am d267c3b3: am 83d83194: Merge "instrument fingerprint crypto token service" into mnc-dr-dev

* commit '9d758fb0':
  instrument fingerprint crypto token service
parents fa0f7cdd 9d758fb0
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -764,6 +764,7 @@ public class FingerprintService extends SystemService implements IBinder.DeathRe
            mHandler.post(new Runnable() {
            mHandler.post(new Runnable() {
                @Override
                @Override
                public void run() {
                public void run() {
                    MetricsLogger.histogram(mContext, "fingerprint_token", opId != 0L ? 1 : 0);
                    startAuthentication(token, opId, effectiveGroupId, receiver, flags, restricted);
                    startAuthentication(token, opId, effectiveGroupId, receiver, flags, restricted);
                }
                }
            });
            });