Breakpad init - per library? -


sorry newbie question.i have libnative_exception_handler.so breakpad init:

google_breakpad::minidumpdescriptor descriptor("."); google_breakpad::exceptionhandler eh(descriptor, null, breakpad_callback, null, true, -1); 

and libfunc.so unsafe functions.

both libs loaded in android using system.loadlibrary();

if breakpad init done in libnative_exception_handler.so signals not catched , breakpad callback not invoked. if change libfunc.so source init breakpad signals catched. breakpad need init in same library unsafe function are?.

update: i've create lib , demo app demonstrate issue: https://github.com/4ntoine/acra-breakpad

google_breakpad::exceptionhandler eh needs init in heap, not in stack.


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -