Loading libs/binder/Binder.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -427,7 +427,7 @@ status_t BBinder::transact( fromDetails(getInterfaceDescriptor(), code, flags, ts, data, reply ? *reply : emptyReply, err); if (transaction) { if (status_t err = transaction->dumpToFile(e->mRecordingFd); err != NO_ERROR) { if (err = transaction->dumpToFile(e->mRecordingFd); err != NO_ERROR) { ALOGI("Failed to dump RecordedTransaction to file with error %d", err); } } else { Loading Loading
libs/binder/Binder.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -427,7 +427,7 @@ status_t BBinder::transact( fromDetails(getInterfaceDescriptor(), code, flags, ts, data, reply ? *reply : emptyReply, err); if (transaction) { if (status_t err = transaction->dumpToFile(e->mRecordingFd); err != NO_ERROR) { if (err = transaction->dumpToFile(e->mRecordingFd); err != NO_ERROR) { ALOGI("Failed to dump RecordedTransaction to file with error %d", err); } } else { Loading