# android10/frodo

Android Library for Logging RxJava Observables and Subscribers.

Repository: https://github.com/android10/frodo
Canonical: https://ross.abutalabs.com/products/frodo
Language: Java
License Family: other
Topics: android, rxjava, android-development, android-library, debugger, debugging, debugging-tool
Last push: 2018-08-30T23:39:05+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 3997, "days_push": 2925, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1460, forks 99 (observed 2026-08-28T04:04:47.339870+00:00)

## What it is
Frodo is an Android library that logs RxJava Observables and Subscribers to logcat via annotations like @RxLogObservable and @RxLogSubscriber. It weaves debug code only into debug builds using an annotation-based Gradle plugin, inspired by Jake Wharton's Hugo.

## Use cases
- log rxjava observable emissions during debugging
- trace subscriber onnext onerror oncompleted events in logcat
- debug which schedulers an observable runs on
- add debug-only logging annotations safe for production code
- measure execution time of reactive streams on android

## When to choose
- you maintain a legacy Android project using RxJava 1.x and want annotation-based stream logging
- you want debug logging that is automatically stripped from release builds

## When to avoid
- your project uses RxJava 2/3 or Kotlin coroutines/Flow instead of RxJava 1
- you need an actively maintained library or a permissive license (none is specified)
- you prefer modern debugging tools like RxJava debug plugins or Stetho

## Facets
- artifact type: library
- maturity: abandoned
- function: logging, middleware
- domain: android-tools, developer-tools
- platform: jvm
- tags: rxjava, debug-builds, annotation-processing, logcat, reactive-programming, debugging, android

## Member repositories
- android10/frodo (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:47.339870+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-30T04:35:23.501531+00:00, confidence not recorded.
  - readme: https://github.com/android10/frodo (fetched 2026-08-28T04:04:47.339870+00:00, sha 61fbdcd86fe5)
- Data as of 2026-08-30T08:39:29.467469+00:00.
