mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-01 06:19:57 +01:00
don't log every function.
This commit is contained in:
parent
69c8577dcb
commit
f509b766e9
1 changed files with 0 additions and 2 deletions
|
@ -217,7 +217,6 @@ typedef struct _JNIState {
|
|||
} JNIState;
|
||||
|
||||
#define XWJNI_START() { \
|
||||
XP_LOGF( "%s(env=%x)", __func__, env ); \
|
||||
XP_ASSERT( 0 != gamePtr ); \
|
||||
JNIState* state = (JNIState*)gamePtr; \
|
||||
MPSLOT; \
|
||||
|
@ -230,7 +229,6 @@ typedef struct _JNIState {
|
|||
|
||||
#define XWJNI_END() \
|
||||
state->env = _oldEnv; \
|
||||
LOG_RETURN_VOID(); \
|
||||
}
|
||||
|
||||
JNIEXPORT jint JNICALL
|
||||
|
|
Loading…
Reference in a new issue