My app fails Play Store pre-launch tests

Make a simple test app that doesn't do much. With a small amount of blocks and a basic UI. Add billing to it like you added here, using the same blocks and submit to the play store.

It looks like any network operations that are performed in the extension using this block are performed in the main application thread and it blocks (freezes) the user interface.

I have just submitted the same project with Billing enabled, under a different app name for internal testing.

Is it possible that Google are blocking me ?

I don't know the details of these applications and how much data they process using billing. In this case, there may be a larger amount of data and an additionally developed interface that downloads something from the network. Everything can overlap and lead to an error.

Unfortunately, when it comes to extensions and paid ones, no one here will give you a specific answer. Debug logs should be added to the extension in specific places so that you can diagnose the operation and data transfer times. Then you could view everything in logcat.

There is no difference in the two app's except the name and version number.
The subscription details name value and everything else are identical.

Something fishy going on I believe.

:question:

Post screenshots of the Pre-launch reports (incl. the affected devices) of the current & the previous version.

This is strange. I wonder how the apps are tested. Are the apps uninstalled after the tests? Maybe your app stores some data in tinydb or somewhere else that causes an error in the new version? The new app doesn't have this data yet so opening it doesn't cause an error? I don't know...

Anke Android 11 failure.

Restricted to above Android 11 via the extension you suggested

This makes no sense at all, because the errors/crashes (or whatever) on Android 12 and 13 should have already been listed in this test.

Download the preview video from the Pixel 5 and post it.

And also post a screenshot like this:

I can only show the phone details if i hit show more and scroll to the bottom, then the top section isnt visible.


"stm6386.ScotNav" tid=23759 Unknown
#00 pc 0x000000000004b20c /apex/com.android.runtime/lib64/bionic/libc.so (syscall+28)
#01 pc 0x00000000001af840 /apex/com.android.art/lib64/libart.so (art::ConditionVariable::WaitHoldingLocks(art::Thread*)+136)
#02 pc 0x00000000005b5148 /apex/com.android.art/lib64/libart.so (art::ThreadList::WaitForOtherNonDaemonThreadsToExit(bool)+124)
#03 pc 0x0000000000389084 /apex/com.android.art/lib64/libart.so (art::JII::DestroyJavaVM(_JavaVM*)+32)
#04 pc 0x00000000000a1930 /system/lib64/libandroid_runtime.so (android::AndroidRuntime::start(char const*, android::Vectorandroid::String8 const&, bool)+1012)
#05 pc 0x0000000000003574 /system/bin/app_process64 (main+1324)
#06 pc 0x000000000004973c /apex/com.android.runtime/lib64/bionic/libc.so (__libc_init+108)

"Signal Catcher" tid=4 Runnable
#00 pc 0x0000000000496638 /apex/com.android.art/lib64/libart.so (art::DumpNativeStack(std::__1::basic_ostream<char, std::__1::char_traits >&, int, BacktraceMap*, char const*, art::ArtMethod*, void*, bool)+140)
#01 pc 0x00000000005a090c /apex/com.android.art/lib64/libart.so (art::thread::DumpStack(std::__1::basic_ostream<char, std::__1::char_traits >&, bool, BacktraceMap*, bool) const+372)
#02 pc 0x00000000005bd54c /apex/com.android.art/lib64/libart.so (art::DumpCheckpoint::Run(art::Thread*)+892)
#03 pc 0x00000000005b7564 /apex/com.android.art/lib64/libart.so (art::ThreadList::RunCheckpoint(art::Closure*, art::Closure*)+528)
#04 pc 0x00000000005b6760 /apex/com.android.art/lib64/libart.so (art::ThreadList::Dump(std::__1::basic_ostream<char, std::__1::char_traits >&, bool)+1920)
#05 pc 0x00000000005b5c18 /apex/com.android.art/lib64/libart.so (art::ThreadList::DumpForSigQuit(std::__1::basic_ostream<char, std::__1::char_traits >&)+756)
#06 pc 0x0000000000562a00 /apex/com.android.art/lib64/libart.so (art::Runtime::DumpForSigQuit(std::__1::basic_ostream<char, std::__1::char_traits >&)+196)
#07 pc 0x00000000005776c4 /apex/com.android.art/lib64/libart.so (art::SignalCatcher::HandleSigQuit()+1396)
#08 pc 0x00000000005766b8 /apex/com.android.art/lib64/libart.so (art::SignalCatcher::Run(void*)+348)
#09 pc 0x00000000000af97c /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start(void*)+64)
#10 pc 0x00000000000500d0 /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64)

"Jit thread pool worker thread 0" tid=5 Native
#00 pc 0x000000000004b20c /apex/com.android.runtime/lib64/bionic/libc.so (syscall+28)
#01 pc 0x00000000001af840 /apex/com.android.art/lib64/libart.so (art::ConditionVariable::WaitHoldingLocks(art::Thread*)+136)
#02 pc 0x00000000005bf24c /apex/com.android.art/lib64/libart.so (art::ThreadPool::GetTask(art::Thread*)+120)
#03 pc 0x00000000005be4f8 /apex/com.android.art/lib64/libart.so (art::ThreadPoolWorker::Run()+144)
#04 pc 0x00000000005bdfc8 /apex/com.android.art/lib64/libart.so (art::ThreadPoolWorker::Callback(void*)+192)
#05 pc 0x00000000000af97c /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start(void*)+64)
#06 pc 0x00000000000500d0 /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64)

