HomeSort by relevance Sort by last modified time
    Searched defs:Log (Results 251 - 275 of 4266) sorted by null

<<11121314151617181920>>

  /developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/common/logger/
LogWrapper.java 18 import android.util.Log;
21 * Helper class which wraps Android's native Log utility in the Logger interface. This way
26 // For piping: The next node to receive Log data after this one has done its work.
44 * Prints data out to the console using Android's native log mechanism.
45 * @param priority Log level of the data being logged. Verbose, Error, etc.
46 * @param tag Tag for for the log data. Can be used to organize log statements.
53 // There actually are log methods that don't take a msg parameter. For now,
63 msg += "\n" + Log.getStackTraceString(tr);
66 // This is functionally identical to Log.x(tag, useMsg)
    [all...]
  /developers/build/prebuilts/gradle/DrawableTinting/Application/src/main/java/com/example/android/common/activities/
SampleActivityBase.java 22 import com.example.android.common.logger.Log;
43 /** Set up targets to receive log data */
45 // Using Log, front-end to the logging chain, emulates android.util.log method signatures.
46 // Wraps Android's native log framework
48 Log.setLogNode(logWrapper);
50 Log.i(TAG, "Ready");
  /developers/build/prebuilts/gradle/DrawableTinting/Application/src/main/java/com/example/android/common/logger/
LogWrapper.java 18 import android.util.Log;
21 * Helper class which wraps Android's native Log utility in the Logger interface. This way
26 // For piping: The next node to receive Log data after this one has done its work.
44 * Prints data out to the console using Android's native log mechanism.
45 * @param priority Log level of the data being logged. Verbose, Error, etc.
46 * @param tag Tag for for the log data. Can be used to organize log statements.
53 // There actually are log methods that don't take a msg parameter. For now,
63 msg += "\n" + Log.getStackTraceString(tr);
66 // This is functionally identical to Log.x(tag, useMsg)
    [all...]
  /developers/build/prebuilts/gradle/ElevationBasic/Application/src/main/java/com/example/android/common/activities/
SampleActivityBase.java 22 import com.example.android.common.logger.Log;
43 /** Set up targets to receive log data */
45 // Using Log, front-end to the logging chain, emulates android.util.log method signatures.
46 // Wraps Android's native log framework
48 Log.setLogNode(logWrapper);
50 Log.i(TAG, "Ready");
  /developers/build/prebuilts/gradle/ElevationBasic/Application/src/main/java/com/example/android/common/logger/
LogWrapper.java 18 import android.util.Log;
21 * Helper class which wraps Android's native Log utility in the Logger interface. This way
26 // For piping: The next node to receive Log data after this one has done its work.
44 * Prints data out to the console using Android's native log mechanism.
45 * @param priority Log level of the data being logged. Verbose, Error, etc.
46 * @param tag Tag for for the log data. Can be used to organize log statements.
53 // There actually are log methods that don't take a msg parameter. For now,
63 msg += "\n" + Log.getStackTraceString(tr);
66 // This is functionally identical to Log.x(tag, useMsg)
    [all...]
  /developers/build/prebuilts/gradle/ElevationDrag/Application/src/main/java/com/example/android/common/activities/
SampleActivityBase.java 22 import com.example.android.common.logger.Log;
43 /** Set up targets to receive log data */
45 // Using Log, front-end to the logging chain, emulates android.util.log method signatures.
46 // Wraps Android's native log framework
48 Log.setLogNode(logWrapper);
50 Log.i(TAG, "Ready");
  /developers/build/prebuilts/gradle/ElevationDrag/Application/src/main/java/com/example/android/common/logger/
LogWrapper.java 18 import android.util.Log;
21 * Helper class which wraps Android's native Log utility in the Logger interface. This way
26 // For piping: The next node to receive Log data after this one has done its work.
44 * Prints data out to the console using Android's native log mechanism.
45 * @param priority Log level of the data being logged. Verbose, Error, etc.
46 * @param tag Tag for for the log data. Can be used to organize log statements.
53 // There actually are log methods that don't take a msg parameter. For now,
63 msg += "\n" + Log.getStackTraceString(tr);
66 // This is functionally identical to Log.x(tag, useMsg)
    [all...]
  /developers/build/prebuilts/gradle/Flashlight/Application/src/main/java/com/example/android/common/activities/
SampleActivityBase.java 22 import com.example.android.common.logger.Log;
43 /** Set up targets to receive log data */
45 // Using Log, front-end to the logging chain, emulates android.util.log method signatures.
46 // Wraps Android's native log framework
48 Log.setLogNode(logWrapper);
50 Log.i(TAG, "Ready");
  /developers/build/prebuilts/gradle/Flashlight/Application/src/main/java/com/example/android/common/logger/
