Find Non Lambda Logs

Use when auditing or migrating Log calls — flags interpolated Log.d/i/w/e that should use the lambda overload (allocation hygiene), catch-block Log.w/e that interpolate ${e.message} but drop the throwable (lost stack traces), and files still importing android.util.Log (no lambda overload, bypasses Log.minLevel)

vitorpamplona 7254a25 10.8 KB Updated

File contents

vitorpamplona/amethyst/tree/main/.claude/skills/find-non-lambda-logs commit 7254a25eb6

Frequently asked questions

npx skillmds add vitorpamplona/find-non-lambda-logs