commit | c50b4988e93872bfe023a4e099548f84bdfd998d | [log] [tgz] |
---|---|---|
author | Huihong Luo <huisinro@google.com> | Wed Nov 24 12:34:52 2021 -0800 |
committer | Huihong Luo <huisinro@google.com> | Thu Dec 08 23:25:08 2022 -0800 |
tree | 24479a1b0eac0cfe62b2677f5e34eb0aaac0c9ea | |
parent | 06db476cf83ce0b7aca23e25f27d915b978a4269 [diff] [blame] |
Migrate ITransactionCompletedListener to AIDL This migrates the c++ interface to aidl. Bug: 225250470 Test: atest libsurfaceflinger_unittest libgui_test SurfaceFlinger_test Change-Id: I997e302ac8c6a23bedefaa5b8272677f3dce54df
diff --git a/services/surfaceflinger/FrontEnd/TransactionHandler.cpp b/services/surfaceflinger/FrontEnd/TransactionHandler.cpp index 8629671..c2109b3 100644 --- a/services/surfaceflinger/FrontEnd/TransactionHandler.cpp +++ b/services/surfaceflinger/FrontEnd/TransactionHandler.cpp
@@ -177,7 +177,7 @@ } mStalledTransactions.push_back(transactionId); - listener->onTransactionQueueStalled(String8(reason.c_str())); + listener->onTransactionQueueStalled(reason); } void TransactionHandler::removeFromStalledTransactions(uint64_t id) {