Merge "Don't warn for displays with no input device matching."
This commit is contained in:
@@ -2231,7 +2231,9 @@ public final class DisplayManagerService extends SystemService {
|
|||||||
}
|
}
|
||||||
// fallthrough
|
// fallthrough
|
||||||
default:
|
default:
|
||||||
Slog.w(TAG, "Display " + info + " does not support input device matching.");
|
if (DEBUG) {
|
||||||
|
Slog.w(TAG, "Display " + info + " does not support input device matching.");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
return Optional.empty();
|
return Optional.empty();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user