-
Notifications
You must be signed in to change notification settings - Fork 583
Open
Description
Problem description
The error in the log file (may be linked to the fact that termux-location
takes about 1 minute to respond, which is strange as Google Maps works fine and definitely updates more frequently
Steps to reproduce
Copy this cmd, paste it into termux and press enter:
log="termux-location_log.txt"
echo "" > $log
while true;
do
termux-location -p network
termux-location -r last -p network
echo $(date -Is)
termux-location -p gps
termux-location -r last -p gps
echo $(date -Is)
done >> $log
Expected behavior
No errors
Additional information
- termux-api application version: 0.52.0
- termux-api package version (installed through apt): wasn't able to find this info, but I'm sure it's somewhere in the log file I attached
- Android OS version: 14
- Device model: Huawei FIG-LX1
Metadata
Metadata
Assignees
Labels
No labels