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

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

Merge "Change the error log when populateViewport"

parents 6b6fcbd0 46c4e58b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1336,7 +1336,7 @@ public final class DisplayManagerService extends SystemService {
                && !TextUtils.isEmpty(info.uniqueId)) {
            viewportType = VIEWPORT_VIRTUAL;
        } else {
            Slog.wtf(TAG, "Unable to populate viewport for display device: " + info);
            Slog.i(TAG, "Display " + info + " does not support input device matching.");
            return;
        }