Public Member Functions | |
LLFileEncoder (const char *formname, const char *filename, bool isCrashLog=false) | |
BOOL | isValid () const |
LLString | encodeURL (const S32 max_length=0) |
LLFileEncoder (const char *formname, const char *filename, bool isCrashLog=false) | |
BOOL | isValid () const |
LLString | encodeURL (const S32 max_length=0) |
LLFileEncoder (const char *formname, const char *filename) | |
~LLFileEncoder () | |
BOOL | isValid () const |
LLString | encodeURL (const S32 max_length=0) |
Public Attributes | |
BOOL | mIsValid |
LLString | mFilename |
LLString | mFormname |
LLString | mBuf |
S32 | mBufLength |
U8 * | mBuf |
Definition at line 68 of file linux_crash_logger.cpp.
LLFileEncoder::LLFileEncoder | ( | const char * | formname, | |
const char * | filename, | |||
bool | isCrashLog = false | |||
) |
Definition at line 437 of file linux_crash_logger.cpp.
References FALSE, gCrashInPreviousExec, gLaunchTime, llendl, llwarns, mBuf, mFilename, mFormname, mIsValid, NULL, S32, start, and TRUE.
LLFileEncoder::LLFileEncoder | ( | const char * | formname, | |
const char * | filename, | |||
bool | isCrashLog = false | |||
) |
LLFileEncoder::LLFileEncoder | ( | const char * | formname, | |
const char * | filename | |||
) |
Definition at line 792 of file win_crash_logger.cpp.
References count, FALSE, LLFile::fopen(), llendl, llwarns, mBuf, mBufLength, mFilename, mFormname, mIsValid, ms_sleep(), NULL, S32, LLFile::stat(), and TRUE.
LLFileEncoder::~LLFileEncoder | ( | ) |
Definition at line 513 of file linux_crash_logger.cpp.
References i, mBuf, mFormname, and S32.
Referenced by main(), and send_crash_report().
BOOL LLFileEncoder::isValid | ( | ) | const [inline] |
BOOL LLFileEncoder::isValid | ( | ) | const [inline] |
BOOL LLFileEncoder::isValid | ( | ) | const [inline] |
Definition at line 73 of file linux_crash_logger.cpp.
References mIsValid.
Referenced by main(), and send_crash_report().
Definition at line 402 of file win_crash_logger.cpp.
Definition at line 79 of file linux_crash_logger.cpp.
Referenced by encodeURL(), LLFileEncoder(), main(), send_crash_report(), and ~LLFileEncoder().
Definition at line 78 of file linux_crash_logger.cpp.
Referenced by encodeURL(), and LLFileEncoder().