Add source file checking in debug tests

Since a line number is related to a source file, let's check the
source file too.

Also fixes computation of the current line number.

Change-Id: I5bddde93f3bcbab7c14ce17b26c367d4d8db2956
7 files changed
tree: e9b420009d17d2d4aa1f0721ade93c9fe6bb5936
  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.