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

Commit f4559cc0 authored by Felipe Leme's avatar Felipe Leme Committed by android-build-merger
Browse files

Merge "Brace Yourselves, R is Coming." am: 80b4d0a4

am: 5fdcc191

Change-Id: If394dbea6968665d160046a9cfe8609f970d10d3
parents 3a4a28ca 5fdcc191
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -79,7 +79,7 @@ void DebugCommand::usage() const {
            "    lshal debug [-E] <interface> [options [options [...]]] \n"
            "        Print debug information of a specified interface.\n"
            "        -E: excludes debug output if HAL is actually a subclass.\n"
            "        <inteface>: Format is `android.hardware.foo@1.0::IFoo/default`.\n"
            "        <interface>: Format is `android.hardware.foo@1.0::IFoo/default`.\n"
            "            If instance name is missing `default` is used.\n"
            "        options: space separated options to IBase::debug.\n";

@@ -88,4 +88,3 @@ void DebugCommand::usage() const {

}  // namespace lshal
}  // namespace android