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

Commit 0ea74acf authored by Kevin Chyn's avatar Kevin Chyn Committed by android-build-merger
Browse files

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

am: 0d1debfc

Change-Id: I213047cf6d62c747c16d8670da3781581f609841
parents 46b959e9 0d1debfc
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1470,6 +1470,8 @@ public class FingerprintService extends SystemService implements IHwBinder.Death
            proto.end(userToken);
        }
        proto.flush();
        mPerformanceMap.clear();
        mCryptoPerformanceMap.clear();
    }

    @Override