Splash Screen is not working in debug builds

Hi @Rachana

Apologies for the delayed response.
We have timeout disable feature, which will not kill the app if it takes more time to load.

Disable unresponsive app timeout mechanism :
Disables the timeout that terminates the application when state transitions exceed the maximum allowed duration or when a thread within app is exceeding max allowed timeout for thread operations.

I have tested this in my device. App does not crash after disabling app timeout with this command. Tested with 20 seconds pause, app crashed without disable timeout command and did not crash after using this.

vlcm debug <component-id> --disable-app-timeout
vlcm launch-app orpheus://<component-id>

Warm regards,
Ivy