The Android logging functions return an int
. The documentation does not say anything about them. What does the return value mean?
When I try in my simple app, I get 18
for the following Log.v
call:
android.util.Log.v("MyApp", "my message");
It's the number of bytes written, from the underlying println
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With