summaryrefslogtreecommitdiff
path: root/init.zygote_on_demand.rc
blob: 49c9800a78635a937d265318148f837459686e6c (plain)
1
2
3
4
5
6
7
on property:sys.mtk_zygote_secondary=1
    start debuggerd64
    start zygote_secondary

on property:sys.mtk_zygote_secondary=0
    stop zygote_secondary
    stop debuggerd64