How to show log screen on Android?

During development, we often need to see all console logs on screen. Build a UI component (Android) that shows logs on screen so you can debug while running code on the phone.

I have a question like that and I couldn't think of a solution. How can this be done?

Upvotes: 0

Views: 1258

Answers (1)

feridok
feridok

Reputation: 658

Use one of this libraries:

Lynx

Logcat Viewer

Debug Overlay

Galgo

Upvotes: 2

Related Questions