Searched refs:ZygoteStartFailedEx (Results 1 – 6 of 6) sorted by relevance
49 /*package*/ class ZygoteStartFailedEx extends Exception { class51 ZygoteStartFailedEx(String s) { in ZygoteStartFailedEx() method in ZygoteStartFailedEx56 ZygoteStartFailedEx(Throwable cause) { in ZygoteStartFailedEx() method in ZygoteStartFailedEx60 ZygoteStartFailedEx(String s, Throwable cause) { in ZygoteStartFailedEx() method in ZygoteStartFailedEx378 } catch (ZygoteStartFailedEx ex) { in start()424 throws ZygoteStartFailedEx { in zygoteSendArgsAndGetResult()431 throw new ZygoteStartFailedEx("Embedded newlines not allowed"); in zygoteSendArgsAndGetResult()433 throw new ZygoteStartFailedEx("Embedded carriage returns not allowed"); in zygoteSendArgsAndGetResult()464 ZygoteState zygoteState, String msgStr) throws ZygoteStartFailedEx { in attemptZygoteSendArgsAndGetResult()480 throw new ZygoteStartFailedEx("fork() failed"); in attemptZygoteSendArgsAndGetResult()[all …]
5949 android.os.ZygoteStartFailedEx
28435 Landroid/os/ZygoteStartFailedEx;
5953 android.os.ZygoteStartFailedEx
38403 Landroid/os/ZygoteStartFailedEx;
40268 Landroid/os/ZygoteStartFailedEx;-><init>(Ljava/lang/String;Ljava/lang/Throwable;)V