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

Commit 89a55cb8 authored by Kevin Chyn's avatar Kevin Chyn
Browse files

Clear fingerprint stats after dump --proto

Fixes: 77165025

Test: adb shell dumpsys fingerprint --proto
      adb shell dumpsys fingerprint
      counts are cleared after dumping proto

Change-Id: I115f435b50307112f7a052ef42f91999468e40dd
parent 9cfdcfaf
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