mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-08-02 05:12:02 +00:00
[common] debug: set the crash handler process name
This commit is contained in:
@@ -212,7 +212,7 @@ int main(int argc, char * argv[])
|
||||
{
|
||||
DEBUG_INFO("Looking Glass (" BUILD_VERSION ") - Client Profiler");
|
||||
|
||||
if (!installCrashHandler("/proc/self/exe"))
|
||||
if (!installCrashHandler("/proc/self/exe", argv[0]))
|
||||
DEBUG_WARN("Failed to install the crash handler");
|
||||
|
||||
option_register(options);
|
||||
|
||||
Reference in New Issue
Block a user