Skip to content

johnsonlee/retracer

Repository files navigation

Introduction

Retracer is a high performance, and realtime retracing server 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 -p 8080:8080 ghcr.io/johnsonlee/retracer

Then open http://localhost:8080/swagger-ui/ with browser to have a trial