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

This commit is contained in:
Chris Wren
2015-08-25 14:10:20 +00:00
committed by Android (Google) Code Review

View File

@@ -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);
}
});