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

Commit 00c6d573 authored by Pavel Grafov's avatar Pavel Grafov Committed by Android (Google) Code Review
Browse files

Merge "Use correct bugreport service name."

parents 198f9bdb c07ec320
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@ class RemoteBugreportUtils {
    static final long REMOTE_BUGREPORT_TIMEOUT_MILLIS = 10 * DateUtils.MINUTE_IN_MILLIS;

    static final String CTL_STOP = "ctl.stop";
    static final String REMOTE_BUGREPORT_SERVICE = "bugreportremote";
    static final String REMOTE_BUGREPORT_SERVICE = "bugreportd";

    static final String BUGREPORT_MIMETYPE = "application/vnd.android.bugreport";