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

* commit 'd267c3b3212f804a1507947f98233230af9413b4':
  instrument fingerprint crypto token service
This commit is contained in:
Chris Wren
2015-08-25 14:22:24 +00:00
committed by Android Git Automerger

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