Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 200a5b96 authored by Tom Cherry's avatar Tom Cherry Committed by Automerger Merge Worker
Browse files

Merge "liblog: clean up log_id.h includes" am: 09eae502 am: 6552e55f

Change-Id: I5be3451117847f9cfb69b2386bfc85a735cbfc03
parents 2d6520a1 6552e55f
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -22,14 +22,6 @@
extern "C" {
#endif

/*
 * Send a simple string to the log.
 */
int __android_log_buf_write(int bufID, int prio, const char* tag,
                            const char* text);
int __android_log_buf_print(int bufID, int prio, const char* tag, const char* fmt, ...)
    __attribute__((__format__(printf, 4, 5)));

/*
 * log_id_t helpers
 */
+0 −1
Original line number Diff line number Diff line
@@ -17,7 +17,6 @@
#pragma once

#include <android/log.h>
#include <log/log_id.h>

/*
 * Normally we strip the effects of ALOGV (VERBOSE messages),
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@
#include <stdint.h>
#include <sys/types.h>

#include <log/log_id.h>
#include <android/log.h>
#include <log/log_time.h>

#ifdef __cplusplus
+0 −1
Original line number Diff line number Diff line
@@ -17,7 +17,6 @@
#pragma once

#include <android/log.h>
#include <log/log_id.h>

/*
 * Normally we strip the effects of ALOGV (VERBOSE messages),