Skip to content

v0.3.1

Latest

Choose a tag to compare

@github-actions github-actions released this 06 Sep 08:05
90139a0

Fixed

  • Daemon Startup Diagnostics & Log Redirection: Fixed silent timeouts when background daemon auto-spawn fails or terminates early. Daemon standard output and error are now captured at ~/.debroid/daemon.log, and startup diagnostics are surfaced directly in error responses for fast diagnosis (#57).
  • Event Polling Buffer Overflow Signal & Increased Capacity: Fixed unnotified event loss when polling is delayed under high event volume by adding droppedEventsSinceLastPoll to debroid poll output and increasing the in-memory event buffer capacity to 10,000 events (#92).
  • PID Fallback Exact Process Name Matching: Fixed an issue where the ps -A fallback parser in AdbManager loosely matched package substrings, preventing erroneous PID matches for similarly-named applications (#59).
  • Include Method Arguments in locals and pause-state: Fixed an issue where debroid locals and debroid pause-state omitted method parameters/arguments from the local variable inspection of a suspended thread. Function parameters are now properly displayed alongside locally declared variables, matching standard debugger behavior (#94).