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

Commit 89b377d8 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Modifies error message when making Hub requests"

parents 6bdb6097 12212e6b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1162,7 +1162,7 @@ jint nativeSendMessage(JNIEnv *env,
    }

    if (result != Result::OK) {
        ALOGD("Send Message failure - %d", retVal);
        ALOGD("Send Message failure - %d", result);
        if (msgType == CONTEXT_HUB_LOAD_APP) {
            jint ignored;
            closeLoadTxn(false, &ignored);