Eric House
faeaa60f87
replace junit's assert with my own
...
And have it log before throwing. Should be easier to track down asserts
coming from jni callbacks this way than in the C code.
2018-12-09 18:26:59 -08:00
Eric House
8c9e79f0fc
add settings for debugging/tracking GCM
2018-01-03 21:32:23 -08:00
Eric House
455373343a
remove requirement for gcm.jar
...
remove from xw4d version too since it can't work anyway.
2017-11-27 20:40:16 -08:00
Eric House
c9a86a23e0
remove GCM-related receiver from shared manifest
...
Duh. The .java file was removed, but the declaration that all apps can
handle an intent (that requires WakeLock they no longer all have) was
not. Should fix crashes I'm seeing.
2017-09-28 20:02:05 -07:00
Eric House
604119f99b
stub out GCMIntentService for d variant
...
Somehow the d variant was crashing without the WAKELOCK permission, the
OS having invokes something GCM-related. This should ensure nothing
GCM-related can ever happen.
2017-09-26 07:01:55 -07:00
Eric House
6fa01eb971
move GCM-related permissions into new manifest
...
Create an AndroidManifest.xml specific for the xw4 variant, and move the
GCM-related permissions (including WakeLock) into it.
2017-09-25 06:17:44 -07:00
Eric House
579a7ae5cb
change emacs compile-command for java files (generated)
2017-05-06 20:59:17 -07:00
Eric House
9eed2ca608
auto-update emacs compile-command to use gradle
2017-01-18 19:22:32 -08:00
Eric House
1f5ffaa712
more cleanup. Get Crittercism stuff compiling.
2017-01-18 19:03:36 -08:00