Skip to content

Commit

Permalink
Lines authored by mkonicek
Browse files Browse the repository at this point in the history
This commit forms part of the blame-preserving initial commit suite.
  • Loading branch information
mkonicek authored and Robert Spencer committed Mar 29, 2017
1 parent b82122e commit c3d9cd1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/fb/include/fb/log.h
Original file line number Diff line number Diff line change
Expand Up @@ -306,3 +306,6 @@ int __android_log_print(int prio, const char *tag, const char *fmt, ...)
*/
#ifndef IF_FBLOG
#define IF_FBLOG(priority, tag) if (fb_testLog(ANDROID_##priority, tag))
#endif

typedef void (*LogHandler)(int priority, const char* tag, const char* message);

0 comments on commit c3d9cd1

Please sign in to comment.