joshua_lyon
(Josh, SharpTools.io Dashboard)
August 27, 2019, 8:30pm
6
If I understand correctly, this is related to this previous post Red triangle with! on location (Tasker and SharpTools) - #5 by Dan_Carter wherein you’re using a custom Tasker profile with the AutoLocation plugin to determine your presence.
Have you tried adding additional logging to the Tasker Profiles to better understand what’s going on and where the timing limitation is?
My suggestion would be to add some logging and watch what’s happening. For example, add some Alert → Notify actions in each of the profiles so you can better figure out the timing and what’s happening.
I would also make sure to run the (de)optimization steps for Tasker noted here:
Tasker for Android
And the steps for SharpTools noted here:
Optimize for Newer Android Versions
For knowing the exact time that things happen, using similar logic as above you could set Tasker variables with the %TIMES
value as discussed in a previous PM chain:
Here’s an example with the %TIME
variable being used in the content of a notification directly making it easy to see the time it occured.
If you need even more precision you can use %TIMES
which is the time in seconds (Test4 notification):