OSDN Git Service

[GD HCI] Add BtStopWatch log tag
authorJack He <siyuanh@google.com>
Thu, 18 Feb 2021 21:25:44 +0000 (13:25 -0800)
committerJack He <siyuanh@google.com>
Fri, 19 Feb 2021 18:37:54 +0000 (18:37 +0000)
* StopWatch logs are very verbose, adding a tag so that we can
  filter or disable it via config setup

Bug: 164973960
Test: make and run BT stack
Tag: #gd-refactor
Change-Id: I5cd8f24228948559ecee180fb57727469fe7eeb8

gd/common/stop_watch.cc

index 7043465..24df399 100644 (file)
@@ -14,6 +14,8 @@
  * limitations under the License.
  */
 
+#define LOG_TAG "BtStopWatch"
+
 #include "common/stop_watch.h"
 
 #include <iomanip>