Closed Bug 1914084 Opened 1 year ago Closed 1 year ago

"CrashDao.kt:51: The query returns some columns which are not used by mozilla.components.lib.crash.db.CrashEntity." warning in lib-crash

Categories

(Firefox for Android :: Crash Reporting, defect, P1)

All
Android
defect

Tracking

()

RESOLVED FIXED
134 Branch
Tracking Status
firefox129 --- wontfix
firefox130 --- wontfix
firefox131 --- wontfix
firefox132 --- wontfix
firefox133 --- wontfix
firefox134 --- fixed

People

(Reporter: RyanVM, Assigned: boek)

References

(Regression)

Details

(Keywords: regression)

Attachments

(1 file)

w: [ksp] /builds/worker/checkouts/gecko/mobile/android/android-components/components/lib/crash/src/main/java/mozilla/components/lib/crash/db/CrashDao.kt:51: The query returns some columns [id, crash_uuid, service_id, report_id] which are not used by mozilla.components.lib.crash.db.CrashEntity. You can use @ColumnInfo annotation on the fields to specify the mapping. You can annotate the method with @RewriteQueriesToDropUnusedColumns to direct Room to rewrite your query to avoid fetching unused columns. You can suppress this warning by annotating the method with @SuppressWarnings(RoomWarnings.CURSOR_MISMATCH). Columns returned by the query: crashType, uuid, runtime_tags, breadcrumbs, created_at, stacktrace, minidumpPath, minidumpSuccess, extrasPath, remoteType, id, crash_uuid, service_id, report_id.

Flags: needinfo?(jboek)

Set release status flags based on info from the regressing bug 1890623

Severity: -- → S3
Flags: needinfo?(jboek)
Priority: -- → P1
Assignee: nobody → jboek
Pushed by rvandermeulen@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/e87d65f571cf Add @RewriteQueriesToDropUnusedColumns annotation to getCrashesWithoutReportsSince(). r=boek,android-reviewers
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
Target Milestone: --- → 134 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: