Ross ROSS = Recommend OSS · open-source software intelligence for agents

guardian/toolargetool

A tool to help you debug TransactionTooLargeExceptions on Android 7+ observed · 2026-08-28

github.com/guardian/toolargetool · Kotlin · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

66/100

  • Activity 95
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3443
  • days_rel: n/a
  • days_push: 32
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1214 stars · 106 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

toolargetool is a Kotlin library for Android that helps debug TransactionTooLargeException crashes by logging how much data components write to the Binder transaction buffer. It integrates into an app's startup and reports Bundle sizes via logcat.

Use cases

  • debug TransactionTooLargeException crashes on Android 7+
  • find which activity or fragment writes oversized Bundles in onSaveInstanceState
  • measure serialized Parcel sizes of saved instance state
  • track transaction buffer usage during app runtime via logcat

When to choose

  • you are debugging TransactionTooLargeException crashes in an Android app
  • you need to identify which components pass too much data through Binder transactions
  • you want a lightweight temporary dependency you can remove after debugging

When to avoid

  • you need a permanent production monitoring solution rather than a debugging aid
  • your project is not Android/Kotlin or Java based
  • you need automated crash prevention rather than diagnostic logging

Facets

library · maturity active

logging developer-tools android-tools developer-tools mobile-development android kotlin debugging transactiontoolargeexception logcat saved-instance-state

1 source

Member repositories

RepositoryRoleHealth v2
guardian/toolargetoolmain66

For agents

markdown · JSON · MCP: product_card(name="guardian/toolargetool")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem