Skip to content

Commit 9fd0422

Browse files
authored
Crashpad attachment syntax changed (#55)
1 parent 99138f9 commit 9fd0422

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

backtrace-library/src/main/cpp/backends/crashpad-backend.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,6 @@ bool InitializeCrashpad(jstring url,
103103
std::string attachmentBaseName = basename(convertedAttachmentPath);
104104

105105
std::string attachmentArgumentString("--attachment=");
106-
attachmentArgumentString += attachmentBaseName;
107-
attachmentArgumentString += "=";
108106
attachmentArgumentString += convertedAttachmentPath;
109107
arguments.push_back(attachmentArgumentString);
110108

0 commit comments

Comments
 (0)