Browse Source

[macOS] Print full source paths in the trace.

Pāvels Nadtočajevs 8 months ago
parent
commit
8b853b7db7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      platform/macos/crash_handler_macos.mm

+ 1 - 0
platform/macos/crash_handler_macos.mm

@@ -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);