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

Commit 15dcdec3 authored by Jaewan Kim's avatar Jaewan Kim Committed by Automerger Merge Worker
Browse files

Disable verbose nlinterceptor log am: 6d24b2ff am: edd76ac8

parents 938a9187 edd76ac8
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -28,7 +28,7 @@ namespace android::nlinterceptor {
using namespace std::chrono_literals;
using namespace std::chrono_literals;


static constexpr std::chrono::milliseconds kPollTimeout = 300ms;
static constexpr std::chrono::milliseconds kPollTimeout = 300ms;
static constexpr bool kSuperVerbose = true;
static constexpr bool kSuperVerbose = false;


InterceptorRelay::InterceptorRelay(uint32_t nlFamily, uint32_t clientNlPid,
InterceptorRelay::InterceptorRelay(uint32_t nlFamily, uint32_t clientNlPid,
                                   const std::string& clientName)
                                   const std::string& clientName)