Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5b012d46 authored by Philip P. Moltmann's avatar Philip P. Moltmann Committed by Android (Google) Code Review
Browse files

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

parents 17b179d5 1c8f1e06
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -46,7 +46,7 @@ import java.io.OutputStream;
 */
 */
public class PrintFileDocumentAdapter extends PrintDocumentAdapter {
public class PrintFileDocumentAdapter extends PrintDocumentAdapter {


    private static final String LOG_TAG = "PrintedFileDocumentAdapter";
    private static final String LOG_TAG = "PrintedFileDocAdapter";


    private final Context mContext;
    private final Context mContext;


+1 −1
Original line number Original line Diff line number Diff line
@@ -31,7 +31,7 @@ public class CustomPrinterIconCallback {
    /** The printer the call back is for */
    /** The printer the call back is for */
    private final @NonNull PrinterId mPrinterId;
    private final @NonNull PrinterId mPrinterId;
    private final @NonNull IPrintServiceClient mObserver;
    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
     * Create a callback class to be used once a icon is loaded