What is the semantics of the return value of the Android logging functions (e.g. Log.v() )? -


the android logging functions return int. documentation does not say them. return value mean?

when try in simple app, 18 following log.v call:

android.util.log.v("myapp", "my message"); 

it's number of bytes written, underlying println.


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -