Skip to content
This repository has been archived by the owner on Jul 25, 2020. It is now read-only.

System UI crash CM12.1 #665

Closed
baukita opened this issue Aug 4, 2016 · 2 comments
Closed

System UI crash CM12.1 #665

baukita opened this issue Aug 4, 2016 · 2 comments
Labels

Comments

@baukita
Copy link

baukita commented Aug 4, 2016

Facing system UI crash on boot after enabling the module
logcat.txt

@wasdennnoch
Copy link
Owner

wasdennnoch commented Aug 16, 2016

Yes yes, the Visualizer tile is evil... I had the same crash, will try to fix it although it isn't really caused by the module.

E/AndroidRuntime(11567): java.lang.NullPointerException: Attempt to invoke virtual method 'android.view.ViewPropertyAnimator com.pheelicks.visualizer.VisualizerView.animate()' on a null object reference
E/AndroidRuntime(11567):    at com.android.systemui.qs.tiles.VisualizerTile$5.run(VisualizerTile.java:245)
E/AndroidRuntime(11567):    at android.os.Handler.handleCallback(Handler.java:739)
E/AndroidRuntime(11567):    at android.os.Handler.dispatchMessage(Handler.java:95)
E/AndroidRuntime(11567):    at android.os.Looper.loop(Looper.java:135)
E/AndroidRuntime(11567):    at android.app.ActivityThread.main(ActivityThread.java:5294)
E/AndroidRuntime(11567):    at java.lang.reflect.Method.invoke(Native Method)
E/AndroidRuntime(11567):    at java.lang.reflect.Method.invoke(Method.java:372)
E/AndroidRuntime(11567):    at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:904)
E/AndroidRuntime(11567):    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:699)
E/AndroidRuntime(11567):    at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:102)

https://github.com/ResurrectionRemix/android_frameworks_base/blob/marshmallow/packages/SystemUI/src/com/android/systemui/qs/tiles/VisualizerTile.java#L294

@wasdennnoch
Copy link
Owner

Added with c5f03a1

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants