Home
last modified time | relevance | path

Searched refs:attachAgent (Results 1 – 2 of 2) sorted by relevance

/libcore/dalvik/src/main/java/dalvik/system/
DVMDebug.java542 public static void attachAgent(String agent) throws IOException { in attachAgent() method in VMDebug
543 attachAgent(agent, null); in attachAgent()
553 public static void attachAgent(String agent, ClassLoader classLoader) throws IOException { in attachAgent() method in VMDebug
/libcore/mmodules/core_platform_api/api/legacy_platform/
Dcurrent-api.txt621 method public static void attachAgent(String, ClassLoader) throws java.io.IOException;