Android Question Log messages not displayed in Logcat app

MarcRB

Active Member
Licensed User
Longtime User
Hi,
Sorry for this probably very basic question, but I never used it.

In my app I placed some log statements.

for example:
Log("My app is running")
Log("Hello World")
Log("Sub SyncData - No indexfile bypass")​

Then I installed my app on a tablet and I also installed a logcat app from playstore. (tryed with two different apps)
But after or during my app is running none of these log messages were shown in the logcat app.

Do i have to set something to make it visible?
 

MarcRB

Active Member
Licensed User
Longtime User
I work from remote desktop and my device is on another ip-range. i can't use the ide for logs.

my device isn't rooted. that's indeed the reason why I did'not see the log messages. thanks to all.
 
Upvote 0
Top