Skip to content

RUM-9252: Make Sdk support 16Kb page sizes#2580

Merged
aleksandr-gringauz merged 1 commit into
developfrom
aleksandr-gringauz/rum-9252/make-sdk-support-16kb-page-size-2
Apr 4, 2025
Merged

RUM-9252: Make Sdk support 16Kb page sizes#2580
aleksandr-gringauz merged 1 commit into
developfrom
aleksandr-gringauz/rum-9252/make-sdk-support-16kb-page-size-2

Conversation

@aleksandr-gringauz

@aleksandr-gringauz aleksandr-gringauz commented Apr 3, 2025

Copy link
Copy Markdown
Contributor

What does this PR do?

  1. Bump NDK version to 28.0.13004108. It compiles the sdk with support for 16Kb page size by default https://developer.android.com/guide/practices/page-sizes#compile-r28.
  2. Had to remove Realm from the sample app, because it doesn't support 16Kb page size and the sample crashes on startup when Realm tries to load its .so file.
stacktrace
04-02 13:38:34.114   212   212 I tombstoned: received crash request for pid 8519
04-02 13:38:34.115  8537  8537 I crash_dump64: performing dump of process 8519 (target tid = 8519)
04-02 13:38:34.168  8537  8537 F DEBUG   : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
04-02 13:38:34.168  8537  8537 F DEBUG   : Build fingerprint: 'google/sdk_gphone16k_arm64/emu64a16k:15/AE3A.240806.041/12890756:user/dev-keys'
04-02 13:38:34.168  8537  8537 F DEBUG   : Revision: '0'
04-02 13:38:34.168  8537  8537 F DEBUG   : ABI: 'arm64'
04-02 13:38:34.168  8537  8537 F DEBUG   : Timestamp: 2025-04-02 13:38:34.116558374+0200
04-02 13:38:34.168  8537  8537 F DEBUG   : Process uptime: 1s
04-02 13:38:34.168  8537  8537 F DEBUG   : Page size: 16384 bytes
04-02 13:38:34.168  8537  8537 F DEBUG   : Cmdline: com.datadog.android.sample
04-02 13:38:34.168  8537  8537 F DEBUG   : pid: 8519, tid: 8519, name: .android.sample  >>> com.datadog.android.sample <<<
04-02 13:38:34.168  8537  8537 F DEBUG   : uid: 10209
04-02 13:38:34.168  8537  8537 F DEBUG   : tagged_addr_ctrl: 0000000000000001 (PR_TAGGED_ADDR_ENABLE)
04-02 13:38:34.168  8537  8537 F DEBUG   : pac_enabled_keys: 000000000000000f (PR_PAC_APIAKEY, PR_PAC_APIBKEY, PR_PAC_APDAKEY, PR_PAC_APDBKEY)
04-02 13:38:34.168  8537  8537 F DEBUG   : signal 11 (SIGSEGV), code 2 (SEGV_ACCERR), fault addr 0x00007446aaf1d2f8
04-02 13:38:34.168  8537  8537 F DEBUG   :     x0  00007446aaf1d2f8  x1  0000000000000000  x2  0000000000002d08  x3  00007446aaf1d2f0
04-02 13:38:34.168  8537  8537 F DEBUG   :     x4  00007446aaf20000  x5  00000000008cc000  x6  0080ece9e2ecefe7  x7  0000000000000000
04-02 13:38:34.168  8537  8537 F DEBUG   :     x8  0000000000003fff  x9  0000000000000001  x10 00000000008cc000  x11 0000744a8d9a8118
04-02 13:38:34.168  8537  8537 F DEBUG   :     x12 0000000000000004  x13 0000000000000007  x14 00a3db22e1d6db31  x15 0000000000000038
04-02 13:38:34.168  8537  8537 F DEBUG   :     x16 0000744a943ddea8  x17 0000744a9430d380  x18 0000744a93850000  x19 0000744a930c2218
04-02 13:38:34.168  8537  8537 F DEBUG   :     x20 0000000000004000  x21 0000000000000003  x22 00007446aaf28000  x23 00007446aaf1d2f8
04-02 13:38:34.168  8537  8537 F DEBUG   :     x24 00007446aaf0f9b0  x25 000000000000d948  x26 0000744a8d9a80ec  x27 0000744a8d9a8040
04-02 13:38:34.168  8537  8537 F DEBUG   :     x28 0000000000000004  x29 00007fffea523a60
04-02 13:38:34.168  8537  8537 F DEBUG   :     lr  0000744a943579e0  sp  00007fffea523a20  pc  0000744a9430d408  pst 0000000020000000
04-02 13:38:34.168  8537  8537 F DEBUG   : 117 total frames
04-02 13:38:34.168  8537  8537 F DEBUG   : backtrace:
04-02 13:38:34.168  8537  8537 F DEBUG   :       #00 pc 0000000000099408  /apex/com.android.runtime/bin/linker64 (__dl___memset_aarch64+136) (BuildId: 2d71b6257dee5bc0bb7a6bbc0cdda30f)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #01 pc 00000000000e39dc  /apex/com.android.runtime/bin/linker64 (__dl__ZN9ElfReader4LoadEP20address_space_params+1520) (BuildId: 2d71b6257dee5bc0bb7a6bbc0cdda30f)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #02 pc 00000000000cacb4  /apex/com.android.runtime/bin/linker64 (__dl__Z14find_librariesP19android_namespace_tP6soinfoPKPKcmPS2_PNSt3__16vectorIS2_NS8_9allocatorIS2_EEEEmiPK17android_dlextinfobPNS9_IS0_NSA_IS0_EEEE+2544) (BuildId: 2d71b6257dee5bc0bb7a6bbc0cdda30f)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #03 pc 00000000000cdbf0  /apex/com.android.runtime/bin/linker64 (__dl__Z9do_dlopenPKciPK17android_dlextinfoPKv+692) (BuildId: 2d71b6257dee5bc0bb7a6bbc0cdda30f)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #04 pc 00000000000c8b6c  /apex/com.android.runtime/bin/linker64 (__dl__ZL10dlopen_extPKciPK17android_dlextinfoPKv.__uniq.234527301065430621646263515731762262959+72) (BuildId: 2d71b6257dee5bc0bb7a6bbc0cdda30f)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #05 pc 00000000000040c8  /apex/com.android.runtime/lib64/bionic/libdl.so (android_dlopen_ext+16) (BuildId: bb1360f0eae574e04d1e293e6681cea3)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #06 pc 0000000000019898  /apex/com.android.art/lib64/libnativeloader.so (android::NativeLoaderNamespace::Load(char const*) const+140) (BuildId: 24d166579be78837067c8dcf28e7231b)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #07 pc 0000000000009344  /apex/com.android.art/lib64/libnativeloader.so (OpenNativeLibrary+1572) (BuildId: 24d166579be78837067c8dcf28e7231b)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #08 pc 000000000066b8b0  /apex/com.android.art/lib64/libart.so (art::JavaVMExt::LoadNativeLibrary(_JNIEnv*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, _jobject*, _jclass*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>*)+604) (BuildId: 05bfa63ad29b97d7dde4e764ce193f37)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #09 pc 0000000000005914  /apex/com.android.art/lib64/libopenjdkjvm.so (JVM_NativeLoad+356) (BuildId: 52e480f4d160d1f919dafa72cae26e8a)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #10 pc 0000000000086cf0  [anon_shmem:dalvik-jit-code-cache] (offset 0x2000000) (art_jni_trampoline+176)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #11 pc 00000000000202d8  [anon_shmem:dalvik-jit-code-cache] (offset 0x2000000) (java.lang.Runtime.loadLibrary0+408)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #12 pc 000000000001fa40  [anon_shmem:dalvik-jit-code-cache] (offset 0x2000000) (java.lang.Runtime.loadLibrary0+160)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #13 pc 000000000001f7d0  [anon_shmem:dalvik-jit-code-cache] (offset 0x2000000) (java.lang.System.loadLibrary+160)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #14 pc 0000000000369040  /apex/com.android.art/lib64/libart.so (art_quick_invoke_static_stub+640) (BuildId: 05bfa63ad29b97d7dde4e764ce193f37)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #15 pc 00000000003623c4  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, bool, art::JValue*)+2048) (BuildId: 05bfa63ad29b97d7dde4e764ce193f37)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #16 pc 000000000076e7a8  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>(art::interpreter::SwitchImplContext*)+12208) (BuildId: 05bfa63ad29b97d7dde4e764ce193f37)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #17 pc 0000000000381bd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 05bfa63ad29b97d7dde4e764ce193f37)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #18 pc 0000000000a5451c  <anonymous:7446acd90000> (io.realm.kotlin.internal.AndroidUtilsKt.loadAndroidNativeLibs+0)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #19 pc 000000000035484c  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.__uniq.112435418011751916792819755956732575238.llvm.9474080970113376419)+428) (BuildId: 05bfa63ad29b97d7dde4e764ce193f37)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #20 pc 0000000000362be0  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, bool, art::JValue*)+4124) (BuildId: 05bfa63ad29b97d7dde4e764ce193f37)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #21 pc 000000000076e7a8  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>(art::interpreter::SwitchImplContext*)+12208) (BuildId: 05bfa63ad29b97d7dde4e764ce193f37)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #22 pc 0000000000381bd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 05bfa63ad29b97d7dde4e764ce193f37)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #23 pc 0000000000a6498c  <anonymous:7446acd90000> (io.realm.kotlin.internal.RealmInitializer.create+0)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #24 pc 000000000035484c  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.__uniq.112435418011751916792819755956732575238.llvm.9474080970113376419)+428) (BuildId: 05bfa63ad29b97d7dde4e764ce193f37)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #25 pc 0000000000362be0  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, bool, art::JValue*)+4124) (BuildId: 05bfa63ad29b97d7dde4e764ce193f37)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #26 pc 000000000076e7a8  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>(art::interpreter::SwitchImplContext*)+12208) (BuildId: 05bfa63ad29b97d7dde4e764ce193f37)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #27 pc 0000000000381bd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 05bfa63ad29b97d7dde4e764ce193f37)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #28 pc 0000000000a649ec  <anonymous:7446acd90000> (io.realm.kotlin.internal.RealmInitializer.create+0)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #29 pc 000000000035484c  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.__uniq.112435418011751916792819755956732575238.llvm.9474080970113376419)+428) (BuildId: 05bfa63ad29b97d7dde4e764ce193f37)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #30 pc 0000000000362be0  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, bool, art::JValue*)+4124) (BuildId: 05bfa63ad29b97d7dde4e764ce193f37)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #31 pc 000000000076e7a8  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>(art::interpreter::SwitchImplContext*)+12208) (BuildId: 05bfa63ad29b97d7dde4e764ce193f37)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #32 pc 0000000000381bd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 05bfa63ad29b97d7dde4e764ce193f37)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #33 pc 0000000001285cd4  <anonymous:7446acd90000>
04-02 13:38:34.168  8537  8537 F DEBUG   :       #34 pc 000000000035484c  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.__uniq.112435418011751916792819755956732575238.llvm.9474080970113376419)+428) (BuildId: 05bfa63ad29b97d7dde4e764ce193f37)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #35 pc 0000000000362be0  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, bool, art::JValue*)+4124) (BuildId: 05bfa63ad29b97d7dde4e764ce193f37)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #36 pc 000000000076e7a8  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>(art::interpreter::SwitchImplContext*)+12208) (BuildId: 05bfa63ad29b97d7dde4e764ce193f37)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #37 pc 0000000000381bd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 05bfa63ad29b97d7dde4e764ce193f37)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #38 pc 0000000001285f44  <anonymous:7446acd90000>
04-02 13:38:34.168  8537  8537 F DEBUG   :       #39 pc 000000000035484c  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.__uniq.112435418011751916792819755956732575238.llvm.9474080970113376419)+428) (BuildId: 05bfa63ad29b97d7dde4e764ce193f37)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #40 pc 0000000000362be0  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, bool, art::JValue*)+4124) (BuildId: 05bfa63ad29b97d7dde4e764ce193f37)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #41 pc 000000000076e7a8  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>(art::interpreter::SwitchImplContext*)+12208) (BuildId: 05bfa63ad29b97d7dde4e764ce193f37)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #42 pc 0000000000381bd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 05bfa63ad29b97d7dde4e764ce193f37)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #43 pc 0000000001285ea8  <anonymous:7446acd90000>
04-02 13:38:34.168  8537  8537 F DEBUG   :       #44 pc 000000000035484c  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.__uniq.112435418011751916792819755956732575238.llvm.9474080970113376419)+428) (BuildId: 05bfa63ad29b97d7dde4e764ce193f37)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #45 pc 0000000000362be0  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, bool, art::JValue*)+4124) (BuildId: 05bfa63ad29b97d7dde4e764ce193f37)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #46 pc 000000000076e7a8  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>(art::interpreter::SwitchImplContext*)+12208) (BuildId: 05bfa63ad29b97d7dde4e764ce193f37)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #47 pc 0000000000381bd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 05bfa63ad29b97d7dde4e764ce193f37)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #48 pc 0000000001286098  <anonymous:7446acd90000>
04-02 13:38:34.168  8537  8537 F DEBUG   :       #49 pc 000000000035484c  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.__uniq.112435418011751916792819755956732575238.llvm.9474080970113376419)+428) (BuildId: 05bfa63ad29b97d7dde4e764ce193f37)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #50 pc 0000000000362be0  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, bool, art::JValue*)+4124) (BuildId: 05bfa63ad29b97d7dde4e764ce193f37)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #51 pc 000000000076e7a8  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>(art::interpreter::SwitchImplContext*)+12208) (BuildId: 05bfa63ad29b97d7dde4e764ce193f37)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #52 pc 0000000000381bd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 05bfa63ad29b97d7dde4e764ce193f37)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #53 pc 000000000035152c  /system/framework/framework.jar (android.content.ContentProvider.attachInfo+0)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #54 pc 000000000035484c  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.__uniq.112435418011751916792819755956732575238.llvm.9474080970113376419)+428) (BuildId: 05bfa63ad29b97d7dde4e764ce193f37)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #55 pc 0000000000362be0  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, bool, art::JValue*)+4124) (BuildId: 05bfa63ad29b97d7dde4e764ce193f37)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #56 pc 000000000076e7a8  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>(art::interpreter::SwitchImplContext*)+12208) (BuildId: 05bfa63ad29b97d7dde4e764ce193f37)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #57 pc 0000000000381bd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 05bfa63ad29b97d7dde4e764ce193f37)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #58 pc 0000000000351510  /system/framework/framework.jar (android.content.ContentProvider.attachInfo+0)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #59 pc 000000000035484c  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.__uniq.112435418011751916792819755956732575238.llvm.9474080970113376419)+428) (BuildId: 05bfa63ad29b97d7dde4e764ce193f37)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #60 pc 0000000000362be0  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, bool, art::JValue*)+4124) (BuildId: 05bfa63ad29b97d7dde4e764ce193f37)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #61 pc 000000000076e7a8  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>(art::interpreter::SwitchImplContext*)+12208) (BuildId: 05bfa63ad29b97d7dde4e764ce193f37)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #62 pc 0000000000381bd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 05bfa63ad29b97d7dde4e764ce193f37)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #63 pc 00000000001cfcf0  /system/framework/framework.jar (android.app.ActivityThread.installProvider+0)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #64 pc 000000000035484c  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.__uniq.112435418011751916792819755956732575238.llvm.9474080970113376419)+428) (BuildId: 05bfa63ad29b97d7dde4e764ce193f37)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #65 pc 0000000000355e98  /apex/com.android.art/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+100) (BuildId: 05bfa63ad29b97d7dde4e764ce193f37)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #66 pc 000000000034efdc  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<true>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, bool, art::JValue*)+792) (BuildId: 05bfa63ad29b97d7dde4e764ce193f37)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #67 pc 000000000076e89c  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>(art::interpreter::SwitchImplContext*)+12452) (BuildId: 05bfa63ad29b97d7dde4e764ce193f37)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #68 pc 0000000000381bd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 05bfa63ad29b97d7dde4e764ce193f37)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #69 pc 00000000001d8eec  /system/framework/framework.jar (android.app.ActivityThread.installContentProviders+0)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #70 pc 000000000035484c  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.__uniq.112435418011751916792819755956732575238.llvm.9474080970113376419)+428) (BuildId: 05bfa63ad29b97d7dde4e764ce193f37)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #71 pc 0000000000362be0  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, bool, art::JValue*)+4124) (BuildId: 05bfa63ad29b97d7dde4e764ce193f37)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #72 pc 000000000076e7a8  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>(art::interpreter::SwitchImplContext*)+12208) (BuildId: 05bfa63ad29b97d7dde4e764ce193f37)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #73 pc 0000000000381bd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 05bfa63ad29b97d7dde4e764ce193f37)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #74 pc 00000000001d50b0  /system/framework/framework.jar (android.app.ActivityThread.handleBindApplication+0)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #75 pc 000000000035484c  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.__uniq.112435418011751916792819755956732575238.llvm.9474080970113376419)+428) (BuildId: 05bfa63ad29b97d7dde4e764ce193f37)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #76 pc 0000000000362be0  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, bool, art::JValue*)+4124) (BuildId: 05bfa63ad29b97d7dde4e764ce193f37)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #77 pc 000000000076e7a8  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>(art::interpreter::SwitchImplContext*)+12208) (BuildId: 05bfa63ad29b97d7dde4e764ce193f37)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #78 pc 0000000000381bd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 05bfa63ad29b97d7dde4e764ce193f37)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #79 pc 00000000001d234c  /system/framework/framework.jar (android.app.ActivityThread.-$$Nest$mhandleBindApplication+0)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #80 pc 0000000000353bd8  /apex/com.android.art/lib64/libart.so (artQuickToInterpreterBridge+1932) (BuildId: 05bfa63ad29b97d7dde4e764ce193f37)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #81 pc 000000000037f698  /apex/com.android.art/lib64/libart.so (art_quick_to_interpreter_bridge+88) (BuildId: 05bfa63ad29b97d7dde4e764ce193f37)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #82 pc 0000000000072078  [anon_shmem:dalvik-jit-code-cache] (offset 0x2000000) (android.app.ActivityThread$H.handleMessage+6856)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #83 pc 00000000000704d0  [anon_shmem:dalvik-jit-code-cache] (offset 0x2000000) (android.os.Handler.dispatchMessage+304)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #84 pc 000000000006ed54  [anon_shmem:dalvik-jit-code-cache] (offset 0x2000000) (android.os.Looper.loopOnce+1140)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #85 pc 0000000000369040  /apex/com.android.art/lib64/libart.so (art_quick_invoke_static_stub+640) (BuildId: 05bfa63ad29b97d7dde4e764ce193f37)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #86 pc 00000000003623c4  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, bool, art::JValue*)+2048) (BuildId: 05bfa63ad29b97d7dde4e764ce193f37)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #87 pc 000000000076e7a8  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>(art::interpreter::SwitchImplContext*)+12208) (BuildId: 05bfa63ad29b97d7dde4e764ce193f37)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #88 pc 0000000000381bd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 05bfa63ad29b97d7dde4e764ce193f37)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #89 pc 000000000020f024  /system/framework/framework.jar (android.os.Looper.loop+0)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #90 pc 000000000035484c  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.__uniq.112435418011751916792819755956732575238.llvm.9474080970113376419)+428) (BuildId: 05bfa63ad29b97d7dde4e764ce193f37)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #91 pc 0000000000362be0  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, bool, art::JValue*)+4124) (BuildId: 05bfa63ad29b97d7dde4e764ce193f37)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #92 pc 000000000076e7a8  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>(art::interpreter::SwitchImplContext*)+12208) (BuildId: 05bfa63ad29b97d7dde4e764ce193f37)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #93 pc 0000000000381bd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 05bfa63ad29b97d7dde4e764ce193f37)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #94 pc 00000000001d9138  /system/framework/framework.jar (android.app.ActivityThread.main+0)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #95 pc 0000000000353bd8  /apex/com.android.art/lib64/libart.so (artQuickToInterpreterBridge+1932) (BuildId: 05bfa63ad29b97d7dde4e764ce193f37)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #96 pc 000000000037f698  /apex/com.android.art/lib64/libart.so (art_quick_to_interpreter_bridge+88) (BuildId: 05bfa63ad29b97d7dde4e764ce193f37)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #97 pc 0000000000369040  /apex/com.android.art/lib64/libart.so (art_quick_invoke_static_stub+640) (BuildId: 05bfa63ad29b97d7dde4e764ce193f37)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #98 pc 0000000000364a5c  /apex/com.android.art/lib64/libart.so (_jobject* art::InvokeMethod<(art::PointerSize)8>(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jobject*, _jobject*, unsigned long)+732) (BuildId: 05bfa63ad29b97d7dde4e764ce193f37)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #99 pc 00000000006c68c0  /apex/com.android.art/lib64/libart.so (art::Method_invoke(_JNIEnv*, _jobject*, _jobject*, _jobjectArray*) (.__uniq.165753521025965369065708152063621506277)+32) (BuildId: 05bfa63ad29b97d7dde4e764ce193f37)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #100 pc 000000000037f570  /apex/com.android.art/lib64/libart.so (art_quick_generic_jni_trampoline+144) (BuildId: 05bfa63ad29b97d7dde4e764ce193f37)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #101 pc 0000000000368d74  /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+612) (BuildId: 05bfa63ad29b97d7dde4e764ce193f37)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #102 pc 000000000036234c  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, bool, art::JValue*)+1928) (BuildId: 05bfa63ad29b97d7dde4e764ce193f37)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #103 pc 000000000076e7a8  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>(art::interpreter::SwitchImplContext*)+12208) (BuildId: 05bfa63ad29b97d7dde4e764ce193f37)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #104 pc 0000000000381bd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 05bfa63ad29b97d7dde4e764ce193f37)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #105 pc 00000000001d426c  /system/framework/framework.jar (com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run+0)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #106 pc 0000000000353bd8  /apex/com.android.art/lib64/libart.so (artQuickToInterpreterBridge+1932) (BuildId: 05bfa63ad29b97d7dde4e764ce193f37)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #107 pc 000000000037f698  /apex/com.android.art/lib64/libart.so (art_quick_to_interpreter_bridge+88) (BuildId: 05bfa63ad29b97d7dde4e764ce193f37)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #108 pc 0000000000805f24  /system/framework/arm64/boot-framework.oat (com.android.internal.os.ZygoteInit.main+3028) (BuildId: 63f4eb325f3987ae1d20b869e98918cda0bfdf73)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #109 pc 0000000000369040  /apex/com.android.art/lib64/libart.so (art_quick_invoke_static_stub+640) (BuildId: 05bfa63ad29b97d7dde4e764ce193f37)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #110 pc 0000000000354568  /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+204) (BuildId: 05bfa63ad29b97d7dde4e764ce193f37)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #111 pc 000000000035251c  /apex/com.android.art/lib64/libart.so (art::JValue art::InvokeWithVarArgs<_jmethodID*>(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jmethodID*, std::__va_list)+512) (BuildId: 05bfa63ad29b97d7dde4e764ce193f37)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #112 pc 0000000000739788  /apex/com.android.art/lib64/libart.so (art::JNI<true>::CallStaticVoidMethodV(_JNIEnv*, _jclass*, _jmethodID*, std::__va_list)+104) (BuildId: 05bfa63ad29b97d7dde4e764ce193f37)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #113 pc 00000000000d5290  /system/lib64/libandroid_runtime.so (_JNIEnv::CallStaticVoidMethod(_jclass*, _jmethodID*, ...)+104) (BuildId: 7e2a886b7a4523debea27d91258da727)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #114 pc 00000000000ea74c  /system/lib64/libandroid_runtime.so (android::AndroidRuntime::start(char const*, android::Vector<android::String8> const&, bool)+908) (BuildId: 7e2a886b7a4523debea27d91258da727)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #115 pc 0000000000004568  /system/bin/app_process64 (main+1204) (BuildId: ca426b31a2d06fac00c886329fb5d520)
04-02 13:38:34.168  8537  8537 F DEBUG   :       #116 pc 00000000000552cc  /apex/com.android.runtime/lib64/bionic/libc.so (__libc_init+116) (BuildId: 1b9fecf834d610f77e641f026ca7269b)
  1. Checked that ndk crashes are visible in datadog web ui. Also temporarily (locally) integrated the gradle plugin to upload symbols. The line numbers are present in stacktraces. link
  2. check_elf_alignment.sh script results look fine.
