diff --git a/init.common.diag.rc.userdebug b/init.common.diag.rc.userdebug index d61790a2a..e9184af8c 100644 --- a/init.common.diag.rc.userdebug +++ b/init.common.diag.rc.userdebug @@ -136,3 +136,9 @@ on property:sys.logger.bluetooth=true on property:sys.logger.bluetooth=false setprop persist.vendor.service.bdroid.snooplog false setprop persist.vendor.service.bdroid.fwsnoop false + +on property:persist.bluetooth.btsnoopenable=true + setprop persist.vendor.service.bdroid.soclog true + +on property:persist.bluetooth.btsnoopenable=false + setprop persist.vendor.service.bdroid.soclog false