diff options
Diffstat (limited to 'SmartDeviceLink/SDLLogFileModuleMap.m')
| -rw-r--r-- | SmartDeviceLink/SDLLogFileModuleMap.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLLogFileModuleMap.m b/SmartDeviceLink/SDLLogFileModuleMap.m index 11e7466e7..e9e2a56ba 100644 --- a/SmartDeviceLink/SDLLogFileModuleMap.m +++ b/SmartDeviceLink/SDLLogFileModuleMap.m @@ -60,7 +60,7 @@ } + (SDLLogFileModule *)sdl_lifecycleManagerModule { - return [SDLLogFileModule moduleWithName:@"Lifecycle" files:[NSSet setWithArray:@[@"SDLLifecycleManager", @"SDLManager"]]]; + return [SDLLogFileModule moduleWithName:@"Lifecycle" files:[NSSet setWithArray:@[@"SDLLifecycleManager", @"SDLManager", @"SDLAsynchronousOperation"]]]; } + (SDLLogFileModule *)sdl_systemCapabilityModule { |
