Skip to content

CefEndTracingCallback

Header: cef_trace.h
Category: System Utilities

Overview

Tasks, threads, parsers, streams, cookies, URL requests, scheme registration, and constant tables.

CefEndTracingCallback (USER-IMPLEMENTED)

Source File: include/cef_trace.h

Process / Thread Context: Browser process / UI thread.

Purpose: Receive notification (and the trace file path) when CefEndTracing finishes collecting data from all processes.

Methods

virtual void OnEndTracingComplete(const CefString& tracing_file) = 0

Parameters:

  • tracing_file: filesystem path where the trace data was written. Caller is responsible for deleting this file when done.

Return Value: (none)

Threading Constraint: Browser process UI thread.

Derived from the CEF C++ headers — © Marshall A. Greenblatt, Google Inc. & contributors (BSD-style license). Not an official CEF project.