Android native process crash debugging
Introduction Many of us mostly heard about native crashes while we were studying engineering, for instance one popular well known term was segmentation fault. When working on native code like C, C++ based, we do have many tools to debug such crashes one such popular tool is GDB. I am sure many of us have…