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

Unified Diff: tools/ThermalManager.cpp

Issue 2343233002: Is it just me or is this logging just noise? (Closed)
Patch Set: Created 4 years, 3 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/ThermalManager.cpp
diff --git a/tools/ThermalManager.cpp b/tools/ThermalManager.cpp
index 21c0fc367fa8f895ace7faf87e0acdde4b50c911..e0c7c44c6992ae2cef57295218f67665a84aaf34 100644
--- a/tools/ThermalManager.cpp
+++ b/tools/ThermalManager.cpp
@@ -97,10 +97,6 @@ ThermalManager::TripPoint::TripPoint(SkString thermalZoneRoot, SkString pointNam
fThreshold = threshold;
fDisabled = fBase + fThreshold >= fPoint; // We disable any trip point which start off
// triggered
- if (!fDisabled) {
- SkDebugf("Trip point %s base - %d trip point-%d\n", fullPath.c_str(),
- fBase, fPoint);
- }
}
bool ThermalManager::TripPoint::willTrip() {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698