This is normal?
- , , . bare-bones , .
?
, , "" . , .
, , , logcat TAG.
...
package com.mycompany.mypackage
public class MyActivity extends Activity {
protected final String TAG = getClass().getName();
}
TAG "com.mycompany.mypackage.MyActivity". protected , , MyActivity, TAG.
`Log.d(TAG, "Some text" );
"com.mycompany.mypackage", .