"ReferenceQueueDaemon" tid=8 Waiting
at java.lang.Object.wait (Native method)
at java.lang.Object.wait (Object.java:442)
at java.lang.Object.wait (Object.java:568)
at java.lang.Daemons$ReferenceQueueDaemon.runInternal (Daemons.java:217)
at java.lang.Daemons$Daemon.run (Daemons.java:139)
at java.lang.Thread.run (Thread.java:923)

"FinalizerDaemon" tid=9 Waiting
at java.lang.Object.wait (Native method)
at java.lang.Object.wait (Object.java:442)
at java.lang.ref.ReferenceQueue.remove (ReferenceQueue.java:190)
at java.lang.ref.ReferenceQueue.remove (ReferenceQueue.java:211)
at java.lang.Daemons$FinalizerDaemon.runInternal (Daemons.java:273)
at java.lang.Daemons$Daemon.run (Daemons.java:139)
at java.lang.Thread.run (Thread.java:923)

"FinalizerWatchdogDaemon" tid=10 Waiting
at java.lang.Object.wait (Native method)
at java.lang.Object.wait (Object.java:442)
at java.lang.Object.wait (Object.java:568)
at java.lang.Daemons$FinalizerWatchdogDaemon.sleepUntilNeeded (Daemons.java:341)
at java.lang.Daemons$FinalizerWatchdogDaemon.runInternal (Daemons.java:321)
at java.lang.Daemons$Daemon.run (Daemons.java:139)
at java.lang.Thread.run (Thread.java:923)

"HeapTaskDaemon" tid=11 Waiting
#00 pc 0x000000000004b20c /apex/com.android.runtime/lib64/bionic/libc.so (syscall+28)
#01 pc 0x00000000001af840 /apex/com.android.art/lib64/libart.so (art::ConditionVariable::WaitHoldingLocks(art::Thread*)+136)
#02 pc 0x00000000002e3658 /apex/com.android.art/lib64/libart.so (art::gc::TaskProcessor::GetTask(art::Thread*)+532)
#03 pc 0x00000000002e3f74 /apex/com.android.art/lib64/libart.so (art::gc::TaskProcessor::RunAllTasks(art::Thread*)+92)
at dalvik.system.VMRuntime.runHeapTasks (Native method)
at java.lang.Daemons$HeapTaskDaemon.runInternal (Daemons.java:532)
at java.lang.Daemons$Daemon.run (Daemons.java:139)
at java.lang.Thread.run (Thread.java:923)

"Binder:23759_1" tid=12 Native
#00 pc 0x000000000009ab24 /apex/com.android.runtime/lib64/bionic/libc.so (__ioctl+4)
#01 pc 0x0000000000057ac4 /apex/com.android.runtime/lib64/bionic/libc.so (ioctl+160)
#02 pc 0x00000000000519d4 /system/lib64/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+296)
#03 pc 0x0000000000051bc4 /system/lib64/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+24)
#04 pc 0x0000000000052484 /system/lib64/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+60)
#05 pc 0x000000000007836c /system/lib64/libbinder.so (android::PoolThread::threadLoop()+24)
#06 pc 0x0000000000015414 /system/lib64/libutils.so (android::thread::_threadLoop(void*)+260)
#07 pc 0x00000000000a1bac /system/lib64/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+140)
#08 pc 0x0000000000014cd8 /system/lib64/libutils.so (thread_data_t::trampoline(thread_data_t const*)+412)
#09 pc 0x00000000000af97c /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start(void*)+64)
#10 pc 0x00000000000500d0 /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64)

"Binder:23759_2" tid=13 Native
#00 pc 0x000000000009ab24 /apex/com.android.runtime/lib64/bionic/libc.so (__ioctl+4)
#01 pc 0x0000000000057ac4 /apex/com.android.runtime/lib64/bionic/libc.so (ioctl+160)
#02 pc 0x00000000000519d4 /system/lib64/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+296)
#03 pc 0x0000000000051bc4 /system/lib64/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+24)
#04 pc 0x0000000000052484 /system/lib64/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+60)
#05 pc 0x000000000007836c /system/lib64/libbinder.so (android::PoolThread::threadLoop()+24)
#06 pc 0x0000000000015414 /system/lib64/libutils.so (android::thread::_threadLoop(void*)+260)
#07 pc 0x00000000000a1bac /system/lib64/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+140)
#08 pc 0x0000000000014cd8 /system/lib64/libutils.so (thread_data_t::trampoline(thread_data_t const*)+412)
#09 pc 0x00000000000af97c /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start(void*)+64)
#10 pc 0x00000000000500d0 /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64)

"Profile Saver" tid=14 Native
#00 pc 0x000000000004b20c /apex/com.android.runtime/lib64/bionic/libc.so (syscall+28)
#01 pc 0x00000000001af840 /apex/com.android.art/lib64/libart.so (art::ConditionVariable::WaitHoldingLocks(art::Thread*)+136)
#02 pc 0x0000000000351af0 /apex/com.android.art/lib64/libart.so (art::ProfileSaver::Run()+484)
#03 pc 0x0000000000356790 /apex/com.android.art/lib64/libart.so (art::ProfileSaver::RunProfileSaverThread(void*)+176)
#04 pc 0x00000000000af97c /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start(void*)+64)
#05 pc 0x00000000000500d0 /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64)

