mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-19 01:56:53 +02:00
Fix android build failure
This commit is contained in:
parent
23e5dd0d2c
commit
c02366a811
1 changed files with 2 additions and 1 deletions
|
@ -26,6 +26,7 @@
|
|||
#include <BuildInfo.h>
|
||||
#include <FingerprintUtils.h>
|
||||
#include <SettingHelpers.h>
|
||||
#include <UUID.h>
|
||||
|
||||
google_breakpad::ExceptionHandler* gBreakpadHandler;
|
||||
|
||||
|
@ -62,7 +63,7 @@ bool startCrashHandler(std::string appPath) {
|
|||
annotations["build_type"] = BuildInfo::BUILD_TYPE_STRING;
|
||||
|
||||
auto machineFingerPrint = uuidStringWithoutCurlyBraces(FingerprintUtils::getMachineFingerprint());
|
||||
annotations["machine_fingerprint"] = machineFingerPrint.toStdString();
|
||||
annotations["machine_fingerprint"] = machineFingerPrint;
|
||||
|
||||
flushAnnotations();
|
||||
|
||||
|
|
Loading…
Reference in a new issue