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

Commit efc6bd8e authored by Shawn Lin's avatar Shawn Lin
Browse files

Add temp value for BiometricEnrolled.template_id

Bug: 345478069
Test: m
Flag: EXEMPT adding logs
Change-Id: If09b039da6be1f903148fad7c75101e1910eb4e9
parent 59c6ca67
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}. */