Larry Hengen 39 Posted June 6, 2019 Please excuse the noob question as I'm sure it has been answered before, my google fu is just failing me. Does the IDE have the ability to capture ADB logs in a window? I have stumbled across a few external utilities to do so, one from an MVP in Japan and one from Kim Madsen but neither one seems to work with Rio. The first one won't detect the attached device, and the second one throws an immediate error upon launch. Using Android Studio for logcat is major overkill, and chews up all my resources. Seems to me this is a pretty reasonable expectation of an IDE for a development target. Any suggestions on working lightweight solutions? I am using Rio 10.3.1 Share this post Link to post
Dave Nottage 557 Posted June 6, 2019 I have ADB log capture in Codex: https://www.delphiworlds.com/codex/ Sorely needs updating because there's a few quirks. 1 Share this post Link to post
Lars Fosdal 1792 Posted June 7, 2019 https://bitbucket.org/mlopatkin/android-log-viewer/src/default/ Caveat: I have not tried it myself 1 Share this post Link to post
Lars Fosdal 1792 Posted June 7, 2019 Also, https://github.com/tananaev/rootless-logcat Same caveat. 1 Share this post Link to post
Larry Hengen 39 Posted June 7, 2019 Thanks all for the suggestions. I am surprised one of these solutions has not been purchased or incorporated into the product by EMBT. Share this post Link to post