tcmd.rc 445 B

1234567891011121314151617
  1. # Copyright (c) 2021 Qualcomm Technologies, Inc.
  2. # All Rights Reserved.
  3. # Confidential and Proprietary - Qualcomm Technologies, Inc.
  4. #start tcmd
  5. service tcmd /system/system_ext/bin/tcmd
  6. class late_start
  7. socket tcmd stream 660 root inet
  8. group system readproc inet radio wakelock oem_2901
  9. user system
  10. disabled
  11. on property:persist.vendor.tcmd.feature=1
  12. start tcmd
  13. on property:persist.vendor.tcmd.feature=0
  14. stop tcmd