OSDN Git Service

Add FdToString
authorAndy Hung <hunga@google.com>
Fri, 24 Aug 2018 21:57:00 +0000 (14:57 -0700)
committerAndy Hung <hunga@google.com>
Tue, 28 Aug 2018 22:42:40 +0000 (15:42 -0700)
commit9772b57d4b6aef7788881cbc0474f6d44b137250
tree7957be8523a36c4d986c02b2c95dcbfda6d377a8
parent70903da08d931a3a347f38de689987df19ff7ac2
Add FdToString

A helper class to collect dumpsys information into a string.

Test: fdtostring_tests
Bug: 80155745
Change-Id: I0d4febdb7db30907b161a61e7413b9923c12899e
audio_utils/include/audio_utils/FdToString.h [new file with mode: 0644]
audio_utils/tests/Android.bp
audio_utils/tests/build_and_run_all_unit_tests.sh
audio_utils/tests/fdtostring_tests.cpp [new file with mode: 0644]