0
votes

I am looking as how to get the crash log for my receiver app which is on chromecast device.

I have a custom sender app and a receiver app. I am using player to fetch the content URL from sender app and playback the content in receiver app. After some time of playback or data streaming between sender and receiver app, suddenly I observe that Receiver app crashes and sends TCP packet with RST flag enabled(which means receiver app is closed the connection). I tried to check the debug logging in debugger tool, but as the Receiver app is terminated due to crash, the debugger tool is disconnected.

I want to know how to get the crash log and the error log of our receiver app running on chromecast device in this scenario?

1
What does your code look like that doesn't work? Please provide a Minimal, Complete, and Verifiable example that demonstrates the issue.jess

1 Answers

0
votes

You can try debugging for a Chromecast device, where you navigate to your receiver's IP address on port 9222.

http://:9222

The logs will still be available in 9222 and you can see them.