Hi,
I'm trying to understand how cast playback function on android. I succeeded to build Cast.apk, with libcast_shell_android.so and
libcast_media_1.0.so. But apk itself is crushing heavily.
I tried to replace libraries inside of existing Google Cast Receiver. But after that Google Cast Receiver also start crushing.
My goal is to add additional logs inside of components which I see that are triggered in logcat to see and better understand cast playback underneath.
So far I build libcast_shell_android.so and
libcast_media_1.0.so from chromium sources, but cannot replace those libraries successfully.
How I can (if I can at all) replace those libraries?
Are same libraries used in Google Cast Receiver? (As I know so far, according to logs I see it should be same code).
Error logs which I get are primary with some crash dump buffer (index related or cannot create) or error regarding to load library...