Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Breakpad wrapper acts as a wrapper to integrate Google Breakpad with RDK components.

draw.io Diagram
diagramNamebreakpad.drawio
revision1
Image Removed

Purpose of this component is to avoid static linking of the library (libbreakpad_client.a) across different modules. Includes the static library (libbreakpad_client.a) so that we can use dynamic library (libbreakpadwrapper.so) along with the native code.

...

See the page Integrating Breakpad to RDK-V Component to know about its usage


Info
titleUseful Tip:

Breakpad wrapper now supports writing minidump content to a specific file descriptor provided by an environment variable named BREAKPAD_FD