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

Issue 11776029: Stop writing logs to %ProgramData%\Chromoting\debug.log (Windows only). (Closed)

Created:
7 years, 11 months ago by alexeypa (please no reviews)
Modified:
7 years, 11 months ago
Reviewers:
Jamie
CC:
chromium-reviews, jamiewalch+watch_chromium.org, dcaiafa+watch_chromium.org, simonmorris+watch_chromium.org, hclam+watch_chromium.org, wez+watch_chromium.org, amit, sanjeevr, garykac+watch_chromium.org, lambroslambrou+watch_chromium.org, rmsousa+watch_chromium.org, alexeypa+watch_chromium.org, sergeyu+watch_chromium.org
Visibility:
Public.

Description

Stop writing logs to %ProgramData%\Chromoting\debug.log (Windows only). %ProgramData% is read-only for processes running at low integrity level. since the host is now running at low integrity level and logs are written to ETW, this CL quits using debug.log altogether. See http://code.google.com/p/sawbuck/wiki/HowToCaptureLogsOffline for an example how logs can be collected via ETW infrastructure. The Chromoting provider's guid is "{2db51ca1-4fd8-4b88-b5a2-fb8606b66b02}". BUG=134694 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=175433

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -16 lines) Patch
M remoting/host/logging_win.cc View 2 chunks +2 lines, -16 lines 2 comments Download

Messages

Total messages: 8 (0 generated)
alexeypa (please no reviews)
PTAL.
7 years, 11 months ago (2013-01-07 18:25:12 UTC) #1
Jamie
https://chromiumcodereview.appspot.com/11776029/diff/1/remoting/host/logging_win.cc File remoting/host/logging_win.cc (left): https://chromiumcodereview.appspot.com/11776029/diff/1/remoting/host/logging_win.cc#oldcode40 remoting/host/logging_win.cc:40: #endif // !defined(NDEBUG) This disables logging entirely for debug ...
7 years, 11 months ago (2013-01-07 18:31:21 UTC) #2
alexeypa (please no reviews)
https://chromiumcodereview.appspot.com/11776029/diff/1/remoting/host/logging_win.cc File remoting/host/logging_win.cc (left): https://chromiumcodereview.appspot.com/11776029/diff/1/remoting/host/logging_win.cc#oldcode40 remoting/host/logging_win.cc:40: #endif // !defined(NDEBUG) On 2013/01/07 18:31:21, Jamie wrote: > ...
7 years, 11 months ago (2013-01-07 19:10:30 UTC) #3
Jamie
lgtm
7 years, 11 months ago (2013-01-07 19:28:11 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/alexeypa@chromium.org/11776029/1
7 years, 11 months ago (2013-01-07 19:31:59 UTC) #5
commit-bot: I haz the power
Retried try job too often on win_aura for step(s) interactive_ui_tests
7 years, 11 months ago (2013-01-07 21:59:12 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/alexeypa@chromium.org/11776029/1
7 years, 11 months ago (2013-01-07 22:33:22 UTC) #7
commit-bot: I haz the power
7 years, 11 months ago (2013-01-08 00:41:46 UTC) #8
Message was sent while issue was closed.
Change committed as 175433

Powered by Google App Engine
This is Rietveld 408576698