Dan Albert
Dan Albert
I assume this is about simpleperf? @yabinc (though I suspect this is an OS restriction and you'll need to file a platform bug at b.android.com).
If someone could upload a PR, I'd be grateful. I don't have a midi controller so there isn't a whole lot I can do here.
This was a lot harder than I expected (admittedly some of that is because all of my app and gradle skills have atrophied). Here's what I ended up with: https://github.com/DanAlbert/pgo-demo....
The only downsides to syslog is that iirc you can only have one log tag per process, and that it'll only work (i.e. end up in logcat) for... M+? It's...
> I don't know what this flag is used for, and maybe it's not actually needed anymore, so we can remove it from the legacy toolchain. It's not actually in...
Another thing this might be able to do is a linkability check. For example, if two shared libraries have both used libc++_static (or two different STLs), they are not linkable....
Other lint checks to add: https://developer.android.com/ndk/guides/middleware-vendors
> strchrnul function exists in android-21's libc.a, but actually it was introduced in android-24 That's the problem. There is no android-21 libc.a. the static libraries only exist for the latest...
It sounds like you're talking about an OS bug? If so, http://b.android.com, and file a frameworks bug. Sorry you weren't redirected sooner. FYI though you might also want to try...