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
revision
Gliffy Diagram
macroIdb921227a-a0da-4bae-b14d-7a14371dc073
namebreakpad
pagePin1

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.

...