Android-cuttlefish cvd tool
Macros
common.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define __attribute__(x)
 
#define log_err(format, arg ...)
 
#define log_debug(...)
 

Macro Definition Documentation

◆ __attribute__

#define __attribute__ (   x)

Various things common for all utilities

◆ log_debug

#define log_debug (   ...)

◆ log_err

#define log_err (   format,
  arg ... 
)
Value:
fprintf(stderr, "[ERROR] %s:%d:%s:: " format "\n", \
__FILE__, __LINE__, __func__, ## arg)
EventFormat format
Definition: kernel_log_server.cc:60