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

Commit d8aa9a2a authored by Bill Lin's avatar Bill Lin Committed by Android (Google) Code Review
Browse files

Merge "Add temp value for BiometricEnrolled.template_id" into main

parents a3bea3e2 efc6bd8e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -123,7 +123,8 @@ public class BiometricFrameworkStatsLogger {
                enrollSuccessful,
                -1, /* sensorId */
                ambientLightLux,
                source);
                source,
                -1 /* templateId*/);
    }

    /** {@see FrameworkStatsLog.BIOMETRIC_ERROR_OCCURRED}. */