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

* commit '9d758fb0421b40f3f32d647becbb12a7b1444995':
  instrument fingerprint crypto token service
This commit is contained in:
Chris Wren
2015-08-25 14:33:44 +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);
}
});