java.lang.Throwable: loadSystemProperties
- Dominant language
- Java
- Stars
- 730
- Forks
- 109
- PR merge metrics
- No merged PRs in 30d
Description
customDialog = CustomDialog.show(getActivity(), R.layout.window_scan_device, new CustomDialog.BindView()
这一行引起以下错误
java.lang.Throwable: loadSystemProperties
at android.view.ThreadedRenderer.loadSystemProperties(ThreadedRenderer.java:262)
at android.view.ThreadedRenderer.(ThreadedRenderer.java:130)
at android.view.HardwareRenderer.create(HardwareRenderer.java:428)
at android.view.ViewRootImpl.enableHardwareAcceleration(ViewRootImpl.java:883)
at android.view.ViewRootImpl.setView(ViewRootImpl.java:595)
at android.view.WindowManagerGlobal.addView(WindowManagerGlobal.java:299)
at android.view.WindowManagerImpl.addView(WindowManagerImpl.java:85)
at android.app.Dialog.show(Dialog.java:342)
at com.kongzue.dialog.v2.CustomDialog.showDialog(CustomDialog.java:98)
at com.kongzue.dialog.v2.CustomDialog.show(CustomDialog.java:42)
at com.things.kiwy.bletooths.HomeBFragment$2.onItemClick(HomeBFragment.java:138)
Contributor guide
No contributing guide indexed for this repository
Research direction
Start at CustomDialog.show in CustomDialog.java and follow the call to showDialog at CustomDialog.java:98, using the provided Android ThreadedRenderer stack trace as the reproduction context. The issue does not specify an expected behavior or a confirmed cause, so completion criteria are not defined in the report.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, java
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100