Commit 69f76ca8 authored by Aaron Leventhal's avatar Aaron Leventhal Committed by Commit Bot

Revert dump without crashing

Even though  dump w/o crash is not a real crash, it skews the crash
data analysis.

Bug: 1063308
Change-Id: I55d16beffe8a4fcef5e505d923a755e0481d3aa2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2113685Reviewed-by: default avatarDominic Mazzoni <dmazzoni@chromium.org>
Commit-Queue: Aaron Leventhal <aleventhal@chromium.org>
Cr-Commit-Position: refs/heads/master@{#752418}
parent ee21508b
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
#include <unordered_set> #include <unordered_set>
#include <vector> #include <vector>
#include "base/debug/dump_without_crashing.h"
#include "base/logging.h" #include "base/logging.h"
#include "ui/accessibility/ax_export.h" #include "ui/accessibility/ax_export.h"
#include "ui/accessibility/ax_tree_source.h" #include "ui/accessibility/ax_tree_source.h"
...@@ -552,7 +551,6 @@ bool AXTreeSerializer<AXSourceNode, AXNodeData, AXTreeData>:: ...@@ -552,7 +551,6 @@ bool AXTreeSerializer<AXSourceNode, AXNodeData, AXTreeData>::
ClientTreeNode* client_child = ClientTreeNodeById(new_child_id); ClientTreeNode* client_child = ClientTreeNodeById(new_child_id);
if (client_child && client_child->parent != client_node) { if (client_child && client_child->parent != client_node) {
DVLOG(1) << "Reparenting detected"; DVLOG(1) << "Reparenting detected";
base::debug::DumpWithoutCrashing();
Reset(); Reset();
return false; return false;
} }
......
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