# JakeWharton/hugo

Annotation-triggered method call logging for your debug builds.

Repository: https://github.com/JakeWharton/hugo
Canonical: https://ross.abutalabs.com/products/jakewharton-hugo
Language: Java
License: Apache-2.0
License Family: permissive
Last push: 2022-01-05T11:19:51+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4664, "days_push": 1701, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 7887, forks 792 (observed 2026-08-28T04:10:08.593138+00:00)

## What it is
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
- artifact type: library
- maturity: maintenance
- function: logging, developer-tools
- domain: developer-tools, mobile-development, android-tools
- platform: jvm
- tags: android, annotation-processing, gradle-plugin, debug-builds, method-tracing, bytecode-instrumentation

## Member repositories
- JakeWharton/hugo (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:10:08.593138+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:33:30.219301+00:00, confidence not recorded.
  - readme: https://github.com/JakeWharton/hugo (fetched 2026-08-28T04:10:08.593138+00:00, sha 987da7c8f7ae)
- Data as of 2026-08-30T08:39:29.467469+00:00.
