Loading services/autofill/java/com/android/server/autofill/PresentationStatsEventLogger.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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; } } Loading Loading
services/autofill/java/com/android/server/autofill/PresentationStatsEventLogger.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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; } } Loading