"RenderThread" tid=15 Native
#00 pc 0x000000000009bae8 /apex/com.android.runtime/lib64/bionic/libc.so (__epoll_pwait+8)
#01 pc 0x0000000000019a2c /system/lib64/libutils.so (android::Looper::pollInner(int)+184)
#02 pc 0x000000000001990c /system/lib64/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+112)
#03 pc 0x000000000020f014 /system/lib64/libhwui.so (android::uirenderer::ThreadBase::waitForWork()+132)
#04 pc 0x000000000023013c /system/lib64/libhwui.so (android::uirenderer::renderthread::RenderThread::threadLoop()+80)
#05 pc 0x0000000000015414 /system/lib64/libutils.so (android::thread::_threadLoop(void*)+260)
#06 pc 0x0000000000014cd8 /system/lib64/libutils.so (thread_data_t::trampoline(thread_data_t const*)+412)
#07 pc 0x00000000000af97c /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start(void*)+64)
#08 pc 0x00000000000500d0 /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64)

"queued-work-looper" tid=16 Native
#00 pc 0x000000000009bae8 /apex/com.android.runtime/lib64/bionic/libc.so (__epoll_pwait+8)
#01 pc 0x0000000000019a2c /system/lib64/libutils.so (android::Looper::pollInner(int)+184)
#02 pc 0x000000000001990c /system/lib64/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+112)
#03 pc 0x0000000000112e24 /system/lib64/libandroid_runtime.so (android::android_os_MessageQueue_nativePollOnce(_JNIEnv*, _jobject*, long, int)+44)
at android.os.MessageQueue.nativePollOnce (Native method)
at android.os.MessageQueue.next (MessageQueue.java:335)
at android.os.Looper.loop (Looper.java:193)
at android.os.HandlerThread.run (HandlerThread.java:67)

"Chrome_ProcessLauncherThread" tid=18 Native
#00 pc 0x000000000009bae8 /apex/com.android.runtime/lib64/bionic/libc.so (__epoll_pwait+8)
#01 pc 0x0000000000019a2c /system/lib64/libutils.so (android::Looper::pollInner(int)+184)
#02 pc 0x000000000001990c /system/lib64/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+112)
#03 pc 0x0000000000112e24 /system/lib64/libandroid_runtime.so (android::android_os_MessageQueue_nativePollOnce(_JNIEnv*, _jobject*, long, int)+44)
at android.os.MessageQueue.nativePollOnce (Native method)
at android.os.MessageQueue.next (MessageQueue.java:335)
at android.os.Looper.loop (Looper.java:193)
at android.os.HandlerThread.run (HandlerThread.java:67)

"GoogleApiHandler" tid=20 Native
#00 pc 0x000000000009bae8 /apex/com.android.runtime/lib64/bionic/libc.so (__epoll_pwait+8)
#01 pc 0x0000000000019a2c /system/lib64/libutils.so (android::Looper::pollInner(int)+184)
#02 pc 0x000000000001990c /system/lib64/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+112)
#03 pc 0x0000000000112e24 /system/lib64/libandroid_runtime.so (android::android_os_MessageQueue_nativePollOnce(_JNIEnv*, _jobject*, long, int)+44)
at android.os.MessageQueue.nativePollOnce (Native method)
at android.os.MessageQueue.next (MessageQueue.java:335)
at android.os.Looper.loop (Looper.java:193)
at android.os.HandlerThread.run (HandlerThread.java:67)

"Chrome_IOThread" tid=21 Native
#00 pc 0x000000000009bae8 /apex/com.android.runtime/lib64/bionic/libc.so (__epoll_pwait+8)
#01 pc 0x0000000001754d8c /product/app/WebViewGoogle/WebViewGoogle.apk!libmonochrome.so

"ThreadPoolForeg" tid=22 Native
#00 pc 0x000000000004b210 /apex/com.android.runtime/lib64/bionic/libc.so (syscall+32)
#01 pc 0x000000000004edec /apex/com.android.runtime/lib64/bionic/libc.so (__futex_wait_ex(void volatile*, bool, int, bool, timespec const*)+144)
#02 pc 0x00000000000aee40 /apex/com.android.runtime/lib64/bionic/libc.so (pthread_cond_timedwait+120)
#03 pc 0x000000000223501c /product/app/WebViewGoogle/WebViewGoogle.apk!libmonochrome.so

"PlatformServiceBridgeHandlerThread" tid=23 Native
#00 pc 0x000000000009bae8 /apex/com.android.runtime/lib64/bionic/libc.so (__epoll_pwait+8)
#01 pc 0x0000000000019a2c /system/lib64/libutils.so (android::Looper::pollInner(int)+184)
#02 pc 0x000000000001990c /system/lib64/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+112)
#03 pc 0x0000000000112e24 /system/lib64/libandroid_runtime.so (android::android_os_MessageQueue_nativePollOnce(_JNIEnv*, _jobject*, long, int)+44)
at android.os.MessageQueue.nativePollOnce (Native method)
at android.os.MessageQueue.next (MessageQueue.java:335)
at android.os.Looper.loop (Looper.java:193)
at android.os.HandlerThread.run (HandlerThread.java:67)

"Binder:23759_3" tid=24 Native
#00 pc 0x000000000009ab24 /apex/com.android.runtime/lib64/bionic/libc.so (__ioctl+4)
#01 pc 0x0000000000057ac4 /apex/com.android.runtime/lib64/bionic/libc.so (ioctl+160)
#02 pc 0x00000000000519d4 /system/lib64/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+296)
#03 pc 0x0000000000051bc4 /system/lib64/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+24)
#04 pc 0x0000000000052484 /system/lib64/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+60)
#05 pc 0x000000000007836c /system/lib64/libbinder.so (android::PoolThread::threadLoop()+24)
#06 pc 0x0000000000015414 /system/lib64/libutils.so (android::thread::_threadLoop(void*)+260)
#07 pc 0x00000000000a1bac /system/lib64/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+140)
#08 pc 0x0000000000014cd8 /system/lib64/libutils.so (thread_data_t::trampoline(thread_data_t const*)+412)
#09 pc 0x00000000000af97c /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start(void*)+64)
#10 pc 0x00000000000500d0 /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64)

