Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e6cafc92 authored by Chris Manton's avatar Chris Manton
Browse files

Add test target TestCommonMockFunctions

Also remove logging levels

Bug: 187825293
Tag: #refactor
Test: gd/cert/run

Change-Id: Ib9cfa169ffc6d511f960546bf5267a15e7f5fc3e
parent 59626106
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -347,6 +347,13 @@ filegroup {
  ],
}

filegroup {
  name: "TestCommonMockFunctions",
  srcs: [
      "common/mock_functions.cc",
  ],
}

filegroup {
  name: "TestCommonMainHandler",
  srcs: [
+0 −5
Original line number Diff line number Diff line
@@ -19,11 +19,6 @@
#include "osi/include/log.h"
#include "test/common/mock_functions.h"

// tLEGACY_TRACE_LEVEL
// uint8_t btu_trace_level = 6;
uint8_t appl_trace_level = 6;
uint8_t btif_trace_level = 6;

std::map<std::string, int> mock_function_count_map;

void dump_mock_function_count_map() {