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

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

am b50d5b4c: am d267c3b3: am 83d83194: Merge "instrument fingerprint crypto...

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

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