File: info.txt

package info (click to toggle)
android-platform-art 14.0.0%2Br15-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 96,796 kB
  • sloc: cpp: 522,217; java: 194,312; asm: 28,950; python: 14,910; xml: 5,087; sh: 4,528; ansic: 4,035; makefile: 110; perl: 77
file content (3 lines) | stat: -rw-r--r-- 220 bytes parent folder | download | duplicates (5)
1
2
3
Tests that inspecting Proxy classes with reflection does not crash ART. Hidden API access checks
would try to get their class def to find hiddenapi flags in the dex file, but class def if not
set for proxies. b/124218696