Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c500abb4 authored by Mark Salyzyn's avatar Mark Salyzyn
Browse files

liblog: test: __android_log_btwrite__android_log_close precharge

TEST_PREFIX missing before operations on
liblog*.__android_log_btwrite__android_log_close tests

Test: gTest liblog-unit-tests
Bug: 27405083
Change-Id: Iaddc4e1b1f9afcfd8231c3921605fecefd2b56bf
parent 21009513
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -169,6 +169,9 @@ static bool tested__android_log_close;

TEST(liblog, __android_log_btwrite__android_logger_list_read) {
#if (defined(__ANDROID__) || defined(USING_LOGGER_LOCAL))
#ifdef TEST_PREFIX
  TEST_PREFIX
#endif
  struct logger_list* logger_list;

  pid_t pid = getpid();