bool LLCrashLoggerLinux::cleanup()
{
	commonCleanup();
    mKeyMaster.releaseMaster();
	return true;
}
bool LLCrashLoggerLinux::cleanup()
{
	commonCleanup();
	return true;
}