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

Commit 52c0f9af authored by Mark Salyzyn's avatar Mark Salyzyn Committed by android-build-merger
Browse files

Merge "liblog: build break" am: f58fb531

am: de5989ee

* commit 'de5989ee':
  liblog: build break
parents 5fba7c51 de5989ee
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -112,7 +112,8 @@ static int __android_log_level(const char *tag, int default_prio)
     */
    static char *last_tag;
    static uint32_t global_serial;
    uint32_t current_global_serial;
    /* some compilers erroneously see uninitialized use. !not_locked */
    uint32_t current_global_serial = 0;
    static struct cache tag_cache[2];
    static struct cache global_cache[2];
    int change_detected;