mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Stop searching getClassLoader signature when it is found
Exit for loop when vulkanLoaderMethod got a valid value
This commit is contained in:
committed by
Baldur Karlsson
parent
8d5bb1f0bb
commit
0f6b849f9d
@@ -207,6 +207,7 @@ bool InjectLibraries(const std::string &deviceID, Network::Socket *sock)
|
||||
if(vulkanLoaderMethod)
|
||||
{
|
||||
RDCLOG("Got android.app.ApplicationLoaders.getClassLoader signature %s", sig);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user