Blow up early, blow up often

- Expose and trigger a link error with getpagesize() on Gingerbread devices if we have built the software
      incorrectly.
This commit is contained in:
Aaron Culliney 2015-09-27 14:30:20 -07:00
parent 518738304f
commit 286012c991

View File

@ -102,6 +102,9 @@ void Java_org_deadc0de_apple2ix_Apple2Activity_nativeOnCreate(JNIEnv *env, jobje
return;
}
int pagesize = getpagesize();
LOG("PAGESIZE IS : %d", pagesize);
data_dir = strdup(dataDir);
if (crashHandler && crashHandler->init) {
crashHandler->init(data_dir);