android: Rename function that pushes layer to installed application

This commit is contained in:
Cody Northrop
2017-08-15 09:36:20 -07:00
committed by Baldur Karlsson
parent d5cce3e194
commit 7144ba1652
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -539,7 +539,7 @@ void CaptureDialog::androidWarn_mouseClick()
// Call into layer push routine, then continue
LambdaThread *push = new LambdaThread([this, exe, &pushSucceeded]() {
QByteArray hostnameBytes = m_Ctx.Replay().CurrentRemote()->Hostname.toUtf8();
if(RENDERDOC_PushLayerToAndroidApp(hostnameBytes.data(), exe.toUtf8().data()))
if(RENDERDOC_PushLayerToInstalledAndroidApp(hostnameBytes.data(), exe.toUtf8().data()))
{
// Sucess!
pushSucceeded = true;