Lines Matching refs:to
9 The libraries will be built for 32-bit, 64-bit, host and target. Below examples assume you want to …
14 * `-Xplugin` and `-agentpath` need to be used, otherwise libtitrace agent will fail during init.
15 * If using `libartd.so`, make sure to use the debug version of jvmti.
19 Only needs `-agentpath` to be specified.
23 Normal applications require that `debuggable=true` to be set in their AndroidManifest.xml.
29 Then restart the runtime to pick it up.
33 #### Deploy agent to device
38 Upload to device first (it gets shell/root permissions).
44 #### Attach agent to application
49 Note: To determine the arguments to `am start`, launch the application manually first and then look…
53 ##### Option 2: Attach the agent to an already-running app.
57 …s. In the case of Android applications, they are always killed, so we need to manually print the r…
61 Will initiate a dump of the agent (to logcat).