"CleanupReference" tid=25 Waiting
at java.lang.Object.wait (Native method)
at java.lang.Object.wait (Object.java:442)
at java.lang.ref.ReferenceQueue.remove (ReferenceQueue.java:190)
at java.lang.ref.ReferenceQueue.remove (ReferenceQueue.java:211)
at Rh.run (chromium-TrichromeWebViewGoogle.apk-stable-443021033:2)

"AudioThread" tid=26 Native
#00 pc 0x000000000004b20c /apex/com.android.runtime/lib64/bionic/libc.so (syscall+28)
#01 pc 0x000000000004edec /apex/com.android.runtime/lib64/bionic/libc.so (__futex_wait_ex(void volatile*, bool, int, bool, timespec const*)+144)
#02 pc 0x00000000000aed9c /apex/com.android.runtime/lib64/bionic/libc.so (pthread_cond_wait+60)
#03 pc 0x00000000023f11f4 /product/app/WebViewGoogle/WebViewGoogle.apk!libmonochrome.so

"Chrome_InProcGpuThread" tid=27 Native
#00 pc 0x000000000004b20c /apex/com.android.runtime/lib64/bionic/libc.so (syscall+28)
#01 pc 0x000000000004edec /apex/com.android.runtime/lib64/bionic/libc.so (__futex_wait_ex(void volatile*, bool, int, bool, timespec const*)+144)
#02 pc 0x00000000000aed9c /apex/com.android.runtime/lib64/bionic/libc.so (pthread_cond_wait+60)
#03 pc 0x00000000023f11f4 /product/app/WebViewGoogle/WebViewGoogle.apk!libmonochrome.so

"Timer-0" tid=28 Waiting
at java.lang.Object.wait (Native method)
at java.lang.Object.wait (Object.java:442)
at java.lang.Object.wait (Object.java:568)
at java.lang.UNIXProcess.waitFor (UNIXProcess.java:208)
at io.InternetConnection.InternetConnection$1.run (InternetConnection.java:115)
at java.util.TimerThread.mainLoop (Timer.java:562)
at java.util.TimerThread.run (Timer.java:512)

"WifiManagerThread" tid=30 Native
#00 pc 0x000000000009bae8 /apex/com.android.runtime/lib64/bionic/libc.so (__epoll_pwait+8)
#01 pc 0x0000000000019a2c /system/lib64/libutils.so (android::Looper::pollInner(int)+184)
#02 pc 0x000000000001990c /system/lib64/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+112)
#03 pc 0x0000000000112e24 /system/lib64/libandroid_runtime.so (android::android_os_MessageQueue_nativePollOnce(_JNIEnv*, _jobject*, long, int)+44)
at android.os.MessageQueue.nativePollOnce (Native method)
at android.os.MessageQueue.next (MessageQueue.java:335)
at android.os.Looper.loop (Looper.java:193)
at android.os.HandlerThread.run (HandlerThread.java:67)

"pool-2-thread-1" tid=31 Waiting
at sun.misc.Unsafe.park (Native method)
at java.util.concurrent.locks.LockSupport.park (LockSupport.java:190)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await (AbstractQueuedSynchronizer.java:2067)
at java.util.concurrent.LinkedBlockingQueue.take (LinkedBlockingQueue.java:442)
at java.util.concurrent.ThreadPoolExecutor.getTask (ThreadPoolExecutor.java:1092)
at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1152)
at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:641)
at java.lang.Thread.run (Thread.java:923)

"process reaper" tid=32 Native
#00 pc 0x000000000009bd24 /apex/com.android.runtime/lib64/bionic/libc.so (wait4+4)
#01 pc 0x000000000002a7c4 /apex/com.android.art/lib64/libopenjdk.so (UNIXProcess_waitForProcessExit+48)
at java.lang.UNIXProcess.waitForProcessExit (Native method)
at java.lang.UNIXProcess.access$200 (UNIXProcess.java:55)
at java.lang.UNIXProcess$3.run (UNIXProcess.java:172)
at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1167)
at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:641)
at java.lang.Thread.run (Thread.java:923)

"OkHttp ConnectionPool" tid=34 Timed Waiting
at java.lang.Object.wait (Native method)
at com.android.okhttp.ConnectionPool$1.run (ConnectionPool.java:106)
at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1167)
at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:641)
at java.lang.Thread.run (Thread.java:923)

"ThreadPoolForeg" tid=33 Native
#00 pc 0x000000000004b210 /apex/com.android.runtime/lib64/bionic/libc.so (syscall+32)
#01 pc 0x000000000004edec /apex/com.android.runtime/lib64/bionic/libc.so (__futex_wait_ex(void volatile*, bool, int, bool, timespec const*)+144)
#02 pc 0x00000000000aee40 /apex/com.android.runtime/lib64/bionic/libc.so (pthread_cond_timedwait+120)
#03 pc 0x000000000223501c /product/app/WebViewGoogle/WebViewGoogle.apk!libmonochrome.so

"AsyncTask #2" tid=36 Waiting
at sun.misc.Unsafe.park (Native method)
at java.util.concurrent.locks.LockSupport.park (LockSupport.java:190)
at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill (SynchronousQueue.java:459)
at java.util.concurrent.SynchronousQueue$TransferStack.transfer (SynchronousQueue.java:362)
at java.util.concurrent.SynchronousQueue.take (SynchronousQueue.java:920)
at java.util.concurrent.ThreadPoolExecutor.getTask (ThreadPoolExecutor.java:1092)
at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1152)
at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:641)
at java.lang.Thread.run (Thread.java:923)

