Any simple way to log in Android NDK code?

前端 未结 7 2421
無奈伤痛
無奈伤痛 2020-12-02 12:09

I\'m looking for a way to easily debug C code in an Android NDK application using Eclipse. I\'ve read ways to debug the app using gdb or something similar but what I want i

7条回答
  •  北荒
    北荒 (楼主)
    2020-12-02 12:23

    An alternative solution (using a debugger) is explained here:

    How can I effectively debug C code that's wrapped with JNI in Eclipse? (Android Dev)

提交回复
热议问题