LibreOffice Module vcl (master) 1
Classes | Macros
androidinst.hxx File Reference
#include <jni.h>
#include <android/input.h>
#include <android/log.h>
#include <android/native_window.h>
#include <headless/svpinst.hxx>
#include <headless/svpframe.hxx>
Include dependency graph for androidinst.hxx:

Go to the source code of this file.

Classes

class  AndroidSalInstance
 

Macros

#define LOGTAG   "LibreOffice/androidinst"
 
#define LOGI(...)   ((void)__android_log_print(ANDROID_LOG_INFO, LOGTAG, __VA_ARGS__))
 
#define LOGE(...)   ((void)__android_log_print(ANDROID_LOG_ERROR, LOGTAG, __VA_ARGS__))
 

Macro Definition Documentation

◆ LOGE

#define LOGE (   ...)    ((void)__android_log_print(ANDROID_LOG_ERROR, LOGTAG, __VA_ARGS__))

Definition at line 21 of file androidinst.hxx.

◆ LOGI

#define LOGI (   ...)    ((void)__android_log_print(ANDROID_LOG_INFO, LOGTAG, __VA_ARGS__))

Definition at line 20 of file androidinst.hxx.

◆ LOGTAG

#define LOGTAG   "LibreOffice/androidinst"

Definition at line 19 of file androidinst.hxx.