GithubHelp home page GithubHelp logo

Comments (3)

mfonville avatar mfonville commented on May 20, 2024

First of all, this in Google Play Music itself, so we cannot do anything about it. Second, AFAIK this is correct behaviour, because it would prefer libs in /data/ over those on /system/, so it first looks for those.

from opengapps.

Feelivent avatar Feelivent commented on May 20, 2024

Not having covers in the Google Play Music notification is not normal behavior and a bug.

Googled the first error logcat and that was /data/app-lib/PrebuiltGmsCore:
http://forum.xda-developers.com/showpost.php?p=54947999&postcount=5508
Diagnose prolly premature if you say that's normal behavior (XDA disagrees?), but the no covers bug isn't.

Was working before in CM11 and old PA Gapps (before switch to .gapps-config) with latest Google Play Music updated from the Play Store. Formatted /system, reinstalled ROM and installed open-gapps, where that issue first arrived. Tried to install open-gapps without Google Play Music and installed from Play Store, but issue still there.
Tried stock CM kernel instead of custom fancy kernel, no change.
Blamed not wiping /data, moved on to clean wipe and install Omni 4.4 and open-gapps, no change.

There's no logcat activity for pulling down the notifications, so not sure how relevant, but here's the complete logcat for starting Google Play Music through the App Drawer when clean installed from open-gapps with Omni 4.4 and fancy r60 kernel.

Logcat

