Skip to content

Commit

Permalink
Add an error log when launch app fails
Browse files Browse the repository at this point in the history
  • Loading branch information
joeljfischer committed Jan 23, 2015
1 parent ee4b672 commit 7f1ebf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdl_ios/SmartDeviceLink/SDLProxy.m
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ - (void)handleSystemRequestQueryApps:(SDLOnSystemRequest *)request {
- (void)handleSystemRequestLaunchApp:(SDLOnSystemRequest *)request {
NSURL *URLScheme = [NSURL URLWithString:request.url];
if (URLScheme == nil) {
// TODO: Log an error
[SDLDebugTool logInfo:[NSString stringWithFormat:@"Launch App failure: invalid URL sent from module: %@", request.url] withType:SDLDebugType_RPC toOutput:SDLDebugOutput_All toGroup:self.debugConsoleGroupName];
return;
}

Expand Down

0 comments on commit 7f1ebf9

Please sign in to comment.