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
Created the Sample Maui App.
Trying to implement the profiling in android app.
Following this article "https://github.com/dotnet/android/blob/main/Documentation/guides/tracing.md?plain=1"
After executing the "dotnet-trace collect -p 38604 --format speedscope" command facing the below issue I had also attached the screenshot of the same
.
System.IO.EndOfStreamException: Unable to read beyond the end of the stream.
at System.IO.BinaryReader.InternalRead(Int32 numBytes)
Thanks for the help !!
Did you find any workaround?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered:
Android framework version
net8.0-android
Affected platform version
Android 11
Description
Steps to Reproduce
Created the Sample Maui App.
Trying to implement the profiling in android app.
Following this article "https://github.com/dotnet/android/blob/main/Documentation/guides/tracing.md?plain=1"
After executing the "dotnet-trace collect -p 38604 --format speedscope" command facing the below issue I had also attached the screenshot of the same
.
System.IO.EndOfStreamException: Unable to read beyond the end of the stream.
at System.IO.BinaryReader.InternalRead(Int32 numBytes)
Thanks for the help !!
Did you find any workaround?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: