diff --git a/init.hardware.diag.rc.userdebug b/init.hardware.diag.rc.userdebug index 3d7eaa40..0041b981 100644 --- a/init.hardware.diag.rc.userdebug +++ b/init.hardware.diag.rc.userdebug @@ -392,3 +392,9 @@ on property:sys.logger.bluetooth=true on property:sys.logger.bluetooth=false setprop persist.service.bdroid.snooplog false setprop persist.service.bdroid.fwsnoop false + +on property:persist.bluetooth.btsnoopenable=true + setprop persist.service.bdroid.soclog true + +on property:persist.bluetooth.btsnoopenable=false + setprop persist.service.bdroid.soclog false