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

Commit c33fa91b authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Clarify `adb bugreport` failures on pre-N devices." am: 4c7104ab am: 73afed6c

Original change: https://android-review.googlesource.com/c/platform/system/core/+/1451737

Change-Id: I543a41883dd19f1886603c81c24bd76932cde196
parents b84d3c70 73afed6c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -224,7 +224,8 @@ int Bugreport::DoIt(int argc, const char** argv) {
        // 'bugreport' would generate a lot of output the user might not be prepared to handle).
        fprintf(stderr,
                "Failed to get bugreportz version: 'bugreportz -v' returned '%s' (code %d).\n"
                "If the device does not run Android 7.0 or above, try 'adb bugreport' instead.\n",
                "If the device does not run Android 7.0 or above, try this instead:\n"
                "\tadb bugreport > bugreport.txt\n",
                bugz_output.c_str(), status);
        return status != 0 ? status : -1;
    }