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

Commit 0d1debfc authored by Kevin Chyn's avatar Kevin Chyn Committed by Android (Google) Code Review
Browse files

Merge "Clear fingerprint stats after dump --proto" into pi-dev

parents d41d56e3 89a55cb8
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -1470,6 +1470,8 @@ public class FingerprintService extends SystemService implements IHwBinder.Death
            proto.end(userToken);
            proto.end(userToken);
        }
        }
        proto.flush();
        proto.flush();
        mPerformanceMap.clear();
        mCryptoPerformanceMap.clear();
    }
    }


    @Override
    @Override