Lines Matching refs:Log
19 import com.example.android.common.logger.Log;
44 * It contains a summary sample description, sample log and a Fragment that calls callbacks on this
104 // Whether the Log Fragment is currently shown.
117 Log.i(TAG, "Show camera button pressed. Checking permission.");
129 Log.i(TAG,
143 Log.i(TAG, "CAMERA permission has NOT been granted. Requesting permission.");
151 Log.i(TAG,
178 Log.i(TAG, "Show contacts button pressed. Checking permissions.");
186 Log.i(TAG, "Contact permissions has NOT been granted. Requesting permissions.");
192 Log.i(TAG,
213 Log.i(TAG,
270 Log.i(TAG, "Received response for Camera permission request.");
275 Log.i(TAG, "CAMERA permission has now been granted. Showing preview.");
279 Log.i(TAG, "CAMERA permission was NOT granted.");
287 Log.i(TAG, "Received response for contact permissions request.");
297 Log.i(TAG, "Contacts permissions were NOT granted.");
344 /** Create a chain of targets that will receive log data */
347 // Wraps Android's native log framework.
349 // Using Log, front-end to the logging chain, emulates android.util.log method signatures.
350 Log.setLogNode(logWrapper);
379 // This method sets up our custom logger, which will print all log messages to the device