Skip to content

Latest commit

 

History

History
66 lines (43 loc) · 2.45 KB

File metadata and controls

66 lines (43 loc) · 2.45 KB
page_ref /docs/apps/termux/index.html

Termux App Docs

Welcome to the Termux app documentation.

Android 12+ Compatibility

Termux may be unstable on Android 12 and higher. The OS aggressively terminates "phantom processes" (limit of 32 system-wide) and processes using excessive CPU. This can cause sessions to end with [Process completed (signal 9) — press Enter].

Debugging

Log Levels

Set the log level in Termux app settings → Debugging → Log Level (requires v0.118.0+).

Level Description
Off No logging
Normal Errors, warnings, info, stacktraces
Debug Debug-level messages
Verbose All information (may include private data)

Revert to Normal after debugging. Verbose mode may expose private data to logcat and increases execution time.

Plugin apps send execution intents to the main Termux app. Set log levels for both the plugin and the main app to get full info.

Viewing Logs

  • In Termux: logcat for realtime output, or logcat -d > logcat.txt for a dump
  • From PC: Use logcat via ADB. See the Android logcat guide

Reporting Issues

Long-hold the terminal → MoreReport Issue to generate a debug report with file stats and logcat dump.

  • Post the complete report as text when filing issues
  • Issues with screenshots of reports instead of text will be closed
  • If the report is too large, use Save To File (3-dot menu) to share it

Important Links

Community

Wikis

Reference