Skip to content
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.

App shortcut: "Shuffle all" crashes #112

Closed
arkon opened this issue Mar 27, 2017 · 4 comments
Closed

App shortcut: "Shuffle all" crashes #112

arkon opened this issue Mar 27, 2017 · 4 comments

Comments

@arkon
Copy link
Collaborator

arkon commented Mar 27, 2017

03-27 10:49:02.997 I/ActivityManager(2110): START u0 {act=android.intent.action.VIEW flg=0x10000000 cmp=com.kabouzeid.gramophone/.appshortcuts.AppShortcutLauncherActivity bnds=[368,1133][867,1248] (has extras)} from uid 10134 on display 0
03-27 10:49:03.037 I/ActivityManager(2110): Start proc 7838:com.kabouzeid.gramophone/u0a134 for activity com.kabouzeid.gramophone/.appshortcuts.AppShortcutLauncherActivity
03-27 10:49:03.080 W/System  (7838): ClassLoader referenced unknown path: /data/app/com.kabouzeid.gramophone-1/lib/arm
03-27 10:49:03.495 E/AndroidRuntime(7838): Process: com.kabouzeid.gramophone, PID: 7838
03-27 10:49:03.495 E/AndroidRuntime(7838): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.kabouzeid.gramophone/com.kabouzeid.gramophone.appshortcuts.AppShortcutLauncherActivity}: java.lang.RuntimeException: android.os.TransactionTooLargeException: data parcel size 1614956 bytes
03-27 10:49:03.495 E/AndroidRuntime(7838): 	at com.kabouzeid.gramophone.appshortcuts.AppShortcutLauncherActivity.startServiceWithSongs(Unknown Source)
03-27 10:49:03.495 E/AndroidRuntime(7838): 	at com.kabouzeid.gramophone.appshortcuts.AppShortcutLauncherActivity.onCreate(Unknown Source)
03-27 10:49:03.499 W/ActivityManager(2110):   Force finishing activity com.kabouzeid.gramophone/.appshortcuts.AppShortcutLauncherActivity
03-27 10:49:04.010 W/ActivityManager(2110): Activity pause timeout for ActivityRecord{a09ce1f u0 com.kabouzeid.gramophone/.appshortcuts.AppShortcutLauncherActivity t433 f}
03-27 10:49:04.199 W/ActivityManager(2110):   Force finishing activity com.kabouzeid.gramophone/.appshortcuts.AppShortcutLauncherActivity
03-27 10:49:04.199 I/ActivityManager(2110): Killing 7838:com.kabouzeid.gramophone/u0a134 (adj 900): crash
@kabouzeid
Copy link
Owner

Thank you!

@adriancampos
Copy link
Contributor

@arkon, do you have an idea of about how many songs you have in Phonograph? I'm trying to fix this but I can't get it to crash 🙃

@arkon
Copy link
Collaborator Author

arkon commented Apr 5, 2017

@adriancampos I probably had around 4000 before, but I have around 2500 now (I deleted a bunch) and it still crashes.

adriancampos pushed a commit to adriancampos/Phonograph that referenced this issue Apr 5, 2017
…laylist

Instead of passing all songs in an intent extra, pass the Playlist which is then used to load the songs in MusicService
@adriancampos
Copy link
Contributor

Thanks @arkon! 2500 did it for me.

If you get a chance, would you mind double checking that 54414e7 fixes it?

ezio84 pushed a commit to ezio84/Phonograph that referenced this issue Apr 15, 2017
oshmoun pushed a commit to oshmoun/Phonograph that referenced this issue Apr 23, 2017
…laylist

Instead of passing all songs in an intent extra, pass the Playlist which is then used to load the songs in MusicService
oshmoun pushed a commit to oshmoun/Phonograph that referenced this issue Jun 11, 2017
…laylist

Instead of passing all songs in an intent extra, pass the Playlist which is then used to load the songs in MusicService

Change-Id: Ief476f4eec8b192c618388a223ca57b882e14652
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants