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

Unified Diff: perf/go/perf_migratedb/main.go

Issue 659943006: Do not forget to call `defer glog.Flush()` in our applications (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: revert titletool changes Created 6 years, 2 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 | « perf/go/logserver/main.go ('k') | perf/go/skiaperf/main.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: perf/go/perf_migratedb/main.go
diff --git a/perf/go/perf_migratedb/main.go b/perf/go/perf_migratedb/main.go
index 99e999c02d81ac3ce677e491174e26c60316495a..1018b9079eaee9b1fc09690f18bf3df388da0a39 100644
--- a/perf/go/perf_migratedb/main.go
+++ b/perf/go/perf_migratedb/main.go
@@ -25,6 +25,7 @@ func main() {
"\n\tIf the string contains %s the user will be prompted to enter a password which will then be used for subtitution.")
flag.Parse()
+ defer glog.Flush()
var connectionStr = *dbConnString
« no previous file with comments | « perf/go/logserver/main.go ('k') | perf/go/skiaperf/main.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698