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

Commit b7005570 authored by Kunal Malhotra's avatar Kunal Malhotra Committed by Android (Google) Code Review
Browse files

Merge "Updating transaction code to use correct transaction for state changed...

Merge "Updating transaction code to use correct transaction for state changed AIDL call" into udc-qpr-dev
parents 6065db20 7ecfc450
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -222,7 +222,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("%s: FGS Logger Transaction failed, %d", __func__, err);