Re: [codenameone-discussions] Re: Windows 10 Phone UWP Debugging

2017-03-09 Thread Shai Almog
That's a feature worth adding and should be pretty easy to add, something like clearLog()? Can you file an RFE? I'm in the middle of something right now and I will probably forget to do it later if there is no reminder. -- You received this message because you are subscribed to the Google

Re: [codenameone-discussions] Re: Windows 10 Phone UWP Debugging

2017-03-09 Thread mcw
Thanks for the code. I tried that on my phone and it worked. Still nothing from my app. I had been building using the build hint windows.build.version to replace the current app. I decided to uninstall my app and then reinstall. Logging started working again. Looking at the log it never

Re: [codenameone-discussions] Re: Windows 10 Phone UWP Debugging

2017-03-09 Thread Steve Hannah
I just created a quick app to test this out and built for UWP. Installed app on Windows 10 (desktop), ran it, and sendLog() worked properly (I received the log). Here is my test app. https://gist.github.com/shannah/306a55d1bb2e884560b75bef5b3513c3 Try building this and see if it works. Steve

[codenameone-discussions] Re: Windows 10 Phone UWP Debugging

2017-03-09 Thread mcw
I backed out my last changes but that didn't help, still no log file from the device, simulator still works. showLog() is deprecated and doesn't produce any output in the simulator or the device, just an empty form. I will have to give up on this. I feel I am really close but can't release

[codenameone-discussions] Re: Windows 10 Phone UWP Debugging

2017-03-09 Thread mcw
I had been doing UWP builds most of Tuesday and Wednesday, refining the debugging so that I could home in on the problem. The last time I got a log file from the phone was Tuesday afternoon California time. On Wednesday, March 8, 2017 at 9:43:06 PM UTC-8, Shai Almog wrote: > > If this works

[codenameone-discussions] Re: Windows 10 Phone UWP Debugging

2017-03-08 Thread Shai Almog
If this works from the simulator but not from the device it means the account should be fine and so is the server/send process. So the failure is in the build. The question is when was the last good version built and when was the bad version built? -- You received this message because you are