|
Define a LoggingSettings struct to use for InitLogging()
Update all callers of InitLogging() to use LoggingSettings, only
setting fields that need a non-default value.
Turn LoggingDestination enum into a bit field and define add
LOG_DEFAULT and LOG_ALL constants.
Fix erroneous comment saying that the default was to not lock
the log file.
BUG= 247594
TBR=brettw@chromium.org, cpu@chromium.org, gene@chromium.org, jam@chromium.org, rch@chromium.org, scherkus@chromium.org, sergeyu@chromium.org, sky@chromium.org, tkent@chromium.org, yfriedman@chromium.org, zea@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=207920
Total comments: 6
Total comments: 8
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+251 lines, -309 lines) |
Patch |
|
M |
base/logging.h
|
View
|
1
2
3
4
5
6
7
8
9
|
4 chunks |
+52 lines, -30 lines |
0 comments
|
Download
|
|
M |
base/logging.cc
|
View
|
1
2
3
4
5
6
7
|
7 chunks |
+23 lines, -32 lines |
0 comments
|
Download
|
|
M |
base/test/test_suite.cc
|
View
|
5
6
|
1 chunk |
+5 lines, -6 lines |
0 comments
|
Download
|
|
M |
base/test/test_support_android.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+3 lines, -5 lines |
0 comments
|
Download
|
|
M |
chrome/common/logging_chrome.cc
|
View
|
1
2
3
4
5
6
|
5 chunks |
+16 lines, -17 lines |
0 comments
|
Download
|
|
M |
chrome/installer/gcapi/gcapi_dll.cc
|
View
|
5
6
|
1 chunk |
+3 lines, -6 lines |
0 comments
|
Download
|
|
M |
chrome/installer/tools/validate_installation_main.cc
|
View
|
5
6
|
1 chunk |
+6 lines, -6 lines |
0 comments
|
Download
|
|
M |
chrome/installer/util/logging_installer.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+4 lines, -6 lines |
0 comments
|
Download
|
|
M |
chrome/test/chromedriver/server/chromedriver_server.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+3 lines, -6 lines |
0 comments
|
Download
|
|
M |
chrome/test/webdriver/webdriver_logging.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+3 lines, -6 lines |
0 comments
|
Download
|
|
M |
chrome/tools/crash_service/main.cc
|
View
|
1
5
6
|
1 chunk |
+4 lines, -6 lines |
0 comments
|
Download
|
|
M |
chrome_frame/chrome_tab.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+3 lines, -6 lines |
0 comments
|
Download
|
|
M |
chrome_frame/crash_reporting/minidump_test.cc
|
View
|
5
6
|
1 chunk |
+5 lines, -6 lines |
0 comments
|
Download
|
|
M |
chrome_frame/test/net/fake_external_tab.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+5 lines, -6 lines |
0 comments
|
Download
|
|
M |
cloud_print/gcp20/prototype/gcp20_device.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+3 lines, -5 lines |
0 comments
|
Download
|
|
M |
cloud_print/service/win/cloud_print_service.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+3 lines, -5 lines |
0 comments
|
Download
|
|
M |
content/app/android/library_loader_hooks.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+4 lines, -6 lines |
0 comments
|
Download
|
|
M |
content/common/gpu/media/video_decode_accelerator_unittest.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+5 lines, -6 lines |
0 comments
|
Download
|
|
M |
content/shell/app/shell_main_delegate.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+5 lines, -6 lines |
0 comments
|
Download
|
|
M |
courgette/courgette_tool.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+4 lines, -6 lines |
0 comments
|
Download
|
|
M |
jingle/glue/logging_unittest.cc
|
View
|
5
6
|
1 chunk |
+6 lines, -3 lines |
0 comments
|
Download
|
|
M |
media/tools/media_bench/media_bench.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+3 lines, -6 lines |
0 comments
|
Download
|
|
M |
media/tools/player_x11/player_x11.cc
|
View
|
5
6
|
1 chunk |
+3 lines, -6 lines |
0 comments
|
Download
|
|
M |
net/disk_cache/stress_cache.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
net/tools/flip_server/flip_config.cc
|
View
|
5
6
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
net/tools/flip_server/flip_in_mem_edsm_server.cc
|
View
|
1
2
3
4
5
6
|
3 chunks |
+10 lines, -13 lines |
0 comments
|
Download
|
|
M |
net/tools/get_server_time/get_server_time.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+3 lines, -6 lines |
0 comments
|
Download
|
|
M |
net/tools/net_watcher/net_watcher.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+3 lines, -6 lines |
0 comments
|
Download
|
|
M |
net/tools/testserver/run_testserver.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+4 lines, -6 lines |
0 comments
|
Download
|
|
M |
net/tools/tld_cleanup/tld_cleanup.cc
|
View
|
1
5
6
|
2 chunks |
+7 lines, -8 lines |
0 comments
|
Download
|
|
M |
ppapi/proxy/plugin_main_nacl.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+3 lines, -6 lines |
0 comments
|
Download
|
|
M |
remoting/host/logging_posix.cc
|
View
|
5
6
|
1 chunk |
+3 lines, -6 lines |
0 comments
|
Download
|
|
M |
remoting/host/logging_win.cc
|
View
|
5
6
|
1 chunk |
+3 lines, -6 lines |
0 comments
|
Download
|
|
M |
sync/tools/sync_client.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+3 lines, -6 lines |
0 comments
|
Download
|
|
M |
sync/tools/sync_listen_notifications.cc
|
View
|
5
6
|
1 chunk |
+3 lines, -6 lines |
0 comments
|
Download
|
|
M |
sync/tools/testserver/run_sync_testserver.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+4 lines, -6 lines |
0 comments
|
Download
|
|
M |
third_party/libjingle/overrides/initialize_module.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+3 lines, -6 lines |
0 comments
|
Download
|
|
M |
tools/android/forwarder2/daemon.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+9 lines, -7 lines |
0 comments
|
Download
|
|
M |
tools/set_default_handler/set_default_handler_main.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+5 lines, -4 lines |
0 comments
|
Download
|
|
M |
ui/views/examples/content_client/examples_main_delegate.cc
|
View
|
5
6
|
1 chunk |
+3 lines, -5 lines |
0 comments
|
Download
|
|
M |
webkit/support/webkit_support.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+7 lines, -9 lines |
0 comments
|
Download
|
|
M |
win8/metro_driver/metro_driver.cc
|
View
|
5
6
|
1 chunk |
+3 lines, -6 lines |
0 comments
|
Download
|
Total messages: 30 (0 generated)
|