Skip to content
This repository was archived by the owner on Aug 3, 2022. It is now read-only.
This repository was archived by the owner on Aug 3, 2022. It is now read-only.

sso_managed crashes on open #7

@KellzCodes

Description

@KellzCodes

Issue description

First build before any changes are made. Attempts to run the app fails. Crashes on open.

Reproduction steps

  1. Upgrade build tools to 3.3.1
  2. Upgrade Compile SDK to 28
  3. Run the demo on your phone

A full bug report captured from the device

Error: Program type already present: android.support.v4.app.FragmentTransitionCompat21$1

.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636) at rgd.run(Unknown Source:7) at java.lang.Thread.run(Thread.java:764) 2019-02-22 01:38:08.747 2674-5551/? E/ctxmgr: [SyncServerInterestRecordsOperation]Failed WriteInterestRecord: network status=-1 2019-02-22 01:38:09.850 5222-6137/? W/CelloCake: [CelloTaskRunner74c490b-monitoring0] [Account=74c490b:Task=186300485]Slow task still running after 655s. 17(options=# com.google.apps.drive.dataservice.PollForChangesOptions@3c8065){account=74c490b, submitTimeMs=1516915423, startTimeMs=1516915423, waitTimeMs=0, timedOut} 2019-02-22 01:38:11.371 2674-2674/? W/ChimeraUtils: Non Chimera context 2019-02-22 01:38:11.372 2674-2674/? W/ChimeraUtils: Non Chimera context 2019-02-22 01:38:11.413 2674-5551/? E/Auth: [GoogleAccountDataServiceImpl] getToken() -> BAD_AUTHENTICATION. Account: <ELLIDED:-588667671>, App: com.google.android.gms, Service: oauth2:https://www.googleapis.com/auth/contextcontroller qbl: Long live credential not available. at gyk.c(:com.google.android.gms@14799018@14.7.99 (040308-223214910):18) at gyk.a(:com.google.android.gms@14799018@14.7.99 (040308-223214910):11) at gyk.b(Unknown Source:0) at gwv.a(:com.google.android.gms@14799018@14.7.99 (040308-223214910):22) at ipx.a(:com.google.android.gms@14799018@14.7.99 (040308-223214910):7) at ipx.a(:com.google.android.gms@14799018@14.7.99 (040308-223214910):153) at iox.a(:com.google.android.gms@14799018@14.7.99 (040308-223214910):2) at iou.a(:com.google.android.gms@14799018@14.7.99 (040308-223214910):15) at iou.a(:com.google.android.gms@14799018@14.7.99 (040308-223214910):6) at gth.a(:com.google.android.gms@14799018@14.7.99 (040308-223214910):33) at gth.a(:com.google.android.gms@14799018@14.7.99 (040308-223214910):81) at gtq.a(:com.google.android.gms@14799018@14.7.99 (040308-223214910):3) at gtp.a(:com.google.android.gms@14799018@14.7.99 (040308-223214910):2) at gtp.c(:com.google.android.gms@14799018@14.7.99 (040308-223214910):6) at gtp.b(:com.google.android.gms@14799018@14.7.99 (040308-223214910):1) at gtn.a(:com.google.android.gms@14799018@14.7.99 (040308-223214910):1) at qtx.a(:com.google.android.gms@14799018@14.7.99 (040308-223214910):1) at qsl.a(:com.google.android.gms@14799018@14.7.99 (040308-223214910):2) at ejo.a(:com.google.android.gms@14799018@14.7.99 (040308-223214910):24) at eer.run(:com.google.android.gms@14799018@14.7.99 (040308-223214910):2) at eep.a(:com.google.android.gms@14799018@14.7.99 (040308-223214910):2) at eep.handleMessage(:com.google.android.gms@14799018@14.7.99 (040308-223214910):14) at qzo.run(:com.google.android.gms@14799018@14.7.99 (040308-223214910):4) at rab.run(:com.google.android.gms@14799018@14.7.99 (040308-223214910):21) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636) at rgd.run(Unknown Source:7) at java.lang.Thread.run(Thread.java:764) 2019-02-22 01:38:11.413 2674-5551/? W/Auth: [GetToken] GetToken failed with status code: BadAuthentication 2019-02-22 01:38:11.442 2674-5551/? W/Auth: [GoogleAuthUtil] GoogleAuthUtil 2019-02-22 01:38:11.442 2674-5551/? W/AuthSessionAuthenticato: Auth related exception is being ignored: BadAuthentication 2019-02-22 01:38:11.465 2674-5551/? E/ctxmgr: [BaseServerTask]Server task (WriteInterestRecordTask) got error statusCode=-1. com.android.volley.VolleyError: Unable to obtain auth token - is the device online? at ejo.a(:com.google.android.gms@14799018@14.7.99 (040308-223214910):31) at eer.run(:com.google.android.gms@14799018@14.7.99 (040308-223214910):2) at eep.a(:com.google.android.gms@14799018@14.7.99 (040308-223214910):2) at eep.handleMessage(:com.google.android.gms@14799018@14.7.99 (040308-223214910):14) at qzo.run(:com.google.android.gms@14799018@14.7.99 (040308-223214910):4) at rab.run(:com.google.android.gms@14799018@14.7.99 (040308-223214910):21) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636) at rgd.run(Unknown Source:7) at java.lang.Thread.run(Thread.java:764) 2019-02-22 01:38:11.466 2674-5551/? E/ctxmgr: [SyncServerInterestRecordsOperation]Failed WriteInterestRecord: network status=-1 2019-02-22 01:38:11.845 2674-5551/? E/Auth: [GoogleAccountDataServiceImpl] getToken() -> BAD_AUTHENTICATION. Account: <ELLIDED:-588667671>, App: com.google.android.gms, Service: oauth2:https://www.googleapis.com/auth/contextcontroller qbl: Long live credential not available. at gyk.c(:com.google.android.gms@14799018@14.7.99 (040308-223214910):18) at gyk.a(:com.google.android.gms@14799018@14.7.99 (040308-223214910):11) at gyk.b(Unknown Source:0) at gwv.a(:com.google.android.gms@14799018@14.7.99 (040308-223214910):22) at ipx.a(:com.google.android.gms@14799018@14.7.99 (040308-223214910):7) at ipx.a(:com.google.android.gms@14799018@14.7.99 (040308-223214910):153) at iox.a(:com.google.android.gms@14799018@14.7.99 (040308-223214910):2) at iou.a(:com.google.android.gms@14799018@14.7.99 (040308-223214910):15) at iou.a(:com.google.android.gms@14799018@14.7.99 (040308-223214910):6) at gth.a(:com.google.android.gms@14799018@14.7.99 (040308-223214910):33) at gth.a(:com.google.android.gms@14799018@14.7.99 (040308-223214910):81) at gtq.a(:com.google.android.gms@14799018@14.7.99 (040308-223214910):3) at gtp.a(:com.google.android.gms@14799018@14.7.99 (040308-223214910):2) at gtp.c(:com.google.android.gms@14799018@14.7.99 (040308-223214910):6) at gtp.b(:com.google.android.gms@14799018@14.7.99 (040308-223214910):1) at gtn.a(:com.google.android.gms@14799018@14.7.99 (040308-223214910):1) at qtx.a(:com.google.android.gms@14799018@14.7.99 (040308-223214910):1) at qsl.a(:com.google.android.gms@14799018@14.7.99 (040308-223214910):2) at ejo.a(:com.google.android.gms@14799018@14.7.99 (040308-223214910):24) at eer.run(:com.google.android.gms@14799018@14.7.99 (040308-223214910):2) at eep.a(:com.google.android.gms@14799018@14.7.99 (040308-223214910):2) at eep.handleMessage(:com.google.android.gms@14799018@14.7.99 (040308-223214910):14) at qzo.run(:com.google.android.gms@14799018@14.7.99 (040308-223214910):4) at rab.run(:com.google.android.gms@14799018@14.7.99 (040308-223214910):21) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636) at rgd.run(Unknown Source:7) at java.lang.Thread.run(Thread.java:764) 2019-02-22 01:38:11.846 2674-5551/? W/Auth: [GetToken] GetToken failed with status code: BadAuthentication 2019-02-22 01:38:11.874 2674-5551/? W/Auth: [GoogleAuthUtil] GoogleAuthUtil 2019-02-22 01:38:11.874 2674-5551/? W/AuthSessionAuthenticato: Auth related exception is being ignored: BadAuthentication 2019-02-22 01:38:11.882 2674-5551/? E/ctxmgr: [BaseServerTask]Server task (WriteInterestRecordTask) got error statusCode=-1.

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