Search code examples
androidloggingsystemmessageadb

Catch adb messages in the device


Is there any way to catch all messages of the adb inside the android device - I'd like OS messages too, not in the log cat? If it possible I want to see the messages that are coming from the application while testing and sort them with algorithm to show in maketoast the message from the app?


Solution

  • OK I found what I was looking for

    http://elinux.org/Android_Logging_System