Merge "Shorten LOG_TAGs to fit in 23 characters as commented on by lint."

This commit is contained in:
Philip P. Moltmann
2016-01-21 16:06:17 +00:00
committed by Android (Google) Code Review
2 changed files with 2 additions and 2 deletions

View File

@@ -46,7 +46,7 @@ import java.io.OutputStream;
*/
public class PrintFileDocumentAdapter extends PrintDocumentAdapter {
private static final String LOG_TAG = "PrintedFileDocumentAdapter";
private static final String LOG_TAG = "PrintedFileDocAdapter";
private final Context mContext;

View File

@@ -31,7 +31,7 @@ public class CustomPrinterIconCallback {
/** The printer the call back is for */
private final @NonNull PrinterId mPrinterId;
private final @NonNull IPrintServiceClient mObserver;
private static final String LOG_TAG = "CustomPrinterIconCallback";
private static final String LOG_TAG = "CustomPrinterIconCB";
/**
* Create a callback class to be used once a icon is loaded