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

Commit 78c32488 authored by Steven Moreland's avatar Steven Moreland
Browse files

Missing method name more clear.

Disambiguate. The transaction code is known (it's printed after this), but the name of the method is unknown.

Bugs: jham
Test: N/A
Change-Id: I374d20455ddc736f9467562cd6e0d358fa64fcbb
parent bcbec20c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@ static const char* kNdkTrace = "AIDL::ndk::";
static const char* kServerTrace = "::server";
static const char* kClientTrace = "::client";
static const char* kSeparator = "::";
static const char* kUnknownCode = "Unknown_Transaction_Code:";
static const char* kUnknownCode = "name=?_code=";

namespace ABBinderTag {