android - How can I get the instance of an application? -


I want to display the log description of my application. How do I get an example of my application so that I log in to my application?

I'm afraid you can not do this.

Here are some options ....

1) Add a special identifier to each log entry, use the filter feature of DDS logs to filter your log entries only.

2) Create a custom log that is written in a file (which you can drag later.)

3) I have never done it myself Have not tried, but I'm surprised that someone can create a TCP server for which we can connect (using Telnet) and retrieve log details ... Hmmm, good pet project idea! * Lightbulb

Cheers!

Comments