Tips
Thursday, October 04, 2012
To Enable logs in android Java files:
import android.util.Slog;
private void log(String s) {
Slog.d(TAG, s);
}
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment