third_party.pigweed.src/pw_log
Anthony DiGirolamo bf88de9f5c pw_system: Reusable DeviceConnection functionality
Refactors Device class creation and associated argparse options to the
device_connection.py file. This allows standard Python scripts to easily
setup a connection to a device in the same way pw_system console does.

Changes to console.py:
- Remove the --proto-globs feature. This was running protoc at runtime
  and on the proto files outside of the build system.
- Remove unused --output option. This is a legacy option back when
  ipython was the main interface. There are already multiple logfile
  creation options.

Change-Id: Icf66faf5ad7248b7e74f5087a47cb2d010e4a4fc
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/221752
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Reviewed-by: Keir Mierle <keir@google.com>
Commit-Queue: Anthony DiGirolamo <tonymd@google.com>
2024-07-12 00:05:30 +00:00
..
java pw_{hdlc,log,rpc}: Add android_library targets 2024-02-21 18:13:48 +00:00
public/pw_log pw_log: Cast log level to int32_t 2024-05-31 23:50:24 +00:00
py pw_system: Reusable DeviceConnection functionality 2024-07-12 00:05:30 +00:00
rust bazel: Roll out incompatible_with_mcu 2024-07-02 17:13:50 +00:00
Android.bp pw_log: Make TODO actionable 2024-05-10 18:33:05 +00:00
AndroidManifest.xml
backend.cmake
backend.gni
backends.rst pw_log: Add module metadata 2024-06-05 23:04:15 +00:00
basic_log_test_plain_c.c
basic_log_test.cc pw_{kvs,libc,log}: Use unit test framework 2023-12-07 02:33:10 +00:00
BUILD.bazel pw_log: Remove backend multiplexer 2024-06-25 19:51:30 +00:00
BUILD.gn pw_log: Add rate limit log statements 2024-03-21 17:59:18 +00:00
CMakeLists.txt pw_log: Add rate limit log statements 2024-03-21 17:59:18 +00:00
docs.rst pw_log: Add module metadata 2024-06-05 23:04:15 +00:00
example_layer_diagram.svg
glog_adapter_test.cc *: Run clang-format 2024-04-29 23:22:12 +00:00
log.proto pw_tokenizer: Proto migration stage 3/5 2024-02-13 23:35:34 +00:00
OWNERS
proto_utils_test.cc pw_{kvs,libc,log}: Use unit test framework 2023-12-07 02:33:10 +00:00
proto_utils.cc
protobuf.rst pw_log: Add module metadata 2024-06-05 23:04:15 +00:00
rate_limited.cc pw_log: Add rate limit log statements 2024-03-21 17:59:18 +00:00
tokenized_args.rst pw_log: Add module metadata 2024-06-05 23:04:15 +00:00