You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As we've disabled logging in release now the "profiling": "timeline" is not working in release mode. To fix this we need to introduce a new android switch forceLog which if set to true the runtime will log in the console even in release mode. Setting "profiling": "timeline" will force logging in console as well.