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

Unified Diff: base/metrics/statistics_recorder_unittest.cc

Issue 2638763004: Report CHECK/DCHECK to test launcher summary output. (Closed)
Patch Set: Fix segmentation fault on android. Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: base/metrics/statistics_recorder_unittest.cc
diff --git a/base/metrics/statistics_recorder_unittest.cc b/base/metrics/statistics_recorder_unittest.cc
index 48b6df30685b9f78758e32644ddaaedb12125f1b..c581f15bc59038de3a32e97e63869482fa8851f4 100644
--- a/base/metrics/statistics_recorder_unittest.cc
+++ b/base/metrics/statistics_recorder_unittest.cc
@@ -29,7 +29,6 @@ class LogStateSaver {
~LogStateSaver() {
logging::SetMinLogLevel(old_min_log_level_);
- logging::SetLogAssertHandler(nullptr);
}
private:

Powered by Google App Engine
This is Rietveld 408576698