LogWrapper.java 18 import android.util.Log;
21 * Helper class which wraps Android's native Log utility in the Logger interface. This way
26 // For piping: The next node to receive Log data after this one has done its work.
44 * Prints data out to the console using Android's native log mechanism.
45 * @param priority Log level of the data being logged. Verbose, Error, etc.
46 * @param tag Tag for for the log data. Can be used to organize log statements.
53 // There actually are log methods that don't take a msg parameter. For now,
63 msg += "\n" + Log.getStackTraceString(tr);
66 // This is functionally identical to Log.x(tag, useMsg)
    [all...]
  /developers/build/prebuilts/gradle/FloatingActionButtonBasic/Application/src/main/java/com/example/android/common/activities/
SampleActivityBase.java 22 import com.example.android.common.logger.Log;
43 /** Set up targets to receive log data */
45 // Using Log, front-end to the logging chain, emulates android.util.log method signatures.
46 // Wraps Android's native log framework
48 Log.setLogNode(logWrapper);
50 Log.i(TAG, "Ready");
  /developers/build/prebuilts/gradle/FloatingActionButtonBasic/Application/src/main/java/com/example/android/common/logger/
LogWrapper.java 18 import android.util.Log;
21 * Helper class which wraps Android's native Log utility in the Logger interface. This way
26 // For piping: The next node to receive Log data after this one has done its work.
44 * Prints data out to the console using Android's native log mechanism.
45 * @param priority Log level of the data being logged. Verbose, Error, etc.
46 * @param tag Tag for for the log data. Can be used to organize log statements.
53 // There actually are log methods that don't take a msg parameter. For now,
63 msg += "\n" + Log.getStackTraceString(tr);
66 // This is functionally identical to Log.x(tag, useMsg)
    [all...]
  /developers/build/prebuilts/gradle/FragmentTransition/Application/src/main/java/com/example/android/common/activities/
SampleActivityBase.java 22 import com.example.android.common.logger.Log;
43 /** Set up targets to receive log data */
45 // Using Log, front-end to the logging chain, emulates android.util.log method signatures.
46 // Wraps Android's native log framework
48 Log.setLogNode(logWrapper);
50 Log.i(TAG, "Ready");
  /developers/build/prebuilts/gradle/FragmentTransition/Application/src/main/java/com/example/android/common/logger/
LogWrapper.java 18 import android.util.Log;
21 * Helper class which wraps Android's native Log utility in the Logger interface. This way
26 // For piping: The next node to receive Log data after this one has done its work.
44 * Prints data out to the console using Android's native log mechanism.
45 * @param priority Log level of the data being logged. Verbose, Error, etc.
46 * @param tag Tag for for the log data. Can be used to organize log statements.
53 // There actually are log methods that don't take a msg parameter. For now,
63 msg += "\n" + Log.getStackTraceString(tr);
66 // This is functionally identical to Log.x(tag, useMsg)
    [all...]
  /developers/build/prebuilts/gradle/ImmersiveMode/Application/src/main/java/com/example/android/common/activities/
SampleActivityBase.java 22 import com.example.android.common.logger.Log;
43 /** Set up targets to receive log data */
45 // Using Log, front-end to the logging chain, emulates android.util.log method signatures.
46 // Wraps Android's native log framework
48 Log.setLogNode(logWrapper);
50 Log.i(TAG, "Ready");
  /developers/build/prebuilts/gradle/ImmersiveMode/Application/src/main/java/com/example/android/common/logger/
LogWrapper.java 18 import android.util.Log;
21 * Helper class which wraps Android's native Log utility in the Logger interface. This way
26 // For piping: The next node to receive Log data after this one has done its work.
44 * Prints data out to the console using Android's native log mechanism.
45 * @param priority Log level of the data being logged. Verbose, Error, etc.
46 * @param tag Tag for for the log data. Can be used to organize log statements.
53 // There actually are log methods that don't take a msg parameter. For now,
63 msg += "\n" + Log.getStackTraceString(tr);
66 // This is functionally identical to Log.x(tag, useMsg)
    [all...]
  /developers/build/prebuilts/gradle/Interpolator/Application/src/main/java/com/example/android/common/activities/
SampleActivityBase.java 22 import com.example.android.common.logger.Log;
43 /** Set up targets to receive log data */
45 // Using Log, front-end to the logging chain, emulates android.util.log method signatures.
46 // Wraps Android's native log framework
48 Log.setLogNode(logWrapper);
50 Log.i(TAG, "Ready");
  /developers/build/prebuilts/gradle/Interpolator/Application/src/main/java/com/example/android/common/logger/
