Change nsTraceRefCnt::WalkTheStack() to accept stream.
git-svn-id: svn://10.0.0.236/trunk@51355 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -5,10 +5,7 @@
|
||||
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
char buf[16384];
|
||||
nsTraceRefcnt::WalkTheStack(buf, sizeof(buf));
|
||||
printf("%s\n", buf);
|
||||
|
||||
nsTraceRefcnt::WalkTheStack(stdout);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user