From 889904e155d83d4c600f1b5c6cccd024929e4a97 Mon Sep 17 00:00:00 2001 From: baldurk Date: Mon, 6 Aug 2018 11:23:47 +0100 Subject: [PATCH] Make message about closing android studio even more explicit --- qrenderdoc/Windows/MainWindow.cpp | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/qrenderdoc/Windows/MainWindow.cpp b/qrenderdoc/Windows/MainWindow.cpp index df9a5f584..f3d21c27d 100644 --- a/qrenderdoc/Windows/MainWindow.cpp +++ b/qrenderdoc/Windows/MainWindow.cpp @@ -515,8 +515,10 @@ void MainWindow::OnCaptureTrigger(const QString &exe, const QString &workingDir, tr("Error launching %1 for capture.\n\n" "Something went wrong connecting to the debugger on the Android device.\n\n" "This can happen if the package is not " - "marked as debuggable, or if another android tool such as android studio " - "or other tool is interfering with the debug connection.") + "marked as debuggable, or if another android tool such as Android Studio " + "is interfering with the debug connection.\n\n" + "Close all instances of Android Studio or other Android programs" + "and try again.") .arg(exe)); return; } @@ -573,8 +575,10 @@ void MainWindow::OnInjectTrigger(uint32_t PID, const rdcarrayall instances of Android Studio or other Android programs" + "and try again.") .arg(PID)); return; }