summaryrefslogtreecommitdiffstats
path: root/src/common/logging/backend.cpp
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-08-10 01:30:14 +0200
committerGitHub <noreply@github.com>2018-08-10 01:30:14 +0200
commita91bb7080dbc1395ee16b5c9d6316645b79272af (patch)
treefc929ed4a2cad2b7cf35bbccc89e7de7d143f71d /src/common/logging/backend.cpp
parentMerge pull request #990 from lioncash/entry (diff)
parentcommon/logging: Add missing service log categories (diff)
downloadyuzu-a91bb7080dbc1395ee16b5c9d6316645b79272af.tar
yuzu-a91bb7080dbc1395ee16b5c9d6316645b79272af.tar.gz
yuzu-a91bb7080dbc1395ee16b5c9d6316645b79272af.tar.bz2
yuzu-a91bb7080dbc1395ee16b5c9d6316645b79272af.tar.lz
yuzu-a91bb7080dbc1395ee16b5c9d6316645b79272af.tar.xz
yuzu-a91bb7080dbc1395ee16b5c9d6316645b79272af.tar.zst
yuzu-a91bb7080dbc1395ee16b5c9d6316645b79272af.zip
Diffstat (limited to 'src/common/logging/backend.cpp')
-rw-r--r--src/common/logging/backend.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/common/logging/backend.cpp b/src/common/logging/backend.cpp
index 355abd682..e80784c3c 100644
--- a/src/common/logging/backend.cpp
+++ b/src/common/logging/backend.cpp
@@ -171,15 +171,21 @@ void FileBackend::Write(const Entry& entry) {
SUB(Service, ARP) \
SUB(Service, BCAT) \
SUB(Service, BPC) \
+ SUB(Service, BTDRV) \
SUB(Service, BTM) \
SUB(Service, Capture) \
+ SUB(Service, ERPT) \
+ SUB(Service, ETicket) \
+ SUB(Service, EUPLD) \
SUB(Service, Fatal) \
SUB(Service, FGM) \
SUB(Service, Friend) \
SUB(Service, FS) \
+ SUB(Service, GRC) \
SUB(Service, HID) \
SUB(Service, LBL) \
SUB(Service, LDN) \
+ SUB(Service, LDR) \
SUB(Service, LM) \
SUB(Service, Migration) \
SUB(Service, Mii) \
@@ -188,11 +194,13 @@ void FileBackend::Write(const Entry& entry) {
SUB(Service, NFC) \
SUB(Service, NFP) \
SUB(Service, NIFM) \
+ SUB(Service, NIM) \
SUB(Service, NS) \
SUB(Service, NVDRV) \
SUB(Service, PCIE) \
SUB(Service, PCTL) \
SUB(Service, PCV) \
+ SUB(Service, PM) \
SUB(Service, PREPO) \
SUB(Service, PSC) \
SUB(Service, SET) \