2015-07-29 18:04:19 +02:00
|
|
|
diff --git set_process_title.cc set_process_title.cc
|
2016-01-06 20:20:54 +01:00
|
|
|
index 2118598..8f85c70 100644
|
2015-07-29 18:04:19 +02:00
|
|
|
--- set_process_title.cc
|
|
|
|
+++ set_process_title.cc
|
2016-01-06 20:20:54 +01:00
|
|
|
@@ -44,7 +44,7 @@ void SetProcessTitleFromCommandLine(const char** main_argv) {
|
2015-07-29 18:04:19 +02:00
|
|
|
bool have_argv0 = false;
|
|
|
|
|
|
|
|
#if defined(OS_LINUX)
|
|
|
|
- DCHECK_EQ(base::PlatformThread::CurrentId(), getpid());
|
|
|
|
+ //DCHECK_EQ(base::PlatformThread::CurrentId(), getpid());
|
|
|
|
|
|
|
|
if (main_argv)
|
|
|
|
setproctitle_init(main_argv);
|