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
Refactor fastboot output handling so the driver no longer writes directly to Console. Add FastbootCommandEventArgs and a CommandCompleted event with NotifyCommandCompleted, remove default printing in NotifyCurrentStep/NotifyProgress, and route RawCommand completion through the new notifier. Expose FastbootDebug.Output delegate (CLI sets it to write to stderr) and update Program.cs to subscribe to events and perform all console formatting/printing there. Adjusted InternalDownloadDataBytes to return the raw response on protocol mismatch and replaced direct debug writes with FastbootDebug.Log. Updated tests to expect no default console output for progress/current-step.
0 commit comments