sms-part: add helper debug logs
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
|
||||
#include "mm-sms-part.h"
|
||||
#include "mm-utils.h"
|
||||
#include "mm-log.h"
|
||||
|
||||
/* If defined will print debugging traces */
|
||||
#ifdef TEST_SMS_PART_ENABLE_TRACE
|
||||
@@ -668,6 +669,16 @@ test_create_pdu_gsm_no_validity (void)
|
||||
1); /* expected_msgstart */
|
||||
}
|
||||
|
||||
void
|
||||
_mm_log (const char *loc,
|
||||
const char *func,
|
||||
guint32 level,
|
||||
const char *fmt,
|
||||
...)
|
||||
{
|
||||
/* Dummy log function */
|
||||
}
|
||||
|
||||
int main (int argc, char **argv)
|
||||
{
|
||||
g_type_init ();
|
||||
|
Reference in New Issue
Block a user