[client] fix the binary path when debugging

This commit is contained in:
Geoffrey McRae
2019-05-27 01:20:05 +10:00
parent 21b02efb4d
commit 664d7dccdb
2 changed files with 2 additions and 2 deletions

View File

@@ -1318,7 +1318,7 @@ int run()
int main(int argc, char * argv[])
{
if (!installCrashHandler(argv[0]))
if (!installCrashHandler("/proc/self/exe"))
DEBUG_WARN("Failed to install the crash handler");
config_init();