Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(196)

Unified Diff: client/bin/chromeos_constants.py

Issue 3448023: autotest: Stash away cryptohomed.log to help diagnose login issues (Closed) Base URL: http://git.chromium.org/git/autotest.git
Patch Set: Created 10 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | client/bin/site_ui_test.py » ('j') | client/bin/site_ui_test.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/bin/chromeos_constants.py
diff --git a/client/bin/chromeos_constants.py b/client/bin/chromeos_constants.py
index 64b8958c3da9f7878bade2dff157326f74bdd724..10060360931883c8edbdb9286f492a820d1b2e88 100644
--- a/client/bin/chromeos_constants.py
+++ b/client/bin/chromeos_constants.py
@@ -17,6 +17,8 @@ CRYPTOHOME_DEVICE_REGEX = r'^/home/\.shadow/.*/vault$'
CRYPTOHOME_INCOGNITO = 'guestfs'
CRYPTOHOME_MOUNT_PT = USER_DATA_DIR+'/user'
+CRYPTOHOMED_LOG = '/var/log/cryptohomed.log'
+
LOGIN_TRUST_ROOTS = '/etc/login_trust_root.pem'
BROWSER = 'chrome'
« no previous file with comments | « no previous file | client/bin/site_ui_test.py » ('j') | client/bin/site_ui_test.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698