summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLLogFileModuleMap.m
diff options
context:
space:
mode:
authorJustin Gluck <justin.gluck@livio.io>2019-07-23 16:48:14 -0400
committerJustin Gluck <justin.gluck@livio.io>2019-07-23 16:48:14 -0400
commit65d75f0310b82e12fc875a872bad6c66505f7888 (patch)
tree188d96f1b0eb3bf5b02e5e427d3904bfbf42b3a4 /SmartDeviceLink/SDLLogFileModuleMap.m
parent4288fcaad0f9c61c69e5eb42e9f26710bb32ebf3 (diff)
parent5f0190a9a7dd1196c0206fbccdc55a97b566bcaa (diff)
downloadsdl_ios-bugfix/issue-1352-Align-SDLSyncVersion.tar.gz
Merge branch 'develop' into bugfix/issue-1352-Align-SDLSyncVersionbugfix/issue-1352-Align-SDLSyncVersion
# Conflicts: # SmartDeviceLink/SDLLifecycleManager.m
Diffstat (limited to 'SmartDeviceLink/SDLLogFileModuleMap.m')
-rw-r--r--SmartDeviceLink/SDLLogFileModuleMap.m2
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 {