Skip to main content
Logs
Last update:

Logs

In the mobile farm, the logcat tool is used to log messages.

You can record logs at any time. To customize the logs, use filters.

Write down the logs

  1. In the dashboard, in the top menu, click Products and select Mobile Farm.
  2. Go to the Farms section.
  3. Open the mobile farm page.
  4. Click on the serial number of the device.
  5. Open the Logs tab.
  6. Customize the filters.
  7. Click .
  8. To stop logging, click .

Filters for logs

Logcat Level

Filtering by priority — logs display messages with selected and higher priority:

  • Verbose (lowest priority) — messages describing process details;
  • Debug — messages for debugging;
  • Info — informational messages;
  • Warn — Warnings;
  • Error — error messages;
  • Fatal (highest priority) — critical error messages
TextText filtering — logs display messages that contain typed text
TimeTime filtering — logs display messages that will appear in the specified time interval. The format is HH:MM:SS.sss. For example, if you specify 11:56 in the Time field, the logs will include messages for one minute. To get messages for 10 minutes, specify 11:5
PIDFiltering by process ID — logs display messages that are triggered by the selected process
TIDFiltering by thread ID — logs display messages that are called by the selected thread. This value is related to the PID, but may vary because there may be multiple TIDs per PID
TagFiltering by tag — logs display messages from the selected system component