https://github.com/johnsonlee/retracer
Retracer REST API
https://github.com/johnsonlee/retracer
Last synced: 11 months ago
JSON representation
Retracer REST API
- Host: GitHub
- URL: https://github.com/johnsonlee/retracer
- Owner: johnsonlee
- Created: 2021-06-05T22:49:19.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-09-07T17:20:40.000Z (almost 4 years ago)
- Last Synced: 2025-03-28T23:51:14.473Z (about 1 year ago)
- Language: Kotlin
- Size: 33.6 MB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Introduction
Retracer is a high performance, and realtime retracing server which used for Java/Android stack trace retracing by [R8](https://r8.googlesource.com/r8)
## Getting Started
```bash
docker-compose up -d --build
```
or run from remote docker image directly
```bash
docker run -p 8080:8080 ghcr.io/johnsonlee/retracer
```
Then open http://localhost:8080/swagger-ui/ with browser to have a trial