mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-25 16:06:31 +00:00
Remove error that will commonly falsely fire & replace with explicit log
This commit is contained in:
@@ -192,11 +192,6 @@ ExecuteResult StartAndroidPackageForCapture(const char *host, const char *packag
|
||||
// adb shell cmd package resolve-activity -c android.intent.category.LAUNCHER com.jake.cube1
|
||||
string activityName = GetDefaultActivityForPackage(deviceID, packageName);
|
||||
|
||||
if(activityName.find(packageName) == std::string::npos)
|
||||
RDCERR(
|
||||
"Activity name doesn't contain package name - potential problem, check package has default "
|
||||
"activity");
|
||||
|
||||
uint16_t jdwpPort = GetJdwpPort();
|
||||
|
||||
// remove any previous jdwp port forward on this port
|
||||
@@ -245,6 +240,8 @@ ExecuteResult StartAndroidPackageForCapture(const char *host, const char *packag
|
||||
|
||||
int pid = 0;
|
||||
|
||||
RDCLOG("Launching package '%s' with activity '%s'", packageName.c_str(), activityName.c_str());
|
||||
|
||||
if(injectLibraries)
|
||||
{
|
||||
RDCLOG("Setting up to launch the application as a debugger to inject.");
|
||||
|
||||
Reference in New Issue
Block a user