"ThreadPoolForeg" tid=37 Native
#00 pc 0x000000000004b210 /apex/com.android.runtime/lib64/bionic/libc.so (syscall+32)
#01 pc 0x000000000004edec /apex/com.android.runtime/lib64/bionic/libc.so (__futex_wait_ex(void volatile*, bool, int, bool, timespec const*)+144)
#02 pc 0x00000000000aee40 /apex/com.android.runtime/lib64/bionic/libc.so (pthread_cond_timedwait+120)
#03 pc 0x000000000223501c /product/app/WebViewGoogle/WebViewGoogle.apk!libmonochrome.so

"InsetsAnimations" tid=38 Native
#00 pc 0x000000000009bae8 /apex/com.android.runtime/lib64/bionic/libc.so (__epoll_pwait+8)
#01 pc 0x0000000000019a2c /system/lib64/libutils.so (android::Looper::pollInner(int)+184)
#02 pc 0x000000000001990c /system/lib64/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+112)
#03 pc 0x0000000000112e24 /system/lib64/libandroid_runtime.so (android::android_os_MessageQueue_nativePollOnce(_JNIEnv*, _jobject*, long, int)+44)
at android.os.MessageQueue.nativePollOnce (Native method)
at android.os.MessageQueue.next (MessageQueue.java:335)
at android.os.Looper.loop (Looper.java:193)
at android.os.HandlerThread.run (HandlerThread.java:67)

"PlayBillingLibrary-1" tid=39 Waiting
at sun.misc.Unsafe.park (Native method)
at java.util.concurrent.locks.LockSupport.park (LockSupport.java:190)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await (AbstractQueuedSynchronizer.java:2067)
at java.util.concurrent.LinkedBlockingQueue.take (LinkedBlockingQueue.java:442)
at java.util.concurrent.ThreadPoolExecutor.getTask (ThreadPoolExecutor.java:1092)
at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1152)
at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:641)
at java.lang.Thread.run (Thread.java:923)

"PlayBillingLibrary-2" tid=29 Waiting
at sun.misc.Unsafe.park (Native method)
at java.util.concurrent.locks.LockSupport.park (LockSupport.java:190)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await (AbstractQueuedSynchronizer.java:2067)
at java.util.concurrent.LinkedBlockingQueue.take (LinkedBlockingQueue.java:442)
at java.util.concurrent.ThreadPoolExecutor.getTask (ThreadPoolExecutor.java:1092)
at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1152)
at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:641)
at java.lang.Thread.run (Thread.java:923)

"PlayBillingLibrary-3" tid=40 Waiting
at sun.misc.Unsafe.park (Native method)
at java.util.concurrent.locks.LockSupport.park (LockSupport.java:190)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await (AbstractQueuedSynchronizer.java:2067)
at java.util.concurrent.LinkedBlockingQueue.take (LinkedBlockingQueue.java:442)
at java.util.concurrent.ThreadPoolExecutor.getTask (ThreadPoolExecutor.java:1092)
at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1152)
at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:641)
at java.lang.Thread.run (Thread.java:923)

"ThreadPoolForeg" tid=41 Native
#00 pc 0x000000000004b210 /apex/com.android.runtime/lib64/bionic/libc.so (syscall+32)
#01 pc 0x000000000004edec /apex/com.android.runtime/lib64/bionic/libc.so (__futex_wait_ex(void volatile*, bool, int, bool, timespec const*)+144)
#02 pc 0x00000000000aee40 /apex/com.android.runtime/lib64/bionic/libc.so (pthread_cond_timedwait+120)
#03 pc 0x000000000223501c /product/app/WebViewGoogle/WebViewGoogle.apk!libmonochrome.so

"ThreadPoolForeg" tid=42 Native
#00 pc 0x000000000004b210 /apex/com.android.runtime/lib64/bionic/libc.so (syscall+32)
#01 pc 0x000000000004edec /apex/com.android.runtime/lib64/bionic/libc.so (__futex_wait_ex(void volatile*, bool, int, bool, timespec const*)+144)
#02 pc 0x00000000000aee40 /apex/com.android.runtime/lib64/bionic/libc.so (pthread_cond_timedwait+120)
#03 pc 0x000000000223501c /product/app/WebViewGoogle/WebViewGoogle.apk!libmonochrome.so

"ThreadPoolForeg" tid=43 Native
#00 pc 0x000000000004b210 /apex/com.android.runtime/lib64/bionic/libc.so (syscall+32)
#01 pc 0x000000000004edec /apex/com.android.runtime/lib64/bionic/libc.so (__futex_wait_ex(void volatile*, bool, int, bool, timespec const*)+144)
#02 pc 0x00000000000aee40 /apex/com.android.runtime/lib64/bionic/libc.so (pthread_cond_timedwait+120)
#03 pc 0x000000000223501c /product/app/WebViewGoogle/WebViewGoogle.apk!libmonochrome.so

"Binder:23759_4" tid=1 Native
#00 pc 0x000000000009ab24 /apex/com.android.runtime/lib64/bionic/libc.so (__ioctl+4)
#01 pc 0x0000000000057ac4 /apex/com.android.runtime/lib64/bionic/libc.so (ioctl+160)
#02 pc 0x00000000000519d4 /system/lib64/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+296)
#03 pc 0x0000000000051bc4 /system/lib64/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+24)
#04 pc 0x0000000000052484 /system/lib64/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+60)
#05 pc 0x000000000007836c /system/lib64/libbinder.so (android::PoolThread::threadLoop()+24)
#06 pc 0x0000000000015414 /system/lib64/libutils.so (android::thread::_threadLoop(void*)+260)
#07 pc 0x00000000000a1bac /system/lib64/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+140)
#08 pc 0x0000000000014cd8 /system/lib64/libutils.so (thread_data_t::trampoline(thread_data_t const*)+412)
#09 pc 0x00000000000af97c /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start(void*)+64)
#10 pc 0x00000000000500d0 /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64)

