diff options
| author | german77 <juangerman-13@hotmail.com> | 2021-12-05 22:55:23 -0600 |
|---|---|---|
| committer | Narr the Reg <juangerman-13@hotmail.com> | 2021-12-06 10:36:37 -0600 |
| commit | ac1bfe228f688bb8eef38bdaf26011008891afdf (patch) | |
| tree | 210c2aa10c1adda5432154238dc23aa18033f7da /src/common/logging/filter.cpp | |
| parent | fae07919af1421c0fd6ea0c41853d2b20a2a389b (diff) | |
service/notif: Add notif:a and stub ListAlarmSettings,Initialize
Used by ring fit adventure 1.2.0
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 42744c994..b898a652c 100644 --- a/src/common/logging/filter.cpp +++ b/src/common/logging/filter.cpp @@ -114,6 +114,7 @@ bool ParseFilterRule(Filter& instance, Iterator begin, Iterator end) { SUB(Service, NGCT) \ SUB(Service, NIFM) \ SUB(Service, NIM) \ + SUB(Service, NOTIF) \ SUB(Service, NPNS) \ SUB(Service, NS) \ SUB(Service, NVDRV) \ |
