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

Unified Diff: client/cmd/isolate/exp_archive.go

Issue 2557593002: Add batch logging support to eventlog. (Closed)
Patch Set: Fix race in test. Created 4 years 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 | common/eventlog/eventlog.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/cmd/isolate/exp_archive.go
diff --git a/client/cmd/isolate/exp_archive.go b/client/cmd/isolate/exp_archive.go
index 3b7563fa9c9e98188d86291723e7d440df015381..62016f4974e29fcc0d0863dfa50beb69a8db3216 100644
--- a/client/cmd/isolate/exp_archive.go
+++ b/client/cmd/isolate/exp_archive.go
@@ -218,7 +218,7 @@ func (c *expArchiveRun) main() error {
if endpoint := eventlogEndpoint(c.isolateFlags.EventlogEndpoint); endpoint != "" {
ctx := context.Background()
- logger := eventlog.NewClient(endpoint)
+ logger := eventlog.NewClient(ctx, endpoint)
// TODO(mcgreevy): fill out more stats in archiveDetails.
archiveDetails := &logpb.IsolateClientEvent_ArchiveDetails{
« no previous file with comments | « no previous file | common/eventlog/eventlog.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698