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

Commit 7ecfc450 authored by Kunal's avatar Kunal Committed by Kunal Malhotra
Browse files

Updating transaction code to use correct transaction for state changed

AIDL call

Bug: 295297692
Test: Built and flashed build to device and verified that log calls for
audioserver are correct.
Ignore-AOSP-First: Will cherrypick this as needed

Change-Id: I1593d816f2e25eb6abcbc53a3696c42aa334119a
parent 32829c7a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -224,7 +224,7 @@ public:
        data.writeInt32(state);
        data.writeInt32(appUid);
        data.writeInt32(appPid);
        status_t err = remote()->transact(LOG_FGS_API_BEGIN_TRANSACTION, data, &reply,
        status_t err = remote()->transact(LOG_FGS_API_STATE_CHANGED_TRANSACTION, data, &reply,
                                          IBinder::FLAG_ONEWAY);
        if (err != NO_ERROR || ((err = reply.readExceptionCode()) != NO_ERROR)) {
            ALOGD("FGS Logger Transaction failed");