xwords/xwords4/android/XWords4/jni
Eric House 8e399ef9b7 assert from java that jni code has an env
Rare crashes are happening inside the jni, in game_dispose(), when a
game's double-disposed. Adding a jni call to check if the thread about
to do a game_dispose() will fail then asserting its result in java
allows useful stack traces to come via Crittercism. Or should.
2016-08-11 16:42:18 -07:00
..
.gitignore remove file to be generated by build system 2013-11-04 19:19:09 -08:00
anddict.c fix compiler warning 2016-01-01 21:13:35 -08:00
anddict.h use dictmgr in java. This requires jni globals that live across boards being opened and that include a mempool dicts will be allocated out of. Seems to work, and to get ref counts as high as 6 or so before they drop down to one when all boards are closed. (The final is held by the dictmgr which won't give it up until the app itself is GC'd) 2014-03-10 19:14:59 -07:00
andglobals.h replace stacked tracking of env with explicit mapping from pthread to 2014-10-22 06:58:42 -07:00
Android.mk remove compile-time enabling of chat: it's not coming out 2016-07-29 07:32:50 -07:00
andutils.c Merge branch 'android_branch' into relay_noconn 2015-08-13 07:30:55 -07:00
andutils.h fix off-by-one error that probably had me slowly leaking local obj 2015-08-02 16:43:52 -07:00
drawwrapper.c make beginDraw return a boolean so can abort 2016-08-04 15:12:05 -07:00
drawwrapper.h replace stacked tracking of env with explicit mapping from pthread to 2014-10-22 06:58:42 -07:00
jniutlswrapper.c replace stacked tracking of env with explicit mapping from pthread to 2014-10-22 06:58:42 -07:00
jniutlswrapper.h replace stacked tracking of env with explicit mapping from pthread to 2014-10-22 06:58:42 -07:00
LocalizedStrIncludes.h change final score formatting so it can be properly localized. 2015-05-13 07:51:32 -07:00
paths.h fix emacs compile-commands 2012-02-15 18:07:19 -08:00
utils.c add copyright notice; turn logging back on for jni code 2010-03-28 23:38:53 +00:00
utilwrapper.c post notification (rather than just play sound) when turn comes into 2016-04-14 22:16:18 -07:00
utilwrapper.h replace stacked tracking of env with explicit mapping from pthread to 2014-10-22 06:58:42 -07:00
xportwrapper.c fix counting of messages sent by "Resend messages" menuitem: actually 2015-09-30 06:50:04 -07:00
xportwrapper.h replace stacked tracking of env with explicit mapping from pthread to 2014-10-22 06:58:42 -07:00
xptypes.h fix problems with opening and using wordlists on 64-bit linux by 2014-01-07 06:58:20 -08:00
xwjni.c assert from java that jni code has an env 2016-08-11 16:42:18 -07:00