From 5ea8d7b3d86436a72dc3a2552aa736549ff2f26c Mon Sep 17 00:00:00 2001 From: baldurk Date: Tue, 19 Nov 2019 23:02:50 +0000 Subject: [PATCH] Add possible cause of JDWP failures - bad intent arguments --- qrenderdoc/Windows/MainWindow.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qrenderdoc/Windows/MainWindow.cpp b/qrenderdoc/Windows/MainWindow.cpp index 689b60fd8..3ea32b9c2 100644 --- a/qrenderdoc/Windows/MainWindow.cpp +++ b/qrenderdoc/Windows/MainWindow.cpp @@ -579,7 +579,8 @@ 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 " + "marked as debuggable, if the intent arguments are badly specified, " + "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.")