sandboxed-api/sandboxed_api/util
Christian Blichmann 51799f99ae Introduce a transitional logging utility library
Instead of calling `google::InitGoogleLogging()` directly, introduce an
indirection via a new utility library. After this change, Sandboxed API
should consistently use `sapi::InitLogging()` everywhere.

For now, `sapi::InitLogging()` simply calls its glog equivalent. However,
this enables us to migrate away from the gflags dependency and use Abseil
flags. Once a follow-up change lands, `sapi::InitLogging()` will instead
initialize the google logging library with flags defined from Aseil.

Later still, once Abseil releases logging, we can then drop the glog
dependency entirely.

PiperOrigin-RevId: 445363592
Change-Id: Ia23a7dc88b8ffe65a422ea4d5233bba7bdd1303a
2022-04-29 02:14:06 -07:00
..
BUILD.bazel Introduce a transitional logging utility library 2022-04-29 02:14:06 -07:00
CMakeLists.txt Introduce a transitional logging utility library 2022-04-29 02:14:06 -07:00
file_helpers_test.cc Change license link to HTTPS URL 2022-01-28 01:39:09 -08:00
file_helpers.cc Change license link to HTTPS URL 2022-01-28 01:39:09 -08:00
file_helpers.h Change license link to HTTPS URL 2022-01-28 01:39:09 -08:00
fileops_test.cc Change license link to HTTPS URL 2022-01-28 01:39:09 -08:00
fileops.cc Change license link to HTTPS URL 2022-01-28 01:39:09 -08:00
fileops.h Change license link to HTTPS URL 2022-01-28 01:39:09 -08:00
flag.h Change license link to HTTPS URL 2022-01-28 01:39:09 -08:00
logging.cc Introduce a transitional logging utility library 2022-04-29 02:14:06 -07:00
logging.h Introduce a transitional logging utility library 2022-04-29 02:14:06 -07:00
path_test.cc Change license link to HTTPS URL 2022-01-28 01:39:09 -08:00
path.cc Change license link to HTTPS URL 2022-01-28 01:39:09 -08:00
path.h Change license link to HTTPS URL 2022-01-28 01:39:09 -08:00
raw_logging.cc Enable RAW logging on Android via logcat 2022-03-24 09:04:44 -07:00
raw_logging.h Enable RAW logging on Android via logcat 2022-03-24 09:04:44 -07:00
runfiles_bazel.cc bazel: Drop dependency on util/flags.h in runfiles helper 2022-04-20 04:46:08 -07:00
runfiles_nobazel.cc Fix runfiles for Android builds. 2022-03-23 05:38:57 -07:00
runfiles.h Change license link to HTTPS URL 2022-01-28 01:39:09 -08:00
status_macros_test.cc Change license link to HTTPS URL 2022-01-28 01:39:09 -08:00
status_macros.h Merge pull request #135 from DemiMarie:fix-semicolon 2022-03-08 23:31:50 -08:00
status_matchers.h Merge pull request #146 from oshogbo:matchers 2022-04-04 00:59:25 -07:00
status_test.cc Change license link to HTTPS URL 2022-01-28 01:39:09 -08:00
status.cc Avoid compiler crash with Clang 6.0 2022-02-11 09:09:01 -08:00
status.h Change license link to HTTPS URL 2022-01-28 01:39:09 -08:00
status.proto Change license link to HTTPS URL 2022-01-28 01:39:09 -08:00
strerror_test.cc Change license link to HTTPS URL 2022-01-28 01:39:09 -08:00
strerror.cc Change license link to HTTPS URL 2022-01-28 01:39:09 -08:00
strerror.h Change license link to HTTPS URL 2022-01-28 01:39:09 -08:00
temp_file_test.cc Remove OsErrorMessage in favor of Abseil's new ErrnoToStatus 2022-04-21 06:15:38 -07:00
temp_file.cc Remove OsErrorMessage in favor of Abseil's new ErrnoToStatus 2022-04-21 06:15:38 -07:00
temp_file.h Change license link to HTTPS URL 2022-01-28 01:39:09 -08:00