Issue 184 - MinidumpModule::code_identifier doesn't handle MD_OS_LINUX. r=mento
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@179 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
parent
6ed453a770
commit
0e94332f7c
1 changed files with 2 additions and 1 deletions
|
@ -1308,7 +1308,8 @@ string MinidumpModule::code_identifier() const {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
case MD_OS_MAC_OS_X: {
|
case MD_OS_MAC_OS_X:
|
||||||
|
case MD_OS_LINUX: {
|
||||||
// TODO(mmentovai): support uuid extension if present, otherwise fall
|
// TODO(mmentovai): support uuid extension if present, otherwise fall
|
||||||
// back to version (from LC_ID_DYLIB?), otherwise fall back to something
|
// back to version (from LC_ID_DYLIB?), otherwise fall back to something
|
||||||
// else.
|
// else.
|
||||||
|
|
Loading…
Reference in a new issue