commit | 7cbf8b4dabe7590871eb890640cd42f2afe777b6 | [log] [tgz] |
---|---|---|
author | Andy McFadden <fadden@android.com> | Thu Jan 28 13:06:00 2010 -0800 |
committer | Andy McFadden <fadden@android.com> | Thu Jan 28 13:06:00 2010 -0800 |
tree | bd9a7566f6db9f730ec2fa2c9374b6541a5ac3be | |
parent | 8684a8560905895d490c45d49e215087af703008 [diff] |
Sneak a method-find feature into dexlist. The "dexlist" command is used with "emulator -trace" to generate a large list of methods. I frequently use it to figure out which DEX file a method is coming from (especially with the mysterious jars of google code). This adds an undocumented "--method" argument to make the method search easier.