FACT++  1.0
JNIEXPORT void JNICALL Java_dim_Dbg_setMask ( JNIEnv *  env,
jclass  nativeClass,
jint  dbg_mask 
)

Definition at line 383 of file dim_jni.c.

References DBG_mask, dim_Dbg_TRANSACTIONS, and Java_dim_Dbg_getMask().

Referenced by Java_dim_Native_stop().

384 {
385  if(env){}
386  if(nativeClass){}
387  if(dim_Dbg_TRANSACTIONS & (DBG_mask|dbg_mask))
388  printf("DimJNI: debug mask changed from %08x to %08x\n", DBG_mask, dbg_mask);
389  DBG_mask = dbg_mask;
390 }
#define dim_Dbg_TRANSACTIONS
Definition: dim_jni.h:32
static int DBG_mask
Definition: dim_jni.c:68

+ Here is the call graph for this function:

+ Here is the caller graph for this function: