commit | 7aa4a5f3f364d67da51c90949e79c3b0933068e3 | [log] [tgz] |
---|---|---|
author | Sebastien Hertz <shertz@google.com> | Thu Jun 01 11:09:35 2017 +0200 |
committer | Sebastien Hertz <shertz@google.com> | Thu Jun 01 09:15:13 2017 +0000 |
tree | e01f4699a5a9e88c0639e292dfab343dce46fb21 | |
parent | c9f94d7b9a27ebcfaac302a0359f0e2e83d2cff3 [diff] |
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
The R8 repo contains two tools.
D8 is a dexer that converts java byte code to dex code.
R8 is a java program shrinking and minification tool.