Merge inbound to m-c. a=merge
This commit is contained in:
@@ -173,12 +173,8 @@ MainThreadIOLoggerImpl::IOThreadFunc()
|
||||
(i->mObservation.Start() - mLogStartTime).ToMilliseconds(),
|
||||
i->mObservation.ObservedOperationString(), durationMs,
|
||||
i->mObservation.Reference(), nativeFilename.get()) > 0) {
|
||||
ProfilerBacktrace* stack = i->mStack;
|
||||
if (stack) {
|
||||
// TODO: Write out the callstack
|
||||
// (This will be added in a later bug)
|
||||
profiler_free_backtrace(stack);
|
||||
}
|
||||
// TODO: Write out the callstack
|
||||
i->mStack = nullptr;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user