mirror of
https://github.com/Qortal/qortal-mobile.git
synced 2026-04-28 20:29:22 +00:00
9 lines
257 B
Bash
9 lines
257 B
Bash
#!/bin/bash
|
|
# Monitor Chromecast plugin logs
|
|
echo "Monitoring Chromecast logs..."
|
|
echo "Press Ctrl+C to stop"
|
|
echo "================================"
|
|
adb logcat -s ChromecastPlugin:D AndroidRuntime:E CastMediaRouteProvider:I MediaRouteChooserDialog:D *:S
|
|
|
|
|