summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2020-07-10 10:05:56 -0400
committerJoel Fischer <joeljfischer@gmail.com>2020-07-10 10:05:56 -0400
commit62fc5f841c3b3a88164196b2f34bb235120d3bf1 (patch)
tree35f07a022350f3032f1b9a0401e05215b436f981
parenta7682e948bd6faabed1d86e7b58f2fc987ec55b6 (diff)
downloadsdl_ios-62fc5f841c3b3a88164196b2f34bb235120d3bf1.tar.gz
Fix missing file name
-rw-r--r--SmartDeviceLink/SDLLogFileModuleMap.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLLogFileModuleMap.m b/SmartDeviceLink/SDLLogFileModuleMap.m
index 88d17ba7d..3d25be5d9 100644
--- a/SmartDeviceLink/SDLLogFileModuleMap.m
+++ b/SmartDeviceLink/SDLLogFileModuleMap.m
@@ -82,7 +82,7 @@
}
+ (SDLLogFileModule *)sdl_lifecycleManagerModule {
- return [SDLLogFileModule moduleWithName:@"Lifecycle" files:[NSSet setWithArray:@[@"SDLLifecycleManager", @"SDLManager", @"SDLAsynchronousOperation", @"SDLBackgroundTaskManager", @"SDLPolicyDataParser", @"SDLLifecycleProtocolHandler", @"SDLLifecycleRPCAdapter", @"SDLLifecycleSyncPDataHandler", @"SDLLifecycleSystemRequestHandler"]]];
+ return [SDLLogFileModule moduleWithName:@"Lifecycle" files:[NSSet setWithArray:@[@"SDLLifecycleManager", @"SDLManager", @"SDLAsynchronousOperation", @"SDLBackgroundTaskManager", @"SDLPolicyDataParser", @"SDLLifecycleProtocolHandler", @"SDLLifecycleRPCAdapter", @"SDLLifecycleSyncPDataHandler", @"SDLLifecycleSystemRequestHandler", @"SDLLifecycleMobileHMIStateHandler"]]];
}
+ (SDLLogFileModule *)sdl_systemCapabilityModule {