Changes between Initial Version and Version 1 of Ticket #931


Ignore:
Timestamp:
Aug 5, 2009 10:56:47 AM (15 years ago)
Author:
bennylp
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #931 – Description

    initial v1  
    11The {{{pj_log()}}} function, the main implementation of logging functionality in PJLIB, calls some other PJLIB APIs such as {{{pj_gettimeofday()}}}. The implementation of these other APIs may in turn call back the {{{pj_log()}}} function, causing infinite recursive calls. 
    22 
    3 This happens especially on Windows Mobile platform where PJLIB emulates the millisecond resolution of the time function (this feature was added in version 1.2 by ticket #764) 
     3This happens especially on Windows Mobile platform where PJLIB emulates the millisecond resolution of the time function (this feature was added in version 1.2 by ticket #764), depending on the timing when the logging was called. 
     4 
     5The corresponding ticket for 1.0 branch is ticket #932