Hi,
Sorry for this probably very basic question, but I never used it.
In my app I placed some log statements.
for example:
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?
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")
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?