tree1891
tree1891
Same issue with com.android.tools.build:gradle:7.x, but not gradle 4.x.
Is there any plan to support Transfer-encoding: chunked?
@naiteon Here it does work with get, but not with post method. Both response are chunked.
Same Problem with v3.3.0, 3.3.1 on android 8. It shows only if touch. react-native: https://github.com/expo/react-native/archive/sdk-38.0.2.tar.gz => 0.62.2
The app have no log4cplus::Logger::shutdown(). I have called it in ~MainAppWindow(), but same error. It is juce app and MainAppWindow is main app window.
``` ntdll.dll!77b106f7() Unknown [Frames below may be incorrect and/or missing, no symbols loaded for ntdll.dll] [External Code] > log4cplusUD.dll!log4cplus::helpers::SharedObject::removeReference() Line 129 C++ log4cplusUD.dll!log4cplus::helpers::SharedObjectPtr::~SharedObjectPtr() Line 135 C++ log4cplusUD.dll!log4cplus::helpers::AppenderAttachableImpl::removeAllAppenders() Line 127 C++...
I called it in MyAppApplication::shutdown(), but same exception. ``` log4cplusUD.dll!_free_dbg_nolock(void * pUserData, int nBlockUse) Line 1322 C++ log4cplusUD.dll!_free_dbg(void * pUserData, int nBlockUse) Line 1265 C++ log4cplusUD.dll!operator delete(void * pUserData) Line...
At the beginning, log4cplus::initialize() is called in log4cplus dll before ones in my app. Is it OK?