MCPcopy Create free account
hub / github.com/LunarG/VulkanTools / AndroidLogcatWriter

Method AndroidLogcatWriter

layersvt/api_dump.h:394–394  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

392class AndroidLogcatWriter final : public AndroidLogcatBuf<>::LogWriter {
393 public:
394 AndroidLogcatWriter() = default;
395 void write(const std::string &content) override { __android_log_print(ANDROID_LOG_INFO, "api_dump", "%s", content.c_str()); }
396};
397#endif

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected