I am running a custom Android application. inside this application I have different logical operators. Log.i(TAG, "I am in activityA") , etc. In which log file and in the directory this log file will be displayed. Will it be printed in the log file on the device, and if so, which one? Thanks Also, where to set the levels that will print? I assume that Log.d(TAG, "") will not be displayed in device logs, since it should be in debug mode ... Also where to set the log levels for the deployed application in manifest ?
source share