Android logging functions return int . The documentation says nothing about them. What does the return value mean?
When I try in my simple application, I get 18 for the following call to Log.v :
android.util.Log.v("MyApp", "my message");
Gabriel petrovay
source share