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
Hey @erkanarslan, what you are seeing is a result of faulty filtering of the device log, sometimes you may see logs unrelated to your application, as explained in my comment here - #2515 (comment)
The behavior has since been changed to only print out logs from the current process that is being debugged. The changes are available in the 3.2 release candidate which you could install with npm i -g nativescript@rc.
Please let us know if you continue seeing logs you think do not concern your application.
Did you verify this is a real problem by searching [Stack Overflow]
Yes
Tell us about the problem
After running
tns run android
and working on my application sometimes I get logs in the console like this:Notice the "Currently no ad available" text. I haven't include a plugin related to that and I don't know anything about that. Is this a normal thing?
Which platform(s) does your issue occur on?
Android. Not tested on ios
Please provide the following version numbers that your issue occurs with:
The text was updated successfully, but these errors were encountered: