[codenameone-discussions] Re: Log messages not appearing on the iOS simulator console

2021-07-08 Thread 'P5music' via CodenameOne Discussions
It is worth noticing that I have to manually change that every time maven creates a snapshot and the application is run on the iOS simulator. It was not so before, so maybe something has changed in the maven script and now the default in the created project is the other screen, not the console

[codenameone-discussions] Re: Log messages not appearing on the iOS simulator console

2021-07-07 Thread 'P5music' via CodenameOne Discussions
Solution was found here https://stackoverflow.com/a/42826227/930835 Il giorno martedì 6 luglio 2021 alle 04:04:26 UTC+2 Shai Almog ha scritto: > Release should still print logging. > I don't see any change in the native code with the latest maven release so > I don't think that's possible. > On

[codenameone-discussions] Re: Log messages not appearing on the iOS simulator console

2021-07-05 Thread Shai Almog
Release should still print logging. I don't see any change in the native code with the latest maven release so I don't think that's possible. On Monday, July 5, 2021 at 6:38:13 PM UTC+3 P5music wrote: > No, it does not work as well. > I would like to know if it is possible that I altered

[codenameone-discussions] Re: Log messages not appearing on the iOS simulator console

2021-07-05 Thread 'P5music' via CodenameOne Discussions
No, it does not work as well. I would like to know if it is possible that I altered something in my project inadvertently, like changing from Debug to Release somewhere. It is something that happens only with the CN1 app, opening the snapshot project as created by maven. Is it also possible that

[codenameone-discussions] Re: Log messages not appearing on the iOS simulator console

2021-07-05 Thread Hannah R
Just in case, maybe try Log.p("Message ", Log.DEBUG); too. It should be the same as suggested by Shai, but it never hurts to try. On Sunday, July 4, 2021 at 10:05:44 PM UTC-4 Shai Almog wrote: > If nothing appears then this isn't us. It's an environment problem, not > sure how to debug that.

[codenameone-discussions] Re: Log messages not appearing on the iOS simulator console

2021-07-04 Thread Shai Almog
If nothing appears then this isn't us. It's an environment problem, not sure how to debug that. On Sunday, July 4, 2021 at 10:43:51 AM UTC+3 P5music wrote: > It does not work. Nothing changes. > Nothing is displayed in the console, not even the other stuff from the > system or CN1. > The

[codenameone-discussions] Re: Log messages not appearing on the iOS simulator console

2021-07-04 Thread 'P5music' via CodenameOne Discussions
It does not work. Nothing changes. Nothing is displayed in the console, not even the other stuff from the system or CN1. The process is attached. I also detached and attached again. Regards Il giorno domenica 4 luglio 2021 alle 03:57:31 UTC+2 Shai Almog ha scritto: > Try using Log.p(String). >

[codenameone-discussions] Re: Log messages not appearing on the iOS simulator console

2021-07-03 Thread Shai Almog
Try using Log.p(String). On Saturday, July 3, 2021 at 11:46:20 AM UTC+3 P5music wrote: > I am testing my CN1 app on the iOS simulator. > I had many lines like > System.out.println("something to be logged"); > throughout the app. > > I replaced all those lines with static calls to >