Update libmono-profiler-log.so binaries#7
Closed
jonathanpeppers wants to merge 5 commits into
Closed
Conversation
I built these from the tip of: https://github.com/dotnet/runtime/tree/release/7.0 To build, I ran: ./build.sh -os android -arch x86 -c Release -pack ./build.sh -os android -arch x64 -c Release -pack ./build.sh -os android -arch arm -c Release -pack ./build.sh -os android -arch arm64 -c Release -pack
jonathanpeppers
added a commit
to jonathanpeppers/xamarin-android
that referenced
this pull request
Mar 8, 2023
Context: jonathanpeppers/Mono.Profiler.Android#7 This gets things further, but doesn't fully work: 03-08 11:55:22.909 17150 17150 W monodroid: Initializing profiler with options: log:calls,output=/data/user/0/com.mono.profiler.helloandroid/files/.__override__/profile.mlpd 03-08 11:55:22.910 17150 17150 I monodroid-assembly: Trying to load shared library '/data/app/~~rcpOoWK9a_3JchgDKSqibw==/com.mono.profiler.helloandroid-idytaFjgVoWfT2SoQY9Nkg==/lib/x86_64/libmono-profiler-log.so' 03-08 11:55:22.910 17150 17150 W monodroid: Looking for profiler init symbol 'mono_profiler_init_log'? 0x0 03-08 11:55:22.910 17150 17150 I monodroid-assembly: Trying to load shared library '/data/app/~~rcpOoWK9a_3JchgDKSqibw==/com.mono.profiler.helloandroid-idytaFjgVoWfT2SoQY9Nkg==/lib/x86_64/libmono-profiler-log.so' 03-08 11:55:22.910 17150 17150 W monodroid: Looking for profiler init symbol 'mono_profiler_init_log'? 0x0 03-08 11:55:22.911 17150 17150 W monodroid: The 'log' profiler wasn't found in the main executable nor could it be loaded from 'libmono-profiler-log.so'.
Owner
Author
|
Closing this in favor of |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I built these from the tip of:
https://github.com/dotnet/runtime/tree/release/7.0
To build, I ran:
Other changes:
net7.0