Files
Meshtastic-Android/docs/et-rEE/user/debug-logs.md
T

3.1 KiB
Raw Blame History

title, parent, nav_order, last_updated, description, aliases
title parent nav_order last_updated description aliases
Arendaja logid Kasutaja juhis 22 2026-08-29 Vaata ja ekspordi rakenduse arendajalogi rakenduse seest ning lisa GitHubi probleemile jäädvustus vigade diagnoosimiseks adb-d pole vaja.
arendaja-logid
logcat
app-logs
bug-report

Arendaja logid

Kui midagi töötab valesti, on rakenduse arendajalogid kõige kasulikum asi, mida saad veateatele lisada. Meshtastic can capture them for you, from inside the app — you don't need adb or any desktop tooling to collect them.

Ava Arendajapaneel, valides Seaded → Täpsemad → Arendajapaneel.

If you're filing an issue, export your logs (see Exporting) and attach the .txt file to your report on the Meshtastic-Android issue tracker. A log capture that covers the moment the problem happened turns "it doesn't work" into something a developer can actually track down.

The two tabs

Arendajapaneelil on kaks vahekaarti:

  • Paketid dekodeeritud võrguliiklus, mida raadio on saatnud ja vastu võtnud (protokollitasemel sõnumid). Useful for diagnosing mesh and routing behavior.
  • App logs — the app's own diagnostic log (Android logcat), including warnings, errors, and stack traces from the app itself. This is usually what a bug report needs.

Each tab has its own export button and produces its own file, so you can grab whichever is relevant — or both.

Viewing app logs

The App logs tab shows the most recent log lines from this app only — never other apps on your phone.

  • Otsi sisesta otsingukasti otsing, et filtreerida sobivate ridade hulgast.
  • TasemefilterV / D / I / W / E kiibid lülitavad sisse üksikasjaliku, arendaja-, teabe-, hoiatus- ja vearea. Tap a level to hide it; tap again to bring it back. Fataalseid jooni näidatakse alati.
  • Värskenda värskendamise ikoon loeb uuesti viimased logid.

Error and warning lines are tinted so problems stand out.

Eksportimine

Praeguste logide faili salvestamiseks puuduta ikooni allalaadimine. Süsteemi failivalijast valite, kuhu see liigub ja failile lisatakse ajatempliga nimi (näiteks meshtastic_logcat_20260701_143312.txt), nii, et korduvad ekspordid ei kirjuta üksteist kunagi üle.

Attach that file to your GitHub issue.

🔒 Privacy: Exports automatically redact private keys, admin keys, session passkeys and channel PSKs before writing the file. Logs can still contain node names, positions, and other identifying details — glance through the file before sharing it publicly, and share privately if you have any doubt.

Töölaud

Töölauarakendusel puudub süsteemi logcat, seega kuvatakse vahekaardil Rakenduse logid rakenduse enda jäädvustatud logide väljundit. Otsimine, filtreerimine ja eksportimine toimivad samamoodi.

Seotud teemad