[all-commits] [llvm/llvm-project] 15754a: [scudo][standalone] Split logs on Android

Kostya Kortchinsky via All-commits all-commits at lists.llvm.org
Tue Apr 14 11:30:32 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 15754acc5985188509f5eefaefa308393759b822
      https://github.com/llvm/llvm-project/commit/15754acc5985188509f5eefaefa308393759b822
  Author: Kostya Kortchinsky <kostyak at google.com>
  Date:   2020-04-14 (Tue, 14 Apr 2020)

  Changed paths:
    M compiler-rt/lib/scudo/standalone/linux.cpp

  Log Message:
  -----------
  [scudo][standalone] Split logs on Android

Summary:
The function used to log on Android will cut the message past
a certain amount of characters, which mostly materializes when
dumping the size class map on OOM.

This change splits the log message at newline boundaries.

Reviewers: pcc, cferris, hctim, eugenis

Subscribers: #sanitizers, llvm-commits

Tags: #sanitizers

Differential Revision: https://reviews.llvm.org/D78018




More information about the All-commits mailing list