Comparison / The investigation surface

A log viewer shows text. An investigation workspace keeps the case.

Generic text or log viewing is useful for opening a file. Indagium adds the connected tools of a full log analyzer — needed to ask what happened, preserve the trail, and hand the evidence to someone else, entirely offline.

Indagium connecting an Android log line with a screen recording.
Keep the visual symptom and the timestamp in one place.

A grounded comparison

Text is the starting point. Context is the work.

This workflow describes the difference between generic text or log viewing and the capabilities documented for Indagium, without Android Studio.

Investigation needGeneric text or log viewingIndagium workspace
Find the signalRead or search a text stream.Combine level, tag, package, message, PID, and TID rules, with substring or regex matching.
See the patternScroll through repeated lines.Fold recurring regions into colored, nestable sequences and use thread maps and time deltas.
Compare contextOpen another file or window.Use multiple tabs and compare two tabs side by side, each with its own filter.
Connect the symptomKeep a recording or source reference elsewhere.Attach video to a log line and view the source method that emitted it when configured.
Explain the findingCopy a snippet into a message.Annotate selections and export logs or notes as a record others can follow.

What you can open

The same workflow, every format.

The workflow above applies whether you start from a raw logcat file, an adb bugreport, or a DLT capture — the filters, sequences, and exports don't change.

01

Logcat text

Open logcat .txt or .log files in threadtime, time, brief, or bare format; unrecognised lines are tagged RAW.

02

Android bugreports

Open a bugreport .zip or .7z archive directly and pick what to load, instead of extracting it to a folder first.

03

DLT captures

Open .dlt binary captures and raw DLT streams; non-verbose payloads are kept as readable text/hex.

04

DLT Viewer exports

Open DLT Viewer text and CSV exports the same way as a logcat file.

Why offline matters

The trail stays on your machine.

Every step in this workflow — opening, filtering, folding, comparing, and exporting — runs locally in the desktop app; nothing is uploaded unless you turn on the optional AI assistant or MCP connection yourself.

A connected next step

When the file becomes a case.

Questions

The workflow, answered.

Common questions about how Indagium's investigation workspace differs from a plain text or log viewer.

What's the difference between a text/log viewer and an investigation workspace?

A viewer displays a file. Indagium's workspace keeps filters, folded sequences, comparisons, source lookup, and notes attached to that file so the trail survives past the first read.

Do I need Android Studio to follow this workflow?

No — the whole workflow runs in Indagium, without Android Studio, on macOS, Windows, or Linux.

Can I compare two logs side by side?

Yes. Open two tabs and compare them side by side, each with its own filter or mirroring the other's.

Does the workflow cover DLT logs as well as Android logcat?

Yes. The same filter, sequence, and export tools apply to DLT (.dlt) captures, raw DLT streams, and DLT Viewer exports alongside logcat.

Is Indagium free for this workflow?

Yes, Indagium is free to use; it's source-available, not open source.