Thank you. In the View.java, it has code (see below), when will public
void debug() get called? Or how to call that function?
/**
* Prints information about this view in the log output, with the tag
* {...@link #VIEW_LOG_TAG}.
*
* @hide
*/
public void debug() {
Doing something like "Log.d("MyApp", "Debug log entry");" in your own
application will make that entry appear in the log, which can be viewed with
"adb logcat".
There shouldn't be any need to enable logging.
/ Mads
On Sun, Mar 1, 2009 at 4:37 AM, ying lcs wrote:
>
> Hi,
>
> In android source c
2 matches
Mail list logo