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

Issue 10828264: Clean up logging for push_notifications_*.cc (Closed)

Created:
8 years, 4 months ago by akalin
Modified:
8 years, 4 months ago
Reviewers:
rlarocque
CC:
chromium-reviews, rvargas (doing something else)
Visibility:
Public.

Description

Clean up logging for push_notifications_*.cc Make Notification::ToString() base64 the data member (since it can hold binary data). Convert VLOGs to DVLOGs for push_notifications_*.cc. BUG=141692 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=151367

Patch Set 1 #

Total comments: 2

Patch Set 2 : Address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -10 lines) Patch
M jingle/notifier/listener/notification_defines.cc View 1 2 chunks +13 lines, -1 line 0 comments Download
M jingle/notifier/listener/push_notifications_listen_task.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M jingle/notifier/listener/push_notifications_send_update_task.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M jingle/notifier/listener/push_notifications_subscribe_task.cc View 2 chunks +5 lines, -5 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
akalin
+rlarocque for review +rvargas fyi
8 years, 4 months ago (2012-08-10 20:53:19 UTC) #1
rlarocque
https://chromiumcodereview.appspot.com/10828264/diff/1/jingle/notifier/listener/notification_defines.cc File jingle/notifier/listener/notification_defines.cc (right): https://chromiumcodereview.appspot.com/10828264/diff/1/jingle/notifier/listener/notification_defines.cc#newcode71 jingle/notifier/listener/notification_defines.cc:71: CHECK(base::Base64Encode(data, &printable_data)); If this is supposed to be semi-human-readable ...
8 years, 4 months ago (2012-08-10 20:58:38 UTC) #2
akalin
PTAL http://codereview.chromium.org/10828264/diff/1/jingle/notifier/listener/notification_defines.cc File jingle/notifier/listener/notification_defines.cc (right): http://codereview.chromium.org/10828264/diff/1/jingle/notifier/listener/notification_defines.cc#newcode71 jingle/notifier/listener/notification_defines.cc:71: CHECK(base::Base64Encode(data, &printable_data)); On 2012/08/10 20:58:38, rlarocque wrote: > ...
8 years, 4 months ago (2012-08-13 20:24:15 UTC) #3
rlarocque
LGTM
8 years, 4 months ago (2012-08-13 20:54:46 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/akalin@chromium.org/10828264/7001
8 years, 4 months ago (2012-08-13 20:56:16 UTC) #5
commit-bot: I haz the power
8 years, 4 months ago (2012-08-13 22:06:03 UTC) #6
Change committed as 151367

Powered by Google App Engine
This is Rietveld 408576698