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

Commit 5f5b5b95 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Update log level for warning" into tm-dev am: d7a3e607 am: 1aa47140

parents 6f628631 1aa47140
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -174,7 +174,7 @@ public final class PresentationStatsEventLogger {

    public void logAndEndEvent() {
        if (!mEventInternal.isPresent()) {
            Slog.wtf(null, "Shouldn't be logging AutofillPresentationEventReported again for same "
            Slog.w(TAG, "Shouldn't be logging AutofillPresentationEventReported again for same "
                    + "event");
            return;
        }