mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 09:30:44 +00:00
Ignore com.android activity that sometimes shows up in other packages
This commit is contained in:
@@ -96,7 +96,7 @@ rdcstr GetDefaultActivityForPackage(const rdcstr &deviceID, const rdcstr &packag
|
||||
{
|
||||
line.trim();
|
||||
|
||||
if(line.beginsWith("name="))
|
||||
if(line.beginsWith("name=") && !line.contains("com.android"))
|
||||
{
|
||||
return line.substr(5);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user