-
public class AppExitInfoDetailsExtractor
-
-
Method Summary
Modifier and Type Method Description static HashMap<String, Object>
getANRAttributes(ExitInfo appExitInfo)
static String
getANRMessage(ExitInfo appExitInfo)
static String
getStackTraceInfo(ExitInfo exitInfo)
-
-
Method Detail
-
getANRAttributes
@RequiresApi(api = Build.VERSION_CODES.R) static HashMap<String, Object> getANRAttributes(ExitInfo appExitInfo)
-
getANRMessage
@RequiresApi(api = Build.VERSION_CODES.R) static String getANRMessage(ExitInfo appExitInfo)
-
getStackTraceInfo
@RequiresApi(api = Build.VERSION_CODES.R) static String getStackTraceInfo(ExitInfo exitInfo)
-
-
-
-