Commit 905e8a2e authored by Alex Light's avatar Alex Light
Browse files

Add VMStart, VMInit, and VMDeath to tifast

These can be useful for investigating the ordering and filtering of
events sent by various java language runtimes.

Test: art --64 \
          -Xplugin:$ANDROID_HOST_OUT/lib64/libopenjdkjvmti.so \
          -agentpath:$ANDROID_HOST_OUT/lib64/libtifastd.so=log,VMInit,VMStart,VMDeath,ThreadStart \
          -cp classes.dex \
          Main
Test: java -agentpath:$ANDROID_HOST_OUT/lib64/libtifastd.so=log,VMInit,VMStart,VMDeath,ThreadStart \
           -cp . \
           Main

Change-Id: I54320230ce567c8e947bc7c4835f5ba32e3072e3
parent 2f34e59c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment