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

Commit 502467f2 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

am: f4559cc0

Change-Id: I50f5eae630e9f9e426703ea662819300a51f3e4b
parents 4e54fe82 f4559cc0
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