문제 발생
Android 10에서 발생하는 문제
frida spawn이 제대로 동작하지 않음

해결 방법
USAP를 비활성화하자.
Zygote Preforking 을 비활성화
setprop persist.device_config.runtime_native.usap_pool_enabled false
$su
#setprop persist.device_config.runtime_native.usap_pool_enabled false
#getprop | grep usap
참고 자료 :
https://github.com/frida/frida-core/issues/376