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

Commit e961bbca authored by Suren Baghdasaryan's avatar Suren Baghdasaryan Committed by Gerrit Code Review
Browse files

Merge "Enable lmkd kill tracing everywhere"

parents 615745ce cd9ba8cb
Loading
Loading
Loading
Loading
+1 −10
Original line number Original line Diff line number Diff line
@@ -7,17 +7,8 @@ cc_binary {
        "liblog",
        "liblog",
    ],
    ],
    local_include_dirs: ["include"],
    local_include_dirs: ["include"],
    cflags: ["-Werror"],
    cflags: ["-Werror", "-DLMKD_TRACE_KILLS"],

    init_rc: ["lmkd.rc"],
    init_rc: ["lmkd.rc"],

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


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


#else /* LMKD_TRACE_KILLS */
#else /* LMKD_TRACE_KILLS */


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


#endif /* LMKD_TRACE_KILLS */
#endif /* LMKD_TRACE_KILLS */