这是indexloc提供的服务,不要输入任何密码
Skip to content

Bug: Facebook SDK causes RejectedExecutionException by using Picasso SDK #578

@AndroidDeveloperLB

Description

@AndroidDeveloperLB
implementation("com.google.android.gms:play-services-ads:24.3.0")
implementation("com.google.ads.mediation:facebook:6.20.0.0")

After I've added Facebook/Meta as an ad-network source for Admob mediation, I got this exception for one of my apps :

Fatal Exception: java.util.concurrent.RejectedExecutionException: Task com.squareup.picasso.PicassoExecutorService$PicassoFutureTask@5d9d5b0[Not completed] rejected from com.squareup.picasso.PicassoExecutorService@2fbcc29[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0]
       at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2082)
       at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:842)
       at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1374)
       at com.squareup.picasso.PicassoExecutorService.submit(PicassoExecutorService.java:87)
       at com.squareup.picasso.Dispatcher.performSubmit(Dispatcher.java:203)
       at com.squareup.picasso.Dispatcher.performSubmit(Dispatcher.java:176)
       at com.squareup.picasso.Dispatcher$DispatcherHandler.handleMessage(Dispatcher.java:471)
       at android.os.Handler.dispatchMessage(Handler.java:106)
       at android.os.Looper.loopOnce(Looper.java:257)
       at android.os.Looper.loop(Looper.java:368)
       at android.os.HandlerThread.run(HandlerThread.java:67)

Image

I don't use Picasso SDK at all in my app, and checking the SDK of Facebook, I can see they use it.
Please fix it and contact them if needed, as I can't find how to contact them at all (each place that claims to reach them either goes to some articles or to an empty page).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions