appunite / AndroidFFmpeg

[DEPRECATED] FFmpeg build for android random architectures with example jni
Apache License 2.0
1.07k stars 471 forks source link

debugging library #54

Closed sarinsukumar closed 9 years ago

sarinsukumar commented 11 years ago

Hi, Can you please tell , how to debug the native code in ffmpeg library in using eclipse or command line. I am trying to put a break point in c code and trying to debug the library player.c. I am able to debug library class files. Can you please tell me how to do this or any information regarding how you did debugging your code while developing.

Thank you very much for making such a useful library and sharing it.

Best regards Sarin sukumar A

jacek-marchwicki commented 9 years ago

Currently I'm only using log's for debugging.

look on those varaibles:

#define FFMPEG_LOG_LEVEL AV_LOG_WARNING
#define LOG_LEVEL 2