Searched refs:ZygoteStartFailedEx (Results 1 – 2 of 2) sorted by relevance
44 /*package*/ class ZygoteStartFailedEx extends Exception { class46 ZygoteStartFailedEx(String s) { in ZygoteStartFailedEx() method in ZygoteStartFailedEx51 ZygoteStartFailedEx(Throwable cause) { in ZygoteStartFailedEx() method in ZygoteStartFailedEx55 ZygoteStartFailedEx(String s, Throwable cause) { in ZygoteStartFailedEx() method in ZygoteStartFailedEx337 } catch (ZygoteStartFailedEx ex) { in start()383 throws ZygoteStartFailedEx { in zygoteSendArgsAndGetResult()390 throw new ZygoteStartFailedEx("Embedded newlines not allowed"); in zygoteSendArgsAndGetResult()392 throw new ZygoteStartFailedEx("Embedded carriage returns not allowed"); in zygoteSendArgsAndGetResult()423 ZygoteState zygoteState, String msgStr) throws ZygoteStartFailedEx { in attemptZygoteSendArgsAndGetResult()439 throw new ZygoteStartFailedEx("fork() failed"); in attemptZygoteSendArgsAndGetResult()[all …]
2934 android.os.ZygoteStartFailedEx