Skip to content

Commit f9a7107

Browse files
Treehugger RobotGerrit Code Review
authored andcommitted
Merge "Add clarifying comment on enableAddServiceCache" into main
2 parents 0acb363 + 35cbc4d commit f9a7107

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libs/binder/include/binder/IServiceManager.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ class LIBBINDER_EXPORTED IServiceManager : public IInterface {
153153

154154
/**
155155
* Directly enable or disable caching binder during addService calls.
156-
* Only used for testing.
156+
* Only used for testing. This is enabled by default.
157157
*/
158158
virtual void enableAddServiceCache(bool value) = 0;
159159
};

0 commit comments

Comments
 (0)