Introduction
Retracer is a high performance, and near realtime REST API which used for Java/Android stack trace retracing by R8
Getting Started
docker-compose up -d --build
or run from remote docker image directly
docker run johnsonlee/retracer:latest
Then open http://localhost:8080/swagger-ui/ with browser to have a trial
Build R8
git submodule init
docker-compose -f docker-compose.r8.yml up