Logging
In some cases logging may be required for internal analysis, especially when the mobile app shows irreproducible behavior in every day operation.
The creation of TaskAttachments
is limited to one per certain AttachmentType
, SubType and Reference. Attempts to create more than one of such TaskAttachments
can be logged locally (on the device) or in a note that will be attached to the same task.
logDuplicateAttachmentsLocally | ||||
---|---|---|---|---|
Type | Default Value | Example | Android | HTML 5 |
Boolean | false | true | + | - |
logDuplicateAttachmentsOnServer | ||||
---|---|---|---|---|
Type | Default Value | Example | Android | HTML 5 |
Boolean | false | True | + | - |
When TaskAttachments
are sent to the server, progress is indicated in a dialog which is delayed by some milliseconds and abandoned after a time limit. This preference enables logging of events while handeling this dialog.
logAsyncProgressEvents | ||||
---|---|---|---|---|
Type | Default Value | Example | Android | HTML 5 |
Boolean | false | True | + | - |