Android API for sending log output, which can be viewed and filtered by logcat.
Questions tagged [android-log]
78 questions
-1
votes
1 answer
How to write Logs in File Android
I am using java logger for java projects.But now I want logs in Android.So how to carry out it.Alos I need to maiantain logs for warnings ,errors,informations in a file with serial logs.

Jotiram Chavan
- 375
- 1
- 8
-2
votes
1 answer
How to know if a certain file has been accessed/modified by some app?
My app should keep some files under watch. I want to detect any attempt to read/modify these files and which app did it so I can proceed accordingly.
Does Android log these types of actions?

McLovin
- 51
- 2
- 6
-3
votes
4 answers
How to print log only when app is in development mode?
I need to print logs in my application only while I am developing it. So is there a way like a boolean which will decide if my app is in a certain mode , and only allows to print log then? This will save my time from deleting logs every time I…

Pritish
- 1,284
- 1
- 19
- 42