mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
[breakpad] Add new annotation "commit"
This commit is contained in:
@@ -70,6 +70,7 @@ namespace BlackMisc
|
||||
// Backtrace annotations
|
||||
annotations["token"] = "b15efd93e290be3cf5d39750cadc092b651327ff0c027b80abd75e0ee50df1da";
|
||||
annotations["format"] = "minidump";
|
||||
annotations["commit"] = CBuildConfig::gitHeadSha1().toStdString();
|
||||
annotations["version"] = CBuildConfig::getVersionString().toStdString();
|
||||
annotations["short_version"] = CBuildConfig::getShortVersionString().toStdString();
|
||||
annotations["platform"] = CBuildConfig::getPlatformString().toStdString();
|
||||
|
||||
Reference in New Issue
Block a user