Log.w("There was an issue parsing command line options.");
e.printStackTrace();
}
if (Options.instance.logPath != null)
Log.addListener("file", new FileLogger(new File(Options.instance.logPath)));
if (!isOSX()) { Util.setLookAndFeel(); }
Google.startTracking();
Google.track("Run");