Support breakpoint with method signature

Allows to breakpoint in a specific method using signature. This is
required for tests where multiple methods have the same name but
different signature (like synthetic bridge methods).

Also support breakpoint in interface (required to test defaut and
static methods in interface).

Change-Id: Ia9a5cfd46dfb2d205be6e6b796466bdcf66fd078
1 file changed
tree: e01f4699a5a9e88c0639e292dfab343dce46fb21
  1. buildSrc/
  2. scripts/
  3. src/
  4. tests/
  5. third_party/
  6. tools/
  7. .gitignore
  8. AUTHORS
  9. build.gradle
  10. codereview.settings
  11. CONTRIBUTING.md
  12. copyAdditionalJctfCommonFiles.gradle
  13. LICENSE
  14. README.md
README.md

The R8 repo contains two tools.

  1. D8 is a dexer that converts java byte code to dex code.

  2. R8 is a java program shrinking and minification tool.