havlenapetr / FFMpeg

this is port of ffmpeg for android (this is app, but in future i will do android lib from it and then system will be able to convert videos automatically)
883 stars 420 forks source link

debug the FFMPEG files with ndk-gdb,No symbol table is loaded #35

Open zby2155 opened 13 years ago

zby2155 commented 13 years ago

Hi,Havlenapetr: I debug the FFMPEG files with ndk-gdb, when i list the source file, appear “No symbol table is loaded. Use the "file" command.” But the same way,I can debug other jni project,such as the sample "hello-jni", why? Thank you!

havlenapetr commented 13 years ago

I don't know, sorry

zby2155 commented 13 years ago

Thank you Reply can you use ndk-gdb to debug it step by step? Your debugging steps is it? Thank you!