-
- All Implemented Interfaces:
-
backtraceio.library.anr.ProcessExitInfoProvider
public class ActivityManagerExitInfoProvider implements ProcessExitInfoProvider
-
-
Constructor Summary
Constructors Constructor Description ActivityManagerExitInfoProvider(Context context)
-
Method Summary
Modifier and Type Method Description List<ExitInfo>
getHistoricalExitInfo(String packageName, int startIndex, int maxCount)
List<Integer>
getSupportedTypesOfExitInfo()
-
-
Constructor Detail
-
ActivityManagerExitInfoProvider
ActivityManagerExitInfoProvider(Context context)
-
-
Method Detail
-
getHistoricalExitInfo
@RequiresApi(api = Build.VERSION_CODES.R) List<ExitInfo> getHistoricalExitInfo(String packageName, int startIndex, int maxCount)
-
getSupportedTypesOfExitInfo
@RequiresApi(api = Build.VERSION_CODES.R) List<Integer> getSupportedTypesOfExitInfo()
-
-
-
-