How to enable logging / debugging for openssl in android. -
i working on assignment in openssl in android.
i have access code. , can add custom logs in if want.
but problem these logs dont appear in logcat.
is there specific setting / property /flag need change enable logs openssl in android?
thanks !
is there specific setting / property /flag need change enable logs openssl in android?
the openssl library not log. there bio_s_log
, not used anywhere:
openssl-1.0.1h$ grep -r bio_s_log * crypto/bio/bio.h:bio_method *bio_s_log(void); crypto/bio/bss_log.c: why bio_s_log? crypto/bio/bss_log.c: bio_s_log useful system daemons (or services under nt). crypto/bio/bss_log.c:bio_method *bio_s_log(void) util/libeay.num:bio_s_log 1243 exist:!os2,!win16,!win32,!macintosh:function: util/mkdef.pl: $platform{"bio_s_log"} .= ",!win32,!win16,!macintosh";
Comments
Post a Comment