Output validation layer messages to logcat (Android)

This commit is contained in:
saschawillems 2017-03-12 17:46:50 +01:00
parent e0822966a3
commit 418f4e2875
2 changed files with 20 additions and 2 deletions

View file

@ -9,6 +9,7 @@
#include <assert.h>
#include <stdio.h>
#include <vector>
#include <sstream>
#ifdef _WIN32
#include <windows.h>
#include <fcntl.h>