Skip to content

[Android] Minor polishes for crash reporting + Follow internal interface convention#463

Merged
FranAguilera merged 1 commit intomainfrom
franjam/crash-reporting-feedback
Jun 26, 2025
Merged

[Android] Minor polishes for crash reporting + Follow internal interface convention#463
FranAguilera merged 1 commit intomainfrom
franjam/crash-reporting-feedback

Conversation

@FranAguilera
Copy link
Copy Markdown
Contributor

@FranAguilera FranAguilera commented Jun 26, 2025

Verified on this session

Context

@FranAguilera FranAguilera marked this pull request as draft June 26, 2025 08:26
@FranAguilera FranAguilera changed the title [Android] Minor polishes for crash reporting [WIP] [Android] Minor polishes for crash reporting Jun 26, 2025
@FranAguilera FranAguilera changed the title [WIP] [Android] Minor polishes for crash reporting [Android] Minor polishes for crash reporting Jun 26, 2025
@FranAguilera FranAguilera marked this pull request as ready for review June 26, 2025 08:28
@github-actions
Copy link
Copy Markdown

📦 APK Size Report

Metric Size (KB)
Baseline 3610
Current 3610
Difference 0

✅ APK size unchanged.

Configuration configuration) {
String userID = UUID.randomUUID().toString();
List<FieldProvider> fieldProviders = new ArrayList<>();
List<IFieldProvider> fieldProviders = new ArrayList<>();
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just fyi, this will be a bit annoying to consumers defining their own FieldProviders and may need to do few replaces

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will add another follow up PR for this, there are tons of other places not following the convention

@FranAguilera FranAguilera changed the title [Android] Minor polishes for crash reporting [Android] Minor polishes for crash reporting + Follow internal interface convention Jun 26, 2025
@FranAguilera FranAguilera force-pushed the franjam/crash-reporting-feedback branch from 509e914 to bfcacf1 Compare June 26, 2025 10:48
@github-actions
Copy link
Copy Markdown

📦 APK Size Report

Metric Size (KB)
Baseline 3610
Current 3610
Difference 0

✅ APK size unchanged.

Copy link
Copy Markdown
Contributor

@snowp snowp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's chat a bit about whether we want to rename the other interfaces, not clear to me if breaking the public API is worth it

@FranAguilera FranAguilera merged commit 3878161 into main Jun 26, 2025
14 checks passed
@FranAguilera FranAguilera deleted the franjam/crash-reporting-feedback branch June 26, 2025 14:10
@github-actions github-actions bot locked and limited conversation to collaborators Jun 26, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants