This moves log output for ChromeOS to safer locations.
For BWSI (incognito) mode, we want to make sure that we don't leak private information between sessions, so we need to have chrome write log output to the tmpfs created for that mode. Also, the chrome log in "logged in" mode should reside in the "log" subdir instead of in the user data dir. BUG=http://crosbug.com/6908 TEST=Ran on device in incognito and regular modes, and watched where log output ended up. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=64638 Review URL: http://codereview.chromium.org/4194005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64826 0039d316-1c4b-4281-b951-d872f2087c98
Showing
- chrome/browser/browser_main.cc 2 additions, 10 deletionschrome/browser/browser_main.cc
- chrome/browser/chromeos/login/login_utils.cc 1 addition, 3 deletionschrome/browser/chromeos/login/login_utils.cc
- chrome/common/env_vars.cc 3 additions, 0 deletionschrome/common/env_vars.cc
- chrome/common/env_vars.h 1 addition, 0 deletionschrome/common/env_vars.h
- chrome/common/logging_chrome.cc 32 additions, 6 deletionschrome/common/logging_chrome.cc
- chrome/common/logging_chrome.h 5 additions, 2 deletionschrome/common/logging_chrome.h
- chrome/test/in_process_browser_test.cc 5 additions, 0 deletionschrome/test/in_process_browser_test.cc
Loading
Please register or sign in to comment