output
=== ELF alignment ===
/var/folders/s8/kbx30lvx3ms0gm63bxp2yd1h0000gp/T/kotlin-us1-debug_out_zyE7q/lib/armeabi-v7a/libnative-filters.so: \e[31mUNALIGNED\e[0m (2**12)
/var/folders/s8/kbx30lvx3ms0gm63bxp2yd1h0000gp/T/kotlin-us1-debug_out_zyE7q/lib/armeabi-v7a/libnative-imagetranscoder.so: \e[31mUNALIGNED\e[0m (2**12)
/var/folders/s8/kbx30lvx3ms0gm63bxp2yd1h0000gp/T/kotlin-us1-debug_out_zyE7q/lib/armeabi-v7a/libimagepipeline.so: \e[31mUNALIGNED\e[0m (2**12)
/var/folders/s8/kbx30lvx3ms0gm63bxp2yd1h0000gp/T/kotlin-us1-debug_out_zyE7q/lib/armeabi-v7a/libdatadog-native-lib.so: \e[31mUNALIGNED\e[0m (2**12)
/var/folders/s8/kbx30lvx3ms0gm63bxp2yd1h0000gp/T/kotlin-us1-debug_out_zyE7q/lib/armeabi-v7a/libdatadog-native-lib-test.so: \e[31mUNALIGNED\e[0m (2**12)
/var/folders/s8/kbx30lvx3ms0gm63bxp2yd1h0000gp/T/kotlin-us1-debug_out_zyE7q/lib/armeabi-v7a/libdatadog-native-sample-lib.so: \e[31mUNALIGNED\e[0m (2**12)
/var/folders/s8/kbx30lvx3ms0gm63bxp2yd1h0000gp/T/kotlin-us1-debug_out_zyE7q/lib/x86/libnative-filters.so: \e[31mUNALIGNED\e[0m (2**12)
/var/folders/s8/kbx30lvx3ms0gm63bxp2yd1h0000gp/T/kotlin-us1-debug_out_zyE7q/lib/x86/libnative-imagetranscoder.so: \e[31mUNALIGNED\e[0m (2**12)
/var/folders/s8/kbx30lvx3ms0gm63bxp2yd1h0000gp/T/kotlin-us1-debug_out_zyE7q/lib/x86/libimagepipeline.so: \e[31mUNALIGNED\e[0m (2**12)
/var/folders/s8/kbx30lvx3ms0gm63bxp2yd1h0000gp/T/kotlin-us1-debug_out_zyE7q/lib/x86/libdatadog-native-lib.so: \e[31mUNALIGNED\e[0m (2**12)
/var/folders/s8/kbx30lvx3ms0gm63bxp2yd1h0000gp/T/kotlin-us1-debug_out_zyE7q/lib/x86/libdatadog-native-lib-test.so: \e[31mUNALIGNED\e[0m (2**12)
/var/folders/s8/kbx30lvx3ms0gm63bxp2yd1h0000gp/T/kotlin-us1-debug_out_zyE7q/lib/x86/libdatadog-native-sample-lib.so: \e[31mUNALIGNED\e[0m (2**12)
/var/folders/s8/kbx30lvx3ms0gm63bxp2yd1h0000gp/T/kotlin-us1-debug_out_zyE7q/lib/arm64-v8a/libnative-filters.so: \e[32mALIGNED\e[0m (2**16)
/var/folders/s8/kbx30lvx3ms0gm63bxp2yd1h0000gp/T/kotlin-us1-debug_out_zyE7q/lib/arm64-v8a/libnative-imagetranscoder.so: \e[32mALIGNED\e[0m (2**16)
/var/folders/s8/kbx30lvx3ms0gm63bxp2yd1h0000gp/T/kotlin-us1-debug_out_zyE7q/lib/arm64-v8a/libimagepipeline.so: \e[32mALIGNED\e[0m (2**16)
/var/folders/s8/kbx30lvx3ms0gm63bxp2yd1h0000gp/T/kotlin-us1-debug_out_zyE7q/lib/arm64-v8a/libdatadog-native-lib.so: \e[32mALIGNED\e[0m (2**14)
/var/folders/s8/kbx30lvx3ms0gm63bxp2yd1h0000gp/T/kotlin-us1-debug_out_zyE7q/lib/arm64-v8a/libdatadog-native-lib-test.so: \e[32mALIGNED\e[0m (2**14)
/var/folders/s8/kbx30lvx3ms0gm63bxp2yd1h0000gp/T/kotlin-us1-debug_out_zyE7q/lib/arm64-v8a/libdatadog-native-sample-lib.so: \e[32mALIGNED\e[0m (2**14)
/var/folders/s8/kbx30lvx3ms0gm63bxp2yd1h0000gp/T/kotlin-us1-debug_out_zyE7q/lib/x86_64/libnative-filters.so: \e[31mUNALIGNED\e[0m (2**12)
/var/folders/s8/kbx30lvx3ms0gm63bxp2yd1h0000gp/T/kotlin-us1-debug_out_zyE7q/lib/x86_64/libnative-imagetranscoder.so: \e[31mUNALIGNED\e[0m (2**12)
/var/folders/s8/kbx30lvx3ms0gm63bxp2yd1h0000gp/T/kotlin-us1-debug_out_zyE7q/lib/x86_64/libimagepipeline.so: \e[31mUNALIGNED\e[0m (2**12)
/var/folders/s8/kbx30lvx3ms0gm63bxp2yd1h0000gp/T/kotlin-us1-debug_out_zyE7q/lib/x86_64/libdatadog-native-lib.so: \e[32mALIGNED\e[0m (2**14)
/var/folders/s8/kbx30lvx3ms0gm63bxp2yd1h0000gp/T/kotlin-us1-debug_out_zyE7q/lib/x86_64/libdatadog-native-lib-test.so: \e[32mALIGNED\e[0m (2**14)
/var/folders/s8/kbx30lvx3ms0gm63bxp2yd1h0000gp/T/kotlin-us1-debug_out_zyE7q/lib/x86_64/libdatadog-native-sample-lib.so: \e[32mALIGNED\e[0m (2**14)
\e[31mFound 15 unaligned libs (only arm64-v8a/x86_64 libs need to be aligned).\e[0m

5. `zipalign` outputs "Verification successful"
output
Verifying alignment of ./sample/kotlin/build/outputs/apk/us1/debug/kotlin-us1-debug.apk (4)...
      48 assets/license.txt (OK - compressed)
    4517 classes4.dex (OK - compressed)
    9348 classes5.dex (OK - compressed)
   20663 classes11.dex (OK - compressed)
   24977 classes8.dex (OK - compressed)
   53095 classes12.dex (OK - compressed)
   61878 classes9.dex (OK - compressed)
  192674 classes7.dex (OK - compressed)
  197025 DebugProbesKt.bin (OK - compressed)
  197888 META-INF/androidx/annotation/annotation/LICENSE.txt (OK - compressed)
  201548 META-INF/native-image/io.netty/netty-buffer/native-image.properties (OK - compressed)
  202124 META-INF/native-image/io.netty/netty-codec-http/generated/handlers/reflect-config.json (OK - compressed)
  203041 META-INF/native-image/io.netty/netty-codec-http/native-image.properties (OK - compressed)
  203652 META-INF/native-image/io.netty/netty-codec-http2/generated/handlers/reflect-config.json (OK - compressed)
  204027 META-INF/native-image/io.netty/netty-codec-http2/native-image.properties (OK - compressed)
  204627 META-INF/native-image/io.netty/netty-codec/generated/handlers/reflect-config.json (OK - compressed)
  205475 META-INF/native-image/io.netty/netty-codec/native-image.properties (OK - compressed)
  206005 META-INF/native-image/io.netty/netty-common/native-image.properties (OK - compressed)
  206679 META-INF/native-image/io.netty/netty-handler/generated/handlers/reflect-config.json (OK - compressed)
  207923 META-INF/native-image/io.netty/netty-handler/native-image.properties (OK - compressed)
  208456 META-INF/native-image/io.netty/netty-handler/reflect-config.json (OK - compressed)
  208731 META-INF/native-image/io.netty/netty-transport-classes-epoll/jni-config.json (OK - compressed)
  209376 META-INF/native-image/io.netty/netty-transport-classes-epoll/native-image.properties (OK - compressed)
  209931 META-INF/native-image/io.netty/netty-transport-classes-epoll/reflect-config.json (OK - compressed)
  210227 META-INF/native-image/io.netty/netty-transport-classes-epoll/resource-config.json (OK - compressed)
  210492 META-INF/native-image/io.netty/netty-transport/generated/handlers/reflect-config.json (OK - compressed)
  210934 META-INF/native-image/io.netty/netty-transport/reflect-config.json (OK - compressed)
  211308 META-INF/native-image/io.opentelemetry/opentelemetry-api/resource-config.json (OK - compressed)
  211533 META-INF/native-image/io.opentelemetry/opentelemetry-sdk-trace/reflect-config.json (OK - compressed)
  211800 META-INF/native-image/jansi/jni-config.json (OK - compressed)
  213447 META-INF/native-image/jansi/resource-config.json (OK - compressed)
  213625 META-INF/services/io.ktor.server.config.ConfigLoader (OK - compressed)
  213766 META-INF/services/kotlin.reflect.jvm.internal.impl.builtins.BuiltInsLoader (OK - compressed)
  213958 META-INF/services/kotlin.reflect.jvm.internal.impl.resolve.ExternalOverridabilityCondition (OK - compressed)
  214149 META-INF/services/kotlinx.coroutines.CoroutineExceptionHandler (OK - compressed)
  214296 META-INF/services/kotlinx.coroutines.internal.MainDispatcherFactory (OK - compressed)
  214445 META-INF/services/reactor.blockhound.integration.BlockHoundIntegration (OK - compressed)
  214924 androidsupportmultidexversion.txt (OK)
  215025 custom.config.conf (OK - compressed)
  215114 custom.config.yaml (OK - compressed)
  215228 io/opentelemetry/api/incubator/version.properties (OK)
  215324 io/opentelemetry/api/version.properties (OK)
  215416 io/opentelemetry/context/version.properties (OK)
  215512 io/opentelemetry/sdk/common/version.properties (OK)
  215604 io/opentelemetry/sdk/logs/version.properties (OK)
  215700 io/opentelemetry/sdk/metrics/version.properties (OK)
  215796 io/opentelemetry/sdk/trace/version.properties (OK)
  215884 io/opentelemetry/sdk/version.properties (OK)
  215976 kotlin/annotation/annotation.kotlin_builtins (OK - compressed)
  216613 kotlin/collections/collections.kotlin_builtins (OK - compressed)
  218208 kotlin/coroutines/coroutines.kotlin_builtins (OK - compressed)
  218435 kotlin/internal/internal.kotlin_builtins (OK - compressed)
  218888 kotlin/kotlin.kotlin_builtins (OK - compressed)
  224211 kotlin/ranges/ranges.kotlin_builtins (OK - compressed)
  225571 kotlin/reflect/reflect.kotlin_builtins (OK - compressed)
  226923 okhttp3/internal/publicsuffix/NOTICE (OK - compressed)
  227152 okhttp3/internal/publicsuffix/publicsuffixes.gz (OK)
  268638 org/fusesource/jansi/internal/native/Mac/arm64/libjansi.jnilib (OK - compressed)
  272598 org/fusesource/jansi/internal/native/Mac/x86/libjansi.jnilib (OK - compressed)
  275558 org/fusesource/jansi/internal/native/Mac/x86_64/libjansi.jnilib (OK - compressed)
  279341 org/fusesource/jansi/internal/native/Windows/x86/jansi.dll (OK - compressed)
  316101 org/fusesource/jansi/internal/native/Windows/x86_64/jansi.dll (OK - compressed)
  355924 org/fusesource/jansi/jansi.properties (OK)
  355998 org/fusesource/jansi/jansi.txt (OK - compressed)
  356253 classes13.dex (OK - compressed)
  360709 lib/x86/libdatadog-native-lib.so (OK - compressed)
  675722 classes10.dex (OK - compressed)
  713878 lib/x86/libnative-imagetranscoder.so (OK - compressed)
  945780 AndroidManifest.xml (OK - compressed)
  949495 res/anim/abc_fade_in.xml (OK - compressed)
  949766 res/anim/abc_fade_out.xml (OK - compressed)
  950055 res/anim/abc_grow_fade_in_from_bottom.xml (OK - compressed)
  950489 res/anim/abc_popup_enter.xml (OK - compressed)
  950804 res/anim/abc_popup_exit.xml (OK - compressed)
  951137 res/anim/abc_shrink_fade_out_from_bottom.xml (OK - compressed)
  951576 res/anim/abc_slide_in_bottom.xml (OK - compressed)
  951863 res/anim/abc_slide_in_top.xml (OK - compressed)
  952155 res/anim/abc_slide_out_bottom.xml (OK - compressed)
  952442 res/anim/abc_slide_out_top.xml (OK - compressed)
  952730 res/anim/abc_tooltip_enter.xml (OK - compressed)
  953007 res/anim/abc_tooltip_exit.xml (OK - compressed)
  953317 res/anim/btn_checkbox_to_checked_box_inner_merged_animation.xml (OK - compressed)
  954051 res/anim/btn_checkbox_to_checked_box_outer_merged_animation.xml (OK - compressed)
  954879 res/anim/btn_checkbox_to_checked_icon_null_animation.xml (OK - compressed)
  955371 res/anim/btn_checkbox_to_unchecked_box_inner_merged_animation.xml (OK - compressed)
  956127 res/anim/btn_checkbox_to_unchecked_check_path_merged_animation.xml (OK - compressed)
  956946 res/anim/btn_checkbox_to_unchecked_icon_null_animation.xml (OK - compressed)
  957427 res/anim/btn_radio_to_off_mtrl_dot_group_animation.xml (OK - compressed)
  957942 res/anim/btn_radio_to_off_mtrl_ring_outer_animation.xml (OK - compressed)
  958465 res/anim/btn_radio_to_off_mtrl_ring_outer_path_animation.xml (OK - compressed)
  958921 res/anim/btn_radio_to_on_mtrl_dot_group_animation.xml (OK - compressed)
  959426 res/anim/btn_radio_to_on_mtrl_ring_outer_animation.xml (OK - compressed)
  959943 res/anim/btn_radio_to_on_mtrl_ring_outer_path_animation.xml (OK - compressed)
  960398 res/anim-v21/design_bottom_sheet_slide_in.xml (OK - compressed)
  960773 res/anim-v21/design_bottom_sheet_slide_out.xml (OK - compressed)
  961132 res/anim/design_snackbar_in.xml (OK - compressed)
  961374 res/anim/design_snackbar_out.xml (OK - compressed)
  961630 res/anim-v21/fragment_fast_out_extra_slow_in.xml (OK - compressed)
  961921 res/anim-v21/mtrl_bottom_sheet_slide_in.xml (OK - compressed)
  962294 res/anim-v21/mtrl_bottom_sheet_slide_out.xml (OK - compressed)
  962662 res/anim/mtrl_card_lowers_interpolator.xml (OK - compressed)
  962962 res/animator-v21/design_appbar_state_list_animator.xml (OK - compressed)
  963480 res/animator/design_fab_hide_motion_spec.xml (OK - compressed)
  963883 res/animator/design_fab_show_motion_spec.xml (OK - compressed)
  964277 res/animator/fragment_close_enter.xml (OK - compressed)
  964738 res/animator/fragment_close_exit.xml (OK - compressed)
  965199 res/animator/fragment_fade_enter.xml (OK - compressed)
  965529 res/animator/fragment_fade_exit.xml (OK - compressed)
  965860 res/animator/fragment_open_enter.xml (OK - compressed)
  966314 res/animator/fragment_open_exit.xml (OK - compressed)
  966797 res/animator/linear_indeterminate_line1_head_interpolator.xml (OK - compressed)
  967102 res/animator/linear_indeterminate_line1_tail_interpolator.xml (OK - compressed)
  967404 res/animator/linear_indeterminate_line2_head_interpolator.xml (OK - compressed)
  967702 res/animator/linear_indeterminate_line2_tail_interpolator.xml (OK - compressed)
  967989 res/animator/mtrl_btn_state_list_anim.xml (OK - compressed)
  968681 res/animator/mtrl_btn_unelevated_state_list_anim.xml (OK - compressed)
  968819 res/animator/mtrl_card_state_list_anim.xml (OK - compressed)
  969374 res/animator/mtrl_chip_state_list_anim.xml (OK - compressed)
  969861 res/animator/mtrl_extended_fab_change_size_collapse_motion_spec.xml (OK - compressed)
  970334 res/animator/mtrl_extended_fab_change_size_expand_motion_spec.xml (OK - compressed)
  970793 res/animator/mtrl_extended_fab_hide_motion_spec.xml (OK - compressed)
  971196 res/animator/mtrl_extended_fab_show_motion_spec.xml (OK - compressed)
  971640 res/animator/mtrl_extended_fab_state_list_animator.xml (OK - compressed)
  972324 res/animator/mtrl_fab_hide_motion_spec.xml (OK - compressed)
  972730 res/animator/mtrl_fab_show_motion_spec.xml (OK - compressed)
  973159 res/animator/mtrl_fab_transformation_sheet_collapse_spec.xml (OK - compressed)
  973759 res/animator/mtrl_fab_transformation_sheet_expand_spec.xml (OK - compressed)
  974361 res/color/abc_background_cache_hint_selector_material_dark.xml (OK - compressed)
  974685 res/color/abc_background_cache_hint_selector_material_light.xml (OK - compressed)
  975004 res/color-v21/abc_btn_colored_borderless_text_material.xml (OK - compressed)
  975307 res/color/abc_btn_colored_text_material.xml (OK - compressed)
  975657 res/color/abc_hint_foreground_material_dark.xml (OK - compressed)
  975995 res/color/abc_hint_foreground_material_light.xml (OK - compressed)
  976342 res/color/abc_primary_text_disable_only_material_dark.xml (OK - compressed)
  976658 res/color/abc_primary_text_disable_only_material_light.xml (OK - compressed)
  976960 res/color/abc_primary_text_material_dark.xml (OK - compressed)
  977265 res/color/abc_primary_text_material_light.xml (OK - compressed)
  977557 res/color/abc_search_url_text.xml (OK - compressed)
  977883 res/color/abc_secondary_text_material_dark.xml (OK - compressed)
  978189 res/color/abc_secondary_text_material_light.xml (OK - compressed)
  978484 res/color/abc_tint_btn_checkable.xml (OK - compressed)
  978852 res/color/abc_tint_default.xml (OK - compressed)
  979318 res/color/abc_tint_edittext.xml (OK - compressed)
  979698 res/color/abc_tint_seek_thumb.xml (OK - compressed)
  980031 res/color/abc_tint_spinner.xml (OK - compressed)
  980413 res/color/abc_tint_switch_track.xml (OK - compressed)
  980788 res/color/checkbox_state_tint.xml (OK - compressed)
  981116 res/color/checkbox_themeable_attribute_color.xml (OK - compressed)
  981412 res/color/design_box_stroke_color.xml (OK - compressed)
  981754 res/color/design_error.xml (OK - compressed)
  982044 res/color/design_icon_tint.xml (OK - compressed)
  982316 res/color/material_cursor_color.xml (OK - compressed)
  982570 res/color/material_on_background_disabled.xml (OK - compressed)
  982861 res/color/material_on_background_emphasis_high_type.xml (OK - compressed)
  983149 res/color/material_on_background_emphasis_medium.xml (OK - compressed)
  983427 res/color/material_on_primary_disabled.xml (OK - compressed)
  983715 res/color/material_on_primary_emphasis_high_type.xml (OK - compressed)
  984000 res/color/material_on_primary_emphasis_medium.xml (OK - compressed)
  984278 res/color/material_on_surface_disabled.xml (OK - compressed)
  984566 res/color/material_on_surface_emphasis_high_type.xml (OK - compressed)
  984851 res/color/material_on_surface_emphasis_medium.xml (OK - compressed)
  985127 res/color/material_on_surface_stroke.xml (OK - compressed)
  985421 res/color/material_slider_active_tick_marks_color.xml (OK - compressed)
  985754 res/color/material_slider_active_track_color.xml (OK - compressed)
  986071 res/color/material_slider_halo_color.xml (OK - compressed)
  986408 res/color/material_slider_inactive_tick_marks_color.xml (OK - compressed)
  986747 res/color/material_slider_inactive_track_color.xml (OK - compressed)
  987073 res/color/material_slider_thumb_color.xml (OK - compressed)
  987403 res/color/material_timepicker_button_background.xml (OK - compressed)
  987731 res/color/material_timepicker_button_stroke.xml (OK - compressed)
  988022 res/color/material_timepicker_clock_text_color.xml (OK - compressed)
  988322 res/color/material_timepicker_clockface.xml (OK - compressed)
  988610 res/color/material_timepicker_modebutton_tint.xml (OK - compressed)
  988895 res/color/mtrl_bottom_nav_colored_item_tint.xml (OK - compressed)
  989224 res/color/mtrl_bottom_nav_colored_ripple_color.xml (OK - compressed)
  989627 res/color/mtrl_bottom_nav_item_tint.xml (OK - compressed)
  989950 res/color/mtrl_bottom_nav_ripple_color.xml (OK - compressed)
  990440 res/color/mtrl_btn_bg_color_selector.xml (OK - compressed)
  990754 res/color/mtrl_btn_ripple_color.xml (OK - compressed)
  991152 res/color/mtrl_btn_stroke_color_selector.xml (OK - compressed)
  991484 res/color/mtrl_btn_text_btn_bg_color_selector.xml (OK - compressed)
  991808 res/color/mtrl_btn_text_btn_ripple_color.xml (OK - compressed)
  992202 res/color/mtrl_btn_text_color_selector.xml (OK - compressed)
  992527 res/color/mtrl_calendar_item_stroke_color.xml (OK - compressed)
  992916 res/color/mtrl_calendar_selected_range.xml (OK - compressed)
  993196 res/color/mtrl_card_view_foreground.xml (OK - compressed)
  993571 res/color/mtrl_card_view_ripple.xml (OK - compressed)
  993956 res/color/mtrl_chip_background_color.xml (OK - compressed)
  994341 res/color/mtrl_chip_close_icon_tint.xml (OK - compressed)
  994759 res/color/mtrl_chip_surface_color.xml (OK - compressed)
  995004 res/color/mtrl_chip_text_color.xml (OK - compressed)
  995338 res/color/mtrl_choice_chip_background_color.xml (OK - compressed)
  995729 res/color/mtrl_choice_chip_ripple_color.xml (OK - compressed)
  996126 res/color/mtrl_choice_chip_text_color.xml (OK - compressed)
  996491 res/color/mtrl_error.xml (OK - compressed)
  996789 res/color/mtrl_fab_bg_color_selector.xml (OK - compressed)
  997116 res/color/mtrl_fab_icon_text_color_selector.xml (OK - compressed)
  997430 res/color/mtrl_fab_ripple_color.xml (OK - compressed)
  997826 res/color/mtrl_filled_background_color.xml (OK - compressed)
  998202 res/color/mtrl_filled_icon_tint.xml (OK - compressed)
  998558 res/color/mtrl_filled_stroke_color.xml (OK - compressed)
  998949 res/color/mtrl_indicator_text_color.xml (OK - compressed)
  999284 res/color/mtrl_navigation_item_background_color.xml (OK - compressed)
  999637 res/color/mtrl_navigation_item_icon_tint.xml (OK - compressed)
  999994 res/color/mtrl_navigation_item_text_color.xml (OK - compressed)
 1000364 res/color/mtrl_on_primary_text_btn_text_color_selector.xml (OK - compressed)
 1000681 res/color/mtrl_on_surface_ripple_color.xml (OK - compressed)
 1001051 res/color/mtrl_outlined_icon_tint.xml (OK - compressed)
 1001409 res/color/mtrl_outlined_stroke_color.xml (OK - compressed)
 1001803 res/color/mtrl_popupmenu_overlay_color.xml (OK - compressed)
 1002082 res/color/mtrl_tabs_colored_ripple_color.xml (OK - compressed)
 1002489 res/color/mtrl_tabs_icon_color_selector.xml (OK - compressed)
 1002815 res/color/mtrl_tabs_icon_color_selector_colored.xml (OK - compressed)
 1003138 res/color/mtrl_tabs_legacy_text_color_selector.xml (OK - compressed)
 1003432 res/color/mtrl_tabs_ripple_color.xml (OK - compressed)
 1003929 res/color/mtrl_text_btn_text_color_selector.xml (OK - compressed)
 1004334 res/color/radiobutton_themeable_attribute_color.xml (OK - compressed)
 1004633 res/color/switch_thumb_material_dark.xml (OK - compressed)
 1004933 res/color/switch_thumb_material_light.xml (OK - compressed)
 1005228 res/color/test_mtrl_calendar_day.xml (OK - compressed)
 1005483 res/color/test_mtrl_calendar_day_selected.xml (OK - compressed)
 1005724 res/color/vector_tint_color.xml (OK - compressed)
 1005971 res/color/vector_tint_theme_color.xml (OK - compressed)
 1006239 res/color-night-v8/material_timepicker_button_stroke.xml (OK - compressed)
 1006532 res/color-night-v8/material_timepicker_clockface.xml (OK - compressed)
 1006831 res/color-night-v8/material_timepicker_modebutton_tint.xml (OK - compressed)
 1007100 res/color-v23/abc_btn_colored_borderless_text_material.xml (OK - compressed)
 1007420 res/color-v23/abc_btn_colored_text_material.xml (OK - compressed)
 1007738 res/color-v23/abc_color_highlight_material.xml (OK - compressed)
 1008066 res/color-v23/abc_tint_btn_checkable.xml (OK - compressed)
 1008405 res/color-v23/abc_tint_default.xml (OK - compressed)
 1008841 res/color-v23/abc_tint_edittext.xml (OK - compressed)
 1009191 res/color-v23/abc_tint_seek_thumb.xml (OK - compressed)
 1009497 res/color-v23/abc_tint_spinner.xml (OK - compressed)
 1009849 res/color-v23/abc_tint_switch_track.xml (OK - compressed)
 1010199 res/drawable/$avd_hide_password__0.xml (OK - compressed)
 1010787 res/drawable/$avd_hide_password__1.xml (OK - compressed)
 1011166 res/drawable/$avd_hide_password__2.xml (OK - compressed)
 1011529 res/drawable/$avd_show_password__0.xml (OK - compressed)
 1012097 res/drawable/$avd_show_password__1.xml (OK - compressed)
 1012476 res/drawable/$avd_show_password__2.xml (OK - compressed)
 1012861 res/drawable-v21/abc_action_bar_item_background_material.xml (OK - compressed)
 1013087 res/drawable/abc_btn_borderless_material.xml (OK - compressed)
 1013408 res/drawable/abc_btn_check_material.xml (OK - compressed)
 1013712 res/drawable/abc_btn_check_material_anim.xml (OK - compressed)
 1014129 res/drawable-v21/abc_btn_colored_material.xml (OK - compressed)
 1014753 res/drawable/abc_btn_default_mtrl_shape.xml (OK - compressed)
 1015216 res/drawable/abc_btn_radio_material.xml (OK - compressed)
 1015520 res/drawable/abc_btn_radio_material_anim.xml (OK - compressed)
 1015936 res/drawable/abc_cab_background_internal_bg.xml (OK - compressed)
 1016199 res/drawable/abc_cab_background_top_material.xml (OK - compressed)
 1016454 res/drawable-v21/abc_dialog_material_background.xml (OK - compressed)
 1016851 res/drawable-v21/abc_edit_text_material.xml (OK - compressed)
 1017383 res/drawable/abc_ic_ab_back_material.xml (OK - compressed)
 1017847 res/drawable/abc_ic_arrow_drop_right_black_24dp.xml (OK - compressed)
 1018407 res/drawable/abc_ic_clear_material.xml (OK - compressed)
 1018843 res/drawable/abc_ic_go_search_api_material.xml (OK - compressed)
 1019260 res/drawable/abc_ic_menu_copy_mtrl_am_alpha.xml (OK - compressed)
 1019738 res/drawable/abc_ic_menu_cut_mtrl_alpha.xml (OK - compressed)
 1020368 res/drawable/abc_ic_menu_overflow_material.xml (OK - compressed)
 1020835 res/drawable/abc_ic_menu_paste_mtrl_am_alpha.xml (OK - compressed)
 1021349 res/drawable/abc_ic_menu_selectall_mtrl_alpha.xml (OK - compressed)
 1021895 res/drawable/abc_ic_menu_share_mtrl_alpha.xml (OK - compressed)
 1022482 res/drawable/abc_ic_search_api_material.xml (OK - compressed)
 1023012 res/drawable/abc_ic_voice_search_api_material.xml (OK - compressed)
 1023545 res/drawable/abc_item_background_holo_dark.xml (OK - compressed)
 1023941 res/drawable/abc_item_background_holo_light.xml (OK - compressed)
 1024336 res/drawable-v21/abc_list_divider_material.xml (OK - compressed)
 1024678 res/drawable/abc_list_selector_background_transition_holo_dark.xml (OK - compressed)
 1024973 res/drawable/abc_list_selector_background_transition_holo_light.xml (OK - compressed)
 1025245 res/drawable/abc_list_selector_holo_dark.xml (OK - compressed)
 1025658 res/drawable/abc_list_selector_holo_light.xml (OK - compressed)
 1026076 res/drawable/abc_ratingbar_indicator_material.xml (OK - compressed)
 1026213 res/drawable/abc_ratingbar_material.xml (OK - compressed)
 1026356 res/drawable/abc_ratingbar_small_material.xml (OK - compressed)
 1026497 res/drawable/abc_seekbar_thumb_material.xml (OK - compressed)
 1026927 res/drawable/abc_seekbar_tick_mark_material.xml (OK - compressed)
 1027244 res/drawable/abc_seekbar_track_material.xml (OK - compressed)
 1027756 res/drawable/abc_spinner_textfield_background_material.xml (OK - compressed)
 1028229 res/drawable/abc_star_black_48dp.xml (OK - compressed)
 1028661 res/drawable/abc_star_half_black_48dp.xml (OK - compressed)
 1029064 res/drawable/abc_switch_thumb_material.xml (OK - compressed)
 1029367 res/drawable/abc_tab_indicator_material.xml (OK - compressed)
 1029671 res/drawable/abc_text_cursor_material.xml (OK - compressed)
 1029988 res/drawable/abc_textfield_search_material.xml (OK - compressed)
 1030342 res/drawable/abc_vector_test.xml (OK - compressed)
 1030739 res/drawable/avd_hide_password.xml (OK - compressed)
 1031102 res/drawable/avd_show_password.xml (OK - compressed)
 1031476 res/drawable/baseline_arrow_drop_down_24.xml (OK - compressed)
 1031868 res/drawable/baseline_edit_calendar_24.xml (OK - compressed)
 1032416 res/drawable/baseline_emergency_recording_24.xml (OK - compressed)
 1032934 res/drawable/baseline_font_download_24.xml (OK - compressed)
 1033440 res/drawable/baseline_more_time_24.xml (OK - compressed)
 1034046 res/drawable/baseline_password_24.xml (OK - compressed)
 1034622 res/drawable/baseline_radio_button_checked_24.xml (OK - compressed)
 1035119 res/drawable/baseline_radio_button_unchecked_24.xml (OK - compressed)
 1035572 res/drawable/baseline_reorder_24.xml (OK - compressed)
 1035991 res/drawable/baseline_text_fields_24.xml (OK - compressed)
 1036408 res/drawable/btn_checkbox_checked_mtrl.xml (OK - compressed)
 1037344 res/drawable/btn_checkbox_checked_to_unchecked_mtrl_animation.xml (OK - compressed)
 1037722 res/drawable/btn_checkbox_unchecked_mtrl.xml (OK - compressed)
 1038648 res/drawable/btn_checkbox_unchecked_to_checked_mtrl_animation.xml (OK - compressed)
 1039013 res/drawable/btn_radio_off_mtrl.xml (OK - compressed)
 1039797 res/drawable/btn_radio_off_to_on_mtrl_animation.xml (OK - compressed)
 1040161 res/drawable/btn_radio_on_mtrl.xml (OK - compressed)
 1040920 res/drawable/btn_radio_on_to_off_mtrl_animation.xml (OK - compressed)
 1041311 res/drawable-v21/design_bottom_navigation_item_background.xml (OK - compressed)
 1041535 res/drawable/design_fab_background.xml (OK - compressed)
 1041786 res/drawable/design_ic_visibility.xml (OK - compressed)
 1042134 res/drawable/design_ic_visibility_off.xml (OK - compressed)
 1042824 res/drawable/design_password_eye.xml (OK - compressed)
 1043241 res/drawable/design_snackbar_background.xml (OK - compressed)
 1043520 res/drawable/ic_100tb.xml (OK - compressed)
 1045634 res/drawable/ic_add_24dp.xml (OK - compressed)
 1046032 res/drawable-v21/ic_arrow_down_24dp.xml (OK - compressed)
 1046450 res/drawable/ic_baseline_action_24.xml (OK - compressed)
 1047143 res/drawable/ic_baseline_end_res_24.xml (OK - compressed)
 1047676 res/drawable/ic_baseline_error_24.xml (OK - compressed)
 1048126 res/drawable/ic_baseline_lock_open_24.xml (OK - compressed)
 1048633 res/drawable/ic_baseline_refresh_24.xml (OK - compressed)
 1049158 res/drawable/ic_baseline_start_res_24.xml (OK - compressed)
 1049666 res/drawable/ic_bookmark_border_white_24dp.xml (OK - compressed)
 1050092 res/drawable/ic_bookmark_white_24dp.xml (OK - compressed)
 1050496 res/drawable/ic_cancel_red_24dp.xml (OK - compressed)
 1050970 res/drawable/ic_check_circle_green_24dp.xml (OK - compressed)
 1051422 res/drawable/ic_clock_black_24dp.xml (OK - compressed)
 1051912 res/drawable/ic_compose_android_24dp.xml (OK - compressed)
 1052431 res/drawable/ic_crash_black_24dp.xml (OK - compressed)
 1052980 res/drawable/ic_data_list_black_24dp.xml (OK - compressed)
 1053438 res/drawable/ic_dd_icon_green.xml (OK - compressed)
 1055659 res/drawable/ic_dd_icon_red.xml (OK - compressed)
 1057884 res/drawable/ic_dd_icon_rgb.png (OK)
 1061614 res/drawable/ic_dd_icon_white.xml (OK - compressed)
 1063835 res/drawable/ic_dd_shape_oval.xml (OK - compressed)
 1064140 res/drawable/ic_dd_shape_rect.xml (OK - compressed)
 1064444 res/drawable/ic_dd_statelist.xml (OK - compressed)
 1064739 res/drawable/ic_error_red_24dp.xml (OK - compressed)
 1065180 res/drawable/ic_hourglass_empty_24.xml (OK - compressed)
 1065637 res/drawable/ic_info_black_24.xml (OK - compressed)
 1066089 res/drawable/ic_keyboard_black_24dp.xml (OK - compressed)
 1066595 res/drawable/ic_launcher_background.xml (OK - compressed)
 1067630 res/drawable/ic_logs_black_24dp.xml (OK - compressed)
 1068083 res/drawable/ic_menu_white_24dp.xml (OK - compressed)
 1068469 res/drawable/ic_message_white_24dp.xml (OK - compressed)
 1068914 res/drawable/ic_mode_edit_white_24dp.xml (OK - compressed)
 1069393 res/drawable/ic_mtrl_checked_circle.xml (OK - compressed)
 1069833 res/drawable/ic_mtrl_chip_checked_black.xml (OK - compressed)
 1070227 res/drawable/ic_mtrl_chip_checked_circle.xml (OK - compressed)
 1070747 res/drawable/ic_mtrl_chip_close_circle.xml (OK - compressed)
 1071220 res/drawable/ic_picture_black_24dp.xml (OK - compressed)
 1071669 res/drawable/ic_search_white_24dp.xml (OK - compressed)
 1072180 res/drawable/ic_service_white_24dp.xml (OK - compressed)
 1072995 res/drawable/ic_timeline_black_24dp.xml (OK - compressed)
 1073581 res/drawable/ic_traces_black_24dp.xml (OK - compressed)
 1073997 res/drawable/ic_unknown_black_24dp.xml (OK - compressed)
 1074517 res/drawable/ic_user_white_24dp.xml (OK - compressed)
 1074942 res/drawable/ic_view_pager_black_24dp.xml (OK - compressed)
 1075327 res/drawable/ic_vitals_black_24.xml (OK - compressed)
 1075927 res/drawable/ic_webview_black_24dp.xml (OK - compressed)
 1076709 res/drawable-v21/material_cursor_drawable.xml (OK - compressed)
 1077062 res/drawable/material_ic_calendar_black_24dp.xml (OK - compressed)
 1077518 res/drawable/material_ic_clear_black_24dp.xml (OK - compressed)
 1077968 res/drawable/material_ic_edit_black_24dp.xml (OK - compressed)
 1078442 res/drawable/material_ic_keyboard_arrow_left_black_24dp.xml (OK - compressed)
 1078906 res/drawable/material_ic_keyboard_arrow_right_black_24dp.xml (OK - compressed)
 1079355 res/drawable/material_ic_menu_arrow_down_black_24dp.xml (OK - compressed)
 1079772 res/drawable/material_ic_menu_arrow_up_black_24dp.xml (OK - compressed)
 1080175 res/drawable/mtrl_dialog_background.xml (OK - compressed)
 1080569 res/drawable/mtrl_dropdown_arrow.xml (OK - compressed)
 1080871 res/drawable/mtrl_ic_arrow_drop_down.xml (OK - compressed)
 1081239 res/drawable/mtrl_ic_arrow_drop_up.xml (OK - compressed)
 1081599 res/drawable/mtrl_ic_cancel.xml (OK - compressed)
 1082038 res/drawable/mtrl_ic_error.xml (OK - compressed)
 1082461 res/drawable/mtrl_popupmenu_background.xml (OK - compressed)
 1082863 res/drawable/mtrl_popupmenu_background_dark.xml (OK - compressed)
 1083262 res/drawable/mtrl_tabs_default_indicator.xml (OK - compressed)
 1083595 res/drawable/navigation_empty_icon.xml (OK - compressed)
 1083920 res/drawable-v21/notification_action_background.xml (OK - compressed)
 1084455 res/drawable/notification_bg.xml (OK - compressed)
 1084775 res/drawable/notification_bg_low.xml (OK - compressed)
 1085104 res/drawable/notification_icon_background.xml (OK - compressed)
 1085357 res/drawable/notification_tile_bg.xml (OK - compressed)
 1085593 res/drawable/outline_edit_24.xml (OK - compressed)
 1086120 res/drawable/ph_background_grey.xml (OK - compressed)
 1086428 res/drawable/ph_background_red.xml (OK - compressed)
 1086730 res/drawable/ph_default.xml (OK - compressed)
 1087017 res/drawable/ph_error.xml (OK - compressed)
 1087333 res/drawable-v21/preference_list_divider_material.xml (OK - compressed)
 1087637 res/drawable/search_bold.xml (OK - compressed)
 1088192 res/drawable/selector_nav_edits.xml (OK - compressed)
 1088483 res/drawable/selector_nav_saved.xml (OK - compressed)
 1088774 res/drawable/selector_nav_search.xml (OK - compressed)
 1089073 res/drawable/selector_statelist_images.xml (OK - compressed)
 1089387 res/drawable/selector_statelist_images_no_default.xml (OK - compressed)
 1089699 res/drawable/selector_statelist_shapes.xml (OK - compressed)
 1090190 res/drawable/test_custom_background.xml (OK - compressed)
 1090431 res/drawable/test_level_drawable.xml (OK - compressed)
 1090713 res/drawable/tooltip_frame_dark.xml (OK - compressed)
 1091005 res/drawable/tooltip_frame_light.xml (OK - compressed)
 1091318 res/drawable-watch-v20/abc_dialog_material_background.xml (OK - compressed)
 1091585 res/drawable-v23/abc_control_background_material.xml (OK - compressed)
 1091840 res/drawable-v23/mtrl_popupmenu_background_dark.xml (OK - compressed)
 1092324 res/drawable-ldpi-v4/ic_call_answer.png (OK)
 1092668 res/drawable-ldpi-v4/ic_call_answer_low.png (OK)
 1093016 res/drawable-ldpi-v4/ic_call_answer_video.png (OK)
 1093296 res/drawable-ldpi-v4/ic_call_answer_video_low.png (OK)
 1093568 res/drawable-ldpi-v4/ic_call_decline.png (OK)
 1093844 res/drawable-ldpi-v4/ic_call_decline_low.png (OK)
 1094132 res/drawable-mdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png (OK)
 1094484 res/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_000.png (OK)
 1094784 res/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_015.png (OK)
 1095188 res/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_000.png (OK)
 1095596 res/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_015.png (OK)
 1096040 res/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png (OK)
 1096884 res/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png (OK)
 1097800 res/drawable-mdpi-v4/abc_cab_background_top_mtrl_alpha.9.png (OK)
 1098108 res/drawable-mdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png (OK)
 1098368 res/drawable-mdpi-v4/abc_list_divider_mtrl_alpha.9.png (OK)
 1098616 res/drawable-mdpi-v4/abc_list_focused_holo.9.png (OK)
 1098920 res/drawable-mdpi-v4/abc_list_longpressed_holo.9.png (OK)
 1099216 res/drawable-mdpi-v4/abc_list_pressed_holo_dark.9.png (OK)
 1099508 res/drawable-mdpi-v4/abc_list_pressed_holo_light.9.png (OK)
 1099808 res/drawable-mdpi-v4/abc_list_selector_disabled_holo_dark.9.png (OK)
 1100120 res/drawable-mdpi-v4/abc_list_selector_disabled_holo_light.9.png (OK)
 1100428 res/drawable-mdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png (OK)
 1101056 res/drawable-mdpi-v4/abc_popup_background_mtrl_mult.9.png (OK)
 1101924 res/drawable-mdpi-v4/abc_scrubber_control_off_mtrl_alpha.png (OK)
 1102180 res/drawable-mdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png (OK)
 1102420 res/drawable-mdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png (OK)
 1102708 res/drawable-mdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png (OK)
 1103000 res/drawable-mdpi-v4/abc_scrubber_track_mtrl_alpha.9.png (OK)
 1103276 res/drawable-mdpi-v4/abc_spinner_mtrl_am_alpha.9.png (OK)
 1103688 res/drawable-mdpi-v4/abc_switch_track_mtrl_alpha.9.png (OK)
 1104168 res/drawable-mdpi-v4/abc_tab_indicator_mtrl_alpha.9.png (OK)
 1104444 res/drawable-mdpi-v4/abc_text_select_handle_left_mtrl.png (OK)
 1104736 res/drawable-mdpi-v4/abc_text_select_handle_middle_mtrl.png (OK)
 1105136 res/drawable-mdpi-v4/abc_text_select_handle_right_mtrl.png (OK)
 1105416 res/drawable-mdpi-v4/abc_textfield_activated_mtrl_alpha.9.png (OK)
 1105688 res/drawable-mdpi-v4/abc_textfield_default_mtrl_alpha.9.png (OK)
 1105964 res/drawable-mdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png (OK)
 1106240 res/drawable-mdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png (OK)
 1106488 res/drawable-mdpi-v4/ic_call_answer.png (OK)
 1106880 res/drawable-mdpi-v4/ic_call_answer_low.png (OK)
 1107272 res/drawable-mdpi-v4/ic_call_answer_video.png (OK)
 1107560 res/drawable-mdpi-v4/ic_call_answer_video_low.png (OK)
 1107836 res/drawable-mdpi-v4/ic_call_decline.png (OK)
 1108176 res/drawable-mdpi-v4/ic_call_decline_low.png (OK)
 1108524 res/drawable-mdpi-v4/notification_bg_low_normal.9.png (OK)
 1108824 res/drawable-mdpi-v4/notification_bg_low_pressed.9.png (OK)
 1109128 res/drawable-mdpi-v4/notification_bg_normal.9.png (OK)
 1109432 res/drawable-mdpi-v4/notification_bg_normal_pressed.9.png (OK)
 1109744 res/drawable-mdpi-v4/notify_panel_notification_icon_bg.png (OK)
 1109932 res/drawable-ldrtl-mdpi-v17/abc_spinner_mtrl_am_alpha.9.png (OK)
 1110336 res/drawable-hdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png (OK)
 1110692 res/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_000.png (OK)
 1111004 res/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_015.png (OK)
 1111492 res/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_000.png (OK)
 1112040 res/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_015.png (OK)
 1112692 res/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png (OK)
 1113876 res/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png (OK)
 1115212 res/drawable-hdpi-v4/abc_cab_background_top_mtrl_alpha.9.png (OK)
 1115528 res/drawable-hdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png (OK)
 1115784 res/drawable-hdpi-v4/abc_list_divider_mtrl_alpha.9.png (OK)
 1116032 res/drawable-hdpi-v4/abc_list_focused_holo.9.png (OK)
 1116360 res/drawable-hdpi-v4/abc_list_longpressed_holo.9.png (OK)
 1116656 res/drawable-hdpi-v4/abc_list_pressed_holo_dark.9.png (OK)
 1116948 res/drawable-hdpi-v4/abc_list_pressed_holo_light.9.png (OK)
 1117252 res/drawable-hdpi-v4/abc_list_selector_disabled_holo_dark.9.png (OK)
 1117576 res/drawable-hdpi-v4/abc_list_selector_disabled_holo_light.9.png (OK)
 1117896 res/drawable-hdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png (OK)
 1118724 res/drawable-hdpi-v4/abc_popup_background_mtrl_mult.9.png (OK)
 1119912 res/drawable-hdpi-v4/abc_scrubber_control_off_mtrl_alpha.png (OK)
 1120208 res/drawable-hdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png (OK)
 1120500 res/drawable-hdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png (OK)
 1120860 res/drawable-hdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png (OK)
 1121152 res/drawable-hdpi-v4/abc_scrubber_track_mtrl_alpha.9.png (OK)
 1121432 res/drawable-hdpi-v4/abc_spinner_mtrl_am_alpha.9.png (OK)
 1121864 res/drawable-hdpi-v4/abc_switch_track_mtrl_alpha.9.png (OK)
 1122436 res/drawable-hdpi-v4/abc_tab_indicator_mtrl_alpha.9.png (OK)
 1122716 res/drawable-hdpi-v4/abc_text_select_handle_left_mtrl.png (OK)
 1123084 res/drawable-hdpi-v4/abc_text_select_handle_middle_mtrl.png (OK)
 1123568 res/drawable-hdpi-v4/abc_text_select_handle_right_mtrl.png (OK)
 1123924 res/drawable-hdpi-v4/abc_textfield_activated_mtrl_alpha.9.png (OK)
 1124200 res/drawable-hdpi-v4/abc_textfield_default_mtrl_alpha.9.png (OK)
 1124492 res/drawable-hdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png (OK)
 1124768 res/drawable-hdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png (OK)
 1125016 res/drawable-hdpi-v4/ic_call_answer.png (OK)
 1125564 res/drawable-hdpi-v4/ic_call_answer_low.png (OK)
 1126112 res/drawable-hdpi-v4/ic_call_answer_video.png (OK)
 1126448 res/drawable-hdpi-v4/ic_call_answer_video_low.png (OK)
 1126772 res/drawable-hdpi-v4/ic_call_decline.png (OK)
 1127224 res/drawable-hdpi-v4/ic_call_decline_low.png (OK)
 1127684 res/drawable-hdpi-v4/notification_bg_low_normal.9.png (OK)
 1127980 res/drawable-hdpi-v4/notification_bg_low_pressed.9.png (OK)
 1128284 res/drawable-hdpi-v4/notification_bg_normal.9.png (OK)
 1128584 res/drawable-hdpi-v4/notification_bg_normal_pressed.9.png (OK)
 1128900 res/drawable-hdpi-v4/notify_panel_notification_icon_bg.png (OK)
 1129096 res/drawable-ldrtl-hdpi-v17/abc_spinner_mtrl_am_alpha.9.png (OK)
 1129528 res/drawable-xhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png (OK)
 1129892 res/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_000.png (OK)
 1130260 res/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_015.png (OK)
 1130776 res/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_000.png (OK)
 1131512 res/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_015.png (OK)
 1132388 res/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png (OK)
 1134004 res/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png (OK)
 1135828 res/drawable-xhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png (OK)
 1136148 res/drawable-xhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png (OK)
 1136464 res/drawable-xhdpi-v4/abc_list_divider_mtrl_alpha.9.png (OK)
 1136712 res/drawable-xhdpi-v4/abc_list_focused_holo.9.png (OK)
 1137040 res/drawable-xhdpi-v4/abc_list_longpressed_holo.9.png (OK)
 1137340 res/drawable-xhdpi-v4/abc_list_pressed_holo_dark.9.png (OK)
 1137636 res/drawable-xhdpi-v4/abc_list_pressed_holo_light.9.png (OK)
 1137940 res/drawable-xhdpi-v4/abc_list_selector_disabled_holo_dark.9.png (OK)
 1138272 res/drawable-xhdpi-v4/abc_list_selector_disabled_holo_light.9.png (OK)
 1138600 res/drawable-xhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png (OK)
 1139656 res/drawable-xhdpi-v4/abc_popup_background_mtrl_mult.9.png (OK)
 1141292 res/drawable-xhdpi-v4/abc_scrubber_control_off_mtrl_alpha.png (OK)
 1141656 res/drawable-xhdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png (OK)
 1142020 res/drawable-xhdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png (OK)
 1142500 res/drawable-xhdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png (OK)
 1142796 res/drawable-xhdpi-v4/abc_scrubber_track_mtrl_alpha.9.png (OK)
 1143080 res/drawable-xhdpi-v4/abc_spinner_mtrl_am_alpha.9.png (OK)
 1143616 res/drawable-xhdpi-v4/abc_switch_track_mtrl_alpha.9.png (OK)
 1144320 res/drawable-xhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png (OK)
 1144604 res/drawable-xhdpi-v4/abc_text_select_handle_left_mtrl.png (OK)
 1145032 res/drawable-xhdpi-v4/abc_text_select_handle_middle_mtrl.png (OK)
 1145708 res/drawable-xhdpi-v4/abc_text_select_handle_right_mtrl.png (OK)
 1146120 res/drawable-xhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png (OK)
 1146400 res/drawable-xhdpi-v4/abc_textfield_default_mtrl_alpha.9.png (OK)
 1146688 res/drawable-xhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png (OK)
 1146972 res/drawable-xhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png (OK)
 1147224 res/drawable-xhdpi-v4/ic_call_answer.png (OK)
 1147924 res/drawable-xhdpi-v4/ic_call_answer_low.png (OK)
 1148624 res/drawable-xhdpi-v4/ic_call_answer_video.png (OK)
 1148996 res/drawable-xhdpi-v4/ic_call_answer_video_low.png (OK)
 1149360 res/drawable-xhdpi-v4/ic_call_decline.png (OK)
 1149888 res/drawable-xhdpi-v4/ic_call_decline_low.png (OK)
 1150424 res/drawable-xhdpi-v4/notification_bg_low_normal.9.png (OK)
 1150732 res/drawable-xhdpi-v4/notification_bg_low_pressed.9.png (OK)
 1151064 res/drawable-xhdpi-v4/notification_bg_normal.9.png (OK)
 1151376 res/drawable-xhdpi-v4/notification_bg_normal_pressed.9.png (OK)
 1151712 res/drawable-xhdpi-v4/notify_panel_notification_icon_bg.png (OK)
 1151940 res/drawable-ldrtl-xhdpi-v17/abc_spinner_mtrl_am_alpha.9.png (OK)
 1152444 res/drawable-xxhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png (OK)
 1152816 res/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_000.png (OK)
 1153208 res/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_015.png (OK)
 1153888 res/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png (OK)
 1154960 res/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png (OK)
 1156260 res/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png (OK)
 1158816 res/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png (OK)
 1161744 res/drawable-xxhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png (OK)
 1162076 res/drawable-xxhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png (OK)
 1162388 res/drawable-xxhdpi-v4/abc_list_divider_mtrl_alpha.9.png (OK)
 1162640 res/drawable-xxhdpi-v4/abc_list_focused_holo.9.png (OK)
 1162972 res/drawable-xxhdpi-v4/abc_list_longpressed_holo.9.png (OK)
 1163280 res/drawable-xxhdpi-v4/abc_list_pressed_holo_dark.9.png (OK)
 1163580 res/drawable-xxhdpi-v4/abc_list_pressed_holo_light.9.png (OK)
 1163888 res/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_dark.9.png (OK)
 1164244 res/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_light.9.png (OK)
 1164596 res/drawable-xxhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png (OK)
 1166464 res/drawable-xxhdpi-v4/abc_popup_background_mtrl_mult.9.png (OK)
 1168864 res/drawable-xxhdpi-v4/abc_scrubber_control_off_mtrl_alpha.png (OK)
 1169284 res/drawable-xxhdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png (OK)
 1169784 res/drawable-xxhdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png (OK)
 1170472 res/drawable-xxhdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png (OK)
 1170772 res/drawable-xxhdpi-v4/abc_scrubber_track_mtrl_alpha.9.png (OK)
 1171064 res/drawable-xxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png (OK)
 1171676 res/drawable-xxhdpi-v4/abc_switch_track_mtrl_alpha.9.png (OK)
 1172616 res/drawable-xxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png (OK)
 1172912 res/drawable-xxhdpi-v4/abc_text_select_handle_left_mtrl.png (OK)
 1173424 res/drawable-xxhdpi-v4/abc_text_select_handle_middle_mtrl.png (OK)
 1174268 res/drawable-xxhdpi-v4/abc_text_select_handle_right_mtrl.png (OK)
 1174784 res/drawable-xxhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png (OK)
 1175076 res/drawable-xxhdpi-v4/abc_textfield_default_mtrl_alpha.9.png (OK)
 1175376 res/drawable-xxhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png (OK)
 1175664 res/drawable-xxhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png (OK)
 1175924 res/drawable-xxhdpi-v4/ic_call_answer.png (OK)
 1176884 res/drawable-xxhdpi-v4/ic_call_answer_low.png (OK)
 1177848 res/drawable-xxhdpi-v4/ic_call_answer_video.png (OK)
 1178316 res/drawable-xxhdpi-v4/ic_call_answer_video_low.png (OK)
 1178772 res/drawable-xxhdpi-v4/ic_call_decline.png (OK)
 1179476 res/drawable-xxhdpi-v4/ic_call_decline_low.png (OK)
 1180196 res/drawable-ldrtl-xxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png (OK)
 1180808 res/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_000.png (OK)
 1181172 res/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_015.png (OK)
 1181736 res/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png (OK)
 1182608 res/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png (OK)
 1183648 res/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png (OK)
 1186244 res/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png (OK)
 1189160 res/drawable-xxxhdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png (OK)
 1189676 res/drawable-xxxhdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png (OK)
 1190392 res/drawable-xxxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png (OK)
 1190912 res/drawable-xxxhdpi-v4/abc_switch_track_mtrl_alpha.9.png (OK)
 1191816 res/drawable-xxxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png (OK)
 1192108 res/drawable-xxxhdpi-v4/abc_text_select_handle_left_mtrl.png (OK)
 1192712 res/drawable-xxxhdpi-v4/abc_text_select_handle_right_mtrl.png (OK)
 1193300 res/drawable-xxxhdpi-v4/ic_call_answer.png (OK)
 1194548 res/drawable-xxxhdpi-v4/ic_call_answer_low.png (OK)
 1195800 res/drawable-xxxhdpi-v4/ic_call_answer_video.png (OK)
 1196348 res/drawable-xxxhdpi-v4/ic_call_answer_video_low.png (OK)
 1196888 res/drawable-xxxhdpi-v4/ic_call_decline.png (OK)
 1197788 res/drawable-xxxhdpi-v4/ic_call_decline_low.png (OK)
 1198704 res/drawable-ldrtl-xxxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png (OK)
 1199213 res/drawable-anydpi-v21/ic_call_answer.xml (OK - compressed)
 1199952 res/drawable-anydpi-v21/ic_call_answer_low.xml (OK - compressed)
 1200674 res/drawable-anydpi-v21/ic_call_answer_video.xml (OK - compressed)
 1201177 res/drawable-anydpi-v21/ic_call_answer_video_low.xml (OK - compressed)
 1201651 res/drawable-anydpi-v21/ic_call_decline.xml (OK - compressed)
 1202462 res/drawable-anydpi-v21/ic_call_decline_low.xml (OK - compressed)
 1203256 res/drawable-nodpi-v4/example_appwidget_preview.png (OK)
 1206879 res/interpolator/btn_checkbox_checked_mtrl_animation_interpolator_0.xml (OK - compressed)
 1207167 res/interpolator/btn_checkbox_checked_mtrl_animation_interpolator_1.xml (OK - compressed)
 1207460 res/interpolator/btn_checkbox_unchecked_mtrl_animation_interpolator_0.xml (OK - compressed)
 1207750 res/interpolator/btn_checkbox_unchecked_mtrl_animation_interpolator_1.xml (OK - compressed)
 1208037 res/interpolator/btn_radio_to_off_mtrl_animation_interpolator_0.xml (OK - compressed)
 1208323 res/interpolator/btn_radio_to_on_mtrl_animation_interpolator_0.xml (OK - compressed)
 1208580 res/interpolator/fast_out_slow_in.xml (OK - compressed)
 1208872 res/interpolator-v21/mtrl_fast_out_linear_in.xml (OK - compressed)
 1209159 res/interpolator-v21/mtrl_fast_out_slow_in.xml (OK - compressed)
 1209435 res/interpolator/mtrl_linear.xml (OK - compressed)
 1209588 res/interpolator-v21/mtrl_linear_out_slow_in.xml (OK - compressed)
 1209869 res/layout/abc_action_bar_title_item.xml (OK - compressed)
 1210330 res/layout/abc_action_bar_up_container.xml (OK - compressed)
 1210653 res/layout/abc_action_menu_item_layout.xml (OK - compressed)
 1211114 res/layout/abc_action_menu_layout.xml (OK - compressed)
 1211473 res/layout/abc_action_mode_bar.xml (OK - compressed)
 1211822 res/layout/abc_action_mode_close_item_material.xml (OK - compressed)
 1212316 res/layout/abc_activity_chooser_view.xml (OK - compressed)
 1212993 res/layout/abc_activity_chooser_view_list_item.xml (OK - compressed)
 1213644 res/layout/abc_alert_dialog_button_bar_material.xml (OK - compressed)
 1214313 res/layout-v22/abc_alert_dialog_button_bar_material.xml (OK - compressed)
 1214994 res/layout/abc_alert_dialog_material.xml (OK - compressed)
 1215844 res/layout/abc_alert_dialog_title_material.xml (OK - compressed)
 1216566 res/layout/abc_cascading_menu_item_layout.xml (OK - compressed)
 1217348 res/layout/abc_dialog_title_material.xml (OK - compressed)
 1217942 res/layout/abc_expanded_menu_layout.xml (OK - compressed)
 1218248 res/layout/abc_list_menu_item_checkbox.xml (OK - compressed)
 1218601 res/layout/abc_list_menu_item_icon.xml (OK - compressed)
 1219052 res/layout/abc_list_menu_item_layout.xml (OK - compressed)
 1219719 res/layout/abc_list_menu_item_radio.xml (OK - compressed)
 1220084 res/layout/abc_popup_menu_header_item_layout.xml (OK - compressed)
 1220588 res/layout/abc_popup_menu_item_layout.xml (OK - compressed)
 1221469 res/layout/abc_screen_content_include.xml (OK - compressed)
 1221828 res/layout/abc_screen_simple.xml (OK - compressed)
 1222304 res/layout/abc_screen_simple_overlay_action_mode.xml (OK - compressed)
 1222743 res/layout/abc_screen_toolbar.xml (OK - compressed)
 1223449 res/layout/abc_search_dropdown_item_icons_2line.xml (OK - compressed)
 1224174 res/layout/abc_search_view.xml (OK - compressed)
 1225343 res/layout/abc_select_dialog_material.xml (OK - compressed)
 1225937 res/layout/abc_tooltip.xml (OK - compressed)
 1226499 res/layout/activity_compose.xml (OK - compressed)
 1226991 res/layout/activity_nav.xml (OK - compressed)
 1227601 res/layout/custom_dialog.xml (OK - compressed)
 1227971 res/layout/datadog_widget.xml (OK - compressed)
 1228414 res/layout/design_bottom_navigation_item.xml (OK - compressed)
 1229089 res/layout/design_bottom_sheet_dialog.xml (OK - compressed)
 1229675 res/layout/design_layout_snackbar.xml (OK - compressed)
 1230048 res/layout/design_layout_snackbar_include.xml (OK - compressed)
 1230780 res/layout/design_layout_tab_icon.xml (OK - compressed)
 1231082 res/layout/design_layout_tab_text.xml (OK - compressed)
 1231402 res/layout/design_menu_item_action_area.xml (OK - compressed)
 1231657 res/layout/design_navigation_item.xml (OK - compressed)
 1232053 res/layout/design_navigation_item_header.xml (OK - compressed)
 1232383 res/layout/design_navigation_item_separator.xml (OK - compressed)
 1232705 res/layout/design_navigation_item_subheader.xml (OK - compressed)
 1233090 res/layout/design_navigation_menu.xml (OK - compressed)
 1233467 res/layout/design_navigation_menu_item.xml (OK - compressed)
 1233970 res/layout/design_text_input_end_icon.xml (OK - compressed)
 1234384 res/layout/design_text_input_start_icon.xml (OK - compressed)
 1234782 res/layout/expand_button.xml (OK - compressed)
 1235566 res/layout/fragment_about.xml (OK - compressed)
 1236056 res/layout/fragment_crash.xml (OK - compressed)
 1236868 res/layout/fragment_data_list.xml (OK - compressed)
 1237444 res/layout/fragment_different_fonts.xml (OK - compressed)
 1238148 res/layout/fragment_drop_down_switchers_components.xml (OK - compressed)
 1238884 res/layout/fragment_gdpr.xml (OK - compressed)
 1239417 res/layout/fragment_home.xml (OK - compressed)
 1240359 res/layout/fragment_image_components.xml (OK - compressed)
 1241959 res/layout/fragment_image_scaling.xml (OK - compressed)
 1242568 res/layout/fragment_logs.xml (OK - compressed)
 1243415 res/layout/fragment_otel_traces.xml (OK - compressed)
 1244251 res/layout-v22/fragment_otel_traces.xml (OK - compressed)
 1245105 res/layout/fragment_picker_view_components.xml (OK - compressed)
 1245737 res/layout/fragment_picture.xml (OK - compressed)
 1246378 res/layout/fragment_privacy_sensitive_text_components.xml (OK - compressed)
 1247178 res/layout/fragment_radio_checkbox_components.xml (OK - compressed)
 1248157 res/layout/fragment_session_replay.xml (OK - compressed)
 1248982 res/layout/fragment_sliders_steppers_components.xml (OK - compressed)
 1249681 res/layout/fragment_tabs.xml (OK - compressed)
 1250280 res/layout/fragment_text_view_components.xml (OK - compressed)
 1251551 res/layout-v22/fragment_text_view_components.xml (OK - compressed)
 1252845 res/layout/fragment_traces.xml (OK - compressed)
 1253842 res/layout-v22/fragment_traces.xml (OK - compressed)
 1254860 res/layout/fragment_unsupported_views.xml (OK - compressed)
 1255479 res/layout/fragment_user.xml (OK - compressed)
 1256170 res/layout/fragment_view_group_components.xml (OK - compressed)
 1256958 res/layout/fragment_view_pager.xml (OK - compressed)
 1257363 res/layout/fragment_vitals.xml (OK - compressed)
 1258220 res/layout/fragment_web.xml (OK - compressed)
 1258502 res/layout/fragment_webview_with_replay_support.xml (OK - compressed)
 1258951 res/layout/image_frame.xml (OK - compressed)
 1259500 res/layout/item_layout.xml (OK - compressed)
 1259987 res/layout/material_chip_input_combo.xml (OK - compressed)
 1260279 res/layout/material_clock_display.xml (OK - compressed)
 1260860 res/layout/material_clock_display_divider.xml (OK - compressed)
 1261361 res/layout/material_clock_period_toggle.xml (OK - compressed)
 1262104 res/layout/material_clockface_textview.xml (OK - compressed)
 1262446 res/layout/material_clockface_view.xml (OK - compressed)
 1262985 res/layout/material_radial_view_group.xml (OK - compressed)
 1263410 res/layout/material_textinput_timepicker.xml (OK - compressed)
 1263974 res/layout/material_time_chip.xml (OK - compressed)
 1264265 res/layout/material_time_input.xml (OK - compressed)
 1264899 res/layout/material_timepicker.xml (OK - compressed)
 1265462 res/layout/material_timepicker_dialog.xml (OK - compressed)
 1266564 res/layout-v22/material_timepicker_dialog.xml (OK - compressed)
 1267694 res/layout/material_timepicker_textinput_display.xml (OK - compressed)
 1268059 res/layout/mtrl_alert_dialog.xml (OK - compressed)
 1268908 res/layout/mtrl_alert_dialog_actions.xml (OK - compressed)
 1269591 res/layout-v22/mtrl_alert_dialog_actions.xml (OK - compressed)
 1270341 res/layout/mtrl_alert_dialog_title.xml (OK - compressed)
 1270827 res/layout/mtrl_alert_select_dialog_item.xml (OK - compressed)
 1271227 res/layout/mtrl_alert_select_dialog_multichoice.xml (OK - compressed)
 1271779 res/layout/mtrl_alert_select_dialog_singlechoice.xml (OK - compressed)
 1272311 res/layout/mtrl_calendar_day.xml (OK - compressed)
 1272587 res/layout/mtrl_calendar_day_of_week.xml (OK - compressed)
 1272895 res/layout/mtrl_calendar_days_of_week.xml (OK - compressed)
 1273223 res/layout/mtrl_calendar_horizontal.xml (OK - compressed)
 1273731 res/layout/mtrl_calendar_month.xml (OK - compressed)
 1274195 res/layout/mtrl_calendar_month_labeled.xml (OK - compressed)
 1274639 res/layout/mtrl_calendar_month_navigation.xml (OK - compressed)
 1275360 res/layout/mtrl_calendar_months.xml (OK - compressed)
 1275672 res/layout/mtrl_calendar_vertical.xml (OK - compressed)
 1276072 res/layout/mtrl_calendar_year.xml (OK - compressed)
 1276342 res/layout/mtrl_layout_snackbar.xml (OK - compressed)
 1276695 res/layout/mtrl_layout_snackbar_include.xml (OK - compressed)
 1277206 res/layout/mtrl_picker_actions.xml (OK - compressed)
 1277701 res/layout/mtrl_picker_dialog.xml (OK - compressed)
 1278229 res/layout/mtrl_picker_fullscreen.xml (OK - compressed)
 1278690 res/layout/mtrl_picker_header_dialog.xml (OK - compressed)
 1279327 res/layout/mtrl_picker_header_fullscreen.xml (OK - compressed)
 1280393 res/layout/mtrl_picker_header_selection_text.xml (OK - compressed)
 1280838 res/layout/mtrl_picker_header_title_text.xml (OK - compressed)
 1281230 res/layout/mtrl_picker_header_toggle.xml (OK - compressed)
 1281624 res/layout/mtrl_picker_text_input_date.xml (OK - compressed)
 1282147 res/layout/mtrl_picker_text_input_date_range.xml (OK - compressed)
 1282747 res/layout-v21/notification_action.xml (OK - compressed)
 1283311 res/layout-v21/notification_action_tombstone.xml (OK - compressed)
 1283918 res/layout/notification_media_action.xml (OK - compressed)
 1284299 res/layout/notification_media_cancel_action.xml (OK - compressed)
 1284749 res/layout/notification_template_big_media.xml (OK - compressed)
 1285475 res/layout/notification_template_big_media_custom.xml (OK - compressed)
 1286549 res/layout/notification_template_big_media_narrow.xml (OK - compressed)
 1287305 res/layout/notification_template_big_media_narrow_custom.xml (OK - compressed)
 1288424 res/layout-v21/notification_template_custom_big.xml (OK - compressed)
 1289295 res/layout-v21/notification_template_icon_group.xml (OK - compressed)
 1289792 res/layout/notification_template_lines_media.xml (OK - compressed)
 1290670 res/layout/notification_template_media.xml (OK - compressed)
 1291261 res/layout/notification_template_media_custom.xml (OK - compressed)
 1292240 res/layout/notification_template_part_chronometer.xml (OK - compressed)
 1292578 res/layout/notification_template_part_time.xml (OK - compressed)
 1292896 res/layout/preference.xml (OK - compressed)
 1293841 res/layout/preference_category.xml (OK - compressed)
 1294133 res/layout/preference_category_material.xml (OK - compressed)
 1294938 res/layout/preference_dialog_edittext.xml (OK - compressed)
 1295512 res/layout/preference_dropdown.xml (OK - compressed)
 1296516 res/layout/preference_dropdown_material.xml (OK - compressed)
 1296934 res/layout/preference_information.xml (OK - compressed)
 1297667 res/layout/preference_information_material.xml (OK - compressed)
 1298489 res/layout/preference_list_fragment.xml (OK - compressed)
 1298922 res/layout/preference_material.xml (OK - compressed)
 1299809 res/layout/preference_recyclerview.xml (OK - compressed)
 1300180 res/layout/preference_widget_checkbox.xml (OK - compressed)
 1300511 res/layout/preference_widget_seekbar.xml (OK - compressed)
 1301618 res/layout/preference_widget_seekbar_material.xml (OK - compressed)
 1302765 res/layout/preference_widget_switch.xml (OK - compressed)
 1303101 res/layout/preference_widget_switch_compat.xml (OK - compressed)
 1303454 res/layout/select_dialog_item_material.xml (OK - compressed)
 1303884 res/layout/select_dialog_multichoice_material.xml (OK - compressed)
 1304410 res/layout/select_dialog_singlechoice_material.xml (OK - compressed)
 1304937 res/layout/support_simple_spinner_dropdown_item.xml (OK - compressed)
 1305265 res/layout/test_action_chip.xml (OK - compressed)
 1305618 res/layout/test_chip_zero_corner_radius.xml (OK - compressed)
 1306022 res/layout/test_design_checkbox.xml (OK - compressed)
 1306431 res/layout/test_design_radiobutton.xml (OK - compressed)
 1306842 res/layout/test_reflow_chipgroup.xml (OK - compressed)
 1307262 res/layout/test_toolbar.xml (OK - compressed)
 1307549 res/layout/test_toolbar_custom_background.xml (OK - compressed)
 1307853 res/layout/test_toolbar_elevation.xml (OK - compressed)
 1308154 res/layout/test_toolbar_surface.xml (OK - compressed)
 1308474 res/layout/text_view_with_line_height_from_appearance.xml (OK - compressed)
 1308798 res/layout/text_view_with_line_height_from_layout.xml (OK - compressed)
 1309175 res/layout/text_view_with_line_height_from_style.xml (OK - compressed)
 1309487 res/layout/text_view_with_theme_line_height.xml (OK - compressed)
 1309803 res/layout/text_view_without_line_height.xml (OK - compressed)
 1310092 res/layout/view_pager_child_fragment_layout.xml (OK - compressed)
 1310509 res/layout-sw600dp-v13/design_layout_snackbar.xml (OK - compressed)
 1310884 res/layout-sw600dp-v13/mtrl_layout_snackbar.xml (OK - compressed)
 1311254 res/layout-watch-v20/abc_alert_dialog_button_bar_material.xml (OK - compressed)
 1311811 res/layout-watch-v20/abc_alert_dialog_title_material.xml (OK - compressed)
 1312445 res/layout-ldrtl-v17/material_textinput_timepicker.xml (OK - compressed)
 1313027 res/layout-v26/abc_screen_toolbar.xml (OK - compressed)
 1313748 res/layout-v26/mtrl_calendar_month.xml (OK - compressed)
 1314250 res/layout-land/material_clock_period_toggle_land.xml (OK - compressed)
 1314863 res/layout-land/material_timepicker.xml (OK - compressed)
 1315638 res/layout-land/mtrl_picker_header_dialog.xml (OK - compressed)
 1316255 res/menu/data_list.xml (OK - compressed)
 1316570 res/menu/image_loader.xml (OK - compressed)
 1316894 res/menu/navigation.xml (OK - compressed)
 1317302 res/menu/sr_webview.xml (OK - compressed)
 1317584 res/mipmap-mdpi-v4/ic_launcher.png (OK)
 1320220 res/mipmap-mdpi-v4/ic_launcher_foreground.png (OK)
 1322316 res/mipmap-mdpi-v4/ic_launcher_round.png (OK)
 1326016 res/mipmap-hdpi-v4/ic_launcher.png (OK)
 1329892 res/mipmap-hdpi-v4/ic_launcher_foreground.png (OK)
 1333208 res/mipmap-hdpi-v4/ic_launcher_round.png (OK)
 1339452 res/mipmap-xhdpi-v4/ic_launcher.png (OK)
 1345192 res/mipmap-xhdpi-v4/ic_launcher_foreground.png (OK)
 1349876 res/mipmap-xhdpi-v4/ic_launcher_round.png (OK)
 1358884 res/mipmap-xxhdpi-v4/ic_launcher.png (OK)
 1367580 res/mipmap-xxhdpi-v4/ic_launcher_foreground.png (OK)
 1374984 res/mipmap-xxhdpi-v4/ic_launcher_round.png (OK)
 1388752 res/mipmap-xxxhdpi-v4/ic_launcher.png (OK)
 1401064 res/mipmap-xxxhdpi-v4/ic_launcher_foreground.png (OK)
 1411628 res/mipmap-xxxhdpi-v4/ic_launcher_round.png (OK)
 1431544 res/mipmap-anydpi-v26/ic_launcher.xml (OK - compressed)
 1431840 res/mipmap-anydpi-v26/ic_launcher_round.xml (OK - compressed)
 1432121 res/navigation/nav_graph.xml (OK - compressed)
 1433444 res/raw/about.txt (OK - compressed)
 1433678 res/xml/datadog_widget_info.xml (OK - compressed)
 1434076 res/xml/network_security_config.xml (OK - compressed)
 1434373 res/xml/standalone_badge.xml (OK - compressed)
 1434613 res/xml/standalone_badge_gravity_bottom_end.xml (OK - compressed)
 1434886 res/xml/standalone_badge_gravity_bottom_start.xml (OK - compressed)
 1435156 res/xml/standalone_badge_gravity_top_start.xml (OK - compressed)
 1435415 res/xml/standalone_badge_offset.xml (OK - compressed)
 1435684 resources.arsc (OK)
 2614089 lib/armeabi-v7a/libdatadog-native-sample-lib.so (OK - compressed)
 2684138 lib/arm64-v8a/libdatadog-native-lib.so (OK - compressed)
 2985275 lib/arm64-v8a/libnative-filters.so (OK - compressed)
 3000253 classes3.dex (OK - compressed)
 3164118 classes6.dex (OK - compressed)
 3210374 lib/arm64-v8a/libimagepipeline.so (OK - compressed)
 3213538 lib/x86_64/libnative-filters.so (OK - compressed)
 3228850 lib/armeabi-v7a/libnative-filters.so (OK - compressed)
 3237812 classes2.dex (OK - compressed)
 5012432 lib/armeabi-v7a/libdatadog-native-lib-test.so (OK - compressed)
 5106768 classes14.dex (OK - compressed)
 6229166 lib/x86/libimagepipeline.so (OK - compressed)
 6232347 lib/arm64-v8a/libdatadog-native-sample-lib.so (OK - compressed)
 6324882 lib/armeabi-v7a/libimagepipeline.so (OK - compressed)
 6327978 lib/x86_64/libimagepipeline.so (OK - compressed)
 6331333 classes16.dex (OK - compressed)
 9569465 lib/armeabi-v7a/libdatadog-native-lib.so (OK - compressed)
 9812216 lib/x86_64/libdatadog-native-lib-test.so (OK - compressed)
 9955008 classes17.dex (OK - compressed)
12661011 lib/x86_64/libnative-imagetranscoder.so (OK - compressed)
12887541 lib/x86/libdatadog-native-lib-test.so (OK - compressed)
13039225 lib/x86_64/libdatadog-native-lib.so (OK - compressed)
13351726 lib/x86/libnative-filters.so (OK - compressed)
13361567 lib/x86_64/libdatadog-native-sample-lib.so (OK - compressed)
13454716 classes.dex (OK - compressed)
19819919 META-INF/com/android/build/gradle/app-metadata.properties (OK - compressed)
19820014 classes15.dex (OK - compressed)
24645045 lib/arm64-v8a/libnative-imagetranscoder.so (OK - compressed)
24849980 lib/armeabi-v7a/libnative-imagetranscoder.so (OK - compressed)
25016807 lib/arm64-v8a/libdatadog-native-lib-test.so (OK - compressed)
25158016 lib/x86/libdatadog-native-sample-lib.so (OK - compressed)
25249837 META-INF/CERT.SF (OK - compressed)
25290105 META-INF/CERT.RSA (OK - compressed)
25291177 META-INF/MANIFEST.MF (OK - compressed)
Verification succesful

6. Also checked that the sample now works on "Pre-Release 16Kb Page Size Google Play ARM 64 v8 System Image" emulator.

Motivation

What inspired you to submit this pull request?

Additional Notes

Anything else we should know when reviewing?

Review checklist (to be filled by reviewers)

  • Feature or bugfix MUST have appropriate tests (unit, integration, e2e)
  • Make sure you discussed the feature or bugfix with the maintaining team in an Issue
  • Make sure each commit and the PR mention the Issue number (cf the CONTRIBUTING doc)

@codecov-commenter

codecov-commenter commented Apr 3, 2025

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 70.17%. Comparing base (725ff74) to head (b518ca5).
Report is 206 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #2580      +/-   ##
===========================================
- Coverage    70.18%   70.17%   -0.01%     
===========================================
  Files          808      808              
  Lines        30292    30292              
  Branches      5075     5075              
===========================================
- Hits         21258    21255       -3     
- Misses        7627     7634       +7     
+ Partials      1407     1403       -4     

see 35 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@aleksandr-gringauz
aleksandr-gringauz force-pushed the aleksandr-gringauz/rum-9252/make-sdk-support-16kb-page-size-2 branch 2 times, most recently from 6253d30 to 55e2a6c Compare April 3, 2025 11:34
@aleksandr-gringauz
aleksandr-gringauz force-pushed the aleksandr-gringauz/rum-9252/make-sdk-support-16kb-page-size-2 branch from 55e2a6c to b518ca5 Compare April 4, 2025 15:11
@aleksandr-gringauz
aleksandr-gringauz marked this pull request as ready for review April 4, 2025 15:12
@aleksandr-gringauz
aleksandr-gringauz requested review from a team as code owners April 4, 2025 15:12
@aleksandr-gringauz
aleksandr-gringauz merged commit a608106 into develop Apr 4, 2025
@aleksandr-gringauz
aleksandr-gringauz deleted the aleksandr-gringauz/rum-9252/make-sdk-support-16kb-page-size-2 branch April 4, 2025 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants