Add PA_LOG() macro to for logging messages specific to Proximity Auth.
commitdda9f80847aa2966b03a9625419fbe01c8e47192
authortengs <tengs@chromium.org>
Sat, 2 May 2015 00:19:08 +0000 (1 17:19 -0700)
committerCommit bot <commit-bot@chromium.org>
Sat, 2 May 2015 00:20:01 +0000 (2 00:20 +0000)
tree5b9d1547b7526832a1baba50316972bf83a86a7d
parent8d7c738dd40b0d51d7478f7afea68df13282c9ac
Add PA_LOG() macro to for logging messages specific to Proximity Auth.

This macro is built on top of the standard logging system defined in
base/logging.h, but also allows us to show Proximity Auth specific logs in the
debug WebUI at chrome://proximity-auth.

BUG=409158
TEST=unit test

Review URL: https://codereview.chromium.org/1113023006

Cr-Commit-Position: refs/heads/master@{#328026}
components/components_tests.gyp
components/proximity_auth.gypi
components/proximity_auth/BUILD.gn
components/proximity_auth/cryptauth/BUILD.gn
components/proximity_auth/logging/BUILD.gn [new file with mode: 0644]
components/proximity_auth/logging/log_buffer.cc [new file with mode: 0644]
components/proximity_auth/logging/log_buffer.h [new file with mode: 0644]
components/proximity_auth/logging/logging.cc [new file with mode: 0644]
components/proximity_auth/logging/logging.h [new file with mode: 0644]
components/proximity_auth/logging/logging_unittest.cc [new file with mode: 0644]