ComingUp ComingUp
ActivityLens: Activity Viewer

ActivityLens: Activity Viewer

Jul 12, 2026 Developer Tools
adb android debugging mobile development testing

Gallery

ActivityLens: Activity Viewer

About

Hey everyone, One thing that always slows me down when testing Android apps is having to stop what I'm doing, connect my phone to my laptop, and run adb shell dumpsys activity to figure out the current foreground package and activity. It completely interrupts the workflow. So I built ActivityLens to solve that. It's an Android developer utility that lets you inspect the current foreground activity directly on your device—no root required. I recently released a major update that makes it...

Comments (5)

Marina Stroman Marina Stroman 1 month ago

does it also show fragment backstack info or just the activity name?

Heloise Stanton Heloise Stanton 1 month ago

whos paying for this when adb is free

Katheryn McCullough Katheryn McCullough 1 month ago

does it catch compose destinations too or just traditional activities?

Jamey Price Jamey Price 1 month ago

how does it pull activity data without adb, some on-device daemon?

Alene Heidenreich Alene Heidenreich 1 month ago

finally someone fixed the adb dance. works over wifi too?