]> rtime.felk.cvut.cz Git - orte.git/blob - orte/include/jorte/4all.h
JORTE: disable TEST_STAGE
[orte.git] / orte / include / jorte / 4all.h
1 /* 4all.h */
2 /*
3 typedef struct
4 {
5  JavaVM        *jvm;
6  jobject        obj;
7  jobject        rinfo;
8  int            value; // !! pro testovani
9 } JORTECallbackContext_t;
10 */
11 // pro test purposes only
12 #ifndef Included4all
13 #define Included4all
14
15 //#define TEST_STAGE
16
17 #include "onLoad.h"
18 #ifdef __ANDROID__
19
20 #include <android/log.h>
21 #define printf(...)             __android_log_print(ANDROID_LOG_INFO, "ORTE", __VA_ARGS__)
22
23 #endif
24 #endif