You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`is_system_server`| yes | yes | Whether this is system_server|
175
+
|`is_child_zygote`| yes | yes | Whether this is a child zygote|
176
+
|`package_info`| yes | yes | Package information list|
177
+
|`nice_name`| no | yes | Process name (e.g. `com.example.app`)|
178
+
|`app_data_dir`| no | yes| App data directory (e.g. `/data/data/com.example.app`) |
179
179
180
180
Fast args are available immediately at zygote fork time with no extra cost. Slow args require reading from the app process JVM, which is more expensive. If the filter can make a decision based on UID / package info alone, it should return `ALLOW` or `DENY` in the fast phase to avoid triggering the slow phase.
0 commit comments