[Ozone-Drm] Replace some LOGs with PLOGs and some with VLOGs
commit78e363fa39d6edd2b8e3472b294c11b612af32e6
authordnicoara <dnicoara@chromium.org>
Fri, 6 Mar 2015 04:29:08 +0000 (5 20:29 -0800)
committerCommit bot <commit-bot@chromium.org>
Fri, 6 Mar 2015 04:29:53 +0000 (6 04:29 +0000)
tree30c702f4c71b2007b228f3ebf4b97b62a7b4d7ea
parent3150d8a1916160a74b9c2465e3d929724f01362d
[Ozone-Drm] Replace some LOGs with PLOGs and some with VLOGs

Log messages that are less critical were moved to VLOG(2) so they won't
show up by default. The others have been changed to PLOGs so that we get
more information on why the kernel rejected the DRM calls.

BUG=none

Review URL: https://codereview.chromium.org/970323002

Cr-Commit-Position: refs/heads/master@{#319410}
ui/ozone/platform/drm/gpu/crtc_controller.cc
ui/ozone/platform/drm/gpu/drm_buffer.cc
ui/ozone/platform/drm/gpu/drm_device.cc
ui/ozone/platform/drm/gpu/drm_util.cc
ui/ozone/platform/drm/gpu/hardware_display_controller.cc
ui/ozone/platform/drm/gpu/hardware_display_plane.cc
ui/ozone/platform/drm/gpu/hardware_display_plane_manager.cc
ui/ozone/platform/drm/gpu/hardware_display_plane_manager_legacy.cc
ui/ozone/platform/drm/gpu/screen_manager.cc