diff --git a/init.hardware.diag.rc.userdebug b/init.hardware.diag.rc.userdebug index e2e5c81b..a2835567 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