Skip to content

Commit 0bb8fca

Browse files
committed
this thing supports full paths meow
1 parent 04e8eeb commit 0bb8fca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

loader/src/internal/crashlogApple.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ static std::string executeCommand(ZStringView cmd) {
139139

140140
static std::string addr2Line() {
141141
StringBuffer<> stream;
142-
stream.append("atos -p {} ", getpid());
142+
stream.append("atos --fullPath -p {} ", getpid());
143143
for (int i = 1; i < s_backtraceSize; ++i) {
144144
stream.append("{} ", s_backtrace[i]);
145145
}

0 commit comments

Comments
 (0)