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

Commit eda4acbb authored by Jeff Davidson's avatar Jeff Davidson
Browse files

Fix excessively long logtag.

Change-Id: Idb0846269623550d891d8e98765d630a17da7d14
parent 62a8aa7a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@ import com.android.internal.app.AlertController;
 */
public final class ActiveNetworkScorerDialog extends AlertActivity implements
        DialogInterface.OnClickListener {
    private static final String TAG = "ActiveNetworkScorerDialog";
    private static final String TAG = "ActiveNetScorerDlg";

    private String mNewPackageName;