mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-13 07:35:41 +08:00
[breakpad] Add new annotation "short_version"
This commit is contained in:
@@ -72,6 +72,7 @@ namespace BlackMisc
|
|||||||
annotations["token"] = "b15efd93e290be3cf5d39750cadc092b651327ff0c027b80abd75e0ee50df1da";
|
annotations["token"] = "b15efd93e290be3cf5d39750cadc092b651327ff0c027b80abd75e0ee50df1da";
|
||||||
annotations["format"] = "minidump";
|
annotations["format"] = "minidump";
|
||||||
annotations["version"] = CBuildConfig::getVersionString().toStdString();
|
annotations["version"] = CBuildConfig::getVersionString().toStdString();
|
||||||
|
annotations["short_version"] = CBuildConfig::getShortVersionString().toStdString();
|
||||||
annotations["platform"] = CBuildConfig::getPlatformString().toStdString();
|
annotations["platform"] = CBuildConfig::getPlatformString().toStdString();
|
||||||
annotations["qtversion"] = QT_VERSION_STR;
|
annotations["qtversion"] = QT_VERSION_STR;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user