--------- beginning of /dev/log/system
I/ActivityManager(  631): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.google.android.music/com.android.music.activitymanagement.TopLevelActivity} from pid 1416
--------- beginning of /dev/log/main
D/dalvikvm(  631): GC_FOR_ALLOC freed 2624K, 28% free 11729K/16192K, paused 80ms, total 81ms
I/ActivityManager(  631): Start proc com.google.android.music:ui for activity com.google.android.music/com.android.music.activitymanagement.TopLevelActivity: pid=5088 uid=10061 gids={50061, 3003, 1028, 1015, 1023}
D/dalvikvm(  162): GC_EXPLICIT freed 42K, 4% free 3093K/3196K, paused 2ms+2ms, total 32ms
D/dalvikvm(  162): GC_EXPLICIT freed <1K, 4% free 3093K/3196K, paused 2ms+1ms, total 17ms
D/dalvikvm(  162): GC_EXPLICIT freed <1K, 4% free 3093K/3196K, paused 1ms+2ms, total 16ms
I/dalvikvm( 5088): Could not find method android.content.pm.PackageManager.getPackageInstaller, referenced from method com.google.android.gms.common.GooglePlayServicesUtil.zzl
W/dalvikvm( 5088): VFY: unable to resolve virtual method 960: Landroid/content/pm/PackageManager;.getPackageInstaller ()Landroid/content/pm/PackageInstaller;
D/dalvikvm( 5088): VFY: replacing opcode 0x6e at 0x000b
D/dalvikvm( 5088): Trying to load lib /data/app-lib/PrebuiltGmsCore/libgmscore.so 0x41be72d8
E/dalvikvm( 5088): dlopen("/data/app-lib/PrebuiltGmsCore/libgmscore.so") failed: dlopen failed: library "/data/app-lib/PrebuiltGmsCore/libgmscore.so" not found
E/ProviderInstaller( 5088): Unable to load native code from /data/app-lib/PrebuiltGmsCore/libgmscore.so
D/dalvikvm( 5088): No JNI_OnLoad found in /system/lib/libgmscore.so 0x41be72d8, skipping init
D/dalvikvm( 5088): Trying to load lib /data/app-lib/PrebuiltGmsCore/libconscrypt_gmscore_jni.so 0x41be72d8
E/dalvikvm( 5088): dlopen("/data/app-lib/PrebuiltGmsCore/libconscrypt_gmscore_jni.so") failed: dlopen failed: library "/data/app-lib/PrebuiltGmsCore/libconscrypt_gmscore_jni.so" not found
E/ProviderInstaller( 5088): Unable to load native code from /data/app-lib/PrebuiltGmsCore/libconscrypt_gmscore_jni.so
V/JNIHelp ( 5088): Registering com/google/android/gms/org/conscrypt/NativeCrypto's 227 native methods...
I/ProviderInstaller( 5088): Installed default security provider GmsCore_OpenSSL
D/AndroidMusic( 5088): GMSCore installation verified
I/ActivityManager(  631): Start proc com.google.android.music:main for service com.google.android.music/.preferences.MusicPreferenceService$MusicPreferenceServiceBinder: pid=5107 uid=10061 gids={50061, 3003, 1028, 1015, 1023}
I/MusicStore( 5107): Database version: 119
I/ConfigStore( 5107): Config Database version: 1
I/dalvikvm( 5107): Could not find method android.content.pm.PackageManager.getPackageInstaller, referenced from method com.google.android.gms.common.GooglePlayServicesUtil.zzl
W/dalvikvm( 5107): VFY: unable to resolve virtual method 960: Landroid/content/pm/PackageManager;.getPackageInstaller ()Landroid/content/pm/PackageInstaller;
D/dalvikvm( 5107): VFY: replacing opcode 0x6e at 0x000b
D/dalvikvm( 5107): Trying to load lib /data/app-lib/PrebuiltGmsCore/libgmscore.so 0x41c9f228
E/dalvikvm( 5107): dlopen("/data/app-lib/PrebuiltGmsCore/libgmscore.so") failed: dlopen failed: library "/data/app-lib/PrebuiltGmsCore/libgmscore.so" not found
E/ProviderInstaller( 5107): Unable to load native code from /data/app-lib/PrebuiltGmsCore/libgmscore.so
D/dalvikvm( 5107): No JNI_OnLoad found in /system/lib/libgmscore.so 0x41c9f228, skipping init
D/dalvikvm( 5107): Trying to load lib /data/app-lib/PrebuiltGmsCore/libconscrypt_gmscore_jni.so 0x41c9f228
E/dalvikvm( 5107): dlopen("/data/app-lib/PrebuiltGmsCore/libconscrypt_gmscore_jni.so") failed: dlopen failed: library "/data/app-lib/PrebuiltGmsCore/libconscrypt_gmscore_jni.so" not found
E/ProviderInstaller( 5107): Unable to load native code from /data/app-lib/PrebuiltGmsCore/libconscrypt_gmscore_jni.so
V/JNIHelp ( 5107): Registering com/google/android/gms/org/conscrypt/NativeCrypto's 227 native methods...
D/MeasurementService( 5088): MUSIC_UI_MEMORY_STATISTICS registered
D/MeasurementService( 5088): MUSIC_UI_MEMORY_MEASURER registered
I/ProviderInstaller( 5107): Installed default security provider GmsCore_OpenSSL
D/AndroidMusic( 5107): GMSCore installation verified
I/MediaRouter( 5088): Found default route: MediaRouter.RouteInfo{ uniqueId=android/.support.v7.media.SystemMediaRouteProvider:DEFAULT_ROUTE, name=Phone, description=null, enabled=true, connecting=false, canDisconnect=false, playbackType=0, playbackStream=3, volumeHandling=1, volume=7, volumeMax=15, presentationDisplayId=-1, extras=null, settingsIntent=null, providerPackageName=android }
I/dalvikvm( 5088): Could not find method com.google.android.music.ui.HomeActivity.postponeEnterTransition, referenced from method com.google.android.music.ui.HomeActivity.onActivityReenter
W/dalvikvm( 5088): VFY: unable to resolve virtual method 47121: Lcom/google/android/music/ui/HomeActivity;.postponeEnterTransition ()V
D/dalvikvm( 5088): VFY: replacing opcode 0x6e at 0x0003
I/dalvikvm( 5088): Could not find method android.view.ViewGroup.requestApplyInsets, referenced from method com.google.android.music.ui.BaseActivity.forceImmersiveMode
W/dalvikvm( 5088): VFY: unable to resolve virtual method 15869: Landroid/view/ViewGroup;.requestApplyInsets ()V
D/dalvikvm( 5088): VFY: replacing opcode 0x6e at 0x000a
I/dalvikvm( 5088): Could not find method android.view.Window.setStatusBarColor, referenced from method com.google.android.music.ui.BaseActivity.setRootVisibility
W/dalvikvm( 5088): VFY: unable to resolve virtual method 15987: Landroid/view/Window;.setStatusBarColor (I)V
D/dalvikvm( 5088): VFY: replacing opcode 0x6e at 0x0017
I/MusicLifecycle( 5088): Home activity created
I/MediaRouter( 5107): Found default route: MediaRouter.RouteInfo{ uniqueId=android/.support.v7.media.SystemMediaRouteProvider:DEFAULT_ROUTE, name=Phone, description=null, enabled=true, connecting=false, canDisconnect=false, playbackType=0, playbackStream=3, volumeHandling=1, volume=7, volumeMax=15, presentationDisplayId=-1, extras=null, settingsIntent=null, providerPackageName=android }
E/dalvikvm( 5088): Could not find class 'android.graphics.drawable.RippleDrawable', referenced from method com.google.android.play.drawer.PlayDrawerLayout.updateDockedAction
W/dalvikvm( 5088): VFY: unable to resolve new-instance 225 (Landroid/graphics/drawable/RippleDrawable;) in Lcom/google/android/play/drawer/PlayDrawerLayout;
D/dalvikvm( 5088): VFY: replacing opcode 0x22 at 0x002e
I/dalvikvm( 5088): Failed resolving Lcom/google/android/play/drawer/PlayDrawerLayout$1; interface 1984 'Landroid/view/View$OnApplyWindowInsetsListener;'
W/dalvikvm( 5088): Link of class 'Lcom/google/android/play/drawer/PlayDrawerLayout$1;' failed
E/dalvikvm( 5088): Could not find class 'com.google.android.play.drawer.PlayDrawerLayout$1', referenced from method com.google.android.play.drawer.PlayDrawerLayout.onFinishInflate
W/dalvikvm( 5088): VFY: unable to resolve new-instance 7836 (Lcom/google/android/play/drawer/PlayDrawerLayout$1;) in Lcom/google/android/play/drawer/PlayDrawerLayout;
D/dalvikvm( 5088): VFY: replacing opcode 0x22 at 0x0030
D/dalvikvm( 5088): DexOpt: unable to opt direct call 0x05d3 at 0x36 in Lcom/google/android/play/drawer/PlayDrawerLayout;.updateDockedAction
I/dalvikvm( 5088): Failed resolving Lcom/google/android/play/drawer/PlayDrawerLayout$1; interface 1984 'Landroid/view/View$OnApplyWindowInsetsListener;'
W/dalvikvm( 5088): Link of class 'Lcom/google/android/play/drawer/PlayDrawerLayout$1;' failed
D/dalvikvm( 5088): DexOpt: unable to opt direct call 0xcff7 at 0x32 in Lcom/google/android/play/drawer/PlayDrawerLayout;.onFinishInflate
E/dalvikvm( 5107): Could not find class 'android.app.Notification$MediaStyle', referenced from method com.google.android.music.playback.MusicPlaybackService.buildLNotification
W/dalvikvm( 5107): VFY: unable to resolve new-instance 70 (Landroid/app/Notification$MediaStyle;) in Lcom/google/android/music/playback/MusicPlaybackService;
D/dalvikvm( 5107): VFY: replacing opcode 0x22 at 0x0014
D/dalvikvm( 5107): DexOpt: couldn't find field Landroid/app/Notification;.visibility
W/dalvikvm( 5107): VFY: unable to resolve instance field 60
D/dalvikvm( 5107): VFY: replacing opcode 0x59 at 0x00a6
D/dalvikvm( 5107): DexOpt: unable to opt direct call 0x027a at 0x16 in Lcom/google/android/music/playback/MusicPlaybackService;.buildLNotification
D/dalvikvm( 5088): GC_FOR_ALLOC freed 957K, 22% free 3741K/4760K, paused 17ms, total 19ms
I/dalvikvm-heap( 5088): Grow heap (frag case) to 4.784MB for 1127536-byte allocation
I/MusicLifecycle( 5107): Playback service created
D/dalvikvm( 5088): GC_FOR_ALLOC freed 14K, 18% free 4827K/5864K, paused 14ms, total 14ms
I/dalvikvm( 5107): Could not find method android.view.View.setClipToOutline, referenced from method com.google.android.music.leanback.LeanbackUtils.clipToOutline
W/dalvikvm( 5107): VFY: unable to resolve virtual method 15718: Landroid/view/View;.setClipToOutline (Z)V
D/dalvikvm( 5107): VFY: replacing opcode 0x6e at 0x0007
D/dalvikvm( 5107): GC_CONCURRENT freed 1251K, 26% free 3820K/5132K, paused 3ms+10ms, total 56ms
I/GHttpClientFactory( 5107): Using our fixed implementation of GMSCore's GoogleHttpClient
I/GoogleURLConnFactory( 5107): Using platform SSLCertificateSocketFactory
D/SystemUtils( 5107): getSystemProperty: lpa.decode=null
I/dalvikvm( 5088): Could not find method android.view.View.setClipToOutline, referenced from method com.google.android.music.leanback.LeanbackUtils.clipToOutline
W/dalvikvm( 5088): VFY: unable to resolve virtual method 15718: Landroid/view/View;.setClipToOutline (Z)V
D/dalvikvm( 5088): VFY: replacing opcode 0x6e at 0x0007
I/Tutorial( 5088): No connectivity
D/dalvikvm(  974): GC_EXPLICIT freed 666K, 35% free 4200K/6408K, paused 2ms+4ms, total 33ms
I/MusicPlaybackService( 5107): onStartCommand null / null
V/ArtResolver( 5107): Size requested: 1080.0, allowable range=(1080,1080)
D/dalvikvm( 5107): GC_FOR_ALLOC freed 312K, 21% free 4326K/5448K, paused 17ms, total 18ms
I/dalvikvm-heap( 5107): Grow heap (frag case) to 6.504MB for 2332816-byte allocation
D/dalvikvm( 5107): GC_FOR_ALLOC freed 5K, 15% free 6598K/7728K, paused 16ms, total 16ms
I/DevicePlayback( 5107): stop: willPlay=false, currentPos=9
D/dalvikvm( 5107): GC_CONCURRENT freed 32K, 15% free 6602K/7728K, paused 5ms+2ms, total 25ms
I/DevicePlayback( 5107): Got network change: mobile=falsewifi=false
I/DevicePlayback( 5107): Disabling Woodstock in 200000ms
I/MusicPlaybackService( 5107): onStartCommand null / null
I/DevicePlayback( 5107): Streaming client created.
I/MusicPlaybackService( 5107): onStartCommand null / null
D/OpenGLRenderer( 5088): Enabling debug mode 0
I/dalvikvm( 5088): Could not find method android.widget.ImageView.drawableHotspotChanged, referenced from method com.google.android.play.image.FifeImageView.drawableHotspotChanged
W/dalvikvm( 5088): VFY: unable to resolve virtual method 16448: Landroid/widget/ImageView;.drawableHotspotChanged (FF)V
D/dalvikvm( 5088): VFY: replacing opcode 0x6f at 0x0000
D/dalvikvm( 5088): GC_FOR_ALLOC freed 600K, 11% free 5731K/6392K, paused 18ms, total 19ms
D/dalvikvm(  631): GC_EXPLICIT freed 360K, 26% free 12056K/16192K, paused 5ms+6ms, total 79ms
I/DevicePlayback( 5107): Got network change: mobile=falsewifi=false
I/DevicePlayback( 5107): Disabling Woodstock in 200000ms
I/DevicePlayback( 5107): Got network change: mobile=falsewifi=false
I/DevicePlayback( 5107): Disabling Woodstock in 200000ms
E/dalvikvm( 5088): Could not find class 'android.app.Notification$MediaStyle', referenced from method com.google.android.music.playback.MusicPlaybackService.buildLNotification
W/dalvikvm( 5088): VFY: unable to resolve new-instance 70 (Landroid/app/Notification$MediaStyle;) in Lcom/google/android/music/playback/MusicPlaybackService;
D/dalvikvm( 5088): VFY: replacing opcode 0x22 at 0x0014
D/dalvikvm( 5088): DexOpt: couldn't find field Landroid/app/Notification;.visibility
W/dalvikvm( 5088): VFY: unable to resolve instance field 60
D/dalvikvm( 5088): VFY: replacing opcode 0x59 at 0x00a6
V/ArtResolver( 5107): Size requested: 1080.0, allowable range=(756,2160)
D/dalvikvm( 5088): DexOpt: unable to opt direct call 0x027a at 0x16 in Lcom/google/android/music/playback/MusicPlaybackService;.buildLNotification
D/dalvikvm( 5107): GC_FOR_ALLOC freed 272K, 13% free 7388K/8432K, paused 17ms, total 17ms
I/dalvikvm-heap( 5107): Grow heap (frag case) to 9.495MB for 2332816-byte allocation
D/dalvikvm( 5107): GC_FOR_ALLOC freed 12K, 10% free 9654K/10712K, paused 15ms, total 15ms
I/BaseTrackListView( 5088): Need to scroll to: 9 which is larger than the current list size: 0
D/dalvikvm( 5107): GC_CONCURRENT freed 13K, 10% free 9642K/10712K, paused 1ms+1ms, total 30ms
I/MediaFocusControl(  631):   Remote Control   registerMediaButtonIntent() for PendingIntent{4225bbc0: PendingIntentRecord{421ea308 com.google.android.music broadcastIntent}}
I/MusicBaseActivity( 5088): onNewNautilusStatus status: TRIAL_AVAILABLE has menu list: false
D/dalvikvm( 5088): GC_CONCURRENT freed 498K, 9% free 7176K/7836K, paused 2ms+2ms, total 21ms
D/dalvikvm( 5088): WAIT_FOR_CONCURRENT_GC blocked 16ms
D/dalvikvm( 5107): GC_FOR_ALLOC freed 722K, 17% free 8956K/10712K, paused 18ms, total 18ms
I/dalvikvm-heap( 5107): Grow heap (frag case) to 13.250MB for 4665616-byte allocation
D/dalvikvm( 5107): GC_FOR_ALLOC freed <1K, 12% free 13512K/15272K, paused 26ms, total 26ms
I/ActivityManager(  631): Displayed com.google.android.music/com.android.music.activitymanagement.TopLevelActivity: +1s652ms
D/dalvikvm( 5107): GC_CONCURRENT freed 1K, 12% free 13513K/15272K, paused 5ms+4ms, total 37ms
I/BaseTrackListView( 5088): Need to scroll to: 9 which is larger than the current list size: 0
I/GLSUser (  974): [GLSUser] getTokenFromCache: [account: <ELLIDED:-7430>, callingPkg: com.google.android.music, service: androidmarket]
I/dalvikvm( 5088): Could not find method android.view.ViewPropertyAnimator.z, referenced from method com.google.android.play.headerlist.PlayHeaderListLayout.setHeaderShadowVisible
W/dalvikvm( 5088): VFY: unable to resolve virtual method 15934: Landroid/view/ViewPropertyAnimator;.z (F)Landroid/view/ViewPropertyAnimator;
D/dalvikvm( 5088): VFY: replacing opcode 0x6e at 0x0037
I/dalvikvm( 5088): Could not find method com.google.android.play.headerlist.PlayHeaderStatusBarUnderlay.setOutlineProvider, referenced from method com.google.android.play.headerlist.PlayHeaderListLayout.configure
W/dalvikvm( 5088): VFY: unable to resolve virtual method 53714: Lcom/google/android/play/headerlist/PlayHeaderStatusBarUnderlay;.setOutlineProvider (Landroid/view/ViewOutlineProvider;)V
D/dalvikvm( 5088): VFY: replacing opcode 0x6e at 0x01b7
W/dalvikvm( 5088): VFY: unable to find class referenced in signature (Landroid/view/WindowInsets;)
I/dalvikvm( 5088): Could not find method android.view.WindowInsets.getSystemWindowInsetTop, referenced from method com.google.android.play.headerlist.PlayHeaderListLayout.onApplyWindowInsets
W/dalvikvm( 5088): VFY: unable to resolve virtual method 15993: Landroid/view/WindowInsets;.getSystemWindowInsetTop ()I
D/dalvikvm( 5088): VFY: replacing opcode 0x6e at 0x0000
I/dalvikvm( 5088): Could not find method android.view.ViewPropertyAnimator.z, referenced from method com.google.android.play.headerlist.PlayHeaderListLayout$AnimationCompat.animateZ
W/dalvikvm( 5088): VFY: unable to resolve virtual method 15934: Landroid/view/ViewPropertyAnimator;.z (F)Landroid/view/ViewPropertyAnimator;
D/dalvikvm( 5088): VFY: replacing opcode 0x6e at 0x000c
W/CastMediaRouteProvider(  996): Invalid control category: android.media.intent.category.LIVE_AUDIO
D/dalvikvm( 5088): GC_CONCURRENT freed 631K, 8% free 8584K/9276K, paused 2ms+3ms, total 28ms
D/dalvikvm( 5088): WAIT_FOR_CONCURRENT_GC blocked 15ms
D/PlayCommon( 5088): [1] DfeRequest.deliverError: Not delivering error response for request=[[ ] https://android.clients.google.com/fdfe/api/plusProfile 0xe8d195d1 NORMAL 1], error=[com.android.volley.NoConnectionError: java.net.UnknownHostException: Unable to resolve host "android.clients.google.com": No address associated with hostname] because response already delivered.
I/MediaStoreImporter( 5107): Update: incremental Added music: 0 Updated music: 0 Deleted music: 0 Created playlists: 0 Updated playlists: 0 Deleted playlists: 0 Inserted playlist items: 0 Deleted playlist items: 0 Removed orphaned playlist items: 0
I/dalvikvm( 5088): Could not find method android.widget.RelativeLayout.drawableHotspotChanged, referenced from method com.google.android.play.layout.ForegroundRelativeLayout.drawableHotspotChanged
W/dalvikvm( 5088): VFY: unable to resolve virtual method 16732: Landroid/widget/RelativeLayout;.drawableHotspotChanged (FF)V
D/dalvikvm( 5088): VFY: replacing opcode 0x6f at 0x0000
V/ArtResolver( 5088): Size requested: 1080.0, allowable range=(756,2160)
D/dalvikvm( 5088): GC_FOR_ALLOC freed 1065K, 11% free 9252K/10376K, paused 19ms, total 19ms
I/dalvikvm-heap( 5088): Grow heap (frag case) to 11.315MB for 2332816-byte allocation
D/dalvikvm( 5088): GC_FOR_ALLOC freed 13K, 10% free 11516K/12656K, paused 21ms, total 21ms
D/dalvikvm( 5088): GC_CONCURRENT freed 53K, 9% free 11523K/12656K, paused 2ms+8ms, total 30ms
V/ArtResolver( 5088): Size requested: 512.0, allowable range=(358,1024)
V/ArtResolver( 5088): Size requested: 512.0, allowable range=(358,1024)
V/ArtResolver( 5088): Size requested: 512.0, allowable range=(358,1024)
V/ArtResolver( 5088): Size requested: 512.0, allowable range=(358,1024)
I/GLSUser (  974): [GLSUser] getTokenFromCache: [account: <ELLIDED:-7430>, callingPkg: com.google.android.music, service: androidmarket]
I/dalvikvm( 5088): Could not find method android.widget.LinearLayout.drawableHotspotChanged, referenced from method com.google.android.music.widgets.ForegroundLinearLayout.drawableHotspotChanged
W/dalvikvm( 5088): VFY: unable to resolve virtual method 16528: Landroid/widget/LinearLayout;.drawableHotspotChanged (FF)V
D/dalvikvm( 5088): VFY: replacing opcode 0x6f at 0x0000
V/ArtResolver( 5088): Size requested: 512.0, allowable range=(358,1024)
V/ArtResolver( 5088): Size requested: 512.0, allowable range=(358,1024)
V/ArtResolver( 5088): Size requested: 512.0, allowable range=(358,1024)
V/ArtResolver( 5088): Size requested: 512.0, allowable range=(358,1024)
V/ArtResolver( 5088): Size requested: 512.0, allowable range=(358,1024)
D/PlayCommon( 5088): [1] DfeRequest.deliverError: Not delivering error response for request=[[ ] https://android.clients.google.com/fdfe/api/plusProfile 0xe8d195d1 NORMAL 2], error=[com.android.volley.NoConnectionError: java.net.UnknownHostException: Unable to resolve host "android.clients.google.com": No address associated with hostname] because response already delivered.
I/ActivityManager(  631): Start proc com.google.android.gms.wearable for service com.google.android.gms/.wearable.service.WearableService: pid=5180 uid=10020 gids={50020, 3003, 1007, 1028, 1023, 1015, 3002, 3001, 3007, 2001, 3006}
I/MusicLeanback( 5107): Conditions not met for autocaching. okToAttempt=false
I/MusicLeanback( 5107): Stop autocaching.
W/dalvikvm( 5180): VFY: unable to resolve static field 629 (PR_SET_DUMPABLE) in Landroid/system/OsConstants;
D/dalvikvm( 5180): VFY: replacing opcode 0x60 at 0x000b
I/MultiDex( 5180): VM with version 1.6.0 does not have multidex support
I/MultiDex( 5180): install
I/MultiDex( 5180): MultiDexExtractor.load(/system/priv-app/PrebuiltGmsCore.apk, false)
I/MultiDex( 5180): loading existing secondary dex files
I/MultiDex( 5180): load found 3 secondary dex files
I/MultiDex( 5180): install done
I/ProviderInstaller( 5180): Insert disabled by gate 'gms:security:enable_conscrypt_in_gms_application'
I/dalvikvm( 5180): Could not find method android.os.UserManager.getUserProfiles, referenced from method com.google.android.gms.wearable.service.n.a
W/dalvikvm( 5180): VFY: unable to resolve virtual method 1093: Landroid/os/UserManager;.getUserProfiles ()Ljava/util/List;
D/dalvikvm( 5180): VFY: replacing opcode 0x6e at 0x003f
D/GCM     (  974): GcmService start Intent { act=com.google.android.gms.INITIALIZE flg=0x10 pkg=com.google.android.gms cmp=com.google.android.gms/.gcm.GcmService } com.google.android.gms.INITIALIZE
D/WearableService( 5180): callingUid 10020, callindPid: 5180
D/AuthorizationBluetoothService(  974): Received GmsCore event: Intent { act=com.google.android.gms.INITIALIZE flg=0x10 pkg=com.google.android.gms cmp=com.google.android.gms/.auth.be.proximity.authorization.bt.AuthorizationBluetoothService$AutoStarter }.
E/AuthorizationBluetoothService(  974): Proximity feature is not enabled.
E/dalvikvm( 5180): Could not find class 'android.telecom.TelecomManager', referenced from method com.google.android.gms.wearable.service.y.a
W/dalvikvm( 5180): VFY: unable to resolve check-cast 440 (Landroid/telecom/TelecomManager;) in Lcom/google/android/gms/wearable/service/y;
D/dalvikvm( 5180): VFY: replacing opcode 0x1f at 0x004c
V/GmsCoreStatsServiceLauncher(  996): Received broadcast intent Intent { act=com.google.android.gms.INITIALIZE flg=0x10 pkg=com.google.android.gms cmp=com.google.android.gms/.common.stats.GmsCoreStatsServiceLauncher }
W/dalvikvm( 5180): VFY: unable to find class referenced in signature (Landroid/telecom/TelecomManager;)
D/LocationInitializer(  996): Restart initialization of location
I/dalvikvm( 5180): Could not find method android.content.pm.PackageManager.getPackageInstaller, referenced from method com.google.android.gms.common.ij.a
W/dalvikvm( 5180): VFY: unable to resolve virtual method 449: Landroid/content/pm/PackageManager;.getPackageInstaller ()Landroid/content/pm/PackageInstaller;
D/dalvikvm( 5180): VFY: replacing opcode 0x6e at 0x000d
I/dalvikvm( 5180): Could not find method android.app.Notification$Builder.setLocalOnly, referenced from method com.google.android.gms.common.ij.b
W/dalvikvm( 5180): VFY: unable to resolve virtual method 154: Landroid/app/Notification$Builder;.setLocalOnly (Z)Landroid/app/Notification$Builder;
D/dalvikvm( 5180): VFY: replacing opcode 0x6e at 0x0201
E/MDM     (  833): [69] b.run: Couldn't connect to Google API client: ConnectionResult{statusCode=API_UNAVAILABLE, resolution=null}
E/GmsUtils( 5107): Failed to connect to Google API client: ConnectionResult{statusCode=API_UNAVAILABLE, resolution=null}
E/GmsUtils( 5107): Failed to connect to Google API client: ConnectionResult{statusCode=API_UNAVAILABLE, resolution=null}
I/DevicePlayback( 5107): play: currentPos=9
I/MediaFocusControl(  631):   Remote Control   registerMediaButtonIntent() for PendingIntent{422b8490: PendingIntentRecord{421ea308 com.google.android.music broadcastIntent}}
I/MediaFocusControl(  631):  AudioFocus  requestAudioFocus() from android.media.AudioManager@41d91270com.google.android.music.playback.DevicePlayback$15@41d80b48
I/DevicePlayback( 5107): Clearing reconnect state.  Disconnect=false
I/DevicePlayback( 5107): play: openCurrentAndNext
D/dalvikvm(  631): WAIT_FOR_CONCURRENT_GC blocked 1ms
D/dalvikvm(  631): GC_EXPLICIT freed 443K, 26% free 12073K/16192K, paused 4ms+9ms, total 87ms
I/DevicePlayback( 5107): open: id=[5, DEFAULT], pos=125461, playPos=9, fromUser=true, track=Sing
D/LocalAsyncMediaPlayer( 5107): Event logging MUSIC_START_PLAYBACK_REQUESTED: 5/: local playback
D/AwesomePlayer(  166): Before reset_l
I/AwesomePlayer(  166): Could not offload audio decode, try pcm offload
I/DSPManager(  863): New audio session: 44
I/DSPManager(  863): Selected configuration: speaker
I/Effect-DRC(  166): Compression factor set to: 1.000000
I/Effect-BassBoost(  166): New strength: 0
I/Effect-BassBoost(  166): New center freq: 4
I/Effect-Equalizer(  166): Setting band 0 to 0
I/Effect-Equalizer(  166): Setting band 1 to 0
I/Effect-Equalizer(  166): Setting band 2 to 0
E/MediaPlayer( 5107): Should have subtitle controller already set
I/Effect-Equalizer(  166): Setting band 3 to 0
I/Effect-Equalizer(  166): Setting band 4 to 0
I/Effect-Equalizer(  166): Setting loudness correction reference to 100.000000 dB
E/Effect-StereoWide(  166): New strength: 0
I/DSPManager(  863): New audio session: 44
I/DSPManager(  863): Selected configuration: speaker
I/Effect-DRC(  166): Compression factor set to: 1.000000
I/Effect-BassBoost(  166): New strength: 0
I/Effect-BassBoost(  166): New center freq: 4
I/Effect-Equalizer(  166): Setting band 0 to 0
I/Effect-Equalizer(  166): Setting band 1 to 0
I/Effect-Equalizer(  166): Setting band 2 to 0
I/Effect-Equalizer(  166): Setting band 3 to 0
I/Effect-Equalizer(  166): Setting band 4 to 0
I/Effect-Equalizer(  166): Setting loudness correction reference to 100.000000 dB
E/Effect-StereoWide(  166): New strength: 0
D/AudioFlinger(  166): start(4096), calling pid 5107 session 44
D/AudioFlinger(  166): ? => ACTIVE (4096) on thread 0x4011b3c0
D/MediaPlayerService(  166): gapless:setNextPlayer
I/DevicePlayback( 5107): setNextTrack: id=[4, DEFAULT], playPos=10, track=Bester Freund, bester Feind
D/LocalAsyncMediaPlayer( 5107): Event logging MUSIC_START_PLAYBACK_REQUESTED: 4/: local playback
D/AwesomePlayer(  166): Before reset_l
I/AwesomePlayer(  166): Could not offload audio decode, try pcm offload
D/MediaPlayerService(  166): gapless:setNextPlayer
E/MediaPlayer( 5107): Should have subtitle controller already set
I/DSPManager(  863): New audio session: 44
I/DSPManager(  863): Selected configuration: speaker
I/Effect-DRC(  166): Compression factor set to: 1.000000
I/Effect-BassBoost(  166): New strength: 0
I/Effect-BassBoost(  166): New center freq: 4
I/Effect-Equalizer(  166): Setting band 0 to 0
I/Effect-Equalizer(  166): Setting band 1 to 0
I/Effect-Equalizer(  166): Setting band 2 to 0
I/Effect-Equalizer(  166): Setting band 3 to 0
I/Effect-Equalizer(  166): Setting band 4 to 0
I/Effect-Equalizer(  166): Setting loudness correction reference to 100.000000 dB
E/Effect-StereoWide(  166): New strength: 0
D/dalvikvm( 5107): GC_FOR_ALLOC freed 1371K, 10% free 13971K/15404K, paused 19ms, total 19ms
I/dalvikvm-heap( 5107): Grow heap (frag case) to 18.148MB for 4665616-byte allocation
D/dalvikvm( 5107): GC_FOR_ALLOC freed 16K, 8% free 18511K/19964K, paused 20ms, total 20ms
D/dalvikvm( 5107): GC_CONCURRENT freed 120K, 8% free 18391K/19964K, paused 2ms+2ms, total 23ms
V/PanelView(  709): animationTick called with dtms=0; nothing to do (h=971.0 v=979.89996)
V/PanelView(  709): animationTick called with dtms=-2; nothing to do (h=971.0 v=979.89996)

from opengapps.

mfonville avatar mfonville commented on May 20, 2024

Read the rest of the thread of that post (because I did) and that line is not related to any of the errors experienced.

For what it is worth with Google Play Music and the cover art, I can't help you with that. We only package Google's APK and don't change anything of the inner working. So we can't fix this bug if it is in Google Play Music itself.
One thing you can try is to not install Google Play Music via Open GApps, and then install it via the Play Store instead. If then the problem is resolved, and thus behaviour of the app is different depening on being on /system or /data, we could chose for moving Google Play Music on KitKat devices to /data instead (some applications are already, like Hangouts, Photos, G+ and YouTube)

from opengapps.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.