Package com.pubmatic.sdk.crashanalytics
Class POBCrashHelper
-
- All Implemented Interfaces:
public final class POBCrashHelperFetch the crash details and convert it into JSONObject.
-
-
Constructor Summary
Constructors Constructor Description POBCrashHelper(String crashName, String stackTrace, Long timeStamp)
-
Method Summary
Modifier and Type Method Description final JSONObjectgetCrashJson(Context context)Captures the crash details like POBDeviceInfo, POBAppInfo, adSessions. -
-
Method Detail
-
getCrashJson
final JSONObject getCrashJson(Context context)
Captures the crash details like POBDeviceInfo, POBAppInfo, adSessions.
- Returns:
JSONObject of the crash details along with the provided stackTrace.
-
-
-
-