|
TelemetryLogWriter cleanups
* Moved to base since it doesn't do anything related to signaling.
* Logs failed to send will be added to the front of the pending queue to maintain the chronological order.
* Addressed comments from sergeyu@.
BUG= 546735
Committed: https://crrev.com/6269469228e11bc93ded9528df7f72f5e7d9e912
Cr-Commit-Position: refs/heads/master@{#393426}
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+87 lines, -754 lines) |
Patch |
 |
M |
remoting/base/BUILD.gn
|
View
|
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
remoting/base/chromoting_event.h
|
View
|
|
4 chunks |
+10 lines, -10 lines |
0 comments
|
Download
|
 |
A + |
remoting/base/chromoting_event.cc
|
View
|
|
4 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
A + |
remoting/base/chromoting_event_log_writer.h
|
View
|
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
A + |
remoting/base/telemetry_log_writer.h
|
View
|
|
5 chunks |
+8 lines, -8 lines |
0 comments
|
Download
|
 |
A + |
remoting/base/telemetry_log_writer.cc
|
View
|
1
2
|
5 chunks |
+20 lines, -19 lines |
0 comments
|
Download
|
 |
A + |
remoting/base/telemetry_log_writer_unittest.cc
|
View
|
|
3 chunks |
+26 lines, -3 lines |
0 comments
|
Download
|
 |
M |
remoting/client/client_telemetry_logger.h
|
View
|
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
remoting/client/client_telemetry_logger.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
remoting/client/client_telemetry_logger_unittest.cc
|
View
|
1
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
remoting/remoting_srcs.gypi
|
View
|
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
remoting/remoting_test.gypi
|
View
|
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
remoting/signaling/BUILD.gn
|
View
|
|
2 chunks |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
D |
remoting/signaling/chromoting_event.h
|
View
|
|
1 chunk |
+0 lines, -151 lines |
0 comments
|
Download
|
 |
D |
remoting/signaling/chromoting_event.cc
|
View
|
|
1 chunk |
+0 lines, -121 lines |
0 comments
|
Download
|
 |
D |
remoting/signaling/chromoting_event_log_writer.h
|
View
|
|
1 chunk |
+0 lines, -23 lines |
0 comments
|
Download
|
 |
D |
remoting/signaling/telemetry_log_writer.h
|
View
|
|
1 chunk |
+0 lines, -71 lines |
0 comments
|
Download
|
 |
D |
remoting/signaling/telemetry_log_writer.cc
|
View
|
|
1 chunk |
+0 lines, -115 lines |
0 comments
|
Download
|
 |
D |
remoting/signaling/telemetry_log_writer_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -209 lines |
0 comments
|
Download
|
Total messages: 19 (9 generated)
|