LogWrapper.java 18 import android.util.Log;
21 * Helper class which wraps Android's native Log utility in the Logger interface. This way
26 // For piping: The next node to receive Log data after this one has done its work.
44 * Prints data out to the console using Android's native log mechanism.
45 * @param priority Log level of the data being logged. Verbose, Error, etc.
46 * @param tag Tag for for the log data. Can be used to organize log statements.
53 // There actually are log methods that don't take a msg parameter. For now,
63 msg += "\n" + Log.getStackTraceString(tr);
66 // This is functionally identical to Log.x(tag, useMsg)
    [all...]
  /developers/build/prebuilts/gradle/JobScheduler/Application/src/main/java/com/example/android/common/logger/
LogWrapper.java 18 import android.util.Log;
21 * Helper class which wraps Android's native Log utility in the Logger interface. This way
26 // For piping: The next node to receive Log data after this one has done its work.
44 * Prints data out to the console using Android's native log mechanism.
45 * @param priority Log level of the data being logged. Verbose, Error, etc.
46 * @param tag Tag for for the log data. Can be used to organize log statements.
53 // There actually are log methods that don't take a msg parameter. For now,
63 msg += "\n" + Log.getStackTraceString(tr);
66 // This is functionally identical to Log.x(tag, useMsg)
    [all...]
  /developers/build/prebuilts/gradle/JumpingJack/Application/src/main/java/com/example/android/common/activities/
SampleActivityBase.java 22 import com.example.android.common.logger.Log;
43 /** Set up targets to receive log data */
45 // Using Log, front-end to the logging chain, emulates android.util.log method signatures.
46 // Wraps Android's native log framework
48 Log.setLogNode(logWrapper);
50 Log.i(TAG, "Ready");
  /developers/build/prebuilts/gradle/JumpingJack/Application/src/main/java/com/example/android/common/logger/
LogWrapper.java 18 import android.util.Log;
21 * Helper class which wraps Android's native Log utility in the Logger interface. This way
26 // For piping: The next node to receive Log data after this one has done its work.
44 * Prints data out to the console using Android's native log mechanism.
45 * @param priority Log level of the data being logged. Verbose, Error, etc.
46 * @param tag Tag for for the log data. Can be used to organize log statements.
53 // There actually are log methods that don't take a msg parameter. For now,
63 msg += "\n" + Log.getStackTraceString(tr);
66 // This is functionally identical to Log.x(tag, useMsg)
    [all...]
  /developers/build/prebuilts/gradle/MediaEffects/Application/src/main/java/com/example/android/common/activities/
SampleActivityBase.java 22 import com.example.android.common.logger.Log;
43 /** Set up targets to receive log data */
45 // Using Log, front-end to the logging chain, emulates android.util.log method signatures.
46 // Wraps Android's native log framework
48 Log.setLogNode(logWrapper);
50 Log.i(TAG, "Ready");
  /developers/build/prebuilts/gradle/MediaEffects/Application/src/main/java/com/example/android/common/logger/
LogWrapper.java 18 import android.util.Log;
21 * Helper class which wraps Android's native Log utility in the Logger interface. This way
26 // For piping: The next node to receive Log data after this one has done its work.
44 * Prints data out to the console using Android's native log mechanism.
45 * @param priority Log level of the data being logged. Verbose, Error, etc.
46 * @param tag Tag for for the log data. Can be used to organize log statements.
53 // There actually are log methods that don't take a msg parameter. For now,
63 msg += "\n" + Log.getStackTraceString(tr);
66 // This is functionally identical to Log.x(tag, useMsg)
    [all...]
  /developers/build/prebuilts/gradle/MediaRouter/Application/src/main/java/com/example/android/common/logger/
LogWrapper.java 18 import android.util.Log;
21 * Helper class which wraps Android's native Log utility in the Logger interface. This way
26 // For piping: The next node to receive Log data after this one has done its work.
44 * Prints data out to the console using Android's native log mechanism.
45 * @param priority Log level of the data being logged. Verbose, Error, etc.
46 * @param tag Tag for for the log data. Can be used to organize log statements.
53 // There actually are log methods that don't take a msg parameter. For now,
63 msg += "\n" + Log.getStackTraceString(tr);
66 // This is functionally identical to Log.x(tag, useMsg)
    [all...]
  /developers/build/prebuilts/gradle/MessagingService/Application/src/main/java/com/example/android/messagingservice/
MessageReadReceiver.java 24 import android.util.Log;
33 Log.d(TAG, "onReceive");
36 Log.d(TAG, "Conversation " + conversationId + " was read");
MessageReplyReceiver.java 24 import android.util.Log;
39 Log.d(TAG, "Got reply (" + reply + ") for ConversationId " + conversationId);

Completed in 204 milliseconds

<<11121314151617181920>>