Allow log print of data units.
Bug: webrtc:9709 Change-Id: I5987a9779e645115dc1893944302a73d540bcf2f Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/125680 Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Commit-Queue: Sebastian Jansson <srte@webrtc.org> Cr-Commit-Position: refs/heads/master@{#27578}
This commit is contained in:
committed by
Commit Bot
parent
4d7160e41d
commit
b113862ccd
@ -95,6 +95,9 @@ class TimeDelta final : public rtc_units_impl::RelativeUnit<TimeDelta> {
|
||||
};
|
||||
|
||||
std::string ToString(TimeDelta value);
|
||||
inline std::string ToLogString(TimeDelta value) {
|
||||
return ToString(value);
|
||||
}
|
||||
|
||||
#ifdef UNIT_TEST
|
||||
inline std::ostream& operator<<( // no-presubmit-check TODO(webrtc:8982)
|
||||
|
||||
Reference in New Issue
Block a user