Ignore:
Timestamp:
Aug 5, 2009 10:58:02 AM (15 years ago)
Author:
bennylp
Message:

Ticket #931: Logging function may infinitely recursively calls itself on Windows Mobile (thanks Emil Sturniolo for the report)

  • Added feature to temporarily suspend the logging facility while we're in the pj_log() function. The suspension will be thread specific if the platform supports it.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/src/pj/os_core_symbian.cpp

    r2481 r2853  
    343343    if (err != KErrNone) 
    344344        return PJ_RETURN_OS_ERROR(err); 
    345      
     345 
     346    /* Init logging */ 
     347    pj_log_init(); 
     348 
    346349    /* Initialize exception ID for the pool.  
    347350     * Must do so after critical section is configured. 
Note: See TracChangeset for help on using the changeset viewer.