tuningfork icon indicating copy to clipboard operation
tuningfork copied to clipboard

Crash in tuningfork::HttpRequest::Send

Open AlanLiu90 opened this issue 3 years ago • 2 comments

Hi, we're using Andriod Performance Tuner with Unity, and saw the following crash shown in Google Play Console:

backtrace:
  #00  pc 0x0000000000083860  /apex/com.android.runtime/lib64/bionic/libc.so (abort+176)
  #01  pc 0x00000000004bb244  /apex/com.android.runtime/lib64/libart.so (art::Runtime::Abort(char const*)+2172)
  #02  pc 0x000000000000c650  /system/lib64/libbase.so (android::base::LogMessage::~LogMessage()+608)
  #03  pc 0x000000000037923c  /apex/com.android.runtime/lib64/libart.so (art::JavaVMExt::JniAbort(char const*, char const*)+1604)
  #04  pc 0x000000000038bb20  /apex/com.android.runtime/lib64/libart.so (art::JNI::GetMethodID(_JNIEnv*, _jclass*, char const*, char const*)+1432)
  #05  pc 0x0000000000053084  /data/app/com.xxx.yyy-sDyHGiOxpQyp72Hx_ZVqSQ==/lib/arm64/libunitytuningfork.so
  #06  pc 0x00000000000220c8  /data/app/com.xxx.yyy-sDyHGiOxpQyp72Hx_ZVqSQ==/lib/arm64/libunitytuningfork.so
  #07  pc 0x0000000000046f14  /data/app/com.xxx.yyy-sDyHGiOxpQyp72Hx_ZVqSQ==/lib/arm64/libunitytuningfork.so (tuningfork::HttpRequest::Send(std::__ndk1::basic_string<char, std::__ndk1::char_traits<char>, std::__ndk1::allocator<char> > const&, std::__ndk1::basic_string<char, std::__ndk1::char_traits<char>, std::__ndk1::allocator<char> > const&, int&, std::__ndk1::basic_string<char, std::__ndk1::char_traits<char>, std::__ndk1::allocator<char> >&)+112)
  #08  pc 0x000000000005290c  /data/app/com.xxx.yyy-sDyHGiOxpQyp72Hx_ZVqSQ==/lib/arm64/libunitytuningfork.so (tuningfork::UltimateUploader::CheckUploadPending()+244)
  #09  pc 0x0000000000052804  /data/app/com.xxx.yyy-sDyHGiOxpQyp72Hx_ZVqSQ==/lib/arm64/libunitytuningfork.so (tuningfork::UltimateUploader::DoWork()+8)
  #10  pc 0x000000000003460c  /data/app/com.xxx.yyy-sDyHGiOxpQyp72Hx_ZVqSQ==/lib/arm64/libunitytuningfork.so (tuningfork::Runnable::Run()+120)
  #11  pc 0x00000000000347b8  /data/app/com.xxx.yyy-sDyHGiOxpQyp72Hx_ZVqSQ==/lib/arm64/libunitytuningfork.so
  #12  pc 0x00000000000e55b4  /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start(void*)+36)
  #13  pc 0x0000000000085458  /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64)

Other information:

  • Unity: 2020.3.30 with Addressables
  • Android Performance Tuner: 1.5.2

AlanLiu90 avatar Jan 29 '23 08:01 AlanLiu90

same issue Android Performance Tuner: 1.5.2 unity 2020.3.38

QiYi627 avatar Apr 20 '23 09:04 QiYi627