Skip to content

Meta repo to build R8 for retracing

License

Notifications You must be signed in to change notification settings

dandc87/r8-retrace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

r8-retrace

Meta repo to build R8 for retracing

Building

# Fresh clone
git clone --recurse-submodules [email protected]:dandc87/r8-retrace.git
# After a pull
git submodule update --init --recursive
export PATH=/path/to/r8-retrace/depot_tools:$PATH
cd r8
tools/gradle.py r8

Retracing

java -cp ~/Projects/r8-retrace/r8/build/libs/r8.jar com.android.tools.r8.retrace.Retrace \
  target/build/outputs/mapping/release/mapping.txt stacktrace.txt > retraced.txt

About

Meta repo to build R8 for retracing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published