Docs / FAQ

How Diagnos works and how to provide better debugging context.

What log formats are supported?

Plain text logs, stack traces, and mixed snippets from Android, iOS, and web runtimes.

Does Diagnos call a real LLM today?

Yes. The current demo routes analysis requests to a real model endpoint. If the request fails, no diagnosis is shown and you should retry.

Where is my data stored?

Only in localStorage on your browser for this demo.

How many history items are kept?

Up to 10 recent analyses. Older records are dropped automatically.

How can I anonymize logs safely?

Replace tokens, emails, phone numbers, user IDs, and private URLs before submitting.

What context should I include for better results?

App version, OS/device, network conditions, and exact reproduce steps typically increase diagnosis quality.

Why does a shared link show empty on another device?

Result content is local-only in this demo, so the URL path is shareable but data is not synced remotely.

Can I export the report?

Yes, result pages support Markdown export.

How do I verify a hypothesis?

Use the checklist section: each step includes why it matters and how to validate quickly.

What should I do if no hypothesis matches?

Paste a longer snippet around the first failure and add environment/repro context for a second pass.