mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-17 14:11:33 +00:00
Log launch and resume requests
This commit is contained in:
@@ -178,6 +178,7 @@ static const NSString* HTTPS_PORT = @"47984";
|
|||||||
config.playAudioOnPC ? 1 : 0,
|
config.playAudioOnPC ? 1 : 0,
|
||||||
(config.audioChannelMask << 16) | config.audioChannelCount,
|
(config.audioChannelMask << 16) | config.audioChannelCount,
|
||||||
config.gamepadMask, config.gamepadMask];
|
config.gamepadMask, config.gamepadMask];
|
||||||
|
Log(LOG_I, @"Requesting: %@", urlString);
|
||||||
// This blocks while the app is launching
|
// This blocks while the app is launching
|
||||||
return [self createRequestFromString:urlString enableTimeout:FALSE];
|
return [self createRequestFromString:urlString enableTimeout:FALSE];
|
||||||
}
|
}
|
||||||
@@ -187,6 +188,7 @@ static const NSString* HTTPS_PORT = @"47984";
|
|||||||
_baseHTTPSURL, _uniqueId,
|
_baseHTTPSURL, _uniqueId,
|
||||||
[Utils bytesToHex:config.riKey], config.riKeyId,
|
[Utils bytesToHex:config.riKey], config.riKeyId,
|
||||||
(config.audioChannelMask << 16) | config.audioChannelCount];
|
(config.audioChannelMask << 16) | config.audioChannelCount];
|
||||||
|
Log(LOG_I, @"Requesting: %@", urlString);
|
||||||
// This blocks while the app is resuming
|
// This blocks while the app is resuming
|
||||||
return [self createRequestFromString:urlString enableTimeout:FALSE];
|
return [self createRequestFromString:urlString enableTimeout:FALSE];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user