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

Commit cd9ba8cb authored by Daniel Colascione's avatar Daniel Colascione Committed by Suren Baghdasaryan
Browse files

Enable lmkd kill tracing everywhere

Test: asdf
Exempt-From-Owner-Approval: vacation
Merged-In: If6af7df74d303466aac4a69cdfe558e9748f72b9
Change-Id: If6af7df74d303466aac4a69cdfe558e9748f72b9
parent 615745ce
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 */