public TiApplication() {
    Log.checkpoint(LCAT, "checkpoint, app created.");
    _instance = this;

    needsEnrollEvent = false; // test is after DB is available
    needsStartEvent = true;
    loadBuildProperties();
    Log.i(LCAT, "Titanium " + buildVersion + " (" + buildTimestamp + " " + buildHash + ")");
  }