X-Git-Url: https://rtime.felk.cvut.cz/gitweb/orte.git/blobdiff_plain/68202cc7e325aa5e6962a38b7b560230a516dcb6..fe1818536e2bf9261b7c4349ac02877bcbb3c124:/orte/include/jorte/4all.h diff --git a/orte/include/jorte/4all.h b/orte/include/jorte/4all.h index 8dfcd81..e636053 100644 --- a/orte/include/jorte/4all.h +++ b/orte/include/jorte/4all.h @@ -9,5 +9,15 @@ typedef struct } JORTECallbackContext_t; */ // pro test purposes only -#define TEST_STAGE +#ifndef Included4all +#define Included4all +//#define TEST_STAGE + +#ifdef __ANDROID__ + +#include +#define printf(...) __android_log_print(ANDROID_LOG_INFO, "ORTE", __VA_ARGS__) + +#endif +#endif