Open Bug 144449 Opened 23 years ago Updated 3 years ago

PR_LOG output format is not documented

Categories

(NSPR :: NSPR, defect)

4.1.2
defect

Tracking

(Not tracked)

People

(Reporter: wtc, Unassigned)

Details

PR_LOG output format is not documented. The source code shows that each line of PR_LOG output begins with me = PR_GetCurrentThread(); nb = PR_snprintf(line, sizeof(line)-1, "%ld[%p]: ", #if defined(_PR_DCETHREADS) /* The problem is that for _PR_DCETHREADS, pthread_t is not a * pointer, but a structure; so you can't easily print it... */ me ? &(me->id): 0L, me); #elif defined(_PR_BTHREADS) me, me); #else me ? me->id : 0L, me); #endif This should be documented.
QA Contact: wtchang → nspr

The bug assignee didn't login in Bugzilla in the last 7 months.
:KaiE, could you have a look please?
For more information, please visit auto_nag documentation.

Assignee: wtc → nobody
Flags: needinfo?(kaie)
Flags: needinfo?(kaie)
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.