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

Change-Id: Ie9415fc3de642493bc36c0159b773d8ce2436df5
This commit is contained in:
Philip P. Moltmann
2016-01-20 15:16:48 -08:00
parent 370153709e
commit 1c8f1e06a6
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