You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
388 B
8 lines
388 B
This test checks that SourceDebugExtension information propagates from
|
|
the class file to the DEX file emitted by dx. It extracts SMAP information
|
|
from the class file and DEX file and checks the strings match.
|
|
|
|
NB dalvik/dexdump does not have support for DEX annotations so the test
|
|
just checks that the SMAP string appears in the DEX file and assumes
|
|
it is packaged within an annotation.
|