OSDN Git Service

libgfx: Remove SafeLog
authorDan Stoza <stoza@google.com>
Tue, 14 Feb 2017 21:55:06 +0000 (13:55 -0800)
committerDan Stoza <stoza@google.com>
Tue, 14 Feb 2017 21:55:06 +0000 (13:55 -0800)
commit65f25835916ac77b1637513a1c54fc0781194952
tree53064ade103a7777d5ece5144e91c53b855a458b
parentd08aec40b48e4bbfd841a42dbd67fe362a3697b3
libgfx: Remove SafeLog

SafeLog is being removed from libgfx (which is being dismantled) and
split into two components:

    1) A Loggable mixin which will live in liblog and provide the basic
       class logging functionality SafeLog provided
    2) A FmtLogger plugin for the Loggable mixin which will live in
       external/fmtlib and allow the use of fmtlib for logging

Test: Manual testing of both the default and FmtLogger paths
Change-Id: I562f4816bf84c9cb4e0f7b2593429f72a0907288
include/gfx/SafeLog.h [deleted file]