Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MIUI 小组件崩溃 #962

Open
Moriafly opened this issue Aug 31, 2024 · 0 comments
Open

MIUI 小组件崩溃 #962

Moriafly opened this issue Aug 31, 2024 · 0 comments
Labels
Bug 不符合业务逻辑

Comments

@Moriafly
Copy link
Owner

仅仅反馈你所遇到的一个使用问题,多个请重新提交另外的 issue。Only give feedback on one usage problem you encountered, please resubmit another issue.

在你反馈此问题前请注意:Please note before you respond to this question:

  • 详细阅读椒盐音乐帮助内容(应用设置-帮助)。Read more about the SaltPlayer help content (app Settings - Help).
  • 尝试在仓库 issue 搜索你要反馈的问题,避免重复反馈。Try to search for your feedback in the warehouse issue to avoid repeated feedback.

反馈时候请注意:When giving feedback, please note:

  • 尽量详细的描述问题。Describe the problem as detailed as possible.
  • 提供出现此问题的椒盐音乐版本号。Provide the version number of SaltPlayer where this problem occurred.
  • 建议提供机型、系统版本。You are advised to provide the model and system version.

基本信息 The basic information

软件版本 Software version:<软件版本 Software version>
系统版本 System version:<系统版本 System version>

反馈内容 Content of the feedback

FATAL EXCEPTION: main
Process: com.salt.music, PID: 1782
java.lang.RuntimeException: Unable to start receiver com.xuncorp.suvine.music.appwidgets.miui.MIUIWidgetProviderPlayer2x2: java.lang.IllegalArgumentException: RemoteViews for widget update exceeds maximum bitmap memory usage (used: 25408208, max: 15163200)
 at android.app.ActivityThread.handleReceiver(ActivityThread.java:4101)
 at android.app.ActivityThread.access$1500(ActivityThread.java:246)
 at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1966)
 at android.os.Handler.dispatchMessage(Handler.java:106)
 at android.os.Looper.loop(Looper.java:236)
 at android.app.ActivityThread.main(ActivityThread.java:7876)
 at java.lang.reflect.Method.invoke(Native Method)
 at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:656)
 at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:967)
Caused by: java.lang.IllegalArgumentException: RemoteViews for widget update exceeds maximum bitmap memory usage (used: 25408208, max: 15163200)
 at android.os.Parcel.createExceptionOrNull(Parcel.java:2380)
 at android.os.Parcel.createException(Parcel.java:2360)
 at android.os.Parcel.readException(Parcel.java:2343)
 at android.os.Parcel.readException(Parcel.java:2285)
 at com.android.internal.appwidget.IAppWidgetService$Stub$Proxy.updateAppWidgetIds(IAppWidgetService.java:977)
 at android.appwidget.AppWidgetManager.updateAppWidget(AppWidgetManager.java:531)
 at com.xuncorp.suvine.music.appwidgets.miui.MIUIWidgetProviderPlayer2x2.onUpdate(SourceFile:570)
 at com.xuncorp.suvine.music.appwidgets.miui.MIUIWidgetProviderPlayer2x2.Ϳ(SourceFile:19)
 at com.xuncorp.suvine.music.appwidgets.miui.MIUIWidgetProviderPlayer2x2.onReceive(Unknown Source:39)
 at android.app.ActivityThread.handleReceiver(ActivityThread.java:4092)
 ... 8 more
Caused by: android.os.RemoteException: Remote stack trace:
 at com.android.server.appwidget.AppWidgetServiceImpl.updateAppWidgetInstanceLocked(AppWidgetServiceImpl.java:1961)
 at com.android.server.appwidget.AppWidgetServiceImpl.updateAppWidgetIds(AppWidgetServiceImpl.java:1780)
 at com.android.server.appwidget.AppWidgetServiceImpl.updateAppWidgetIds(AppWidgetServiceImpl.java:1530)
 at com.android.internal.appwidget.IAppWidgetService$Stub.onTransact(IAppWidgetService.java:420)
 at android.os.Binder.execTransactInternal(Binder.java:1154)
@Moriafly Moriafly added the Bug 不符合业务逻辑 label Aug 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug 不符合业务逻辑
Projects
None yet
Development

No branches or pull requests

1 participant