Package org.robolectric.shadows
Class ShadowApplicationExitInfo
java.lang.Object
org.robolectric.shadows.ShadowApplicationExitInfo
@Implements(value=android.app.ApplicationExitInfo.class,
minSdk=30,
isInAndroidSdk=false)
public class ShadowApplicationExitInfo
extends Object
Shadow for
ApplicationExitInfo
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected InputStream
void
When called with a non-null InputStream, Overrides the stream returned byApplicationExitInfo.getTraceInputStream()
-
Constructor Details
-
ShadowApplicationExitInfo
public ShadowApplicationExitInfo()
-
-
Method Details
-
getTraceInputStream
-
setTraceInputStream
When called with a non-null InputStream, Overrides the stream returned byApplicationExitInfo.getTraceInputStream()
-