mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-04 09:44:16 +00:00
[client] fix the binary path when debugging
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user