"Binder:23759_5" tid=44 Native
#00 pc 0x000000000009ab24 /apex/com.android.runtime/lib64/bionic/libc.so (__ioctl+4)
#01 pc 0x0000000000057ac4 /apex/com.android.runtime/lib64/bionic/libc.so (ioctl+160)
#02 pc 0x00000000000519d4 /system/lib64/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+296)
#03 pc 0x0000000000051bc4 /system/lib64/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+24)
#04 pc 0x0000000000052484 /system/lib64/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+60)
#05 pc 0x000000000007836c /system/lib64/libbinder.so (android::PoolThread::threadLoop()+24)
#06 pc 0x0000000000015414 /system/lib64/libutils.so (android::thread::_threadLoop(void*)+260)
#07 pc 0x00000000000a1bac /system/lib64/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+140)
#08 pc 0x0000000000014cd8 /system/lib64/libutils.so (thread_data_t::trampoline(thread_data_t const*)+412)
#09 pc 0x00000000000af97c /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start(void*)+64)
#10 pc 0x00000000000500d0 /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64)

"ThreadPoolForeg" tid=2 Native
#00 pc 0x000000000004b210 /apex/com.android.runtime/lib64/bionic/libc.so (syscall+32)
#01 pc 0x000000000004edec /apex/com.android.runtime/lib64/bionic/libc.so (__futex_wait_ex(void volatile*, bool, int, bool, timespec const*)+144)
#02 pc 0x00000000000aee40 /apex/com.android.runtime/lib64/bionic/libc.so (pthread_cond_timedwait+120)
#03 pc 0x000000000223501c /product/app/WebViewGoogle/WebViewGoogle.apk!libmonochrome.so

"ThreadPoolForeg" tid=3 Native
#00 pc 0x000000000004b210 /apex/com.android.runtime/lib64/bionic/libc.so (syscall+32)
#01 pc 0x000000000004edec /apex/com.android.runtime/lib64/bionic/libc.so (__futex_wait_ex(void volatile*, bool, int, bool, timespec const*)+144)
#02 pc 0x00000000000aee40 /apex/com.android.runtime/lib64/bionic/libc.so (pthread_cond_timedwait+120)
#03 pc 0x000000000223501c /product/app/WebViewGoogle/WebViewGoogle.apk!libmonochrome.so

"Binder:23759_6" tid=6 Native
#00 pc 0x000000000009ab24 /apex/com.android.runtime/lib64/bionic/libc.so (__ioctl+4)
#01 pc 0x0000000000057ac4 /apex/com.android.runtime/lib64/bionic/libc.so (ioctl+160)
#02 pc 0x00000000000519d4 /system/lib64/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+296)
#03 pc 0x0000000000051bc4 /system/lib64/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+24)
#04 pc 0x0000000000052484 /system/lib64/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+60)
#05 pc 0x000000000007836c /system/lib64/libbinder.so (android::PoolThread::threadLoop()+24)
#06 pc 0x0000000000015414 /system/lib64/libutils.so (android::thread::_threadLoop(void*)+260)
#07 pc 0x00000000000a1bac /system/lib64/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+140)
#08 pc 0x0000000000014cd8 /system/lib64/libutils.so (thread_data_t::trampoline(thread_data_t const*)+412)
#09 pc 0x00000000000af97c /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start(void*)+64)
#10 pc 0x00000000000500d0 /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64)

"ThreadPoolServi" tid=23887 Unknown
#00 pc 0x000000000009bae8 /apex/com.android.runtime/lib64/bionic/libc.so (__epoll_pwait+8)
#01 pc 0x0000000001754d8c /product/app/WebViewGoogle/WebViewGoogle.apk!libmonochrome.so

"MemoryInfra" tid=23893 Unknown
#00 pc 0x000000000004b20c /apex/com.android.runtime/lib64/bionic/libc.so (syscall+28)
#01 pc 0x000000000004edec /apex/com.android.runtime/lib64/bionic/libc.so (__futex_wait_ex(void volatile*, bool, int, bool, timespec const*)+144)
#02 pc 0x00000000000aed9c /apex/com.android.runtime/lib64/bionic/libc.so (pthread_cond_wait+60)
#03 pc 0x00000000023f11f4 /product/app/WebViewGoogle/WebViewGoogle.apk!libmonochrome.so

"ThreadPoolSingl" tid=23909 Unknown
#00 pc 0x000000000004b20c /apex/com.android.runtime/lib64/bionic/libc.so (syscall+28)
#01 pc 0x000000000004edec /apex/com.android.runtime/lib64/bionic/libc.so (__futex_wait_ex(void volatile*, bool, int, bool, timespec const*)+144)
#02 pc 0x00000000000aed9c /apex/com.android.runtime/lib64/bionic/libc.so (pthread_cond_wait+60)
#03 pc 0x00000000023f11f4 /product/app/WebViewGoogle/WebViewGoogle.apk!libmonochrome.so

"NetworkService" tid=23910 Unknown
#00 pc 0x000000000009bae8 /apex/com.android.runtime/lib64/bionic/libc.so (__epoll_pwait+8)
#01 pc 0x0000000001754d8c /product/app/WebViewGoogle/WebViewGoogle.apk!libmonochrome.so

