mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof: add API to add compressed file from data
This commit is contained in:
@ -41,7 +41,8 @@ DexFuture *_sysprof_recording_add_file (SysprofRecording *s
|
||||
void _sysprof_recording_add_file_data (SysprofRecording *self,
|
||||
const char *path,
|
||||
const char *contents,
|
||||
gssize length);
|
||||
gssize length,
|
||||
gboolean compress);
|
||||
void _sysprof_recording_diagnostic (SysprofRecording *self,
|
||||
const char *domain,
|
||||
const char *format,
|
||||
|
||||
Reference in New Issue
Block a user