Commit fe470636 authored by Shengfa Lin's avatar Shengfa Lin Committed by Commit Bot

[chromedriver] Improve log between Client and ChromeDriver

Do not truncate log for Command Send from client to ChromeDriver.

Bug: chromedriver:3541
Change-Id: Ia6588fb4ab5b35f0ff7295e348295b2d72aaf1d6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2292870Reviewed-by: default avatarJohn Chen <johnchen@chromium.org>
Commit-Queue: Shengfa Lin <shengfa@google.com>
Cr-Commit-Position: refs/heads/master@{#787386}
parent 3e3c73f7
...@@ -231,8 +231,7 @@ void ExecuteSessionCommandOnSessionThread( ...@@ -231,8 +231,7 @@ void ExecuteSessionCommandOnSessionThread(
// Note: ChromeDriver log-replay depends on the format of this logging. // Note: ChromeDriver log-replay depends on the format of this logging.
// see chromedriver/log_replay/client_replay.py // see chromedriver/log_replay/client_replay.py
VLOG(0) << "[" << session->id << "] " VLOG(0) << "[" << session->id << "] "
<< "COMMAND " << command_name << " " << "COMMAND " << command_name << " " << PrettyPrintValue(*params);
<< FormatValueForDisplay(*params);
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment