Commit 374c2d43 authored by Siddhartha's avatar Siddhartha Committed by Commit Bot

Remove print stack trace on keyboard controller error.

debug: :StackTrace is used in line 664.
Change-Id: If061f891d3ef4454aad07fc3135d93830ee781db
Reviewed-on: https://chromium-review.googlesource.com/740261
Commit-Queue: Siddhartha S <ssid@chromium.org>
Reviewed-by: default avatarSadrul Chowdhury <sadrul@chromium.org>
Reviewed-by: default avatarYuichiro Hanada <yhanada@chromium.org>
Reviewed-by: default avatarKeigo Oka <oka@chromium.org>
Cr-Commit-Position: refs/heads/master@{#512446}
parent f2876202
......@@ -687,8 +687,7 @@ void KeyboardController::CheckStateTransition(KeyboardControllerState prev,
DCHECK(error_message.str().empty())
<< "State: " << StateToStr(prev) << " -> " << StateToStr(next) << " "
<< error_message.str()
<< " stack trace: " << base::debug::StackTrace(10).ToString();
<< error_message.str();
}
void KeyboardController::ChangeState(KeyboardControllerState state) {
......
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