native service, EGL, native test client
This commit is contained in:
9
src/main/cpp/logger.cpp
Normal file
9
src/main/cpp/logger.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "logger.h"
|
||||
#include <android/log.h>
|
||||
#define LOG_TAG "MosisOS"
|
||||
#include <android/log_macros.h>
|
||||
|
||||
void Logger::Log(const std::string &message)
|
||||
{
|
||||
ALOGI("%s", message.c_str());
|
||||
}
|
||||
Reference in New Issue
Block a user