diff options
| author | bunnei <bunneidev@gmail.com> | 2021-11-11 18:05:37 -0800 |
|---|---|---|
| committer | bunnei <bunneidev@gmail.com> | 2022-03-24 18:13:32 -0700 |
| commit | 0704b645df4829eb125e43b420cf12914fb3cf28 (patch) | |
| tree | f9254ca9418ff1c20986c798f9bd8135b672580c /src/common/logging/filter.cpp | |
| parent | 8f2e5f5666608dd466ea8476ac592074fb3fc8ec (diff) | |
common: logging: Add a logger for NVFlinger.
Diffstat (limited to 'src/common/logging/filter.cpp')
| -rw-r--r-- | src/common/logging/filter.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/logging/filter.cpp b/src/common/logging/filter.cpp index 4afc1369a..9120cc178 100644 --- a/src/common/logging/filter.cpp +++ b/src/common/logging/filter.cpp @@ -119,6 +119,7 @@ bool ParseFilterRule(Filter& instance, Iterator begin, Iterator end) { SUB(Service, NPNS) \ SUB(Service, NS) \ SUB(Service, NVDRV) \ + SUB(Service, NVFlinger) \ SUB(Service, OLSC) \ SUB(Service, PCIE) \ SUB(Service, PCTL) \ |
