diff options
Diffstat (limited to 'src/common/logging')
| -rw-r--r-- | src/common/logging/backend.cpp | 2 | ||||
| -rw-r--r-- | src/common/logging/log.h | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/common/logging/backend.cpp b/src/common/logging/backend.cpp index 34dec06fe..355abd682 100644 --- a/src/common/logging/backend.cpp +++ b/src/common/logging/backend.cpp | |||
| @@ -168,6 +168,7 @@ void FileBackend::Write(const Entry& entry) { | |||
| 168 | SUB(Service, AM) \ | 168 | SUB(Service, AM) \ |
| 169 | SUB(Service, AOC) \ | 169 | SUB(Service, AOC) \ |
| 170 | SUB(Service, APM) \ | 170 | SUB(Service, APM) \ |
| 171 | SUB(Service, ARP) \ | ||
| 171 | SUB(Service, BCAT) \ | 172 | SUB(Service, BCAT) \ |
| 172 | SUB(Service, BPC) \ | 173 | SUB(Service, BPC) \ |
| 173 | SUB(Service, BTM) \ | 174 | SUB(Service, BTM) \ |
| @@ -199,6 +200,7 @@ void FileBackend::Write(const Entry& entry) { | |||
| 199 | SUB(Service, SPL) \ | 200 | SUB(Service, SPL) \ |
| 200 | SUB(Service, SSL) \ | 201 | SUB(Service, SSL) \ |
| 201 | SUB(Service, Time) \ | 202 | SUB(Service, Time) \ |
| 203 | SUB(Service, USB) \ | ||
| 202 | SUB(Service, VI) \ | 204 | SUB(Service, VI) \ |
| 203 | SUB(Service, WLAN) \ | 205 | SUB(Service, WLAN) \ |
| 204 | CLS(HW) \ | 206 | CLS(HW) \ |
diff --git a/src/common/logging/log.h b/src/common/logging/log.h index dd5c9e6be..a889ebefa 100644 --- a/src/common/logging/log.h +++ b/src/common/logging/log.h | |||
| @@ -54,6 +54,7 @@ enum class Class : ClassType { | |||
| 54 | Service_AM, ///< The AM (Applet manager) service | 54 | Service_AM, ///< The AM (Applet manager) service |
| 55 | Service_AOC, ///< The AOC (AddOn Content) service | 55 | Service_AOC, ///< The AOC (AddOn Content) service |
| 56 | Service_APM, ///< The APM (Performance) service | 56 | Service_APM, ///< The APM (Performance) service |
| 57 | Service_ARP, ///< The ARP service | ||
| 57 | Service_Audio, ///< The Audio (Audio control) service | 58 | Service_Audio, ///< The Audio (Audio control) service |
| 58 | Service_BCAT, ///< The BCAT service | 59 | Service_BCAT, ///< The BCAT service |
| 59 | Service_BPC, ///< The BPC service | 60 | Service_BPC, ///< The BPC service |
| @@ -86,6 +87,7 @@ enum class Class : ClassType { | |||
| 86 | Service_SPL, ///< The SPL service | 87 | Service_SPL, ///< The SPL service |
| 87 | Service_SSL, ///< The SSL service | 88 | Service_SSL, ///< The SSL service |
| 88 | Service_Time, ///< The time service | 89 | Service_Time, ///< The time service |
| 90 | Service_USB, ///< The USB (Universal Serial Bus) service | ||
| 89 | Service_VI, ///< The VI (Video interface) service | 91 | Service_VI, ///< The VI (Video interface) service |
| 90 | Service_WLAN, ///< The WLAN (Wireless local area network) service | 92 | Service_WLAN, ///< The WLAN (Wireless local area network) service |
| 91 | HW, ///< Low-level hardware emulation | 93 | HW, ///< Low-level hardware emulation |