You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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).