Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
binder: Stub out debug prints by default
Binder code is very hot, so checking frequently to see if a debug message should be printed is a waste of cycles. We're not debugging binder, so just stub out the debug prints to compile them out entirely. Signed-off-by: Sultan Alsawaf <[email protected]>
- Loading branch information