Skip to content Skip to sidebar Skip to footer

Log In Android Development

I am using android.util.Logfor logging purposes in my Android application. In short my code is as import android.util.Log; ... private static final String TAG = 'myActivity'; // C

Solution 1:

You can find it in the LogCat window (Window > Show view > Other, Android > Logcat)


Post a Comment for "Log In Android Development"