ZygoteStartFailedExpublic class ZygoteStartFailedEx extends Exception
Constructors Summary |
---|
ZygoteStartFailedEx()Something prevented the zygote process startup from happening normally
| ZygoteStartFailedEx(String s)super(s);
| ZygoteStartFailedEx(Throwable cause)super(cause);
|
|