I just noticed the .smali file, which the .dex file is compiled to. I want to be able to track over all the transformations that my .java file is going through.
First, I want to know what are all the transformation that executed from creation of the .java file to the .apk that I install.
Second, How can I actually see and open all those files that created in between?