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
Add optional logger callback to BuildDeviceDescription and MergeDevicesAndEmulators
Accepts Action<TraceLevel, string> to route debug messages through the
caller's logging infrastructure (e.g., MSBuild TaskLoggingHelper).
Restores log messages lost when logic moved from dotnet/android to
android-tools: AVD name formatting, running emulator detection, and
non-running emulator additions.
Follows the existing CreateTaskLogger pattern used by JdkInstaller.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments