|
|
Add 'flog' service implementation.
This is the first take on the service implementation for formatted
logging. Logs are stored to the service's app persistent storage. The
service creates loggers, enumerates existing logs and creates log
readers for apps that want to consume logs. Currently the service will
only enumerate logs that existed when the service started. There's no
support for reading logs that are currently open. I also need to add
the ability to log generic text/file/line entries.
R=kulakowski@chromium.org
Committed: https://chromium.googlesource.com/external/mojo/+/f6adcd2ac60af3897b5d9b2e05dfd6a7777da11d
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+937 lines, -116 lines) |
Patch |
 |
M |
mojo/dart/packages/mojo_services/lib/mojo/flog/flog.mojom.dart
|
View
|
1
|
19 chunks |
+111 lines, -102 lines |
0 comments
|
Download
|
 |
M |
mojo/services/flog/cpp/BUILD.gn
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
mojo/services/flog/cpp/flog.h
|
View
|
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
mojo/services/flog/interfaces/flog.mojom
|
View
|
|
5 chunks |
+13 lines, -9 lines |
0 comments
|
Download
|
 |
M |
services/BUILD.gn
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
services/flog/BUILD.gn
|
View
|
|
1 chunk |
+29 lines, -0 lines |
0 comments
|
Download
|
 |
A |
services/flog/flog_directory.h
|
View
|
1
|
1 chunk |
+52 lines, -0 lines |
0 comments
|
Download
|
 |
A |
services/flog/flog_directory.cc
|
View
|
1
|
1 chunk |
+111 lines, -0 lines |
0 comments
|
Download
|
 |
A |
services/flog/flog_logger_impl.h
|
View
|
|
1 chunk |
+53 lines, -0 lines |
0 comments
|
Download
|
 |
A |
services/flog/flog_logger_impl.cc
|
View
|
|
1 chunk |
+74 lines, -0 lines |
0 comments
|
Download
|
 |
A |
services/flog/flog_reader_impl.h
|
View
|
|
1 chunk |
+86 lines, -0 lines |
0 comments
|
Download
|
 |
A |
services/flog/flog_reader_impl.cc
|
View
|
|
1 chunk |
+254 lines, -0 lines |
0 comments
|
Download
|
 |
A |
services/flog/flog_service_impl.h
|
View
|
1
|
1 chunk |
+52 lines, -0 lines |
0 comments
|
Download
|
 |
A |
services/flog/flog_service_impl.cc
|
View
|
1
|
1 chunk |
+93 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
services/flog/main.cc
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
Total messages: 8 (3 generated)
|