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

Commit d7a3e607 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Update log level for warning" into tm-dev

parents 0558b513 de196126
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -174,7 +174,7 @@ public final class PresentationStatsEventLogger {


    public void logAndEndEvent() {
    public void logAndEndEvent() {
        if (!mEventInternal.isPresent()) {
        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");
                    + "event");
            return;
            return;
        }
        }