I am following the documentation for testing the Content Launcher and Account Login, which states that Developer Mode should be temporarily disabled to verify logs:
Note: If you have enabled Developer Mode on your Vega device, the following logs will not be visible. Temporarily disable Developer Mode to verify Account Login using the logs.
However, I have encountered an issue: disabling Developer Mode prevents the device from being recognized by the PC, which in turn makes it impossible to run vda commands to check the logs.
Reproduction Steps:
- Disable Developer Mode via Settings > My Fire TV > Developer Options
- Execute the following command in the terminal
$vega exec vda shell loggingctl -f --since now | grep -E 'ContentAppEndpoint.*PARTNER_ID.*login_status'
Execution result
vda: no devices/emulators found
Could you please advise on how I can check the system logs under these conditions? Is there an alternative method to access the logs when Developer Mode is turned off?
Thank you in advance for your help.