mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 05:49:27 +00:00
Disable verbose nlinterceptor log
Test: No verbose log on Cloud Android with Wi-Fi is turned on Bug: 256518068 Change-Id: I062e698b64114f139997cd24b16f90dd52048247
This commit is contained in:
@@ -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