mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge "Disable verbose nlinterceptor log"
This commit is contained in:
committed by
Android (Google) Code Review
commit
e9d0b47df2
@@ -28,7 +28,7 @@ namespace android::nlinterceptor {
|
||||
using namespace std::chrono_literals;
|
||||
|
||||
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,
|
||||
const std::string& clientName)
|
||||
|
||||
Reference in New Issue
Block a user