/development/samples/browseable/BluetoothChat/src/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");
|
/development/samples/browseable/BluetoothChat/src/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...] |
/development/samples/browseable/BorderlessButtons/src/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...] |
/development/samples/browseable/CardEmulation/src/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");
|
/development/samples/browseable/CardEmulation/src/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...] |
/development/samples/browseable/CardReader/src/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");
|
/development/samples/browseable/CardReader/src/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...] |
/development/samples/browseable/ClippingBasic/src/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");
|
/development/samples/browseable/ClippingBasic/src/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...] |
/development/samples/browseable/CustomChoiceList/src/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...] |
/development/samples/browseable/CustomTransition/src/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");
|
/development/samples/browseable/CustomTransition/src/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...] |
/development/samples/browseable/DisplayingBitmaps/src/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...] |
/development/samples/browseable/DragAndDropAcrossApps/DragSource/src/com.example.android/common/activities/ |
SampleActivityBase.java | 19 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");
|
/development/samples/browseable/DragAndDropAcrossApps/DragSource/src/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. 46 * @param priority Log level of the data being logged. Verbose, Error, etc. 47 * @param tag Tag for for the log data. Can be used to organize log statements. 55 // There actually are log methods that don't take a msg parameter. For now, 65 msg += "\n" + Log.getStackTraceString(tr); 68 // This is functionally identical to Log.x(tag, useMsg) [all...] |
/development/samples/browseable/DragAndDropAcrossApps/DropTarget/src/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");
|
/development/samples/browseable/DragAndDropAcrossApps/DropTarget/src/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...] |
/development/samples/browseable/DrawableTinting/src/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");
|
/development/samples/browseable/DrawableTinting/src/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...] |
/development/samples/browseable/ElevationBasic/src/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");
|
/development/samples/browseable/ElevationBasic/src/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...] |
/development/samples/browseable/ElevationDrag/src/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");
|
/development/samples/browseable/ElevationDrag/src/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...] |
/development/samples/browseable/FloatingActionButtonBasic/src/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");
|
/development/samples/browseable/FloatingActionButtonBasic/src/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...] |