by davipt » Fri Dec 07, 2012 11:24 am
Here's yet another set of possible issues:
1. on my iOS local waze log files (postmortem) I have the following line, average one per second, but with periods of dozens per second, and periods of one per some seconds, filling up megabytes of disk space:
[11:01:53 Error] (sprite) no image found for small_yellow_arrow [poi.c:534 (poi_display)]
iDavi:2012.12.07.11.03 bruno$ dir
total 16704
-rw-r--r-- 1 bruno staff 6970538 Dec 7 11:03 archive_postmortem
-rw-r--r-- 1 bruno staff 1577536 Dec 7 11:03 postmortem
iDavi:2012.12.07.11.03 bruno$ wc -l *
76206 archive_postmortem
17166 postmortem
93372 total
iDavi:2012.12.07.11.03 bruno$ grep 'no image found for small_yellow_arrow' * | wc -l
90848
iDavi:2012.12.07.11.03 bruno$ grep -v 'no image found for small_yellow_arrow' * | wc -l
2524
2. sometimes I loose the ability of getting the map scrolling with the car. Pressing the icon on the left side to center on my position does nothing, no scroll, no zoom back to my position. Need to restart the app to solve it. Sometimes it even switches to 2D. I can't yet relate if it's when a popup appears or something, but I do have these lines on the logs right before I restarted the client:
[10:22:52 Warning] Canvas module 3D is not ready!!! Can not call OGL functions! [canvas3d.c:347 (canvas3_ogl_updateScale)]
[10:23:31 Error] RemoveAlert() - Failed (List is empty). ID 185691169 not found [RealtimeAlerts.c:1063 (RTAlerts_Remove)]
*** Starting at 07/12/2012 10:23 ***
PS: this may be related to me changing the file "user:Map.Show top bar on tap: yes", which I turned off again, but "user:Map Icons.Show on screen on tap: yes" is correctly working (tap on map shows and hides the center/north/zoom in/zoom out icons correctly)
3. I'm pumping the waze voice instructions via bluetooth to my volkswagen based radio (no music from the iPhone though), and after I receive or make a call, waze stops giving me voice instructions.
I can only see these relevant lines on the logs. between 20:27 and 20:29 there was the voice call.
[20:27:50 Warning] WST::OnHTTPAck() - Succeeded [websvc_trans.c:1106 (OnHTTPAck)]
[20:29:22 Warning] OPENEARSLOGGING: The Audio Session was interrupted. [AudioSessionManager.m:519 (audioSessionInterruptionListener)]
[20:29:44 Warning] Sound play failed 'play' command [sound.m:324 (play_file)]
[20:29:45 Warning] OPENEARSLOGGING: The Audio Session was interrupted. [AudioSessionManager.m:519 (audioSessionInterruptionListener)]
[20:29:48 Warning] Freeing all canvas tiles [canvas_tile.c:1785 (canvas_tile_free_all)]
[20:30:40 Warning] OPENEARSLOGGING: The Audio Session interruption is over. [AudioSessionManager.m:530 (audioSessionInterruptionListener)
I've also sent my logs via client. case 1 happened a lot yesterday between 20h and 21h19 and this morning between 10h and 11h. Case 3 happened yesterday around 20h29 and 20h43.