Log function not working in Control UI?
Moderator: Martin
Log function not working in Control UI?
The log function appears not to work in a Control UI flow. Is that a bug?
Re: Log function not working in Control UI?
I tried it and yes it doesn't log anything. I never use log(), so never spot this bug. I mostly use debug dialog, which is more useful in troubleshooting.
Index of Automagic useful thread List of my other useful posts (and others')
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.
Re: Log function not working in Control UI?
Hi,
The log function seems to work for me. Could you please share a flow that illustrates the problem? Maybe the problem occurs only in combination with some other issue.
For testing I created an action Control UI and added following script:
The text test was properly showing up in the log.
Regards,
Martin
The log function seems to work for me. Could you please share a flow that illustrates the problem? Maybe the problem occurs only in combination with some other issue.
For testing I created an action Control UI and added following script:
Code: Select all
log("test");
Regards,
Martin
Re: Log function not working in Control UI?
Interesting...
I cannot make it happen again. It was not working for a while, which is why I posted. Desmanto could not get it to work either. Now it works. Tis a mystery.
I cannot make it happen again. It was not working for a while, which is why I posted. Desmanto could not get it to work either. Now it works. Tis a mystery.

Re: Log function not working in Control UI?
Strange, I also can't reproduce the bug anymore. Maybe it reset after restart. I will try to look upon it again.
Index of Automagic useful thread List of my other useful posts (and others')
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.