Crashpad allows using direct methods like HandlerMain to generate a minidump and send it via Java Crash Handler. Right now, we're including crashpad handler code in the crashpad_handler.so we're unable to call methods like HandlerMain.
This change allows defining a variable that cmake can set to tell where to include handler code.
Why
Crashpad allows using direct methods like HandlerMain to generate a minidump and send it via Java Crash Handler. Right now, we're including crashpad handler code in the crashpad_handler.so we're unable to call methods like HandlerMain.
This change allows defining a variable that cmake can set to tell where to include handler code.
ref: BT-2852