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

Commit 272d18f7 authored by Catherine Vlasov's avatar Catherine Vlasov Committed by Gerrit Code Review
Browse files

Merge "Log the atom tag when pulling a Keystore atom fails." into main

parents 8405bd14 03a926cd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4853,7 +4853,7 @@ public class StatsPullAtomService extends SystemService {
            Slog.e(TAG, "Disconnected from keystore service. Cannot pull.", e);
            return StatsManager.PULL_SKIP;
        } catch (ServiceSpecificException e) {
            Slog.e(TAG, "pulling keystore metrics failed", e);
            Slog.e(TAG, "Pulling keystore atom with tag " + atomTag + " failed", e);
            return StatsManager.PULL_SKIP;
        } finally {
            Binder.restoreCallingIdentity(callingToken);