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

Commit 83d83194 authored by Chris Wren's avatar Chris Wren Committed by Android (Google) Code Review
Browse files

Merge "instrument fingerprint crypto token service" into mnc-dr-dev

parents 2cb70049 95212310
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);
                }
                }
            });
            });