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

Commit d5535e01 authored by Mike Yu's avatar Mike Yu Committed by Automerger Merge Worker
Browse files

Test: Enable verbose logging in doh_ffi_test am: 9621e753 am: a547de7c

parents 747824f5 a547de7c
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) {