This website requires JavaScript.
Explore
Help
Sign In
pa-fazil
/
android_system_core
mirror of
https://github.com/fazilsheik96/android_system_core.git
Watch
1
Star
0
Fork
You've already forked android_system_core
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ded44c06be
android_system_core
/
toolbox
/
tools.h
7 lines
80 B
C
Raw
Normal View
History
Unescape
Escape
Just check in tools.h. Bug: N/A Test: builds Change-Id: Ia08465799854a85da59c9fb9f5448aab11f81887
2018-01-09 22:55:36 +00:00
TOOL
(
getevent
)
Reland: Add getprop to toolbox Add a non-toybox version of getprop, so that we can interface with the new C++ PropertyInfoAreaFile class to return property context information. Bug: 36001741 Test: Compared toolbox getprop results with toybox getprop Change-Id: I4e90aa5b843cb5cfcbe85f05f23ae8e22729b26e
2018-01-02 19:50:16 +00:00
TOOL
(
getprop
)
toolbox: add setprop, start, and stop Move these from toybox as they're Android specific and more easily maintained here. A few changes during the conversion: * Report error in setprop if value is not a UTF8 string; this would previously fail only after attempting to set the property * Inform users to check dmesg for further failure messages for all three programs * Only start/stop zygote_secondary if the device is not single arch Bug: 117321744 Bug: 133901248 Test: setprop works, start and stop work on single and multi-arch. Change-Id: Id2194cf2b65221bde38aff91f0e86b33edb37f42
2019-06-05 17:26:54 +00:00
TOOL
(
setprop
)
TOOL
(
start
)
TOOL
(
stop
)
Just check in tools.h. Bug: N/A Test: builds Change-Id: Ia08465799854a85da59c9fb9f5448aab11f81887
2018-01-09 22:55:36 +00:00
TOOL
(
toolbox
)