Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 5d88f7fb authored by Rico Wind's avatar Rico Wind
Browse files

Support setting R8 dump directory with environment variable

This will allow developers to easily create dumps of R8 compilations (input classfiles, proguard rules, flags, resources...)

Example usage:
$ mkdir /tmp/dumps
$ R8_DUMP_DIRECTORY=/tmp/dumps m -j77 Traceur
This will put the dump for Traceur into the /tmp/dumps directory

If your target has several R8 invocations then dumps for all of these will be generated into the dump directory

Bug: 369931283
Test: R8_DUMP_DIRECTORY=/tmp/dumps m -j77 Traceur
Change-Id: I69be3190c61a98402931767e42184cc01ef25804
parent 29c267af
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment