Update webrtc's abseil-cpp
Copy external/abseil-cpp into webrtc to update to version 20211102.0 to pick up changes that fix compiling against musl libc. Bug: 190084016 Test: m USE_HOST_MUSL=true host-native Test: m checkbuild Change-Id: I0ab600cd8db93a55eda8358cdbecd21c2f78d8fb
This commit is contained in:
@ -88,9 +88,9 @@ struct FailureSignalHandlerOptions {
|
||||
bool call_previous_handler = false;
|
||||
|
||||
// If non-null, indicates a pointer to a callback function that will be called
|
||||
// upon failure, with a std::string argument containing failure data. This function
|
||||
// upon failure, with a string argument containing failure data. This function
|
||||
// may be used as a hook to write failure data to a secondary location, such
|
||||
// as a log file. This function may also be called with null data, as a hint
|
||||
// as a log file. This function will also be called with null data, as a hint
|
||||
// to flush any buffered data before the program may be terminated. Consider
|
||||
// flushing any buffered data in all calls to this function.
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user