Open Bug 1793197 Opened 3 years ago Updated 2 years ago

Create a Room database for storing logs

Categories

(Firefox for Android :: General, task)

All
Android
task

Tracking

()

People

(Reporter: csadilek, Unassigned)

Details

From github: https://github.com/mozilla-mobile/android-components/issues/8665.

Columns Description Type
id Primary key for each log line. Long
timestamp The time when the log event had occurred. Long
recording_id A random UUID generated at the start of a log recording. String
severity The priority of the log statement. See Android's Log constants. Char
tag Used to identify the source of a log message. It usually identifies the class or activity where the log call occurs. String?
log The message you would like logged. String?
throwable Optional. An exception to log. String?

┆Issue is synchronized with this Jira Task

Change performed by the Move to Bugzilla add-on.

The severity field is not set for this bug.
:cpeterson, could you have a look please?

For more information, please visit auto_nag documentation.

Flags: needinfo?(cpeterson)
Severity: -- → N/A
Type: defect → task
Flags: needinfo?(cpeterson)
You need to log in before you can comment on or make changes to this bug.