When debugging Android native code, it's quite a mess when you want to see things inside c++ containers(like std::vector), I know there is pretty print, but how to integrate it with Android native code debugging?
Asked
Active
Viewed 134 times