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
Currently the app using the print method but it is not recommended for productions and we get the following warning Avoid "print" calls in production code.
So we need a system or method to log everything into new file on the device memory.
Currently the app using the
printmethod but it is not recommended for productions and we get the following warningAvoid "print" calls in production code.So we need a system or method to log everything into new file on the device memory.