google/allocation-instrumenter

Support arbitrarily named agent files.

jhmanson opened this issue · 1 comments

The build currently requires the agent to be called the name it was given at build time. This results in awkward naming like -javaagent:agent-SNAPSHOT-3.0.jar, which isn't fun if you have to change your command line invocation whenever we upgrade version numbers.

Resolved with #23