• Home
  • History
  • Annotate
  • only in /external/webrtc/webrtc/modules/audio_processing/logging/
History log of /external/webrtc/webrtc/modules/audio_processing/logging/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
de0fc58784f3f27503eef37ae7f50cae0bcbe30c 02-Dec-2015 peah <peah@webrtc.org> Adding two more debug macros for logging scalar values to file.

The two added macros simplifies the logging code when a value which is not stored in a variable should be logged.

BUG=

Review URL: https://codereview.webrtc.org/1488613002

Cr-Commit-Position: refs/heads/master@{#10870}
ec_logging.h
91d6edef35e7275879c30ce16ecb8b6dc73c6e4a 17-Sep-2015 henrikg <henrikg@webrtc.org> Add RTC_ prefix to (D)CHECKs and related macros.

We must remove dependency on Chromium, i.e. we can't use Chromium's base/logging.h. That means we need to define these macros in WebRTC also when doing Chromium builds. And this causes redefinition.

Alternative solutions:
* Check if we already have defined e.g. CHECK, and don't define them in that case. This makes us depend on include order in Chromium, which is not acceptable.
* Don't allow using the macros in WebRTC headers. Error prone since if someone adds it there by mistake it may compile fine, but later break if a header in added or order is changed in Chromium. That will be confusing and hard to enforce.
* Ensure that headers that are included by an embedder don't include our macros. This would require some heavy refactoring to be maintainable and enforcable.
* Changes in Chromium for this is obviously not an option.

BUG=chromium:468375
NOTRY=true

Review URL: https://codereview.webrtc.org/1335923002

Cr-Commit-Position: refs/heads/master@{#9964}
ec_logging_file_handling.cc
9e69abf85eeae8b6e23170c189cf5dd155771a51 28-Aug-2015 peah <peah@webrtc.org> Added logging using the raw variant of the new aec logging macros

Replaced the wav file dumping functionality in aec_core.c with the newly added corresponding macros

Added macros for logging of AEC internal data

BUG=

Review URL: https://codereview.webrtc.org/1272403003

Cr-Commit-Position: refs/heads/master@{#9808}
ec_logging.h
ec_logging_file_handling.cc
ec_logging_file_handling.h