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

Commit d470fbb6 authored by Daniel Colascione's avatar Daniel Colascione Committed by Android (Google) Code Review
Browse files

Merge "Enable lmkd kill tracing everywhere"

parents 4c33b88c 347f6b44
Loading
Loading
Loading
Loading
+1 −10
Original line number Diff line number Diff line
@@ -10,17 +10,8 @@ cc_binary {
        "libstatslogc",
    ],
    local_include_dirs: ["include"],
    cflags: ["-Werror"],

    cflags: ["-Werror", "-DLMKD_TRACE_KILLS"],
    init_rc: ["lmkd.rc"],

    product_variables: {
        debuggable: {
            cflags: [
                "-DLMKD_TRACE_KILLS"
            ],
        },
    },
}

cc_library_static {
+2 −2
Original line number Diff line number Diff line
@@ -55,8 +55,8 @@

#else /* LMKD_TRACE_KILLS */

#define TRACE_KILL_START(pid)
#define TRACE_KILL_END()
#define TRACE_KILL_START(pid) ((void)(pid))
#define TRACE_KILL_END() ((void)0)

#endif /* LMKD_TRACE_KILLS */