"CookieMonsterCl" tid=23911 Unknown
#00 pc 0x000000000004b20c /apex/com.android.runtime/lib64/bionic/libc.so (syscall+28)
#01 pc 0x000000000004edec /apex/com.android.runtime/lib64/bionic/libc.so (__futex_wait_ex(void volatile*, bool, int, bool, timespec const*)+144)
#02 pc 0x00000000000aed9c /apex/com.android.runtime/lib64/bionic/libc.so (pthread_cond_wait+60)
#03 pc 0x00000000023f11f4 /product/app/WebViewGoogle/WebViewGoogle.apk!libmonochrome.so

"CookieMonsterBa" tid=23912 Unknown
#00 pc 0x000000000004b20c /apex/com.android.runtime/lib64/bionic/libc.so (syscall+28)
#01 pc 0x000000000004edec /apex/com.android.runtime/lib64/bionic/libc.so (__futex_wait_ex(void volatile*, bool, int, bool, timespec const*)+144)
#02 pc 0x00000000000aed9c /apex/com.android.runtime/lib64/bionic/libc.so (pthread_cond_wait+60)
#03 pc 0x00000000023f11f4 /product/app/WebViewGoogle/WebViewGoogle.apk!libmonochrome.so

"VizWebView" tid=23925 Unknown
#00 pc 0x000000000004b20c /apex/com.android.runtime/lib64/bionic/libc.so (syscall+28)
#01 pc 0x000000000004edec /apex/com.android.runtime/lib64/bionic/libc.so (__futex_wait_ex(void volatile*, bool, int, bool, timespec const*)+144)
#02 pc 0x00000000000aed9c /apex/com.android.runtime/lib64/bionic/libc.so (pthread_cond_wait+60)
#03 pc 0x00000000023f11f4 /product/app/WebViewGoogle/WebViewGoogle.apk!libmonochrome.so

"Chrome_ChildIOT" tid=23932 Unknown
#00 pc 0x000000000009bae8 /apex/com.android.runtime/lib64/bionic/libc.so (__epoll_pwait+8)
#01 pc 0x0000000001754d8c /product/app/WebViewGoogle/WebViewGoogle.apk!libmonochrome.so

"mali-mem-purge" tid=23934 Unknown
#00 pc 0x000000000004b20c /apex/com.android.runtime/lib64/bionic/libc.so (syscall+28)
#01 pc 0x000000000004edec /apex/com.android.runtime/lib64/bionic/libc.so (__futex_wait_ex(void volatile*, bool, int, bool, timespec const*)+144)
#02 pc 0x000000000005bbdc /apex/com.android.runtime/lib64/bionic/libc.so (sem_wait+112)
#03 pc 0x0000000000ad02b8 /vendor/lib64/egl/libGLES_mali.so
#04 pc 0x00000000000af97c /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start(void*)+64)
#05 pc 0x00000000000500d0 /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64)

"mali-utility-wo" tid=23935 Unknown
#00 pc 0x000000000004b20c /apex/com.android.runtime/lib64/bionic/libc.so (syscall+28)
#01 pc 0x000000000004edec /apex/com.android.runtime/lib64/bionic/libc.so (__futex_wait_ex(void volatile*, bool, int, bool, timespec const*)+144)
#02 pc 0x000000000005bbdc /apex/com.android.runtime/lib64/bionic/libc.so (sem_wait+112)
#03 pc 0x0000000000aadc0c /vendor/lib64/egl/libGLES_mali.so
#04 pc 0x00000000000af97c /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start(void*)+64)
#05 pc 0x00000000000500d0 /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64)

"mali-utility-wo" tid=23936 Unknown
#00 pc 0x000000000004b20c /apex/com.android.runtime/lib64/bionic/libc.so (syscall+28)
#01 pc 0x000000000004edec /apex/com.android.runtime/lib64/bionic/libc.so (__futex_wait_ex(void volatile*, bool, int, bool, timespec const*)+144)
#02 pc 0x000000000005bbdc /apex/com.android.runtime/lib64/bionic/libc.so (sem_wait+112)
#03 pc 0x0000000000aadc0c /vendor/lib64/egl/libGLES_mali.so
#04 pc 0x00000000000af97c /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start(void*)+64)
#05 pc 0x00000000000500d0 /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64)

"mali-utility-wo" tid=23937 Unknown
#00 pc 0x000000000004b20c /apex/com.android.runtime/lib64/bionic/libc.so (syscall+28)
#01 pc 0x000000000004edec /apex/com.android.runtime/lib64/bionic/libc.so (__futex_wait_ex(void volatile*, bool, int, bool, timespec const*)+144)
#02 pc 0x000000000005bbdc /apex/com.android.runtime/lib64/bionic/libc.so (sem_wait+112)
#03 pc 0x0000000000aadc0c /vendor/lib64/egl/libGLES_mali.so
#04 pc 0x00000000000af97c /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start(void*)+64)
#05 pc 0x00000000000500d0 /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64)

"mali-utility-wo" tid=23938 Unknown
#00 pc 0x000000000004b20c /apex/com.android.runtime/lib64/bionic/libc.so (syscall+28)
#01 pc 0x000000000004edec /apex/com.android.runtime/lib64/bionic/libc.so (__futex_wait_ex(void volatile*, bool, int, bool, timespec const*)+144)
#02 pc 0x000000000005bbdc /apex/com.android.runtime/lib64/bionic/libc.so (sem_wait+112)
#03 pc 0x0000000000aadc0c /vendor/lib64/egl/libGLES_mali.so
#04 pc 0x00000000000af97c /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start(void*)+64)
#05 pc 0x00000000000500d0 /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64)

