Dex symbols are those with a section of:
.dex.method (Java methods).dex (All other forms of dex size. E.g. Class descriptors)During builds:
.java files the FQN of the public class is mapped to the file..srcjar files the FQN of the public class is mapped to the .srcjar file path.$output_dir/size-info dir.During supersize archive:
$ANDROID_SDK/cmdline-tools/apkanalyzer dex packages is used to find the size and FQN of entries in across all dex files.$output_dir/Foo.apk.jar.info