You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
to send the report in mail as mailbody, how to set up the builder? Does ".withReportAsFile(false)" works? or not?
To include old style fields all as ReportField.APP_VERSION_CODE,
ReportField.APP_VERSION_NAME,
ReportField.USER_CRASH_DATE,
ReportField.PACKAGE_NAME,
ReportField.REPORT_ID,
ReportField.ANDROID_VERSION,
ReportField.TOTAL_MEM_SIZE,
ReportField.AVAILABLE_MEM_SIZE,
ReportField.BUILD,
ReportField.STACK_TRACE,
ReportField.DISPLAY,
ReportField.BRAND,
ReportField.PRODUCT,
ReportField.PHONE_MODEL,
ReportField.APPLICATION_LOG,
ReportField.LOGCAT,
ReportField.DEVICE_FEATURES,
ReportField.SHARED_PREFERENCES,
ReportField.THREAD_DETAILS,
ReportField.CUSTOM_DATA.
How to write the code? Seems the method ".withReportContent(ReportField.APP_VERSION_CODE,ReportField....)" not exist
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi.
ReportField.APP_VERSION_NAME,
ReportField.USER_CRASH_DATE,
ReportField.PACKAGE_NAME,
ReportField.REPORT_ID,
ReportField.ANDROID_VERSION,
ReportField.TOTAL_MEM_SIZE,
ReportField.AVAILABLE_MEM_SIZE,
ReportField.BUILD,
ReportField.STACK_TRACE,
ReportField.DISPLAY,
ReportField.BRAND,
ReportField.PRODUCT,
ReportField.PHONE_MODEL,
ReportField.APPLICATION_LOG,
ReportField.LOGCAT,
ReportField.DEVICE_FEATURES,
ReportField.SHARED_PREFERENCES,
ReportField.THREAD_DETAILS,
ReportField.CUSTOM_DATA.
How to write the code? Seems the method ".withReportContent(ReportField.APP_VERSION_CODE,ReportField....)" not exist
Beta Was this translation helpful? Give feedback.
All reactions