Merge "instrument fingerprint crypto token service" into mnc-dr-dev
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user