private static final String TAG = ClassName.class.getSimpleName(); i prefer this way so when you rename the file he will as well change.
private static final String TAG = ClassName.class.getSimpleName();
i prefer this way so when you rename the file he will as well change.