Skip to content

Commit

Permalink
[Android] Fix un-paired namespace declare for higher __ANDROID_API__
Browse files Browse the repository at this point in the history
(cherry picked from commit b6f2d06996335c951bfb72f98b5b9e22dc9bc03e)

Bug: None
Test: Build with larger __ANDROID_API__ (29)
Change-Id: I5bfb8ad0ea5b866469191c5a385b071eec185716
Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/2522110
Reviewed-by: Joshua Peraza <[email protected]>
Commit-Queue: Robert Sesek <[email protected]>
  • Loading branch information
Yuchen Liu authored and dahlstrom-g committed Nov 29, 2023
1 parent 1a37485 commit f76ac53
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@
#include "base/logging.h"
#include "build/build_config.h"

namespace crashpad {

#if __ANDROID_API__ <= 23

namespace crashpad {
namespace {
bool LoggingSignal(int signum, sighandler_t handler) {
sighandler_t previous = signal(signum, handler);
Expand Down

0 comments on commit f76ac53

Please sign in to comment.