Remove unnecessary string copies from "PrintError". Use string_view to accept both "char*" and "std::string" where a readonly C-string is needed. Test: m libgtest_isolated -j Change-Id: I473277eeef237d23561db37a157f14e96b5300c0