1# Overview of Debugging and Profiling 2 3 4When building C/C++ projects with the NDK, you may encounter exceptions and performance issues common with native projects. To help you locate these issues, the NDK provides some popular debugging and profiling tools. 5 6 7For details, see the following sections. 8