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

Commit 70def5a7 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

am: 0ea74acf

Change-Id: Ic549e03363f0897cb107a93c651a96e972fec067
parents 0682aeb4 0ea74acf
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