From 1969b1137ef1139a25156e374c35e9ba4bb6f13f Mon Sep 17 00:00:00 2001 From: Eric House Date: Wed, 29 Apr 2020 10:31:37 -0700 Subject: [PATCH] turn off thread->env mapping for DEBUG too (for now) I'm getting crashes and don't want to think about it. It may be time to remove this, though it's needed for logging-storage to work from jni. To be revisited.... --- xwords4/android/jni/andglobals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xwords4/android/jni/andglobals.h b/xwords4/android/jni/andglobals.h index 824583b7e..7e160891e 100644 --- a/xwords4/android/jni/andglobals.h +++ b/xwords4/android/jni/andglobals.h @@ -27,7 +27,7 @@ typedef struct _JNIState JNIState; #ifdef DEBUG -# define MAP_THREAD_TO_ENV +// # define MAP_THREAD_TO_ENV #endif typedef struct _AndGameGlobals {