blob: 5e055b2f72e9cc046c1eef9780b07ba85c246bdf [file] [log] [blame]
Florian Mayer7a5d83b2018-10-18 18:57:02 +01001# Copyright (C) 2018 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.
14service heapprofd /system/bin/heapprofd
15 class late_start
16 disabled
17 socket heapprofd stream 0666 root root
18 user nobody
Florian Mayer7ea4c082018-11-13 14:44:39 +000019 group nobody readproc
Florian Mayer7a5d83b2018-10-18 18:57:02 +010020 writepid /dev/cpuset/system-background/tasks
Florian Mayera5bb65d2018-11-28 11:24:28 +000021 onrestart exec_background - nobody shell -- /system/bin/heapprofd --cleanup-after-crash
Florian Mayere9f46862018-11-07 20:20:37 +000022 capabilities KILL