Merge "Update log level for warning" into tm-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
d7a3e60763
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user