"mali-utility-wo" tid=23939 Unknown
#00 pc 0x000000000004b20c /apex/com.android.runtime/lib64/bionic/libc.so (syscall+28)
#01 pc 0x000000000004edec /apex/com.android.runtime/lib64/bionic/libc.so (__futex_wait_ex(void volatile*, bool, int, bool, timespec const*)+144)
#02 pc 0x000000000005bbdc /apex/com.android.runtime/lib64/bionic/libc.so (sem_wait+112)
#03 pc 0x0000000000aadc0c /vendor/lib64/egl/libGLES_mali.so
#04 pc 0x00000000000af97c /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start(void*)+64)
#05 pc 0x00000000000500d0 /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64)

"mali-utility-wo" tid=23941 Unknown
#00 pc 0x000000000004b20c /apex/com.android.runtime/lib64/bionic/libc.so (syscall+28)
#01 pc 0x000000000004edec /apex/com.android.runtime/lib64/bionic/libc.so (__futex_wait_ex(void volatile*, bool, int, bool, timespec const*)+144)
#02 pc 0x000000000005bbdc /apex/com.android.runtime/lib64/bionic/libc.so (sem_wait+112)
#03 pc 0x0000000000aadc0c /vendor/lib64/egl/libGLES_mali.so
#04 pc 0x00000000000af97c /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start(void*)+64)
#05 pc 0x00000000000500d0 /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64)

"mali-utility-wo" tid=23942 Unknown
#00 pc 0x000000000004b20c /apex/com.android.runtime/lib64/bionic/libc.so (syscall+28)
#01 pc 0x000000000004edec /apex/com.android.runtime/lib64/bionic/libc.so (__futex_wait_ex(void volatile*, bool, int, bool, timespec const*)+144)
#02 pc 0x000000000005bbdc /apex/com.android.runtime/lib64/bionic/libc.so (sem_wait+112)
#03 pc 0x0000000000aadc0c /vendor/lib64/egl/libGLES_mali.so
#04 pc 0x00000000000af97c /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start(void*)+64)
#05 pc 0x00000000000500d0 /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64)

"mali-utility-wo" tid=23943 Unknown
#00 pc 0x000000000004b20c /apex/com.android.runtime/lib64/bionic/libc.so (syscall+28)
#01 pc 0x000000000004edec /apex/com.android.runtime/lib64/bionic/libc.so (__futex_wait_ex(void volatile*, bool, int, bool, timespec const*)+144)
#02 pc 0x000000000005bbdc /apex/com.android.runtime/lib64/bionic/libc.so (sem_wait+112)
#03 pc 0x0000000000aadc0c /vendor/lib64/egl/libGLES_mali.so
#04 pc 0x00000000000af97c /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start(void*)+64)
#05 pc 0x00000000000500d0 /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64)

"mali-cmar-backe" tid=23944 Unknown
#00 pc 0x000000000009bbe8 /apex/com.android.runtime/lib64/bionic/libc.so (__ppoll+8)
#01 pc 0x000000000005a0dc /apex/com.android.runtime/lib64/bionic/libc.so (poll+92)
#02 pc 0x0000000000aadeb4 /vendor/lib64/egl/libGLES_mali.so
#03 pc 0x00000000000af97c /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start(void*)+64)
#04 pc 0x00000000000500d0 /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64)

"ThreadPoolSingl" tid=23970 Unknown
#00 pc 0x000000000004b20c /apex/com.android.runtime/lib64/bionic/libc.so (syscall+28)
#01 pc 0x000000000004edec /apex/com.android.runtime/lib64/bionic/libc.so (__futex_wait_ex(void volatile*, bool, int, bool, timespec const*)+144)
#02 pc 0x00000000000aed9c /apex/com.android.runtime/lib64/bionic/libc.so (pthread_cond_wait+60)
#03 pc 0x00000000023f11f4 /product/app/WebViewGoogle/WebViewGoogle.apk!libmonochrome.so

"RenderThread" tid=23990 Unknown
#00 pc 0x000000000004b20c /apex/com.android.runtime/lib64/bionic/libc.so (syscall+28)
#01 pc 0x000000000004edec /apex/com.android.runtime/lib64/bionic/libc.so (__futex_wait_ex(void volatile*, bool, int, bool, timespec const*)+144)
#02 pc 0x00000000000aed9c /apex/com.android.runtime/lib64/bionic/libc.so (pthread_cond_wait+60)
#03 pc 0x0000000000b20b34 /vendor/lib64/egl/libGLES_mali.so
#04 pc 0x00000000000af97c /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start(void*)+64)
#05 pc 0x00000000000500d0 /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64)
Detected on 1 device during testing
motorola Motorola G20
720x1600
Android 11 (SDK 30)
4,096 MB
arm64-v8a
en_GB
Show rows:
10
1 - 1 of 1

I suspect Google interference....
I didnt mention that I have an ongoing dispute with Google about them breaking GDPR legislation in the UK.
They kindly offered to "assist you in closing your current account. In that case, your information will not be displayed in the Play Store."
Only monetized accounts break UK GDPR legislation.

What's about the preview video from the Pixel 5?

1 Like

As I already suggested, invite some of your users as internal testers and then let them test your app. I have done this several times over the past few years and was able to determine that there were (are) false positive error messages in the Pre-launch report.

1 Like

Anke, thank you but Google is at play here, there is no doubt.
I remain in awe of you but this issue is Google playing games.

In what way is this vague statement supposed to be a solution and for what?

Google were the deciding factor not my app or its code.
Ask Dara care of Google.
It seems it was never a code issue at all.
Big brother at play.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.