| Index: chrome/app/mash/mash_runner.cc
|
| diff --git a/chrome/app/mash/mash_runner.cc b/chrome/app/mash/mash_runner.cc
|
| index d4102c8e2827c332e13551a32d2dd54134077f72..b54a1ff3679edb9e7af46bc050b3fd62a7be2269 100644
|
| --- a/chrome/app/mash/mash_runner.cc
|
| +++ b/chrome/app/mash/mash_runner.cc
|
| @@ -219,10 +219,10 @@ int MashMain() {
|
| settings.logging_dest = logging::LOG_TO_SYSTEM_DEBUG_LOG;
|
| logging::InitLogging(settings);
|
| // To view log output with IDs and timestamps use "adb logcat -v threadtime".
|
| - logging::SetLogItems(false, // Process ID
|
| - false, // Thread ID
|
| - false, // Timestamp
|
| - false); // Tick count
|
| + logging::SetLogItems(true, // Process ID
|
| + true, // Thread ID
|
| + true, // Timestamp
|
| + true); // Tick count
|
|
|
| // TODO(sky): use MessagePumpMojo.
|
| scoped_ptr<base::MessageLoop> message_loop;
|
|
|