Skip to content

Commit

Permalink
Revert "binder: Set binder_debug_mask=0 to suppress logging"
Browse files Browse the repository at this point in the history
This reverts commit 52792b4.
  • Loading branch information
itsshashanksp committed Mar 4, 2024
1 parent 1c1f3ee commit f37c9cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/android/binder.c
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@ enum {
BINDER_DEBUG_PRIORITY_CAP = 1U << 13,
BINDER_DEBUG_SPINLOCKS = 1U << 14,
};
static uint32_t binder_debug_mask = 0;
static uint32_t binder_debug_mask = BINDER_DEBUG_USER_ERROR |
BINDER_DEBUG_FAILED_TRANSACTION | BINDER_DEBUG_DEAD_TRANSACTION;
module_param_named(debug_mask, binder_debug_mask, uint, 0644);

char *binder_devices_param = CONFIG_ANDROID_BINDER_DEVICES;
Expand Down

0 comments on commit f37c9cd

Please sign in to comment.