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

Commit 9621e753 authored by Mike Yu's avatar Mike Yu
Browse files

Test: Enable verbose logging in doh_ffi_test

Enable the verbose logging to debug doh_ffi_test.
This change will increase ~250 lines of log when running
doh_ffi_test.

Bug: 300679076
Test: atest doh_ffi_test
Change-Id: Icc4e264af9587ce1e8fa9eba13c13a3f69e80bff
parent 33a78903
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -73,7 +73,7 @@ bool haveIpv6() {

class DoHFFITest : public NetNativeTestBase {
  public:
    static void SetUpTestSuite() { doh_init_logger(DOH_LOG_LEVEL_DEBUG); }
    static void SetUpTestSuite() { doh_init_logger(DOH_LOG_LEVEL_TRACE); }
};

TEST_F(DoHFFITest, SmokeTest) {