Do not log INFO and DEBUG messages by default
authorPyry Haulos <phaulos@google.com>
Thu, 14 Apr 2016 18:40:50 +0000 (11:40 -0700)
committerPyry Haulos <phaulos@google.com>
Thu, 14 Apr 2016 21:07:09 +0000 (14:07 -0700)
commite441ef723a54db06c7324cec4614646d0b8bb89d
tree9103b770f0e3db61945e1feca11d03068661b21d
parent4dc29e70d174f1c0071fc85ef57879f79886d325
Do not log INFO and DEBUG messages by default

Validation layers produce a lot of INFORMATION and DEBUG messages that
are not useful most of the time, and just bloat the log. Ignore these
message types by default.

Documented Validation layer usage in Vulkan CTS README.

Bug: 28175931
Change-Id: I0f56d0373e0eb5d7e2849670b4284c457eab8c04
external/vulkancts/README.md
external/vulkancts/modules/vulkan/vktTestPackage.cpp