Joe Onorato | 5dcbc6c | 2017-08-29 15:13:58 -0700 | [diff] [blame] | 1 | # Copyright (C) 2017 The Android Open Source Project |
| 2 | # |
| 3 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | # you may not use this file except in compliance with the License. |
| 5 | # You may obtain a copy of the License at |
| 6 | # |
| 7 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | # |
| 9 | # Unless required by applicable law or agreed to in writing, software |
| 10 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | # See the License for the specific language governing permissions and |
| 13 | # limitations under the License. |
| 14 | |
| 15 | service statsd /system/bin/statsd |
| 16 | class main |
Yao Chen | f7bc6ab | 2018-04-18 13:45:48 -0700 | [diff] [blame] | 17 | socket statsdw dgram+passcred 0222 statsd statsd |
Yao Chen | 0f21710 | 2018-01-09 10:33:15 -0800 | [diff] [blame] | 18 | user statsd |
| 19 | group statsd log |
Yao Chen | 2346a22 | 2018-01-18 16:37:10 -0800 | [diff] [blame] | 20 | writepid /dev/cpuset/system-background/tasks |
yro | 079cea9 | 2018-01-12 00:00:15 -0800 | [diff] [blame] | 21 | |
Yao Chen | cf3829a | 2018-06-05 14:20:35 -0700 | [diff] [blame] | 22 | on property:ro.statsd.enable=false |
| 23 | stop statsd |
| 24 | |
yro | 079cea9 | 2018-01-12 00:00:15 -0800 | [diff] [blame] | 25 | on post-fs-data |
| 26 | # Create directory for statsd |
yro | e26c97b | 2018-03-27 10:30:11 -0700 | [diff] [blame] | 27 | mkdir /data/misc/stats-data/ 0770 statsd system |
| 28 | mkdir /data/misc/stats-service/ 0770 statsd system |
Chenjie Yu | c7939cb | 2019-02-04 17:25:45 -0800 | [diff] [blame] | 29 | mkdir /data/misc/stats-active-metric/ 0770 statsd system |
Chenjie Yu | 6b1667c | 2019-01-18 10:09:33 -0800 | [diff] [blame] | 30 | mkdir /data/misc/train-info/ 0770 statsd system |