Java tutorial
//package com.java2s; //License from project: Open Source License import android.util.Log; public class Main { static final String LOG_TAG = "crin"; static final void d(String mesg) { Log.d(LOG_TAG, mesg); } }