MCPcopy Create free account
hub / github.com/FeJQ/AUPK / RemoteServiceException

Class RemoteServiceException

frameworks/base/core/java/android/app/ActivityThread.java:175–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173/* AUPK End */
174
175final class RemoteServiceException extends AndroidRuntimeException {
176 public RemoteServiceException(String msg) {
177 super(msg);
178 }
179}
180
181/**
182 * This manages the execution of the main thread in an

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected