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

Commit 03a926cd authored by Catherine Vlasov's avatar Catherine Vlasov
Browse files

Log the atom tag when pulling a Keystore atom fails.

Bug: 385175793
Test: m
Change-Id: Ia6d464581b1686d62d42c20e244c1480ca814791
parent 4109b479
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);