JakeWharton/hugo
Annotation-triggered method call logging for your debug builds. observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4664
- days_rel: n/a
- days_push: 1701
- n_releases_24m: 0
Adoption not part of the score
7887 stars · 792 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Hugo is an Android library and Gradle plugin that adds automatic method call logging via a @DebugLog annotation. It logs method entry with arguments, return values, and execution time, only in debug builds with zero effect on release builds.
Use cases
- log method calls with arguments and return values in Android apps
- measure how long methods take to execute during debugging
- add debug tracing without polluting release builds
- replace manual log statements around method bodies
- toggle method logging at runtime while debugging
When to choose
- you develop Android apps in Java and want zero-effort debug logging
- you want method timing and argument logging that never ships in release builds
- you prefer annotation-driven instrumentation over manual log statements
When to avoid
- your project is Kotlin-first or uses modern tooling the plugin may not support
- you need production or release-build logging
- you need structured or centralized logging rather than simple method tracing
- you need a actively maintained solution for new Android Gradle Plugin versions
Facets
library · maturity maintenance
logging developer-tools developer-tools mobile-development android-tools jvm android annotation-processing gradle-plugin debug-builds method-tracing bytecode-instrumentation
1 source
- readme: https://github.com/JakeWharton/hugo · fetched 2026-08-28 · 987da7c8f7ae
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| JakeWharton/hugo | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="JakeWharton/hugo")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem