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

This commit is contained in:
TreeHugger Robot
2022-06-14 07:31:31 +00:00
committed by Android (Google) Code Review

View File

@@ -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;
} }