Package com.pubmatic.sdk.crashanalytics
Class POBANRReader
-
- All Implemented Interfaces:
@WorkerThread() public final class POBANRReader
Check if ANR is caused by OpenWrap SDK and fetch the related details.
-
-
Constructor Summary
Constructors Constructor Description POBANRReader(Context context)
-
Method Summary
Modifier and Type Method Description final JSONArraygetJsonArray()final ContextgetContext()helps to fetch historical process exit reasons. -
-
Constructor Detail
-
POBANRReader
POBANRReader(Context context)
-
-
Method Detail
-
getJsonArray
final JSONArray getJsonArray()
-
getContext
final Context getContext()
helps to fetch historical process exit reasons.
-
-
-
-