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

Commit 3c97634f authored by Hui Peng's avatar Hui Peng Committed by Gerrit Code Review
Browse files

Merge "Show verbose log when full log is enabled" into main

parents eeefdcc4 5b4ec39e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ cc_defaults {
    defaults: ["bluetooth_cflags"],
    cflags: [
        "-DEXPORT_SYMBOL=__attribute__((visibility(\"default\")))",
        "-DLOG_NDEBUG=1",
        "-DLOG_NDEBUG=0",
        "-fvisibility=hidden",
    ],
    target: {
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ cc_defaults {
    cflags: [
        "-DEXPORT_SYMBOL=__attribute__((visibility(\"default\")))",
        "-DGOOGLE_PROTOBUF_NO_RTTI",
        "-DLOG_NDEBUG=1",
        "-DLOG_NDEBUG=0",
        "-Wno-unused-result",
        "-fvisibility=hidden",
    ],