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:
@@ -2064,7 +2064,7 @@ int main(int argc, char * argv[])
|
||||
DEBUG_INFO("Locking Method: " LG_LOCK_MODE);
|
||||
cpuInfo_log();
|
||||
|
||||
if (!installCrashHandler("/proc/self/exe"))
|
||||
if (!installCrashHandler("/proc/self/exe", argv[0]))
|
||||
DEBUG_WARN("Failed to install the crash handler");
|
||||
|
||||
lgPathsInit("looking-glass");
|
||||
|
||||
Reference in New Issue
Block a user