| Index: user_collector.cc
|
| diff --git a/user_collector.cc b/user_collector.cc
|
| index 7af35ce33c10a11859d83bea38eca5ab29c14fb9..18ff39a099df9da524de65a5d7491d77455f40f4 100644
|
| --- a/user_collector.cc
|
| +++ b/user_collector.cc
|
| @@ -20,7 +20,7 @@
|
| static const char kCorePatternFile[] = "/proc/sys/kernel/core_pattern";
|
| static const char kCoreToMinidumpConverterPath[] = "/usr/bin/core2md";
|
| static const char kDefaultUserName[] = "chronos";
|
| -static const char kLeaveCoreFile[] = "/etc/leave_core";
|
| +static const char kLeaveCoreFile[] = "/root/.leave_core";
|
| static const char kSystemCrashPath[] = "/var/spool/crash";
|
| static const char kUserCrashPath[] = "/home/chronos/user/crash";
|
|
|
|
|