Merge "strerror: incl enum name" am: 79de514910 am: 3afebabf1b am: b2f6764992 am: 386a77844d

Original change: https://android-review.googlesource.com/c/platform/system/core/+/1835931

Change-Id: I992b2acb63e3126e49fe1332257e82b40d0f7e4e
diff --git a/debuggerd/libdebuggerd/test/tombstone_test.cpp b/debuggerd/libdebuggerd/test/tombstone_test.cpp
index a14dcb0..19c1f5e 100644
--- a/debuggerd/libdebuggerd/test/tombstone_test.cpp
+++ b/debuggerd/libdebuggerd/test/tombstone_test.cpp
@@ -332,7 +332,7 @@
   ASSERT_STREQ("", tombstone_contents.c_str());
 
   ASSERT_STREQ("", getFakeLogBuf().c_str());
-  ASSERT_STREQ("6 DEBUG Unable to open /fake/filename: Permission denied\n\n",
+  ASSERT_STREQ("6 DEBUG Unable to open /fake/filename: Permission denied (EACCES)\n\n",
                getFakeLogPrint().c_str());
 
   ASSERT_STREQ("", amfd_data_.c_str());