Let's start then

In Android, after Waze is installed we get the following structure
\WazeFolders\crash_logs
\debug
\gps
\maps
\skins
\sound
\tts
Menusalerts.menu
alerts_nopolice.menu
alerts_offline.menu
help.menu
map_updates.menu
more.menu
quick.menu
recommend.menu
recommend_50.menu
report_list.menu
report_list_nopolice.menu
search.menu
settings.menu
Logswaze_log.txt ## Limited to 5MB
archive_waze_log.txt
asr_cmd ## Automatic Speech Recognition commands
Languageslang.conf ## List of all languages available
lang.xxxxxxxxxxxx ## Languages files
history ## Favourites and history
preferences ## Settings for server / client
prompt_list.txt
prompts.conf
search_conf ## Settings about search engines
session ## Data from last sessions (points, zoom, last GPS position, etc)
sprites
Others.nomedia
\Waze\gpsIf "GPS.CSV Tracker" enabled in the preferences file as below,
- Code: Select all
GPS.CSV Tracker: yes
Whenever velocity is higher than 0 and precision better than 120m, data will be saved in a CSV file with the format:
GPS_track_DDMMYY__HH_MM.csv- Code: Select all
DD = day
MM = month
HH = hour
MM = minute
Note: If MM < 10min then it will be saved just as M (example: 9min)