Skip to content

Conversation

@ivanpovazan
Copy link
Member

TBD

@ivanpovazan
Copy link
Member Author

I will close this as it is not mandatory to have it implemented at this stage.

We can work around this by either manually setting environment vars through adb directly, or by adding a reference to a text file (e.g., env.txt) defining the desired env variables:

DOTNET_DiagnosticPorts=127.0.0.1:9000,suspend

and configuring the app project with:

  <ItemGroup>
    <AndroidEnvironment Include="$(MSBuildThisFileDirectory)..\env.txt" />
  </ItemGroup>

@github-actions github-actions bot locked and limited conversation to collaborators May 25, 2025
@akoeplinger akoeplinger deleted the dev/ivanpovazan/coreclr-enable-profiling branch June 2, 2025 14:42
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants