Shorten LOG_TAGs to fit in 23 characters as commented on by lint.
Change-Id: Ie9415fc3de642493bc36c0159b773d8ce2436df5
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user