stevezhou6

Results 9 issues of stevezhou6

terminating with uncaught exception of type std::__ndk1::system_error: failed to signal AtomicNotificationQueue after write32: Broken pipe @Robin Cheng @yfeldblum ```c++ template void EventBaseAtomicNotificationQueue::notifyFd() { checkPid(); ssize_t bytes_written = 0; size_t bytes_expected...

**Describe the Bug** It shouldn't be `applyOutputTypeEnhanceMap`, it's `applyOutputTypesEnhanceMap`. In case of other output types like AggregateFooBar, you can use the same pattern but this time using the applyOutputTypeEnhanceMap function...

documentation

ptrace(PTRACE_GETREGSET, pid, NT_PRSTATUS, &iov) == -1 失败

/Users/tools/android-ndk-r16b/toolchains/arm-linux-androideabi-4.9/prebuilt/darwin-x86_64/lib/gcc/arm-linux-androideabi/4.9.x/../../../../arm-linux-androideabi/bin/ld: fatal error: /Users/Desktop/facebookproxygen/buildbin/libsodium-android-armv7-a/lib: pread failed: Is a directory clang++: error: linker command failed with exit code 1 (use -v to see invocation) make[2]: *** [bin/BogoShim] Error 1 make[1]: ***...

**Describe the bug** AndroidManifest.xml have chinese Chinese messy code **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4....

nop\base\array.h(192,18): error C2665: “nop::StreamWriter::Write”: template static constexpr Status WritePayload(EncodingByte /*prefix*/, const Type& value, Writer* writer) { auto status = Encoding::Write(Length * sizeof(T), writer); if (!status) return status; return writer->Write(value.begin(), value.end());...