Skip to content

Commit

Permalink
[macOS] Print full source paths in the trace.
Browse files Browse the repository at this point in the history
  • Loading branch information
bruvzg authored and jirisvd committed Dec 16, 2024
1 parent 0664eef commit 515b326
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions platform/macos/crash_handler_macos.mm
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ static void handle_crash(int sig) {
args.push_back("-arch");
args.push_back("arm64");
#endif
args.push_back("--fullPath");
args.push_back("-l");
snprintf(str, 1024, "%p", load_addr);
args.push_back(str);
Expand Down

0 comments on commit 515b326

Please sign in to comment.