• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1## To allow communication with Traceur that a trace has ended.
2
3# Use exec_background to ensure that we run notify_traceur a separate
4# time for each property change (tracing stop) we see.
5on property:sys.trace.trace_end_signal=*
6    exec_background - system shell -- /system/bin/notify_traceur.sh
7