tech/webdev magazine

July 6, 2015

Debugging Android Apps with Facebook's Stetho

Monday, July 06, 2015 Teklinks

Stetho is an open source debugging platform, developed by Facebook, that offers a rich and highly interactive debugging experience to Android developers. With Stetho, debugging native Android apps becomes as simple as debugging a web page, because it allows you to use Google Chrome’s developer tools to perform various debugging activities, such as view hierarchy inspection, network inspection, SQLite database management, and more.

Full article